/* color 컬러,백그라운드컬러,보더컬러, */
/* font 폰트사이즈,라이헤이트, */
/* opacity 투명도 */
/* z-index 투명도 */
/* size 넓이 높이 */
/* border 보다스타일, 보더사이즈 */
/* margin 마진,마진탑,마빈바텀,마진레프트,마진라이트,마진탑바텀,마진레프트라이트 */
/* padding 패딩,패딩탑,패딩바텀,패딩레프트,패딩라이트,패딩잡바텀,패딩레프트라이트 */


/*-------------------------------------------------------------------------------
 리셋및 폰트설정
-------------------------------------------------------------------------------*/
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,nav,section,article,header,footer,main,aside,dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0;word-wrap:break-word;}
body,input,select,textarea,button,img,fieldset {border:none; word-break:break-all; box-sizing: border-box;}
ul,ol,li{list-style:none;}
table{width:100%;border-spacing:0;border-collapse:collapse;}
address,cite,code,em,i{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button,a {vertical-align:middle;}
u,ins,a{text-decoration:none;}
button { cursor: pointer;}
.word-k{ word-break: keep-all;}


/*-------------------------------------------------------------------------------
   폰트 설정 및 불러오기
-------------------------------------------------------------------------------*/
@charset "utf-8";
/* s-core */
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff'); 
	font-weight: 100; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); 
	font-weight: 200; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); 
	font-weight: 300; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); 
	font-weight: 400; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff'); 
	font-weight: 500; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); 
	font-weight: 600; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); 
	font-weight: 700; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); 
	font-weight: 800; 
	font-style: normal; 
}
@font-face { 
	font-family: 'S-CoreDream'; 
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); 
	font-weight: 900; 
	font-style: normal; 
}
.score-font {font-family: 'S-CoreDream';}
.pre-font {font-family: 'pretendard';}
.cpoint { cursor:pointer; }

/*=================================================================
font 폰트사이즈,라이헤이트,폰트웨이트,레터스페이싱,h
==================================================================*/

/*h*/
h1, h2, h3, h4, h5, h6{padding:0 !important; margin:0 !important; font-family: 'pretendard', sans-serif; display:inline-block;}
h1 {font-size:9rem; line-height:9.5rem; font-weight: 900;}
h2 {font-size:8rem; line-height:8.5rem; font-weight: 800;}
h3 {font-size:7rem; line-height:7.5rem; font-weight: 600;}
h4 {font-size:6rem; line-height:6.5rem; font-weight: 500;}
h5 {font-size:5rem; line-height:5.5rem; font-weight: 400;}
h6 {font-size:4rem; line-height:4.5rem; font-weight: 300;}


/*폰트사이즈*/
.fs-0{font-size:0 !important;}
.fs-1{font-size:0.1rem !important;}
.fs-2{font-size:0.2rem !important;}
.fs-3{font-size:0.3rem !important;}
.fs-4{font-size:0.4rem !important;}
.fs-5{font-size:0.5rem !important;}
.fs-6{font-size:0.6rem !important;}
.fs-7{font-size:0.7rem !important;}
.fs-8{font-size:0.8rem !important;}
.fs-9{font-size:0.9rem !important;}
.fs-10{font-size:1rem !important;}
.fs-11{font-size:1.1rem !important;}
.fs-12{font-size:1.2rem !important;}
.fs-13{font-size:1.3rem !important;}
.fs-14{font-size:1.4rem !important;}
.fs-15{font-size:1.5rem !important;}
.fs-16{font-size:1.6rem !important;}
.fs-17{font-size:1.7rem !important;}
.fs-18{font-size:1.8rem !important;}
.fs-19{font-size:1.9rem !important;}
.fs-20{font-size:2rem !important;}
.fs-21{font-size:2.1rem !important;}
.fs-22{font-size:2.2rem !important;}
.fs-23{font-size:2.3rem !important;}
.fs-24{font-size:2.4rem !important;}
.fs-25{font-size:2.5rem !important;}
.fs-26{font-size:2.6rem !important;}
.fs-27{font-size:2.7rem !important;}
.fs-28{font-size:2.8rem !important;}
.fs-29{font-size:2.9rem !important;}
.fs-30{font-size:3rem !important;}
.fs-31{font-size:3.1rem !important;}
.fs-32{font-size:3.2rem !important;}
.fs-33{font-size:3.3rem !important;}
.fs-34{font-size:3.4rem !important;}
.fs-35{font-size:3.5rem !important;}
.fs-36{font-size:3.6rem !important;}
.fs-37{font-size:3.7rem !important;}
.fs-38{font-size:3.8rem !important;}
.fs-39{font-size:3.9rem !important;}
.fs-40{font-size:4rem !important;}
.fs-41{font-size:4.1rem !important;}
.fs-42{font-size:4.2rem !important;}
.fs-43{font-size:4.3rem !important;}
.fs-44{font-size:4.4rem !important;}
.fs-45{font-size:4.5rem !important;}
.fs-46{font-size:4.6rem !important;}
.fs-47{font-size:4.7rem !important;}
.fs-48{font-size:4.8rem !important;}
.fs-49{font-size:4.9rem !important;}
.fs-50{font-size:5rem !important;}
.fs-55{font-size:5.5rem !important;}
.fs-60{font-size:6rem !important;}
.fs-65{font-size:6.5rem !important;}
.fs-70{font-size:7rem !important;}
.fs-75{font-size:7.5rem !important;}
.fs-80{font-size:8rem !important;}
.fs-85{font-size:8.5rem !important;}
.fs-90{font-size:9rem !important;}
.fs-95{font-size:9.5rem !important;}
.fs-100{font-size:10rem !important;}
.fs-110{font-size:11rem !important;}
.fs-120{font-size:12rem !important;}
.fs-130{font-size:13rem !important;}
.fs-140{font-size:14rem !important;}
.fs-150{font-size:15rem !important;}
.fs-160{font-size:16rem !important;}
.fs-170{font-size:17rem !important;}
.fs-180{font-size:18rem !important;}
.fs-190{font-size:19rem !important;}
.fs-200{font-size:20rem !important;}
.fs-300{font-size:30rem !important;}
.fs-400{font-size:40rem !important;}
.fs-500{font-size:50rem !important;}
.fs-600{font-size:60rem !important;}
.fs-700{font-size:70rem !important;}
.fs-800{font-size:80rem !important;}
.fs-900{font-size:90rem !important;}
.fs-1000{font-size:100rem !important;}

/*라인헤이트*/
.lh-0{line-height:0 !important;}
.lh-1{line-height:0.1rem !important;}
.lh-2{line-height:0.2rem !important;}
.lh-3{line-height:0.3rem !important;}
.lh-4{line-height:0.4rem !important;}
.lh-5{line-height:0.5rem !important;}
.lh-6{line-height:0.6rem !important;}
.lh-7{line-height:0.7rem !important;}
.lh-8{line-height:0.8rem !important;}
.lh-9{line-height:0.9rem !important;}
.lh-10{line-height:1rem !important;}
.lh-11{line-height:1.1rem !important;}
.lh-12{line-height:1.2rem !important;}
.lh-13{line-height:1.3rem !important;}
.lh-14{line-height:1.4rem !important;}
.lh-15{line-height:1.5rem !important;}
.lh-16{line-height:1.6rem !important;}
.lh-17{line-height:1.7rem !important;}
.lh-18{line-height:1.8rem !important;}
.lh-19{line-height:1.9rem !important;}
.lh-20{line-height:2rem !important;}
.lh-21{line-height:2.1rem !important;}
.lh-22{line-height:2.2rem !important;}
.lh-23{line-height:2.3rem !important;}
.lh-24{line-height:2.4rem !important;}
.lh-25{line-height:2.5rem !important;}
.lh-26{line-height:2.6rem !important;}
.lh-27{line-height:2.7rem !important;}
.lh-28{line-height:2.8rem !important;}
.lh-29{line-height:2.9rem !important;}
.lh-30{line-height:3rem !important;}
.lh-31{line-height:3.1rem !important;}
.lh-32{line-height:3.2rem !important;}
.lh-33{line-height:3.3rem !important;}
.lh-34{line-height:3.4rem !important;}
.lh-35{line-height:3.5rem !important;}
.lh-36{line-height:3.6rem !important;}
.lh-37{line-height:3.7rem !important;}
.lh-38{line-height:3.8rem !important;}
.lh-39{line-height:3.9rem !important;}
.lh-40{line-height:4rem !important;}
.lh-41{line-height:4.1rem !important;}
.lh-42{line-height:4.2rem !important;}
.lh-43{line-height:4.3rem !important;}
.lh-44{line-height:4.4rem !important;}
.lh-45{line-height:4.5rem !important;}
.lh-46{line-height:4.6rem !important;}
.lh-47{line-height:4.7rem !important;}
.lh-48{line-height:4.8rem !important;}
.lh-49{line-height:4.9rem !important;}
.lh-50{line-height:5rem !important;}
.lh-55{line-height:5.5rem !important;}
.lh-60{line-height:6rem !important;}
.lh-65{line-height:6.5rem !important;}
.lh-70{line-height:7rem !important;}
.lh-75{line-height:7.5rem !important;}
.lh-80{line-height:8rem !important;}
.lh-85{line-height:8.5rem !important;}
.lh-90{line-height:9rem !important;}
.lh-95{line-height:9.5rem !important;}
.lh-100{line-height:10rem !important;}
.lh-110{line-height:11rem !important;}
.lh-120{line-height:12rem !important;}
.lh-130{line-height:13rem !important;}
.lh-140{line-height:14rem !important;}
.lh-150{line-height:15rem !important;}
.lh-160{line-height:16rem !important;}
.lh-170{line-height:17rem !important;}
.lh-180{line-height:18rem !important;}
.lh-190{line-height:19rem !important;}
.lh-200{line-height:20rem !important;}
.lh-300{line-height:30rem !important;}
.lh-400{line-height:40rem !important;}
.lh-500{line-height:50rem !important;}
.lh-600{line-height:60rem !important;}
.lh-700{line-height:70rem !important;}
.lh-800{line-height:80rem !important;}
.lh-900{line-height:90rem !important;}
.lh-1000{line-height:100rem !important;}

/* 폰튼웨이트 */
.fw-100 {font-weight:100 !important;}
.fw-200 {font-weight:200 !important;}
.fw-300 {font-weight:300 !important;}
.fw-400 {font-weight:400 !important;}
.fw-500 {font-weight:500 !important;}
.fw-600 {font-weight:600 !important;}
.fw-700 {font-weight:700 !important;}
.fw-800 {font-weight:800 !important;}
.fw-900 {font-weight:900 !important;}

/* 레터스페이싱 */
.ls-0{letter-spacing:0 !important;}
.ls-1{letter-spacing:0.1rem !important;}
.ls-2{letter-spacing:0.2rem !important;}
.ls-3{letter-spacing:0.3rem !important;}
.ls-4{letter-spacing:0.4rem !important;}
.ls-5{letter-spacing:0.5rem !important;}
.ls-6{letter-spacing:0.6rem !important;}
.ls-7{letter-spacing:0.7rem !important;}
.ls-8{letter-spacing:0.8rem !important;}
.ls-9{letter-spacing:0.9rem !important;}
.ls-10{letter-spacing:1rem !important;}
.ls-m1{letter-spacing:-0.1rem !important;}
.ls-m2{letter-spacing:-0.2rem !important;}
.ls-m3{letter-spacing:-0.3rem !important;}
.ls-m4{letter-spacing:-0.4rem !important;}
.ls-m5{letter-spacing:-0.5rem !important;}
.ls-m6{letter-spacing:-0.6rem !important;}
.ls-m7{letter-spacing:-0.7rem !important;}
.ls-m8{letter-spacing:-0.8rem !important;}
.ls-m9{letter-spacing:-0.9rem !important;}
.ls-m10{letter-spacing:-1rem !important;}


/*=================================================================
color 컬러,백그라운드컬러,보더컬러,
==================================================================*/
/*컬러*/
.color-white{color:white !important;}
.color-black{color:black !important;}
.color-gray-f1{color:#f9f9f9 !important;}
.color-gray-f2{color:#f5f5f5 !important;}
.color-gray-f3{color:#f1f1f1 !important;}
.color-gray-e1{color:#eee !important;}
.color-gray-e2{color:#e7e7e7 !important;}
.color-gray-e3{color:#e1e1e1 !important;}
.color-gray-d1{color:#ddd !important;}
.color-gray-d2{color:#d7d7d7 !important;}
.color-gray-d3{color:#d1d1d1 !important;}
.color-gray-c1{color:#ccc !important;}
.color-gray-c2{color:#c7c7c7 !important;}
.color-gray-c3{color:#c1c1c1 !important;}
.color-gray-b1{color:#bbb !important;}
.color-gray-b2{color:#b7b7b7 !important;}
.color-gray-b3{color:#b1b1b1 !important;}
.color-gray-a1{color:#aaa !important;}
.color-gray-a2{color:#a7a7a7 !important;}
.color-gray-a3{color:#a1a1a1 !important;}
.color-gray-9{color:#999 !important;}
.color-gray-8{color:#888 !important;}
.color-gray-7{color:#777 !important;}
.color-gray-6{color:#666 !important;}
.color-gray-5{color:#555 !important;}
.color-gray-4{color:#444 !important;}
.color-gray-3{color:#333 !important;}
.color-gray-2{color:#222 !important;}
.color-gray-1{color:#111 !important;}
.color-blue-1{color:#f0f6fc !important}
.color-blue-2{color:#c5d9ed !important}
.color-blue-3{color:#9ec2e6 !important}
.color-blue-4{color:#72aee6 !important}
.color-blue-5{color:#4f94d4 !important}
.color-blue-6{color:#3582c4 !important}
.color-blue-7{color:#2271b1 !important}
.color-blue-8{color:#135e96 !important}
.color-blue-9{color:#0a4b78 !important}
.color-blue-10{color:#043959 !important}
.color-blue-11{color:#01263a !important}
.color-blue-12{color:#00131c !important}
.color-red-1{color:#fcf0f1 !important}
.color-red-2{color:#facfd2 !important}
.color-red-3{color:#ffabaf !important}
.color-red-4{color:#ff8085 !important}
.color-red-5{color:#f86368 !important}
.color-red-6{color:#e65054 !important}
.color-red-7{color:#d63638 !important}
.color-red-8{color:#b32d2e !important}
.color-red-9{color:#8a2424 !important}
.color-red-10{color:#691c1c !important}
.color-red-11{color:#451313 !important}
.color-red-12{color:#240a0a !important}
.color-yellow-1{color:#fcf9e8 !important}
.color-yellow-2{color:#f5e6ab !important}
.color-yellow-3{color:#f2d675 !important}
.color-yellow-4{color:#f0c33c !important}
.color-yellow-5{color:#dba617 !important}
.color-yellow-6{color:#bd8600 !important}
.color-yellow-7{color:#996800 !important}
.color-yellow-8{color:#755100 !important}
.color-yellow-9{color:#614200 !important}
.color-yellow-10{color:#4a3200 !important}
.color-yellow-11{color:#362400 !important}
.color-yellow-12{color:#211600 !important}
.color-green-1{color:#edfaef !important}
.color-green-2{color:#b8e6bf !important}
.color-green-3{color:#68de7c !important}
.color-green-4{color:#1ed14b !important}
.color-green-5{color:#00ba37 !important}
.color-green-6{color:#00a32a !important}
.color-green-7{color:#008a20 !important}
.color-green-8{color:#007017 !important}
.color-green-9{color:#005c12 !important}
.color-green-10{color:#00450c !important}
.color-green-11{color:#003008 !important}
.color-green-12{color:#001c05 !important}

/*백그라운드컬러*/
.bg-tran{background-color: transparent !important;}
.bg-white{background-color:white !important;}
.bg-black{background-color:black !important;}
.bg-gray-f1{background-color:#f9f9f9 !important;}
.bg-gray-f2{background-color:#f5f5f5 !important;}
.bg-gray-f3{background-color:#f1f1f1 !important;}
.bg-gray-e1{background-color:#eee !important;}
.bg-gray-e2{background-color:#e7e7e7 !important;}
.bg-gray-e3{background-color:#e1e1e1 !important;}
.bg-gray-d1{background-color:#ddd !important;}
.bg-gray-d2{background-color:#d7d7d7 !important;}
.bg-gray-d3{background-color:#d1d1d1 !important;}
.bg-gray-c1{background-color:#ccc !important;}
.bg-gray-c2{background-color:#c7c7c7 !important;}
.bg-gray-c3{background-color:#c1c1c1 !important;}
.bg-gray-b1{background-color:#bbb !important;}
.bg-gray-b2{background-color:#b7b7b7 !important;}
.bg-gray-b3{background-color:#b1b1b1 !important;}
.bg-gray-a1{background-color:#aaa !important;}
.bg-gray-a2{background-color:#a7a7a7 !important;}
.bg-gray-a3{background-color:#a1a1a1 !important;}
.bg-gray-9{background-color:#999 !important;}
.bg-gray-8{background-color:#999 !important;}
.bg-gray-7{background-color:#777 !important;}
.bg-gray-6{background-color:#666 !important;}
.bg-gray-5{background-color:#555 !important;}
.bg-gray-4{background-color:#444 !important;}
.bg-gray-3{background-color:#333 !important;}
.bg-gray-2{background-color:#222 !important;}
.bg-gray-1{background-color:#111 !important;}
.bg-blue-1{background-color:#f0f6fc !important}
.bg-blue-2{background-color:#c5d9ed !important}
.bg-blue-3{background-color:#9ec2e6 !important}
.bg-blue-4{background-color:#72aee6 !important}
.bg-blue-5{background-color:#4f94d4 !important}
.bg-blue-6{background-color:#3582c4 !important}
.bg-blue-7{background-color:#2271b1 !important}
.bg-blue-8{background-color:#135e96 !important}
.bg-blue-9{background-color:#0a4b78 !important}
.bg-blue-10{background-color:#043959 !important}
.bg-blue-11{background-color:#01263a !important}
.bg-blue-12{background-color:#00131c !important}
.bg-blue-13{background-color:#456db4 !important}
.bg-red-1{background-color:#fcf0f1 !important}
.bg-red-2{background-color:#facfd2 !important}
.bg-red-3{background-color:#ffabaf !important}
.bg-red-4{background-color:#ff8085 !important}
.bg-red-5{background-color:#f86368 !important}
.bg-red-6{background-color:#e65054 !important}
.bg-red-7{background-color:#d63638 !important}
.bg-red-8{background-color:#b32d2e !important}
.bg-red-9{background-color:#8a2424 !important}
.bg-red-10{background-color:#691c1c !important}
.bg-red-11{background-color:#451313 !important}
.bg-red-12{background-color:#240a0a !important}
.bg-red-13{background-color:#CB90E0 !important}
.bg-yellow-1{background-color:#fcf9e8 !important}
.bg-yellow-2{background-color:#f5e6ab !important}
.bg-yellow-3{background-color:#f2d675 !important}
.bg-yellow-4{background-color:#f0c33c !important}
.bg-yellow-5{background-color:#dba617 !important}
.bg-yellow-6{background-color:#bd8600 !important}
.bg-yellow-7{background-color:#996800 !important}
.bg-yellow-8{background-color:#755100 !important}
.bg-yellow-9{background-color:#614200 !important}
.bg-yellow-10{background-color:#4a3200 !important}
.bg-yellow-11{background-color:#362400 !important}
.bg-yellow-12{background-color:#211600 !important}
.bg-green-1{background-color:#edfaef !important}
.bg-green-2{background-color:#b8e6bf !important}
.bg-green-3{background-color:#68de7c !important}
.bg-green-4{background-color:#1ed14b !important}
.bg-green-5{background-color:#00ba37 !important}
.bg-green-6{background-color:#00a32a !important}
.bg-green-7{background-color:#008a20 !important}
.bg-green-8{background-color:#007017 !important}
.bg-green-9{background-color:#005c12 !important}
.bg-green-10{background-color:#00450c !important}
.bg-green-11{background-color:#003008 !important}
.bg-green-12{background-color:#001c05 !important}

/*보더 컬러*/
.b-tran{border-color: transparent !important;}
.b-white{border-color:white !important;}
.b-black{border-color:black !important;}
.b-gray-f1{border-color:#f9f9f9 !important;}
.b-gray-f2{border-color:#f5f5f5 !important;}
.b-gray-f3{border-color:#f1f1f1 !important;}
.b-gray-e1{border-color:#eee !important;}
.b-gray-e2{border-color:#e7e7e7 !important;}
.b-gray-e3{border-color:#e1e1e1 !important;}
.b-gray-d1{border-color:#ddd !important;}
.b-gray-d2{border-color:#d7d7d7 !important;}
.b-gray-d3{border-color:#d1d1d1 !important;}
.b-gray-c1{border-color:#ccc !important;}
.b-gray-c2{border-color:#c7c7c7 !important;}
.b-gray-c3{border-color:#c1c1c1 !important;}
.b-gray-b1{border-color:#bbb !important;}
.b-gray-b2{border-color:#b7b7b7 !important;}
.b-gray-b3{border-color:#b1b1b1 !important;}
.b-gray-a1{border-color:#aaa !important;}
.b-gray-a2{border-color:#a7a7a7 !important;}
.b-gray-a3{border-color:#a1a1a1 !important;}
.b-gray-9{border-color:#999 !important;}
.b-gray-8{border-color:#999 !important;}
.b-gray-7{border-color:#777 !important;}
.b-gray-6{border-color:#666 !important;}
.b-gray-5{border-color:#555 !important;}
.b-gray-4{border-color:#444 !important;}
.b-gray-3{border-color:#333 !important;}
.b-gray-2{border-color:#222 !important;}
.b-gray-1{border-color:#111 !important;}
.b-blue-1{border-color:#f0f6fc !important}
.b-blue-2{border-color:#c5d9ed !important}
.b-blue-3{border-color:#9ec2e6 !important}
.b-blue-4{border-color:#72aee6 !important}
.b-blue-5{border-color:#4f94d4 !important}
.b-blue-6{border-color:#3582c4 !important}
.b-blue-7{border-color:#2271b1 !important}
.b-blue-8{border-color:#135e96 !important}
.b-blue-9{border-color:#0a4b78 !important}
.b-blue-10{border-color:#043959 !important}
.b-blue-11{border-color:#01263a !important}
.b-blue-12{border-color:#00131c !important}
.b-red-1{border-color:#fcf0f1 !important}
.b-red-2{border-color:#facfd2 !important}
.b-red-3{border-color:#ffabaf !important}
.b-red-4{border-color:#ff8085 !important}
.b-red-5{border-color:#f86368 !important}
.b-red-6{border-color:#e65054 !important}
.b-red-7{border-color:#d63638 !important}
.b-red-8{border-color:#b32d2e !important}
.b-red-9{border-color:#8a2424 !important}
.b-red-10{border-color:#691c1c !important}
.b-red-11{border-color:#451313 !important}
.b-red-12{border-color:#240a0a !important}
.b-yellow-1{border-color:#fcf9e8 !important}
.b-yellow-2{border-color:#f5e6ab !important}
.b-yellow-3{border-color:#f2d675 !important}
.b-yellow-4{border-color:#f0c33c !important}
.b-yellow-5{border-color:#dba617 !important}
.b-yellow-6{border-color:#bd8600 !important}
.b-yellow-7{border-color:#996800 !important}
.b-yellow-8{border-color:#755100 !important}
.b-yellow-9{border-color:#614200 !important}
.b-yellow-10{border-color:#4a3200 !important}
.b-yellow-11{border-color:#362400 !important}
.b-yellow-12{border-color:#211600 !important}
.b-green-1{border-color:#edfaef !important}
.b-green-2{border-color:#b8e6bf !important}
.b-green-3{border-color:#68de7c !important}
.b-green-4{border-color:#1ed14b !important}
.b-green-5{border-color:#00ba37 !important}
.b-green-6{border-color:#00a32a !important}
.b-green-7{border-color:#008a20 !important}
.b-green-8{border-color:#007017 !important}
.b-green-9{border-color:#005c12 !important}
.b-green-10{border-color:#00450c !important}
.b-green-11{border-color:#003008 !important}
.b-green-12{border-color:#001c05 !important}




/*=================================================================
opacity 투명도
==================================================================*/
/* opacity */
.opacity-0{opacity: 0 !important;}
.opacity-1{opacity: 0.1 !important;}
.opacity-2{opacity: 0.2 !important;}
.opacity-3{opacity: 0.3 !important;}
.opacity-4{opacity: 0.4 !important;}
.opacity-5{opacity: 0.5 !important;}
.opacity-7{opacity: 0.7 !important;}
.opacity-8{opacity: 0.8 !important;}
.opacity-9{opacity: 0.9 !important;}
.opacity-10{opacity: 0.1 !important;}
.opacity-20{opacity: 0.2 !important;}
.opacity-30{opacity: 0.3 !important;}
.opacity-40{opacity: 0.4 !important;}
.opacity-50{opacity: 0.5 !important;}
.opacity-60{opacity: 0.6 !important;}
.opacit-70{opacity: 0.7 !important;}
.opacity-80{opacity: 0.8 !important;}
.opacity-90{opacity: 0.9 !important;}
.opacity-100{opacity: 1 !important;}

.tran-5{transition:0.5s;}


/*=================================================================
z-index 레이어높이
==================================================================*/
/* z-index */
.z-m3{z-index: -3 !important;}
.z-m2{z-index: -2 !important;}
.z-m1{z-index: -1 !important;}
.z-0{z-index: 0 !important;}
.z-1{z-index: 1 !important;}
.z-2{z-index: 2 !important;}
.z-3{z-index: 3 !important;}
.z-4{z-index: 4 !important;}
.z-5{z-index: 5 !important;}
.z-7{z-index: 7 !important;}
.z-8{z-index: 8 !important;}
.z-9{z-index: 9 !important;}
.z-10{z-index: 10 !important;}
.z-20{z-index: 20 !important;}
.z-30{z-index: 30 !important;}
.z-40{z-index: 40 !important;}
.z-50{z-index: 50 !important;}
.z-60{z-index: 60 !important;}
.z-70{z-index: 70 !important;}
.z-80{z-index: 80 !important;}
.z-90{z-index: 90 !important;}
.z-100{z-index: 100 !important;}
.z-200{z-index: 100 !important;}
.z-300{z-index: 100 !important;}
.z-400{z-index: 100 !important;}
.z-500{z-index: 100 !important;}
.z-600{z-index: 100 !important;}
.z-700{z-index: 100 !important;}
.z-800{z-index: 100 !important;}
.z-900{z-index: 100 !important;}
.z-1000{z-index: 100 !important;}
.z-2000{z-index: 100 !important;}
.z-3000{z-index: 100 !important;}
.z-4000{z-index: 100 !important;}
.z-5000{z-index: 100 !important;}
.z-6000{z-index: 100 !important;}
.z-7000{z-index: 100 !important;}
.z-8000{z-index: 100 !important;}
.z-9000{z-index: 100 !important;}



/*=================================================================
size 넓이 높이
==================================================================*/
/*넓이*/
.w-auto{width:auto !important;}
.w-0{width:0 !important;}
.w-1{width:1px !important;}
.w-2{width:2px !important;}
.w-3{width:3px !important;}
.w-4{width:4px !important;}
.w-5{width:5px !important;}
.w-6{width:6px !important;}
.w-7{width:7px !important;}
.w-8{width:8px !important;}
.w-9{width:9px !important;}
.w-10{width:10px !important;}
.w-11{width:11px !important;}
.w-12{width:12px !important;}
.w-13{width:13px !important;}
.w-14{width:14px !important;}
.w-15{width:15px !important;}
.w-16{width:16px !important;}
.w-17{width:17px !important;}
.w-18{width:18px !important;}
.w-19{width:19px !important;}
.w-20{width:20px !important;}
.w-25{width:25px !important;}
.w-30{width:30px !important;}
.w-35{width:35px !important;}
.w-40{width:40px !important;}
.w-45{width:45px !important;}
.w-50{width:50px !important;}
.w-55{width:55px !important;}
.w-60{width:60px !important;}
.w-65{width:65px !important;}
.w-70{width:70px !important;}
.w-75{width:75px !important;}
.w-80{width:80px !important;}
.w-85{width:85px !important;}
.w-90{width:90px !important;}
.w-95{width:95px !important;}
.w-100{width:100px !important;}
.w-110{width:110px !important;}
.w-120{width:120px !important;}
.w-130{width:130px !important;}
.w-140{width:140px !important;}
.w-150{width:150px !important;}
.w-160{width:160px !important;}
.w-170{width:170px !important;}
.w-180{width:180px !important;}
.w-190{width:190px !important;}
.w-200{width:200px !important;}
.w-300{width:300px !important;}
.w-400{width:400px !important;}
.w-500{width:500px !important;}
.w-600{width:600px !important;}
.w-700{width:700px !important;}
.w-800{width:800px !important;}
.w-900{width:900px !important;}
.w-1000{width:1000px !important;}
.w-10p{width:10% !important;}
.w-15p{width:15% !important;}
.w-20p{width:20% !important;}
.w-25p{width:25% !important;}
.w-30p{width:30% !important;}
.w-35p{width:35% !important;}
.w-40p{width:40% !important;}
.w-45p{width:45% !important;}
.w-50p{width:50% !important;}
.w-55p{width:55% !important;}
.w-60p{width:60% !important;}
.w-65p{width:65% !important;}
.w-70p{width:70% !important;}
.w-75p{width:75% !important;}
.w-80p{width:80% !important;}
.w-85p{width:85% !important;}
.w-90p{width:90% !important;}
.w-95p{width:95% !important;}
.w-full{width:100% !important;}
.wh-100{width:100wh !important;}


/* 높이 */
.h-auto{height:auto !important;}
.h-0{height:0 !important;}
.h-1{height:1px !important;}
.h-2{height:2px !important;}
.h-3{height:3px !important;}
.h-4{height:4px !important;}
.h-5{height:5px !important;}
.h-6{height:6px !important;}
.h-7{height:7px !important;}
.h-8{height:8px !important;}
.h-9{height:9px !important;}
.h-10{height:10px !important;}
.h-11{height:11px !important;}
.h-12{height:12px !important;}
.h-13{height:13px !important;}
.h-14{height:14px !important;}
.h-15{height:15px !important;}
.h-16{height:16px !important;}
.h-17{height:17px !important;}
.h-18{height:18px !important;}
.h-19{height:19px !important;}
.h-20{height:20px !important;}
.h-25{height:25px !important;}
.h-30{height:30px !important;}
.h-35{height:35px !important;}
.h-40{height:40px !important;}
.h-45{height:45px !important;}
.h-50{height:50px !important;}
.h-55{height:55px !important;}
.h-60{height:60px !important;}
.h-65{height:65px !important;}
.h-70{height:70px !important;}
.h-75{height:75px !important;}
.h-80{height:80px !important;}
.h-85{height:85px !important;}
.h-90{height:90px !important;}
.h-95{height:95px !important;}
.h-100{height:100px !important;}
.h-110{height:110px !important;}
.h-120{height:120px !important;}
.h-130{height:130px !important;}
.h-140{height:140px !important;}
.h-150{height:150px !important;}
.h-160{height:160px !important;}
.h-170{height:170px !important;}
.h-180{height:180px !important;}
.h-190{height:190px !important;}
.h-200{height:200px !important;}
.h-300{height:300px !important;}
.h-400{height:400px !important;}
.h-500{height:500px !important;}
.h-600{height:600px !important;}
.h-700{height:700px !important;}
.h-800{height:800px !important;}
.h-900{height:900px !important;}
.h-1000{height:1000px !important;}
.h-10p{height:10% !important;}
.h-10p{height:15% !important;}
.h-20p{height:20% !important;}
.h-25p{height:25% !important;}
.h-30p{height:30% !important;}
.h-35p{height:35% !important;}
.h-40p{height:40% !important;}
.h-45p{height:45% !important;}
.h-50p{height:50% !important;}
.h-55p{height:55% !important;}
.h-60p{height:60% !important;}
.h-65p{height:65% !important;}
.h-70p{height:70% !important;}
.h-75p{height:75% !important;}
.h-80p{height:80% !important;}
.h-85p{height:85% !important;}
.h-90p{height:90% !important;}
.h-95p{height:95% !important;}
.h-full{height:100% !important;}
.vh-100{height:100vh !important;}





/*=================================================================
border 보다스타일, 보더사이즈
==================================================================*/

/*보더 위치 */
.b-all{border: 1px solid;}
.b-top {border-top: 1px solid;}
.b-bottom {border-bottom: 1px solid;}
.b-left {border-left: 1px solid;}
.b-right {border-right: 1px solid;}
.b-lr {border-left: 1px solid; border-right: 1px solid;}
.b-tb {border-top: 1px solid; border-bottom: 1px solid;}

/* 보더 사이즈 */
.b-0{border:0 !important;}
.b-1{border-width:1px;}
.b-2{border-width:2px;}
.b-3{border-width:3px;}
.b-4{border-width:4px;}
.b-5{border-width:5px;}
.b-6{border-width:6px;}
.b-7{border-width:7px;}
.b-8{border-width:8px;}
.b-9{border-width:9px;}
.b-10{border-width:10px;}

/* 보더스타일 */
.b-none{border:none;}
.b-solid{border-style:solid !important;}
.b-dotted{border-style:dotted !important;}
.b-dashed{border-style:dashed !important;}
.b-double{border-style:double !important;}
.b-groove{border-style:groove !important;}
.b-ridge {border-style: ridge !important;}
.b-inset {border-style: inset !important;}
.b-outset {border-style: outset !important;}
.b-none {border-style: none !important;}
.b-hidden {border-style: hidden !important;}
.b-transperent {border-color: transparent !important;}

  /* display */
  .display-block {display:block !important}
  .overflow-hidden {overflow:hidden !important}
  .overflow-auto {overflow:auto !important}
  .display-inline-block {display:inline-block !important}
  .display-inline {display:inline !important}
  .display-none {display:none !important}
  .display-inherit {display:inherit !important}
  .display-table {display:table !important}
  .display-table-cell {display:table-cell !important}




/*=================================================================
margin 마진,마진탑,마빈바텀,마진레프트,마진라이트,마진탑바텀,마진레프트라이트
==================================================================*/

/*마진전체*/
.m-0{margin:0 !important;}
.m-1{margin:0.1rem !important;}
.m-2{margin:0.2rem !important;}
.m-3{margin:0.3rem !important;}
.m-4{margin:0.4rem !important;}
.m-5{margin:0.5rem !important;}
.m-6{margin:0.6rem !important;}
.m-7{margin:0.7rem !important;}
.m-8{margin:0.8rem !important;}
.m-9{margin:0.9rem !important;}
.m-10{margin:1rem !important;}
.m-11{margin:1.1rem !important;}
.m-12{margin:1.2rem !important;}
.m-13{margin:1.3rem !important;}
.m-14{margin:1.4rem !important;}
.m-15{margin:1.5rem !important;}
.m-16{margin:1.6rem !important;}
.m-17{margin:1.7rem !important;}
.m-18{margin:1.8rem !important;}
.m-19{margin:1.9rem !important;}
.m-20{margin:2rem !important;}
.m-25{margin:2.5rem !important;}
.m-30{margin:3rem !important;}
.m-35{margin:3.5rem !important;}
.m-40{margin:4rem !important;}
.m-45{margin:4.5rem !important;}
.m-50{margin:5rem !important;}
.m-55{margin:5.5rem !important;}
.m-60{margin:6rem !important;}
.m-65{margin:6.5rem !important;}
.m-70{margin:7rem !important;}
.m-75{margin:7.5rem !important;}
.m-80{margin:8rem !important;}
.m-85{margin:8.5rem !important;}
.m-90{margin:9rem !important;}
.m-95{margin:9.5rem !important;}
.m-100{margin:10rem !important;}
.m-110{margin:11rem !important;}
.m-120{margin:12rem !important;}
.m-130{margin:13rem !important;}
.m-140{margin:14rem !important;}
.m-150{margin:15rem !important;}
.m-160{margin:16rem !important;}
.m-170{margin:17rem !important;}
.m-180{margin:18rem !important;}
.m-190{margin:19rem !important;}
.m-200{margin:20rem !important;}
.m-300{margin:30rem !important;}
.m-400{margin:40rem !important;}
.m-500{margin:50rem !important;}
.m-600{margin:60rem !important;}
.m-700{margin:70rem !important;}
.m-800{margin:80rem !important;}
.m-900{margin:90rem !important;}
.m-1000{margin:100rem !important;}

/*마진탑*/
.mt-0{margin-top:0 !important;}
.mt-1{margin-top:0.1rem !important;}
.mt-2{margin-top:0.2rem !important;}
.mt-3{margin-top:0.3rem !important;}
.mt-4{margin-top:0.4rem !important;}
.mt-5{margin-top:0.5rem !important;}
.mt-6{margin-top:0.6rem !important;}
.mt-7{margin-top:0.7rem !important;}
.mt-8{margin-top:0.8rem !important;}
.mt-9{margin-top:0.9rem !important;}
.mt-10{margin-top:1rem !important;}
.mt-11{margin-top:1.1rem !important;}
.mt-12{margin-top:1.2rem !important;}
.mt-13{margin-top:1.3rem !important;}
.mt-14{margin-top:1.4rem !important;}
.mt-15{margin-top:1.5rem !important;}
.mt-16{margin-top:1.6rem !important;}
.mt-17{margin-top:1.7rem !important;}
.mt-18{margin-top:1.8rem !important;}
.mt-19{margin-top:1.9rem !important;}
.mt-20{margin-top:2rem !important;}
.mt-25{margin-top:2.5rem !important;}
.mt-30{margin-top:3rem !important;}
.mt-35{margin-top:3.5rem !important;}
.mt-40{margin-top:4rem !important;}
.mt-45{margin-top:4.5rem !important;}
.mt-50{margin-top:5rem !important;}
.mt-55{margin-top:5.5rem !important;}
.mt-60{margin-top:6rem !important;}
.mt-65{margin-top:6.5rem !important;}
.mt-70{margin-top:7rem !important;}
.mt-75{margin-top:7.5rem !important;}
.mt-80{margin-top:8rem !important;}
.mt-85{margin-top:8.5rem !important;}
.mt-90{margin-top:9rem !important;}
.mt-95{margin-top:9.5rem !important;}
.mt-100{margin-top:10rem !important;}
.mt-110{margin-top:11rem !important;}
.mt-120{margin-top:12rem !important;}
.mt-130{margin-top:13rem !important;}
.mt-140{margin-top:14rem !important;}
.mt-150{margin-top:15rem !important;}
.mt-160{margin-top:16rem !important;}
.mt-170{margin-top:17rem !important;}
.mt-180{margin-top:18rem !important;}
.mt-190{margin-top:19rem !important;}
.mt-200{margin-top:20rem !important;}
.mt-300{margin-top:30rem !important;}
.mt-400{margin-top:40rem !important;}
.mt-500{margin-top:50rem !important;}
.mt-600{margin-top:60rem !important;}
.mt-700{margin-top:70rem !important;}
.mt-800{margin-top:80rem !important;}
.mt-900{margin-top:90rem !important;}
.mt-1000{margin-top:100rem !important;}

/*마진바텀*/
.mb-0{margin-bottom:0 !important;}
.mb-1{margin-bottom:0.1rem !important;}
.mb-2{margin-bottom:0.2rem !important;}
.mb-3{margin-bottom:0.3rem !important;}
.mb-4{margin-bottom:0.4rem !important;}
.mb-5{margin-bottom:0.5rem !important;}
.mb-6{margin-bottom:0.6rem !important;}
.mb-7{margin-bottom:0.7rem !important;}
.mb-8{margin-bottom:0.8rem !important;}
.mb-9{margin-bottom:0.9rem !important;}
.mb-10{margin-bottom:1rem !important;}
.mb-11{margin-bottom:1.1rem !important;}
.mb-12{margin-bottom:1.2rem !important;}
.mb-13{margin-bottom:1.3rem !important;}
.mb-14{margin-bottom:1.4rem !important;}
.mb-15{margin-bottom:1.5rem !important;}
.mb-16{margin-bottom:1.6rem !important;}
.mb-17{margin-bottom:1.7rem !important;}
.mb-18{margin-bottom:1.8rem !important;}
.mb-19{margin-bottom:1.9rem !important;}
.mb-20{margin-bottom:2rem !important;}
.mb-25{margin-bottom:2.5rem !important;}
.mb-30{margin-bottom:3rem !important;}
.mb-35{margin-bottom:3.5rem !important;}
.mb-40{margin-bottom:4rem !important;}
.mb-45{margin-bottom:4.5rem !important;}
.mb-50{margin-bottom:5rem !important;}
.mb-55{margin-bottom:5.5rem !important;}
.mb-60{margin-bottom:6rem !important;}
.mb-65{margin-bottom:6.5rem !important;}
.mb-70{margin-bottom:7rem !important;}
.mb-75{margin-bottom:7.5rem !important;}
.mb-80{margin-bottom:8rem !important;}
.mb-85{margin-bottom:8.5rem !important;}
.mb-90{margin-bottom:9rem !important;}
.mb-95{margin-bottom:9.5rem !important;}
.mb-100{margin-bottom:10rem !important;}
.mb-110{margin-bottom:11rem !important;}
.mb-120{margin-bottom:12rem !important;}
.mb-130{margin-bottom:13rem !important;}
.mb-140{margin-bottom:14rem !important;}
.mb-150{margin-bottom:15rem !important;}
.mb-160{margin-bottom:16rem !important;}
.mb-170{margin-bottom:17rem !important;}
.mb-180{margin-bottom:18rem !important;}
.mb-190{margin-bottom:19rem !important;}
.mb-200{margin-bottom:20rem !important;}
.mb-300{margin-bottom:30rem !important;}
.mb-400{margin-bottom:40rem !important;}
.mb-500{margin-bottom:50rem !important;}
.mb-600{margin-bottom:60rem !important;}
.mb-700{margin-bottom:70rem !important;}
.mb-800{margin-bottom:80rem !important;}
.mb-900{margin-bottom:90rem !important;}
.mb-1000{margin-bottom:100rem !important;}

/*마진레프트*/
.ml-0{margin-left:0 !important;}
.ml-1{margin-left:0.1rem !important;}
.ml-2{margin-left:0.2rem !important;}
.ml-3{margin-left:0.3rem !important;}
.ml-4{margin-left:0.4rem !important;}
.ml-5{margin-left:0.5rem !important;}
.ml-6{margin-left:0.6rem !important;}
.ml-7{margin-left:0.7rem !important;}
.ml-8{margin-left:0.8rem !important;}
.ml-9{margin-left:0.9rem !important;}
.ml-10{margin-left:1rem !important;}
.ml-11{margin-left:1.1rem !important;}
.ml-12{margin-left:1.2rem !important;}
.ml-13{margin-left:1.3rem !important;}
.ml-14{margin-left:1.4rem !important;}
.ml-15{margin-left:1.5rem !important;}
.ml-16{margin-left:1.6rem !important;}
.ml-17{margin-left:1.7rem !important;}
.ml-18{margin-left:1.8rem !important;}
.ml-19{margin-left:1.9rem !important;}
.ml-20{margin-left:2rem !important;}
.ml-25{margin-left:2.5rem !important;}
.ml-30{margin-left:3rem !important;}
.ml-35{margin-left:3.5rem !important;}
.ml-40{margin-left:4rem !important;}
.ml-45{margin-left:4.5rem !important;}
.ml-50{margin-left:5rem !important;}
.ml-55{margin-left:5.5rem !important;}
.ml-60{margin-left:6rem !important;}
.ml-65{margin-left:6.5rem !important;}
.ml-70{margin-left:7rem !important;}
.ml-75{margin-left:7.5rem !important;}
.ml-80{margin-left:8rem !important;}
.ml-85{margin-left:8.5rem !important;}
.ml-90{margin-left:9rem !important;}
.ml-95{margin-left:9.5rem !important;}
.ml-100{margin-left:10rem !important;}
.ml-110{margin-left:11rem !important;}
.ml-120{margin-left:12rem !important;}
.ml-130{margin-left:13rem !important;}
.ml-140{margin-left:14rem !important;}
.ml-150{margin-left:15rem !important;}
.ml-160{margin-left:16rem !important;}
.ml-170{margin-left:17rem !important;}
.ml-180{margin-left:18rem !important;}
.ml-190{margin-left:19rem !important;}
.ml-200{margin-left:20rem !important;}
.ml-300{margin-left:30rem !important;}
.ml-400{margin-left:40rem !important;}
.ml-500{margin-left:50rem !important;}
.ml-600{margin-left:60rem !important;}
.ml-700{margin-left:70rem !important;}
.ml-800{margin-left:80rem !important;}
.ml-900{margin-left:90rem !important;}
.ml-1000{margin-left:100rem !important;}

/*마진라이트*/
.mr-0{margin-right:0 !important;}
.mr-1{margin-right:0.1rem !important;}
.mr-2{margin-right:0.2rem !important;}
.mr-3{margin-right:0.3rem !important;}
.mr-4{margin-right:0.4rem !important;}
.mr-5{margin-right:0.5rem !important;}
.mr-6{margin-right:0.6rem !important;}
.mr-7{margin-right:0.7rem !important;}
.mr-8{margin-right:0.8rem !important;}
.mr-9{margin-right:0.9rem !important;}
.mr-10{margin-right:1rem !important;}
.mr-11{margin-right:1.1rem !important;}
.mr-12{margin-right:1.2rem !important;}
.mr-13{margin-right:1.3rem !important;}
.mr-14{margin-right:1.4rem !important;}
.mr-15{margin-right:1.5rem !important;}
.mr-16{margin-right:1.6rem !important;}
.mr-17{margin-right:1.7rem !important;}
.mr-18{margin-right:1.8rem !important;}
.mr-19{margin-right:1.9rem !important;}
.mr-20{margin-right:2rem !important;}
.mr-25{margin-right:2.5rem !important;}
.mr-30{margin-right:3rem !important;}
.mr-35{margin-right:3.5rem !important;}
.mr-40{margin-right:4rem !important;}
.mr-45{margin-right:4.5rem !important;}
.mr-50{margin-right:5rem !important;}
.mr-55{margin-right:5.5rem !important;}
.mr-60{margin-right:6rem !important;}
.mr-65{margin-right:6.5rem !important;}
.mr-70{margin-right:7rem !important;}
.mr-75{margin-right:7.5rem !important;}
.mr-80{margin-right:8rem !important;}
.mr-85{margin-right:8.5rem !important;}
.mr-90{margin-right:9rem !important;}
.mr-95{margin-right:9.5rem !important;}
.mr-100{margin-right:10rem !important;}
.mr-110{margin-right:11rem !important;}
.mr-120{margin-right:12rem !important;}
.mr-130{margin-right:13rem !important;}
.mr-140{margin-right:14rem !important;}
.mr-150{margin-right:15rem !important;}
.mr-160{margin-right:16rem !important;}
.mr-170{margin-right:17rem !important;}
.mr-180{margin-right:18rem !important;}
.mr-190{margin-right:19rem !important;}
.mr-200{margin-right:20rem !important;}
.mr-300{margin-right:30rem !important;}
.mr-400{margin-right:40rem !important;}
.mr-500{margin-right:50rem !important;}
.mr-600{margin-right:60rem !important;}
.mr-700{margin-right:70rem !important;}
.mr-800{margin-right:80rem !important;}
.mr-900{margin-right:90rem !important;}
.mr-1000{margin-right:100rem !important;}

/*마진 탑바텀 */
.mtb-0{margin-top:0 !important; margin-bottom:0 !important;}
.mtb-1{margin-top:0.1rem !important; margin-bottom:0.1rem !important;}
.mtb-2{margin-top:0.2rem !important; margin-bottom:0.2rem !important;}
.mtb-3{margin-top:0.3rem !important; margin-bottom:0.3rem !important;}
.mtb-4{margin-top:0.4rem !important; margin-bottom:0.4rem !important;}
.mtb-5{margin-top:0.5rem !important; margin-bottom:0.5rem !important;}
.mtb-6{margin-top:0.6rem !important; margin-bottom:0.6rem !important;}
.mtb-7{margin-top:0.7rem !important; margin-bottom:0.7rem !important;}
.mtb-8{margin-top:0.8rem !important; margin-bottom:0.8rem !important;}
.mtb-9{margin-top:0.9rem !important; margin-bottom:0.9rem !important;}
.mtb-10{margin-top:1rem !important; margin-bottom:1rem !important;}
.mtb-11{margin-top:1.1rem !important; margin-bottom:1.1rem !important;}
.mtb-12{margin-top:1.2rem !important; margin-bottom:1.2rem !important;}
.mtb-13{margin-top:1.3rem !important; margin-bottom:1.3rem !important;}
.mtb-14{margin-top:1.4rem !important; margin-bottom:1.4rem !important;}
.mtb-15{margin-top:1.5rem !important; margin-bottom:1.5rem !important;}
.mtb-16{margin-top:1.6rem !important; margin-bottom:1.6rem !important;}
.mtb-17{margin-top:1.7rem !important; margin-bottom:1.7rem !important;}
.mtb-18{margin-top:1.8rem !important; margin-bottom:1.8rem !important;}
.mtb-19{margin-top:1.9rem !important; margin-bottom:1.9rem !important;}
.mtb-20{margin-top:2rem !important; margin-bottom:2rem !important;}
.mtb-25{margin-top:2.5rem !important; margin-bottom:2.5rem !important;}
.mtb-30{margin-top:3rem !important; margin-bottom:3rem !important;}
.mtb-35{margin-top:3.5rem !important; margin-bottom:3.5rem !important;}
.mtb-40{margin-top:4rem !important; margin-bottom:4rem !important;}
.mtb-45{margin-top:4.5rem !important; margin-bottom:4.5rem !important;}
.mtb-50{margin-top:5rem !important; margin-bottom:5rem !important;}
.mtb-55{margin-top:5.5rem !important; margin-bottom:5.5rem !important;}
.mtb-60{margin-top:6rem !important; margin-bottom:6rem !important;}
.mtb-65{margin-top:6.5rem !important; margin-bottom:6.5rem !important;}
.mtb-70{margin-top:7rem !important; margin-bottom:7rem !important;}
.mtb-75{margin-top:7.5rem !important; margin-bottom:7.5rem !important;}
.mtb-80{margin-top:8rem !important; margin-bottom:8rem !important;}
.mtb-85{margin-top:8.5rem !important; margin-bottom:8.5rem !important;}
.mtb-90{margin-top:9rem !important; margin-bottom:9rem !important;}
.mtb-95{margin-top:9.5rem !important; margin-bottom:9.5rem !important;}
.mtb-100{margin-top:10rem !important; margin-bottom:10rem !important;}
.mtb-110{margin-top:11rem !important; margin-bottom:11rem !important;}
.mtb-120{margin-top:12rem !important; margin-bottom:12rem !important;}
.mtb-130{margin-top:13rem !important; margin-bottom:13rem !important;}
.mtb-140{margin-top:14rem !important; margin-bottom:14rem !important;}
.mtb-150{margin-top:15rem !important; margin-bottom:15rem !important;}
.mtb-160{margin-top:16rem !important; margin-bottom:16rem !important;}
.mtb-170{margin-top:17rem !important; margin-bottom:17rem !important;}
.mtb-180{margin-top:18rem !important; margin-bottom:18rem !important;}
.mtb-190{margin-top:19rem !important; margin-bottom:19rem !important;}
.mtb-200{margin-top:20rem !important; margin-bottom:20rem !important;}
.mtb-300{margin-top:30rem !important; margin-bottom:30rem !important;}
.mtb-400{margin-top:40rem !important; margin-bottom:40rem !important;}
.mtb-500{margin-top:50rem !important; margin-bottom:50rem !important;}
.mtb-600{margin-top:60rem !important; margin-bottom:60rem !important;}
.mtb-700{margin-top:70rem !important; margin-bottom:70rem !important;}
.mtb-800{margin-top:80rem !important; margin-bottom:80rem !important;}
.mtb-900{margin-top:90rem !important; margin-bottom:90rem !important;}
.mtb-1000{margin-top:100rem !important; margin-bottom:100rem !important;}

/* 마진 레프트 라이트 */
.mlr-0{margin-left:0 !important; margin-bottom:0 !important;}
.mlr-1{margin-left:0.1rem !important; margin-right:0.1rem !important;}
.mlr-2{margin-left:0.2rem !important; margin-right:0.2rem !important;}
.mlr-3{margin-left:0.3rem !important; margin-right:0.3rem !important;}
.mlr-4{margin-left:0.4rem !important; margin-right:0.4rem !important;}
.mlr-5{margin-left:0.5rem !important; margin-right:0.5rem !important;}
.mlr-6{margin-left:0.6rem !important; margin-right:0.6rem !important;}
.mlr-7{margin-left:0.7rem !important; margin-right:0.7rem !important;}
.mlr-8{margin-left:0.8rem !important; margin-right:0.8rem !important;}
.mlr-9{margin-left:0.9rem !important; margin-right:0.9rem !important;}
.mlr-10{margin-left:1rem !important; margin-right:1rem !important;}
.mlr-11{margin-left:1.1rem !important; margin-right:1.1rem !important;}
.mlr-12{margin-left:1.2rem !important; margin-right:1.2rem !important;}
.mlr-13{margin-left:1.3rem !important; margin-right:1.3rem !important;}
.mlr-14{margin-left:1.4rem !important; margin-right:1.4rem !important;}
.mlr-15{margin-left:1.5rem !important; margin-right:1.5rem !important;}
.mlr-16{margin-left:1.6rem !important; margin-right:1.6rem !important;}
.mlr-17{margin-left:1.7rem !important; margin-right:1.7rem !important;}
.mlr-18{margin-left:1.8rem !important; margin-right:1.8rem !important;}
.mlr-19{margin-left:1.9rem !important; margin-right:1.9rem !important;}
.mlr-20{margin-left:2rem !important; margin-right:2rem !important;}
.mlr-25{margin-left:2.5rem !important; margin-right:2.5rem !important;}
.mlr-30{margin-left:3rem !important; margin-right:3rem !important;}
.mlr-35{margin-left:3.5rem !important; margin-right:3.5rem !important;}
.mlr-40{margin-left:4rem !important; margin-right:4rem !important;}
.mlr-45{margin-left:4.5rem !important; margin-right:4.5rem !important;}
.mlr-50{margin-left:5rem !important; margin-right:5rem !important;}
.mlr-55{margin-left:5.5rem !important; margin-right:5.5rem !important;}
.mlr-60{margin-left:6rem !important; margin-right:6rem !important;}
.mlr-65{margin-left:6.5rem !important; margin-right:6.5rem !important;}
.mlr-70{margin-left:7rem !important; margin-right:7rem !important;}
.mlr-75{margin-left:7.5rem !important; margin-right:7.5rem !important;}
.mlr-80{margin-left:8rem !important; margin-right:8rem !important;}
.mlr-85{margin-left:8.5rem !important; margin-right:8.5rem !important;}
.mlr-90{margin-left:9rem !important; margin-right:9rem !important;}
.mlr-95{margin-left:9.5rem !important; margin-right:9.5rem !important;}
.mlr-100{margin-left:10rem !important; margin-right:10rem !important;}
.mlr-110{margin-left:11rem !important; margin-right:11rem !important;}
.mlr-120{margin-left:12rem !important; margin-right:12rem !important;}
.mlr-130{margin-left:13rem !important; margin-right:13rem !important;}
.mlr-140{margin-left:14rem !important; margin-right:14rem !important;}
.mlr-150{margin-left:15rem !important; margin-right:15rem !important;}
.mlr-160{margin-left:16rem !important; margin-right:16rem !important;}
.mlr-170{margin-left:17rem !important; margin-right:17rem !important;}
.mlr-180{margin-left:18rem !important; margin-right:18rem !important;}
.mlr-190{margin-left:19rem !important; margin-right:19rem !important;}
.mlr-200{margin-left:20rem !important; margin-right:20rem !important;}
.mlr-300{margin-left:30rem !important; margin-right:30rem !important;}
.mlr-400{margin-left:40rem !important; margin-right:40rem !important;}
.mlr-500{margin-left:50rem !important; margin-right:50rem !important;}
.mlr-600{margin-left:60rem !important; margin-right:60rem !important;}
.mlr-700{margin-left:70rem !important; margin-right:70rem !important;}
.mlr-800{margin-left:80rem !important; margin-right:80rem !important;}
.mlr-900{margin-left:90rem !important; margin-right:90rem !important;}
.mlr-1000{margin-left:100rem !important; margin-right:100rem !important;}

/*=================================================================
padding 패딩,패딩탑,패딩바텀,패딩레프트,패딩라이트,패딩잡바텀,패딩레프트라이트
==================================================================*/
/*패딩전체*/
.p-0{padding:0 !important;}
.p-1{padding:0.1rem !important;}
.p-2{padding:0.2rem !important;}
.p-3{padding:0.3rem !important;}
.p-4{padding:0.4rem !important;}
.p-5{padding:0.5rem !important;}
.p-6{padding:0.6rem !important;}
.p-7{padding:0.7rem !important;}
.p-8{padding:0.8rem !important;}
.p-9{padding:0.9rem !important;}
.p-10{padding:1rem !important;}
.p-11{padding:1.1rem !important;}
.p-12{padding:1.2rem !important;}
.p-13{padding:1.3rem !important;}
.p-14{padding:1.4rem !important;}
.p-15{padding:1.5rem !important;}
.p-16{padding:1.6rem !important;}
.p-17{padding:1.7rem !important;}
.p-18{padding:1.8rem !important;}
.p-19{padding:1.9rem !important;}
.p-20{padding:2rem !important;}
.p-25{padding:2.5rem !important;}
.p-30{padding:3rem !important;}
.p-35{padding:3.5rem !important;}
.p-40{padding:4rem !important;}
.p-45{padding:4.5rem !important;}
.p-50{padding:5rem !important;}
.p-55{padding:5.5rem !important;}
.p-60{padding:6rem !important;}
.p-65{padding:6.5rem !important;}
.p-70{padding:7rem !important;}
.p-75{padding:7.5rem !important;}
.p-80{padding:8rem !important;}
.p-85{padding:8.5rem !important;}
.p-90{padding:9rem !important;}
.p-95{padding:9.5rem !important;}
.p-100{padding:10rem !important;}
.p-110{padding:11rem !important;}
.p-120{padding:12rem !important;}
.p-130{padding:13rem !important;}
.p-140{padding:14rem !important;}
.p-150{padding:15rem !important;}
.p-160{padding:16rem !important;}
.p-170{padding:17rem !important;}
.p-180{padding:18rem !important;}
.p-190{padding:19rem !important;}
.p-200{padding:20rem !important;}
.p-300{padding:30rem !important;}
.p-400{padding:40rem !important;}
.p-500{padding:50rem !important;}
.p-600{padding:60rem !important;}
.p-700{padding:70rem !important;}
.p-800{padding:80rem !important;}
.p-900{padding:90rem !important;}
.p-1000{padding:100rem !important;}

/*패딩탑*/
.pt-0{padding-top:0 !important;}
.pt-1{padding-top:0.1rem !important;}
.pt-2{padding-top:0.2rem !important;}
.pt-3{padding-top:0.3rem !important;}
.pt-4{padding-top:0.4rem !important;}
.pt-5{padding-top:0.5rem !important;}
.pt-6{padding-top:0.6rem !important;}
.pt-7{padding-top:0.7rem !important;}
.pt-8{padding-top:0.8rem !important;}
.pt-9{padding-top:0.9rem !important;}
.pt-10{padding-top:1rem !important;}
.pt-11{padding-top:1.1rem !important;}
.pt-12{padding-top:1.2rem !important;}
.pt-13{padding-top:1.3rem !important;}
.pt-14{padding-top:1.4rem !important;}
.pt-15{padding-top:1.5rem !important;}
.pt-16{padding-top:1.6rem !important;}
.pt-17{padding-top:1.7rem !important;}
.pt-18{padding-top:1.8rem !important;}
.pt-19{padding-top:1.9rem !important;}
.pt-20{padding-top:2rem !important;}
.pt-25{padding-top:2.5rem !important;}
.pt-30{padding-top:3rem !important;}
.pt-35{padding-top:3.5rem !important;}
.pt-40{padding-top:4rem !important;}
.pt-45{padding-top:4.5rem !important;}
.pt-50{padding-top:5rem !important;}
.pt-55{padding-top:5.5rem !important;}
.pt-60{padding-top:6rem !important;}
.pt-65{padding-top:6.5rem !important;}
.pt-70{padding-top:7rem !important;}
.pt-75{padding-top:7.5rem !important;}
.pt-80{padding-top:8rem !important;}
.pt-85{padding-top:8.5rem !important;}
.pt-90{padding-top:9rem !important;}
.pt-95{padding-top:9.5rem !important;}
.pt-100{padding-top:10rem !important;}
.pt-110{padding-top:11rem !important;}
.pt-120{padding-top:12rem !important;}
.pt-130{padding-top:13rem !important;}
.pt-140{padding-top:14rem !important;}
.pt-150{padding-top:15rem !important;}
.pt-160{padding-top:16rem !important;}
.pt-170{padding-top:17rem !important;}
.pt-180{padding-top:18rem !important;}
.pt-190{padding-top:19rem !important;}
.pt-200{padding-top:20rem !important;}
.pt-300{padding-top:30rem !important;}
.pt-400{padding-top:40rem !important;}
.pt-500{padding-top:50rem !important;}
.pt-600{padding-top:60rem !important;}
.pt-700{padding-top:70rem !important;}
.pt-800{padding-top:80rem !important;}
.pt-900{padding-top:90rem !important;}
.pt-1000{padding-top:100rem !important;}

/*패딩바텀*/
.pb-0{padding-bottom:0 !important;}
.pb-1{padding-bottom:0.1rem !important;}
.pb-2{padding-bottom:0.2rem !important;}
.pb-3{padding-bottom:0.3rem !important;}
.pb-4{padding-bottom:0.4rem !important;}
.pb-5{padding-bottom:0.5rem !important;}
.pb-6{padding-bottom:0.6rem !important;}
.pb-7{padding-bottom:0.7rem !important;}
.pb-8{padding-bottom:0.8rem !important;}
.pb-9{padding-bottom:0.9rem !important;}
.pb-10{padding-bottom:1rem !important;}
.pb-11{padding-bottom:1.1rem !important;}
.pb-12{padding-bottom:1.2rem !important;}
.pb-13{padding-bottom:1.3rem !important;}
.pb-14{padding-bottom:1.4rem !important;}
.pb-15{padding-bottom:1.5rem !important;}
.pb-16{padding-bottom:1.6rem !important;}
.pb-17{padding-bottom:1.7rem !important;}
.pb-18{padding-bottom:1.8rem !important;}
.pb-19{padding-bottom:1.9rem !important;}
.pb-20{padding-bottom:2rem !important;}
.pb-25{padding-bottom:2.5rem !important;}
.pb-30{padding-bottom:3rem !important;}
.pb-35{padding-bottom:3.5rem !important;}
.pb-40{padding-bottom:4rem !important;}
.pb-45{padding-bottom:4.5rem !important;}
.pb-50{padding-bottom:5rem !important;}
.pb-55{padding-bottom:5.5rem !important;}
.pb-60{padding-bottom:6rem !important;}
.pb-65{padding-bottom:6.5rem !important;}
.pb-70{padding-bottom:7rem !important;}
.pb-75{padding-bottom:7.5rem !important;}
.pb-80{padding-bottom:8rem !important;}
.pb-85{padding-bottom:8.5rem !important;}
.pb-90{padding-bottom:9rem !important;}
.pb-95{padding-bottom:9.5rem !important;}
.pb-100{padding-bottom:10rem !important;}
.pb-110{padding-bottom:11rem !important;}
.pb-120{padding-bottom:12rem !important;}
.pb-130{padding-bottom:13rem !important;}
.pb-140{padding-bottom:14rem !important;}
.pb-150{padding-bottom:15rem !important;}
.pb-160{padding-bottom:16rem !important;}
.pb-170{padding-bottom:17rem !important;}
.pb-180{padding-bottom:18rem !important;}
.pb-190{padding-bottom:19rem !important;}
.pb-200{padding-bottom:20rem !important;}
.pb-300{padding-bottom:30rem !important;}
.pb-400{padding-bottom:40rem !important;}
.pb-500{padding-bottom:50rem !important;}
.pb-600{padding-bottom:60rem !important;}
.pb-700{padding-bottom:70rem !important;}
.pb-800{padding-bottom:80rem !important;}
.pb-900{padding-bottom:90rem !important;}
.pb-1000{padding-bottom:100rem !important;}

/*패딩레프트*/
.pl-0{padding-left:0 !important;}
.pl-1{padding-left:0.1rem !important;}
.pl-2{padding-left:0.2rem !important;}
.pl-3{padding-left:0.3rem !important;}
.pl-4{padding-left:0.4rem !important;}
.pl-5{padding-left:0.5rem !important;}
.pl-6{padding-left:0.6rem !important;}
.pl-7{padding-left:0.7rem !important;}
.pl-8{padding-left:0.8rem !important;}
.pl-9{padding-left:0.9rem !important;}
.pl-10{padding-left:1rem !important;}
.pl-11{padding-left:1.1rem !important;}
.pl-12{padding-left:1.2rem !important;}
.pl-13{padding-left:1.3rem !important;}
.pl-14{padding-left:1.4rem !important;}
.pl-15{padding-left:1.5rem !important;}
.pl-16{padding-left:1.6rem !important;}
.pl-17{padding-left:1.7rem !important;}
.pl-18{padding-left:1.8rem !important;}
.pl-19{padding-left:1.9rem !important;}
.pl-20{padding-left:2rem !important;}
.pl-25{padding-left:2.5rem !important;}
.pl-30{padding-left:3rem !important;}
.pl-35{padding-left:3.5rem !important;}
.pl-40{padding-left:4rem !important;}
.pl-45{padding-left:4.5rem !important;}
.pl-50{padding-left:5rem !important;}
.pl-55{padding-left:5.5rem !important;}
.pl-60{padding-left:6rem !important;}
.pl-65{padding-left:6.5rem !important;}
.pl-70{padding-left:7rem !important;}
.pl-75{padding-left:7.5rem !important;}
.pl-80{padding-left:8rem !important;}
.pl-85{padding-left:8.5rem !important;}
.pl-90{padding-left:9rem !important;}
.pl-95{padding-left:9.5rem !important;}
.pl-100{padding-left:10rem !important;}
.pl-110{padding-left:11rem !important;}
.pl-120{padding-left:12rem !important;}
.pl-130{padding-left:13rem !important;}
.pl-140{padding-left:14rem !important;}
.pl-150{padding-left:15rem !important;}
.pl-160{padding-left:16rem !important;}
.pl-170{padding-left:17rem !important;}
.pl-180{padding-left:18rem !important;}
.pl-190{padding-left:19rem !important;}
.pl-200{padding-left:20rem !important;}
.pl-300{padding-left:30rem !important;}
.pl-400{padding-left:40rem !important;}
.pl-500{padding-left:50rem !important;}
.pl-600{padding-left:60rem !important;}
.pl-700{padding-left:70rem !important;}
.pl-800{padding-left:80rem !important;}
.pl-900{padding-left:90rem !important;}
.pl-1000{padding-left:100rem !important;}

/*패딩라이트*/
.pr-0{padding-right:0 !important;}
.pr-1{padding-right:0.1rem !important;}
.pr-2{padding-right:0.2rem !important;}
.pr-3{padding-right:0.3rem !important;}
.pr-4{padding-right:0.4rem !important;}
.pr-5{padding-right:0.5rem !important;}
.pr-6{padding-right:0.6rem !important;}
.pr-7{padding-right:0.7rem !important;}
.pr-8{padding-right:0.8rem !important;}
.pr-9{padding-right:0.9rem !important;}
.pr-10{padding-right:1rem !important;}
.pr-11{padding-right:1.1rem !important;}
.pr-12{padding-right:1.2rem !important;}
.pr-13{padding-right:1.3rem !important;}
.pr-14{padding-right:1.4rem !important;}
.pr-15{padding-right:1.5rem !important;}
.pr-16{padding-right:1.6rem !important;}
.pr-17{padding-right:1.7rem !important;}
.pr-18{padding-right:1.8rem !important;}
.pr-19{padding-right:1.9rem !important;}
.pr-20{padding-right:2rem !important;}
.pr-25{padding-right:2.5rem !important;}
.pr-30{padding-right:3rem !important;}
.pr-35{padding-right:3.5rem !important;}
.pr-40{padding-right:4rem !important;}
.pr-45{padding-right:4.5rem !important;}
.pr-50{padding-right:5rem !important;}
.pr-55{padding-right:5.5rem !important;}
.pr-60{padding-right:6rem !important;}
.pr-65{padding-right:6.5rem !important;}
.pr-70{padding-right:7rem !important;}
.pr-75{padding-right:7.5rem !important;}
.pr-80{padding-right:8rem !important;}
.pr-85{padding-right:8.5rem !important;}
.pr-90{padding-right:9rem !important;}
.pr-95{padding-right:9.5rem !important;}
.pr-100{padding-right:10rem !important;}
.pr-110{padding-right:11rem !important;}
.pr-120{padding-right:12rem !important;}
.pr-130{padding-right:13rem !important;}
.pr-140{padding-right:14rem !important;}
.pr-150{padding-right:15rem !important;}
.pr-160{padding-right:16rem !important;}
.pr-170{padding-right:17rem !important;}
.pr-180{padding-right:18rem !important;}
.pr-190{padding-right:19rem !important;}
.pr-200{padding-right:20rem !important;}
.pr-300{padding-right:30rem !important;}
.pr-400{padding-right:40rem !important;}
.pr-500{padding-right:50rem !important;}
.pr-600{padding-right:60rem !important;}
.pr-700{padding-right:70rem !important;}
.pr-800{padding-right:80rem !important;}
.pr-900{padding-right:90rem !important;}
.pr-1000{padding-right:100rem !important;}

/*패딩 탑바텀 */
.ptb-0{padding-top:0 !important; padding-bottom:0 !important;}
.ptb-1{padding-top:0.1rem !important; padding-bottom:0.1rem !important;}
.ptb-2{padding-top:0.2rem !important; padding-bottom:0.2rem !important;}
.ptb-3{padding-top:0.3rem !important; padding-bottom:0.3rem !important;}
.ptb-4{padding-top:0.4rem !important; padding-bottom:0.4rem !important;}
.ptb-5{padding-top:0.5rem !important; padding-bottom:0.5rem !important;}
.ptb-6{padding-top:0.6rem !important; padding-bottom:0.6rem !important;}
.ptb-7{padding-top:0.7rem !important; padding-bottom:0.7rem !important;}
.ptb-8{padding-top:0.8rem !important; padding-bottom:0.8rem !important;}
.ptb-9{padding-top:0.9rem !important; padding-bottom:0.9rem !important;}
.ptb-10{padding-top:1rem !important; padding-bottom:1rem !important;}
.ptb-11{padding-top:1.1rem !important; padding-bottom:1.1rem !important;}
.ptb-12{padding-top:1.2rem !important; padding-bottom:1.2rem !important;}
.ptb-13{padding-top:1.3rem !important; padding-bottom:1.3rem !important;}
.ptb-14{padding-top:1.4rem !important; padding-bottom:1.4rem !important;}
.ptb-15{padding-top:1.5rem !important; padding-bottom:1.5rem !important;}
.ptb-16{padding-top:1.6rem !important; padding-bottom:1.6rem !important;}
.ptb-17{padding-top:1.7rem !important; padding-bottom:1.7rem !important;}
.ptb-18{padding-top:1.8rem !important; padding-bottom:1.8rem !important;}
.ptb-19{padding-top:1.9rem !important; padding-bottom:1.9rem !important;}
.ptb-20{padding-top:2rem !important; padding-bottom:2rem !important;}
.ptb-25{padding-top:2.5rem !important; padding-bottom:2.5rem !important;}
.ptb-30{padding-top:3rem !important; padding-bottom:3rem !important;}
.ptb-35{padding-top:3.5rem !important; padding-bottom:3.5rem !important;}
.ptb-40{padding-top:4rem !important; padding-bottom:4rem !important;}
.ptb-45{padding-top:4.5rem !important; padding-bottom:4.5rem !important;}
.ptb-50{padding-top:5rem !important; padding-bottom:5rem !important;}
.ptb-55{padding-top:5.5rem !important; padding-bottom:5.5rem !important;}
.ptb-60{padding-top:6rem !important; padding-bottom:6rem !important;}
.ptb-65{padding-top:6.5rem !important; padding-bottom:6.5rem !important;}
.ptb-70{padding-top:7rem !important; padding-bottom:7rem !important;}
.ptb-75{padding-top:7.5rem !important; padding-bottom:7.5rem !important;}
.ptb-80{padding-top:8rem !important; padding-bottom:8rem !important;}
.ptb-85{padding-top:8.5rem !important; padding-bottom:8.5rem !important;}
.ptb-90{padding-top:9rem !important; padding-bottom:9rem !important;}
.ptb-95{padding-top:9.5rem !important; padding-bottom:9.5rem !important;}
.ptb-100{padding-top:10rem !important; padding-bottom:10rem !important;}
.ptb-110{padding-top:11rem !important; padding-bottom:11rem !important;}
.ptb-120{padding-top:12rem !important; padding-bottom:12rem !important;}
.ptb-130{padding-top:13rem !important; padding-bottom:13rem !important;}
.ptb-140{padding-top:14rem !important; padding-bottom:14rem !important;}
.ptb-150{padding-top:15rem !important; padding-bottom:15rem !important;}
.ptb-160{padding-top:16rem !important; padding-bottom:16rem !important;}
.ptb-170{padding-top:17rem !important; padding-bottom:17rem !important;}
.ptb-180{padding-top:18rem !important; padding-bottom:18rem !important;}
.ptb-190{padding-top:19rem !important; padding-bottom:19rem !important;}
.ptb-200{padding-top:20rem !important; padding-bottom:20rem !important;}
.ptb-300{padding-top:30rem !important; padding-bottom:30rem !important;}
.ptb-400{padding-top:40rem !important; padding-bottom:40rem !important;}
.ptb-500{padding-top:50rem !important; padding-bottom:50rem !important;}
.ptb-600{padding-top:60rem !important; padding-bottom:60rem !important;}
.ptb-700{padding-top:70rem !important; padding-bottom:70rem !important;}
.ptb-800{padding-top:80rem !important; padding-bottom:80rem !important;}
.ptb-900{padding-top:90rem !important; padding-bottom:90rem !important;}
.ptb-1000{padding-top:100rem !important; padding-bottom:100rem !important;}

/* 패딩 레프트 라이트 */
.plr-0{padding-left:0 !important; padding-bottom:0 !important;}
.plr-1{padding-left:0.1rem !important; padding-right:0.1rem !important;}
.plr-2{padding-left:0.2rem !important; padding-right:0.2rem !important;}
.plr-3{padding-left:0.3rem !important; padding-right:0.3rem !important;}
.plr-4{padding-left:0.4rem !important; padding-right:0.4rem !important;}
.plr-5{padding-left:0.5rem !important; padding-right:0.5rem !important;}
.plr-6{padding-left:0.6rem !important; padding-right:0.6rem !important;}
.plr-7{padding-left:0.7rem !important; padding-right:0.7rem !important;}
.plr-8{padding-left:0.8rem !important; padding-right:0.8rem !important;}
.plr-9{padding-left:0.9rem !important; padding-right:0.9rem !important;}
.plr-10{padding-left:1rem !important; padding-right:1rem !important;}
.plr-11{padding-left:1.1rem !important; padding-right:1.1rem !important;}
.plr-12{padding-left:1.2rem !important; padding-right:1.2rem !important;}
.plr-13{padding-left:1.3rem !important; padding-right:1.3rem !important;}
.plr-14{padding-left:1.4rem !important; padding-right:1.4rem !important;}
.plr-15{padding-left:1.5rem !important; padding-right:1.5rem !important;}
.plr-16{padding-left:1.6rem !important; padding-right:1.6rem !important;}
.plr-17{padding-left:1.7rem !important; padding-right:1.7rem !important;}
.plr-18{padding-left:1.8rem !important; padding-right:1.8rem !important;}
.plr-19{padding-left:1.9rem !important; padding-right:1.9rem !important;}
.plr-20{padding-left:2rem !important; padding-right:2rem !important;}
.plr-25{padding-left:2.5rem !important; padding-right:2.5rem !important;}
.plr-30{padding-left:3rem !important; padding-right:3rem !important;}
.plr-35{padding-left:3.5rem !important; padding-right:3.5rem !important;}
.plr-40{padding-left:4rem !important; padding-right:4rem !important;}
.plr-45{padding-left:4.5rem !important; padding-right:4.5rem !important;}
.plr-50{padding-left:5rem !important; padding-right:5rem !important;}
.plr-55{padding-left:5.5rem !important; padding-right:5.5rem !important;}
.plr-60{padding-left:6rem !important; padding-right:6rem !important;}
.plr-65{padding-left:6.5rem !important; padding-right:6.5rem !important;}
.plr-70{padding-left:7rem !important; padding-right:7rem !important;}
.plr-75{padding-left:7.5rem !important; padding-right:7.5rem !important;}
.plr-80{padding-left:8rem !important; padding-right:8rem !important;}
.plr-85{padding-left:8.5rem !important; padding-right:8.5rem !important;}
.plr-90{padding-left:9rem !important; padding-right:9rem !important;}
.plr-95{padding-left:9.5rem !important; padding-right:9.5rem !important;}
.plr-100{padding-left:10rem !important; padding-right:10rem !important;}
.plr-110{padding-left:11rem !important; padding-right:11rem !important;}
.plr-120{padding-left:12rem !important; padding-right:12rem !important;}
.plr-130{padding-left:13rem !important; padding-right:13rem !important;}
.plr-140{padding-left:14rem !important; padding-right:14rem !important;}
.plr-150{padding-left:15rem !important; padding-right:15rem !important;}
.plr-160{padding-left:16rem !important; padding-right:16rem !important;}
.plr-170{padding-left:17rem !important; padding-right:17rem !important;}
.plr-180{padding-left:18rem !important; padding-right:18rem !important;}
.plr-190{padding-left:19rem !important; padding-right:19rem !important;}
.plr-200{padding-left:20rem !important; padding-right:20rem !important;}
.plr-300{padding-left:30rem !important; padding-right:30rem !important;}
.plr-400{padding-left:40rem !important; padding-right:40rem !important;}
.plr-500{padding-left:50rem !important; padding-right:50rem !important;}
.plr-600{padding-left:60rem !important; padding-right:60rem !important;}
.plr-700{padding-left:70rem !important; padding-right:70rem !important;}
.plr-800{padding-left:80rem !important; padding-right:80rem !important;}
.plr-900{padding-left:90rem !important; padding-right:90rem !important;}
.plr-1000{padding-left:100rem !important; padding-right:100rem !important;}




/* 거터 스타일 정의*/
.gutter-x{}
.gutter-x > *{ padding-left: 1rem; padding-right: 1rem;}
.gutter-x :first-child{ padding-left: 0;}
.gutter-x :last-child{ padding-right: 0;}
.gutter-x2{}
.gutter-x2 > *{ padding-left: 2rem; padding-right: 2rem;}
.gutter-x2 :first-child{ padding-left: 0;}
.gutter-x2 :last-child{ padding-right: 0;}
.gutter-x3{}
.gutter-x3 > *{ padding-left: 3rem; padding-right: 3rem;}
.gutter-x3 :first-child{ padding-left: 0;}
.gutter-x3 :last-child{ padding-right: 0;}

/* 선택 색상 */
.color-01{background-color: #FF0000;}
.color-02{background-color: #FF7A00;}
.color-03{background-color: #FFC505;}
.color-04{background-color: #4ACA0D;}
.color-05{background-color: #0057FF;}
.color-06{background-color: #1D256F;}
.color-07{background-color: #9441FF;}

@media (max-width: 576px) {
    .xs-gutter-x-0{}
    .xs-gutter-x-0 > *{ padding-left: 0; padding-right: 0;}

	.xs-text-start{ text-align: left !important;}
	.xs-text-center{ text-align: center !important;}
	.xs-text-end{ text-align: right !important;}

    .justify-content-xs-start {
        justify-content: flex-start !important;
      }
      .justify-content-xs-end {
        justify-content: flex-end !important;
      }
      .justify-content-xs-center {
        justify-content: center !important;
      }
      .justify-content-xs-between {
        justify-content: space-between !important;
      }
      .justify-content-xs-around {
        justify-content: space-around !important;
      }
      .justify-content-xs-evenly {
        justify-content: space-evenly !important;
      }

      .align-items-xs-center {
        align-items: center !important;
      }
      .align-items-xs-top {
        align-items: top !important;
      }
      .align-items-xs-end {
        align-items: end !important;
      }
      
  /* display */
  .xs-display-block {display:block !important}
  .xs-overflow-hidden {overflow:hidden !important}
  .xs-overflow-auto {overflow:auto !important}
  .xs-display-inline-block {display:inline-block !important}
  .xs-display-inline {display:inline !important}
  .xs-display-none {display:none !important}
  .xs-display-inherit {display:inherit !important}
  .xs-display-table {display:table !important}
  .xs-display-table-cell {display:table-cell !important}

  /*폰트사이즈*/
  .xs-fs-0{font-size:0 !important;}
  .xs-fs-1{font-size:0.1rem !important;}
  .xs-fs-2{font-size:0.2rem !important;}
  .xs-fs-3{font-size:0.3rem !important;}
  .xs-fs-4{font-size:0.4rem !important;}
  .xs-fs-5{font-size:0.5rem !important;}
  .xs-fs-6{font-size:0.6rem !important;}
  .xs-fs-7{font-size:0.7rem !important;}
  .xs-fs-8{font-size:0.8rem !important;}
  .xs-fs-9{font-size:0.9rem !important;}
  .xs-fs-10{font-size:1rem !important;}
  .xs-fs-11{font-size:1.1rem !important;}
  .xs-fs-12{font-size:1.2rem !important;}
  .xs-fs-13{font-size:1.3rem !important;}
  .xs-fs-14{font-size:1.4rem !important;}
  .xs-fs-15{font-size:1.5rem !important;}
  .xs-fs-16{font-size:1.6rem !important;}
  .xs-fs-17{font-size:1.7rem !important;}
  .xs-fs-18{font-size:1.8rem !important;}
  .xs-fs-19{font-size:1.9rem !important;}
  .xs-fs-20{font-size:2rem !important;}
  .xs-fs-21{font-size:2.1rem !important;}
  .xs-fs-22{font-size:2.2rem !important;}
  .xs-fs-23{font-size:2.3rem !important;}
  .xs-fs-24{font-size:2.4rem !important;}
  .xs-fs-25{font-size:2.5rem !important;}
  .xs-fs-26{font-size:2.6rem !important;}
  .xs-fs-27{font-size:2.7rem !important;}
  .xs-fs-28{font-size:2.8rem !important;}
  .xs-fs-29{font-size:2.9rem !important;}
  .xs-fs-30{font-size:3rem !important;}
  .xs-fs-31{font-size:3.1rem !important;}
  .xs-fs-32{font-size:3.2rem !important;}
  .xs-fs-33{font-size:3.3rem !important;}
  .xs-fs-34{font-size:3.4rem !important;}
  .xs-fs-35{font-size:3.5rem !important;}
  .xs-fs-36{font-size:3.6rem !important;}
  .xs-fs-37{font-size:3.7rem !important;}
  .xs-fs-38{font-size:3.8rem !important;}
  .xs-fs-39{font-size:3.9rem !important;}
  .xs-fs-40{font-size:4rem !important;}
  .xs-fs-41{font-size:4.1rem !important;}
  .xs-fs-42{font-size:4.2rem !important;}
  .xs-fs-43{font-size:4.3rem !important;}
  .xs-fs-44{font-size:4.4rem !important;}
  .xs-fs-45{font-size:4.5rem !important;}
  .xs-fs-46{font-size:4.6rem !important;}
  .xs-fs-47{font-size:4.7rem !important;}
  .xs-fs-48{font-size:4.8rem !important;}
  .xs-fs-49{font-size:4.9rem !important;}
  .xs-fs-50{font-size:5rem !important;}
  .xs-fs-55{font-size:5.5rem !important;}
  .xs-fs-60{font-size:6rem !important;}
  .xs-fs-65{font-size:6.5rem !important;}
  .xs-fs-70{font-size:7rem !important;}
  .xs-fs-75{font-size:7.5rem !important;}
  .xs-fs-80{font-size:8rem !important;}
  .xs-fs-85{font-size:8.5rem !important;}
  .xs-fs-90{font-size:9rem !important;}
  .xs-fs-95{font-size:9.5rem !important;}
  .xs-fs-100{font-size:10rem !important;}
  .xs-fs-110{font-size:11rem !important;}
  .xs-fs-120{font-size:12rem !important;}
  .xs-fs-130{font-size:13rem !important;}
  .xs-fs-140{font-size:14rem !important;}
  .xs-fs-150{font-size:15rem !important;}
  .xs-fs-160{font-size:16rem !important;}
  .xs-fs-170{font-size:17rem !important;}
  .xs-fs-180{font-size:18rem !important;}
  .xs-fs-190{font-size:19rem !important;}
  .xs-fs-200{font-size:20rem !important;}
  .xs-fs-300{font-size:30rem !important;}
  .xs-fs-400{font-size:40rem !important;}
  .xs-fs-500{font-size:50rem !important;}
  .xs-fs-600{font-size:60rem !important;}
  .xs-fs-700{font-size:70rem !important;}
  .xs-fs-800{font-size:80rem !important;}
  .xs-fs-900{font-size:90rem !important;}
  .xs-fs-1000{font-size:100rem !important;}

  /*라인헤이트*/
  .xs-lh-0{line-height:0 !important;}
  .xs-lh-1{line-height:0.1rem !important;}
  .xs-lh-2{line-height:0.2rem !important;}
  .xs-lh-3{line-height:0.3rem !important;}
  .xs-lh-4{line-height:0.4rem !important;}
  .xs-lh-5{line-height:0.5rem !important;}
  .xs-lh-6{line-height:0.6rem !important;}
  .xs-lh-7{line-height:0.7rem !important;}
  .xs-lh-8{line-height:0.8rem !important;}
  .xs-lh-9{line-height:0.9rem !important;}
  .xs-lh-10{line-height:1rem !important;}
  .xs-lh-11{line-height:1.1rem !important;}
  .xs-lh-12{line-height:1.2rem !important;}
  .xs-lh-13{line-height:1.3rem !important;}
  .xs-lh-14{line-height:1.4rem !important;}
  .xs-lh-15{line-height:1.5rem !important;}
  .xs-lh-16{line-height:1.6rem !important;}
  .xs-lh-17{line-height:1.7rem !important;}
  .xs-lh-18{line-height:1.8rem !important;}
  .xs-lh-19{line-height:1.9rem !important;}
  .xs-lh-20{line-height:2rem !important;}
  .xs-lh-21{line-height:2.1rem !important;}
  .xs-lh-22{line-height:2.2rem !important;}
  .xs-lh-23{line-height:2.3rem !important;}
  .xs-lh-24{line-height:2.4rem !important;}
  .xs-lh-25{line-height:2.5rem !important;}
  .xs-lh-26{line-height:2.6rem !important;}
  .xs-lh-27{line-height:2.7rem !important;}
  .xs-lh-28{line-height:2.8rem !important;}
  .xs-lh-29{line-height:2.9rem !important;}
  .xs-lh-30{line-height:3rem !important;}
  .xs-lh-31{line-height:3.1rem !important;}
  .xs-lh-32{line-height:3.2rem !important;}
  .xs-lh-33{line-height:3.3rem !important;}
  .xs-lh-34{line-height:3.4rem !important;}
  .xs-lh-35{line-height:3.5rem !important;}
  .xs-lh-36{line-height:3.6rem !important;}
  .xs-lh-37{line-height:3.7rem !important;}
  .xs-lh-38{line-height:3.8rem !important;}
  .xs-lh-39{line-height:3.9rem !important;}
  .xs-lh-40{line-height:4rem !important;}
  .xs-lh-41{line-height:4.1rem !important;}
  .xs-lh-42{line-height:4.2rem !important;}
  .xs-lh-43{line-height:4.3rem !important;}
  .xs-lh-44{line-height:4.4rem !important;}
  .xs-lh-45{line-height:4.5rem !important;}
  .xs-lh-46{line-height:4.6rem !important;}
  .xs-lh-47{line-height:4.7rem !important;}
  .xs-lh-48{line-height:4.8rem !important;}
  .xs-lh-49{line-height:4.9rem !important;}
  .xs-lh-50{line-height:5rem !important;}
  .xs-lh-55{line-height:5.5rem !important;}
  .xs-lh-60{line-height:6rem !important;}
  .xs-lh-65{line-height:6.5rem !important;}
  .xs-lh-70{line-height:7rem !important;}
  .xs-lh-75{line-height:7.5rem !important;}
  .xs-lh-80{line-height:8rem !important;}
  .xs-lh-85{line-height:8.5rem !important;}
  .xs-lh-90{line-height:9rem !important;}
  .xs-lh-95{line-height:9.5rem !important;}
  .xs-lh-100{line-height:10rem !important;}
  .xs-lh-110{line-height:11rem !important;}
  .xs-lh-120{line-height:12rem !important;}
  .xs-lh-130{line-height:13rem !important;}
  .xs-lh-140{line-height:14rem !important;}
  .xs-lh-150{line-height:15rem !important;}
  .xs-lh-160{line-height:16rem !important;}
  .xs-lh-170{line-height:17rem !important;}
  .xs-lh-180{line-height:18rem !important;}
  .xs-lh-190{line-height:19rem !important;}
  .xs-lh-200{line-height:20rem !important;}
  .xs-lh-300{line-height:30rem !important;}
  .xs-lh-400{line-height:40rem !important;}
  .xs-lh-500{line-height:50rem !important;}
  .xs-lh-600{line-height:60rem !important;}
  .xs-lh-700{line-height:70rem !important;}
  .xs-lh-800{line-height:80rem !important;}
  .xs-lh-900{line-height:90rem !important;}
  .xs-lh-1000{line-height:100rem !important;}

  /* 폰튼웨이트 */
  .xs-fw-100 {font-weight:100 !important;}
  .xs-fw-200 {font-weight:200 !important;}
  .xs-fw-300 {font-weight:300 !important;}
  .xs-fw-400 {font-weight:400 !important;}
  .xs-fw-500 {font-weight:500 !important;}
  .xs-fw-600 {font-weight:600 !important;}
  .xs-fw-700 {font-weight:700 !important;}
  .xs-fw-800 {font-weight:800 !important;}
  .xs-fw-900 {font-weight:900 !important;}

  /* 레터스페이싱 */
  .xs-ls-0{letter-spacing:0 !important;}
  .xs-ls-1{letter-spacing:0.1rem !important;}
  .xs-ls-2{letter-spacing:0.2rem !important;}
  .xs-ls-3{letter-spacing:0.3rem !important;}
  .xs-ls-4{letter-spacing:0.4rem !important;}
  .xs-ls-5{letter-spacing:0.5rem !important;}
  .xs-ls-6{letter-spacing:0.6rem !important;}
  .xs-ls-7{letter-spacing:0.7rem !important;}
  .xs-ls-8{letter-spacing:0.8rem !important;}
  .xs-ls-9{letter-spacing:0.9rem !important;}
  .xs-ls-10{letter-spacing:1rem !important;}
  .xs-ls-m1{letter-spacing:-0.1rem !important;}
  .xs-ls-m2{letter-spacing:-0.2rem !important;}
  .xs-ls-m3{letter-spacing:-0.3rem !important;}
  .xs-ls-m4{letter-spacing:-0.4rem !important;}
  .xs-ls-m5{letter-spacing:-0.5rem !important;}
  .xs-ls-m6{letter-spacing:-0.6rem !important;}
  .xs-ls-m7{letter-spacing:-0.7rem !important;}
  .xs-ls-m8{letter-spacing:-0.8rem !important;}
  .xs-ls-m9{letter-spacing:-0.9rem !important;}
  .xs-ls-m10{letter-spacing:-1rem !important;}

  /*넓이*/
  .xs-w-auto{width:auto !important;}
  .xs-w-0{width:0 !important;}
  .xs-w-1{width:1px !important;}
  .xs-w-2{width:2px !important;}
  .xs-w-3{width:3px !important;}
  .xs-w-4{width:4px !important;}
  .xs-w-5{width:5px !important;}
  .xs-w-6{width:6px !important;}
  .xs-w-7{width:7px !important;}
  .xs-w-8{width:8px !important;}
  .xs-w-9{width:9px !important;}
  .xs-w-10{width:10px !important;}
  .xs-w-11{width:11px !important;}
  .xs-w-12{width:12px !important;}
  .xs-w-13{width:13px !important;}
  .xs-w-14{width:14px !important;}
  .xs-w-15{width:15px !important;}
  .xs-w-16{width:16px !important;}
  .xs-w-17{width:17px !important;}
  .xs-w-18{width:18px !important;}
  .xs-w-19{width:19px !important;}
  .xs-w-20{width:20px !important;}
  .xs-w-25{width:25px !important;}
  .xs-w-30{width:30px !important;}
  .xs-w-35{width:35px !important;}
  .xs-w-40{width:40px !important;}
  .xs-w-45{width:45px !important;}
  .xs-w-50{width:50px !important;}
  .xs-w-55{width:55px !important;}
  .xs-w-60{width:60px !important;}
  .xs-w-65{width:65px !important;}
  .xs-w-70{width:70px !important;}
  .xs-w-75{width:75px !important;}
  .xs-w-80{width:80px !important;}
  .xs-w-85{width:85px !important;}
  .xs-w-90{width:90px !important;}
  .xs-w-95{width:95px !important;}
  .xs-w-100{width:100px !important;}
  .xs-w-110{width:110px !important;}
  .xs-w-120{width:120px !important;}
  .xs-w-130{width:130px !important;}
  .xs-w-140{width:140px !important;}
  .xs-w-150{width:150px !important;}
  .xs-w-160{width:160px !important;}
  .xs-w-170{width:170px !important;}
  .xs-w-180{width:180px !important;}
  .xs-w-190{width:190px !important;}
  .xs-w-200{width:200px !important;}
  .xs-w-300{width:300px !important;}
  .xs-w-400{width:400px !important;}
  .xs-w-500{width:500px !important;}
  .xs-w-600{width:600px !important;}
  .xs-w-700{width:700px !important;}
  .xs-w-800{width:800px !important;}
  .xs-w-900{width:900px !important;}
  .xs-w-1000{width:1000px !important;}
  .xs-w-10p{width:10% !important;}
  .xs-w-10p{width:15% !important;}
  .xs-w-20p{width:20% !important;}
  .xs-w-25p{width:25% !important;}
  .xs-w-30p{width:30% !important;}
  .xs-w-35p{width:35% !important;}
  .xs-w-40p{width:40% !important;}
  .xs-w-45p{width:45% !important;}
  .xs-w-50p{width:50% !important;}
  .xs-w-55p{width:55% !important;}
  .xs-w-60p{width:60% !important;}
  .xs-w-65p{width:65% !important;}
  .xs-w-70p{width:70% !important;}
  .xs-w-75p{width:75% !important;}
  .xs-w-80p{width:80% !important;}
  .xs-w-85p{width:85% !important;}
  .xs-w-90p{width:90% !important;}
  .xs-w-95p{width:95% !important;}
  .xs-w-full{width:100% !important;}
  .xs-wh-100{width:100wh !important;}


  /* 높이 */
  .xs-h-auto{height:auto !important;}
  .xs-h-0{height:0 !important;}
  .xs-h-1{height:1px !important;}
  .xs-h-2{height:2px !important;}
  .xs-h-3{height:3px !important;}
  .xs-h-4{height:4px !important;}
  .xs-h-5{height:5px !important;}
  .xs-h-6{height:6px !important;}
  .xs-h-7{height:7px !important;}
  .xs-h-8{height:8px !important;}
  .xs-h-9{height:9px !important;}
  .xs-h-10{height:10px !important;}
  .xs-h-11{height:11px !important;}
  .xs-h-12{height:12px !important;}
  .xs-h-13{height:13px !important;}
  .xs-h-14{height:14px !important;}
  .xs-h-15{height:15px !important;}
  .xs-h-16{height:16px !important;}
  .xs-h-17{height:17px !important;}
  .xs-h-18{height:18px !important;}
  .xs-h-19{height:19px !important;}
  .xs-h-20{height:20px !important;}
  .xs-h-25{height:25px !important;}
  .xs-h-30{height:30px !important;}
  .xs-h-35{height:35px !important;}
  .xs-h-40{height:40px !important;}
  .xs-h-45{height:45px !important;}
  .xs-h-50{height:50px !important;}
  .xs-h-55{height:55px !important;}
  .xs-h-60{height:60px !important;}
  .xs-h-65{height:65px !important;}
  .xs-h-70{height:70px !important;}
  .xs-h-75{height:75px !important;}
  .xs-h-80{height:80px !important;}
  .xs-h-85{height:85px !important;}
  .xs-h-90{height:90px !important;}
  .xs-h-95{height:95px !important;}
  .xs-h-100{height:100px !important;}
  .xs-h-110{height:110px !important;}
  .xs-h-120{height:120px !important;}
  .xs-h-130{height:130px !important;}
  .xs-h-140{height:140px !important;}
  .xs-h-150{height:150px !important;}
  .xs-h-160{height:160px !important;}
  .xs-h-170{height:170px !important;}
  .xs-h-180{height:180px !important;}
  .xs-h-190{height:190px !important;}
  .xs-h-200{height:200px !important;}
  .xs-h-300{height:300px !important;}
  .xs-h-400{height:400px !important;}
  .xs-h-500{height:500px !important;}
  .xs-h-600{height:600px !important;}
  .xs-h-700{height:700px !important;}
  .xs-h-800{height:800px !important;}
  .xs-h-900{height:900px !important;}
  .xs-h-1000{height:1000px !important;}
  .xs-h-10p{height:10% !important;}
  .xs-h-10p{height:15% !important;}
  .xs-h-20p{height:20% !important;}
  .xs-h-25p{height:25% !important;}
  .xs-h-30p{height:30% !important;}
  .xs-h-35p{height:35% !important;}
  .xs-h-40p{height:40% !important;}
  .xs-h-45p{height:45% !important;}
  .xs-h-50p{height:50% !important;}
  .xs-h-55p{height:55% !important;}
  .xs-h-60p{height:60% !important;}
  .xs-h-65p{height:65% !important;}
  .xs-h-70p{height:70% !important;}
  .xs-h-75p{height:75% !important;}
  .xs-h-80p{height:80% !important;}
  .xs-h-85p{height:85% !important;}
  .xs-h-90p{height:90% !important;}
  .xs-h-95p{height:95% !important;}
  .xs-h-full{height:100% !important;}
  .xs-vh-100{height:100vh !important;}

  /*=================================================================
  margin 마진,마진탑,마빈바텀,마진레프트,마진라이트,마진탑바텀,마진레프트라이트
  ==================================================================*/
  /*마진전체*/
  .xs-m-0{margin:0 !important;}
  .xs-m-1{margin:0.1rem !important;}
  .xs-m-2{margin:0.2rem !important;}
  .xs-m-3{margin:0.3rem !important;}
  .xs-m-4{margin:0.4rem !important;}
  .xs-m-5{margin:0.5rem !important;}
  .xs-m-6{margin:0.6rem !important;}
  .xs-m-7{margin:0.7rem !important;}
  .xs-m-8{margin:0.8rem !important;}
  .xs-m-9{margin:0.9rem !important;}
  .xs-m-10{margin:1rem !important;}
  .xs-m-11{margin:1.1rem !important;}
  .xs-m-12{margin:1.2rem !important;}
  .xs-m-13{margin:1.3rem !important;}
  .xs-m-14{margin:1.4rem !important;}
  .xs-m-15{margin:1.5rem !important;}
  .xs-m-16{margin:1.6rem !important;}
  .xs-m-17{margin:1.7rem !important;}
  .xs-m-18{margin:1.8rem !important;}
  .xs-m-19{margin:1.9rem !important;}
  .xs-m-20{margin:2rem !important;}
  .xs-m-25{margin:2.5rem !important;}
  .xs-m-30{margin:3rem !important;}
  .xs-m-35{margin:3.5rem !important;}
  .xs-m-40{margin:4rem !important;}
  .xs-m-45{margin:4.5rem !important;}
  .xs-m-50{margin:5rem !important;}
  .xs-m-55{margin:5.5rem !important;}
  .xs-m-60{margin:6rem !important;}
  .xs-m-65{margin:6.5rem !important;}
  .xs-m-70{margin:7rem !important;}
  .xs-m-75{margin:7.5rem !important;}
  .xs-m-80{margin:8rem !important;}
  .xs-m-85{margin:8.5rem !important;}
  .xs-m-90{margin:9rem !important;}
  .xs-m-95{margin:9.5rem !important;}
  .xs-m-100{margin:10rem !important;}
  .xs-m-110{margin:11rem !important;}
  .xs-m-120{margin:12rem !important;}
  .xs-m-130{margin:13rem !important;}
  .xs-m-140{margin:14rem !important;}
  .xs-m-150{margin:15rem !important;}
  .xs-m-160{margin:16rem !important;}
  .xs-m-170{margin:17rem !important;}
  .xs-m-180{margin:18rem !important;}
  .xs-m-190{margin:19rem !important;}
  .xs-m-200{margin:20rem !important;}
  .xs-m-300{margin:30rem !important;}
  .xs-m-400{margin:40rem !important;}
  .xs-m-500{margin:50rem !important;}
  .xs-m-600{margin:60rem !important;}
  .xs-m-700{margin:70rem !important;}
  .xs-m-800{margin:80rem !important;}
  .xs-m-900{margin:90rem !important;}
  .xs-m-1000{margin:100rem !important;}

  /*마진탑*/
  .xs-mt-0{margin-top:0 !important;}
  .xs-mt-1{margin-top:0.1rem !important;}
  .xs-mt-2{margin-top:0.2rem !important;}
  .xs-mt-3{margin-top:0.3rem !important;}
  .xs-mt-4{margin-top:0.4rem !important;}
  .xs-mt-5{margin-top:0.5rem !important;}
  .xs-mt-6{margin-top:0.6rem !important;}
  .xs-mt-7{margin-top:0.7rem !important;}
  .xs-mt-8{margin-top:0.8rem !important;}
  .xs-mt-9{margin-top:0.9rem !important;}
  .xs-mt-10{margin-top:1rem !important;}
  .xs-mt-11{margin-top:1.1rem !important;}
  .xs-mt-12{margin-top:1.2rem !important;}
  .xs-mt-13{margin-top:1.3rem !important;}
  .xs-mt-14{margin-top:1.4rem !important;}
  .xs-mt-15{margin-top:1.5rem !important;}
  .xs-mt-16{margin-top:1.6rem !important;}
  .xs-mt-17{margin-top:1.7rem !important;}
  .xs-mt-18{margin-top:1.8rem !important;}
  .xs-mt-19{margin-top:1.9rem !important;}
  .xs-mt-20{margin-top:2rem !important;}
  .xs-mt-25{margin-top:2.5rem !important;}
  .xs-mt-30{margin-top:3rem !important;}
  .xs-mt-35{margin-top:3.5rem !important;}
  .xs-mt-40{margin-top:4rem !important;}
  .xs-mt-45{margin-top:4.5rem !important;}
  .xs-mt-50{margin-top:5rem !important;}
  .xs-mt-55{margin-top:5.5rem !important;}
  .xs-mt-60{margin-top:6rem !important;}
  .xs-mt-65{margin-top:6.5rem !important;}
  .xs-mt-70{margin-top:7rem !important;}
  .xs-mt-75{margin-top:7.5rem !important;}
  .xs-mt-80{margin-top:8rem !important;}
  .xs-mt-85{margin-top:8.5rem !important;}
  .xs-mt-90{margin-top:9rem !important;}
  .xs-mt-95{margin-top:9.5rem !important;}
  .xs-mt-100{margin-top:10rem !important;}
  .xs-mt-110{margin-top:11rem !important;}
  .xs-mt-120{margin-top:12rem !important;}
  .xs-mt-130{margin-top:13rem !important;}
  .xs-mt-140{margin-top:14rem !important;}
  .xs-mt-150{margin-top:15rem !important;}
  .xs-mt-160{margin-top:16rem !important;}
  .xs-mt-170{margin-top:17rem !important;}
  .xs-mt-180{margin-top:18rem !important;}
  .xs-mt-190{margin-top:19rem !important;}
  .xs-mt-200{margin-top:20rem !important;}
  .xs-mt-300{margin-top:30rem !important;}
  .xs-mt-400{margin-top:40rem !important;}
  .xs-mt-500{margin-top:50rem !important;}
  .xs-mt-600{margin-top:60rem !important;}
  .xs-mt-700{margin-top:70rem !important;}
  .xs-mt-800{margin-top:80rem !important;}
  .xs-mt-900{margin-top:90rem !important;}
  .xs-mt-1000{margin-top:100rem !important;}

  /*마진바텀*/
  .xs-mb-0{margin-bottom:0 !important;}
  .xs-mb-1{margin-bottom:0.1rem !important;}
  .xs-mb-2{margin-bottom:0.2rem !important;}
  .xs-mb-3{margin-bottom:0.3rem !important;}
  .xs-mb-4{margin-bottom:0.4rem !important;}
  .xs-mb-5{margin-bottom:0.5rem !important;}
  .xs-mb-6{margin-bottom:0.6rem !important;}
  .xs-mb-7{margin-bottom:0.7rem !important;}
  .xs-mb-8{margin-bottom:0.8rem !important;}
  .xs-mb-9{margin-bottom:0.9rem !important;}
  .xs-mb-10{margin-bottom:1rem !important;}
  .xs-mb-11{margin-bottom:1.1rem !important;}
  .xs-mb-12{margin-bottom:1.2rem !important;}
  .xs-mb-13{margin-bottom:1.3rem !important;}
  .xs-mb-14{margin-bottom:1.4rem !important;}
  .xs-mb-15{margin-bottom:1.5rem !important;}
  .xs-mb-16{margin-bottom:1.6rem !important;}
  .xs-mb-17{margin-bottom:1.7rem !important;}
  .xs-mb-18{margin-bottom:1.8rem !important;}
  .xs-mb-19{margin-bottom:1.9rem !important;}
  .xs-mb-20{margin-bottom:2rem !important;}
  .xs-mb-25{margin-bottom:2.5rem !important;}
  .xs-mb-30{margin-bottom:3rem !important;}
  .xs-mb-35{margin-bottom:3.5rem !important;}
  .xs-mb-40{margin-bottom:4rem !important;}
  .xs-mb-45{margin-bottom:4.5rem !important;}
  .xs-mb-50{margin-bottom:5rem !important;}
  .xs-mb-55{margin-bottom:5.5rem !important;}
  .xs-mb-60{margin-bottom:6rem !important;}
  .xs-mb-65{margin-bottom:6.5rem !important;}
  .xs-mb-70{margin-bottom:7rem !important;}
  .xs-mb-75{margin-bottom:7.5rem !important;}
  .xs-mb-80{margin-bottom:8rem !important;}
  .xs-mb-85{margin-bottom:8.5rem !important;}
  .xs-mb-90{margin-bottom:9rem !important;}
  .xs-mb-95{margin-bottom:9.5rem !important;}
  .xs-mb-100{margin-bottom:10rem !important;}
  .xs-mb-110{margin-bottom:11rem !important;}
  .xs-mb-120{margin-bottom:12rem !important;}
  .xs-mb-130{margin-bottom:13rem !important;}
  .xs-mb-140{margin-bottom:14rem !important;}
  .xs-mb-150{margin-bottom:15rem !important;}
  .xs-mb-160{margin-bottom:16rem !important;}
  .xs-mb-170{margin-bottom:17rem !important;}
  .xs-mb-180{margin-bottom:18rem !important;}
  .xs-mb-190{margin-bottom:19rem !important;}
  .xs-mb-200{margin-bottom:20rem !important;}
  .xs-mb-300{margin-bottom:30rem !important;}
  .xs-mb-400{margin-bottom:40rem !important;}
  .xs-mb-500{margin-bottom:50rem !important;}
  .xs-mb-600{margin-bottom:60rem !important;}
  .xs-mb-700{margin-bottom:70rem !important;}
  .xs-mb-800{margin-bottom:80rem !important;}
  .xs-mb-900{margin-bottom:90rem !important;}
  .xs-mb-1000{margin-bottom:100rem !important;}

  /*마진레프트*/
  .xs-ml-0{margin-left:0 !important;}
  .xs-ml-1{margin-left:0.1rem !important;}
  .xs-ml-2{margin-left:0.2rem !important;}
  .xs-ml-3{margin-left:0.3rem !important;}
  .xs-ml-4{margin-left:0.4rem !important;}
  .xs-ml-5{margin-left:0.5rem !important;}
  .xs-ml-6{margin-left:0.6rem !important;}
  .xs-ml-7{margin-left:0.7rem !important;}
  .xs-ml-8{margin-left:0.8rem !important;}
  .xs-ml-9{margin-left:0.9rem !important;}
  .xs-ml-10{margin-left:1rem !important;}
  .xs-ml-11{margin-left:1.1rem !important;}
  .xs-ml-12{margin-left:1.2rem !important;}
  .xs-ml-13{margin-left:1.3rem !important;}
  .xs-ml-14{margin-left:1.4rem !important;}
  .xs-ml-15{margin-left:1.5rem !important;}
  .xs-ml-16{margin-left:1.6rem !important;}
  .xs-ml-17{margin-left:1.7rem !important;}
  .xs-ml-18{margin-left:1.8rem !important;}
  .xs-ml-19{margin-left:1.9rem !important;}
  .xs-ml-20{margin-left:2rem !important;}
  .xs-ml-25{margin-left:2.5rem !important;}
  .xs-ml-30{margin-left:3rem !important;}
  .xs-ml-35{margin-left:3.5rem !important;}
  .xs-ml-40{margin-left:4rem !important;}
  .xs-ml-45{margin-left:4.5rem !important;}
  .xs-ml-50{margin-left:5rem !important;}
  .xs-ml-55{margin-left:5.5rem !important;}
  .xs-ml-60{margin-left:6rem !important;}
  .xs-ml-65{margin-left:6.5rem !important;}
  .xs-ml-70{margin-left:7rem !important;}
  .xs-ml-75{margin-left:7.5rem !important;}
  .xs-ml-80{margin-left:8rem !important;}
  .xs-ml-85{margin-left:8.5rem !important;}
  .xs-ml-90{margin-left:9rem !important;}
  .xs-ml-95{margin-left:9.5rem !important;}
  .xs-ml-100{margin-left:10rem !important;}
  .xs-ml-110{margin-left:11rem !important;}
  .xs-ml-120{margin-left:12rem !important;}
  .xs-ml-130{margin-left:13rem !important;}
  .xs-ml-140{margin-left:14rem !important;}
  .xs-ml-150{margin-left:15rem !important;}
  .xs-ml-160{margin-left:16rem !important;}
  .xs-ml-170{margin-left:17rem !important;}
  .xs-ml-180{margin-left:18rem !important;}
  .xs-ml-190{margin-left:19rem !important;}
  .xs-ml-200{margin-left:20rem !important;}
  .xs-ml-300{margin-left:30rem !important;}
  .xs-ml-400{margin-left:40rem !important;}
  .xs-ml-500{margin-left:50rem !important;}
  .xs-ml-600{margin-left:60rem !important;}
  .xs-ml-700{margin-left:70rem !important;}
  .xs-ml-800{margin-left:80rem !important;}
  .xs-ml-900{margin-left:90rem !important;}
  .xs-ml-1000{margin-left:100rem !important;}

  /*마진라이트*/
  .xs-mr-0{margin-right:0 !important;}
  .xs-mr-1{margin-right:0.1rem !important;}
  .xs-mr-2{margin-right:0.2rem !important;}
  .xs-mr-3{margin-right:0.3rem !important;}
  .xs-mr-4{margin-right:0.4rem !important;}
  .xs-mr-5{margin-right:0.5rem !important;}
  .xs-mr-6{margin-right:0.6rem !important;}
  .xs-mr-7{margin-right:0.7rem !important;}
  .xs-mr-8{margin-right:0.8rem !important;}
  .xs-mr-9{margin-right:0.9rem !important;}
  .xs-mr-10{margin-right:1rem !important;}
  .xs-mr-11{margin-right:1.1rem !important;}
  .xs-mr-12{margin-right:1.2rem !important;}
  .xs-mr-13{margin-right:1.3rem !important;}
  .xs-mr-14{margin-right:1.4rem !important;}
  .xs-mr-15{margin-right:1.5rem !important;}
  .xs-mr-16{margin-right:1.6rem !important;}
  .xs-mr-17{margin-right:1.7rem !important;}
  .xs-mr-18{margin-right:1.8rem !important;}
  .xs-mr-19{margin-right:1.9rem !important;}
  .xs-mr-20{margin-right:2rem !important;}
  .xs-mr-25{margin-right:2.5rem !important;}
  .xs-mr-30{margin-right:3rem !important;}
  .xs-mr-35{margin-right:3.5rem !important;}
  .xs-mr-40{margin-right:4rem !important;}
  .xs-mr-45{margin-right:4.5rem !important;}
  .xs-mr-50{margin-right:5rem !important;}
  .xs-mr-55{margin-right:5.5rem !important;}
  .xs-mr-60{margin-right:6rem !important;}
  .xs-mr-65{margin-right:6.5rem !important;}
  .xs-mr-70{margin-right:7rem !important;}
  .xs-mr-75{margin-right:7.5rem !important;}
  .xs-mr-80{margin-right:8rem !important;}
  .xs-mr-85{margin-right:8.5rem !important;}
  .xs-mr-90{margin-right:9rem !important;}
  .xs-mr-95{margin-right:9.5rem !important;}
  .xs-mr-100{margin-right:10rem !important;}
  .xs-mr-110{margin-right:11rem !important;}
  .xs-mr-120{margin-right:12rem !important;}
  .xs-mr-130{margin-right:13rem !important;}
  .xs-mr-140{margin-right:14rem !important;}
  .xs-mr-150{margin-right:15rem !important;}
  .xs-mr-160{margin-right:16rem !important;}
  .xs-mr-170{margin-right:17rem !important;}
  .xs-mr-180{margin-right:18rem !important;}
  .xs-mr-190{margin-right:19rem !important;}
  .xs-mr-200{margin-right:20rem !important;}
  .xs-mr-300{margin-right:30rem !important;}
  .xs-mr-400{margin-right:40rem !important;}
  .xs-mr-500{margin-right:50rem !important;}
  .xs-mr-600{margin-right:60rem !important;}
  .xs-mr-700{margin-right:70rem !important;}
  .xs-mr-800{margin-right:80rem !important;}
  .xs-mr-900{margin-right:90rem !important;}
  .xs-mr-1000{margin-right:100rem !important;}

  /*마진 탑바텀 */
  .xs-mtb-0{margin-top:0 !important; margin-bottom:0 !important;}
  .xs-mtb-1{margin-top:0.1rem !important; margin-bottom:0.1rem !important;}
  .xs-mtb-2{margin-top:0.2rem !important; margin-bottom:0.2rem !important;}
  .xs-mtb-3{margin-top:0.3rem !important; margin-bottom:0.3rem !important;}
  .xs-mtb-4{margin-top:0.4rem !important; margin-bottom:0.4rem !important;}
  .xs-mtb-5{margin-top:0.5rem !important; margin-bottom:0.5rem !important;}
  .xs-mtb-6{margin-top:0.6rem !important; margin-bottom:0.6rem !important;}
  .xs-mtb-7{margin-top:0.7rem !important; margin-bottom:0.7rem !important;}
  .xs-mtb-8{margin-top:0.8rem !important; margin-bottom:0.8rem !important;}
  .xs-mtb-9{margin-top:0.9rem !important; margin-bottom:0.9rem !important;}
  .xs-mtb-10{margin-top:1rem !important; margin-bottom:1rem !important;}
  .xs-mtb-11{margin-top:1.1rem !important; margin-bottom:1.1rem !important;}
  .xs-mtb-12{margin-top:1.2rem !important; margin-bottom:1.2rem !important;}
  .xs-mtb-13{margin-top:1.3rem !important; margin-bottom:1.3rem !important;}
  .xs-mtb-14{margin-top:1.4rem !important; margin-bottom:1.4rem !important;}
  .xs-mtb-15{margin-top:1.5rem !important; margin-bottom:1.5rem !important;}
  .xs-mtb-16{margin-top:1.6rem !important; margin-bottom:1.6rem !important;}
  .xs-mtb-17{margin-top:1.7rem !important; margin-bottom:1.7rem !important;}
  .xs-mtb-18{margin-top:1.8rem !important; margin-bottom:1.8rem !important;}
  .xs-mtb-19{margin-top:1.9rem !important; margin-bottom:1.9rem !important;}
  .xs-mtb-20{margin-top:2rem !important; margin-bottom:2rem !important;}
  .xs-mtb-25{margin-top:2.5rem !important; margin-bottom:2.5rem !important;}
  .xs-mtb-30{margin-top:3rem !important; margin-bottom:3rem !important;}
  .xs-mtb-35{margin-top:3.5rem !important; margin-bottom:3.5rem !important;}
  .xs-mtb-40{margin-top:4rem !important; margin-bottom:4rem !important;}
  .xs-mtb-45{margin-top:4.5rem !important; margin-bottom:4.5rem !important;}
  .xs-mtb-50{margin-top:5rem !important; margin-bottom:5rem !important;}
  .xs-mtb-55{margin-top:5.5rem !important; margin-bottom:5.5rem !important;}
  .xs-mtb-60{margin-top:6rem !important; margin-bottom:6rem !important;}
  .xs-mtb-65{margin-top:6.5rem !important; margin-bottom:6.5rem !important;}
  .xs-mtb-70{margin-top:7rem !important; margin-bottom:7rem !important;}
  .xs-mtb-75{margin-top:7.5rem !important; margin-bottom:7.5rem !important;}
  .xs-mtb-80{margin-top:8rem !important; margin-bottom:8rem !important;}
  .xs-mtb-85{margin-top:8.5rem !important; margin-bottom:8.5rem !important;}
  .xs-mtb-90{margin-top:9rem !important; margin-bottom:9rem !important;}
  .xs-mtb-95{margin-top:9.5rem !important; margin-bottom:9.5rem !important;}
  .xs-mtb-100{margin-top:10rem !important; margin-bottom:10rem !important;}
  .xs-mtb-110{margin-top:11rem !important; margin-bottom:11rem !important;}
  .xs-mtb-120{margin-top:12rem !important; margin-bottom:12rem !important;}
  .xs-mtb-130{margin-top:13rem !important; margin-bottom:13rem !important;}
  .xs-mtb-140{margin-top:14rem !important; margin-bottom:14rem !important;}
  .xs-mtb-150{margin-top:15rem !important; margin-bottom:15rem !important;}
  .xs-mtb-160{margin-top:16rem !important; margin-bottom:16rem !important;}
  .xs-mtb-170{margin-top:17rem !important; margin-bottom:17rem !important;}
  .xs-mtb-180{margin-top:18rem !important; margin-bottom:18rem !important;}
  .xs-mtb-190{margin-top:19rem !important; margin-bottom:19rem !important;}
  .xs-mtb-200{margin-top:20rem !important; margin-bottom:20rem !important;}
  .xs-mtb-300{margin-top:30rem !important; margin-bottom:30rem !important;}
  .xs-mtb-400{margin-top:40rem !important; margin-bottom:40rem !important;}
  .xs-mtb-500{margin-top:50rem !important; margin-bottom:50rem !important;}
  .xs-mtb-600{margin-top:60rem !important; margin-bottom:60rem !important;}
  .xs-mtb-700{margin-top:70rem !important; margin-bottom:70rem !important;}
  .xs-mtb-800{margin-top:80rem !important; margin-bottom:80rem !important;}
  .xs-mtb-900{margin-top:90rem !important; margin-bottom:90rem !important;}
  .xs-mtb-1000{margin-top:100rem !important; margin-bottom:100rem !important;}

  /* 마진 레프트 라이트 */
  .xs-mlr-0{margin-left:0 !important; margin-bottom:0 !important;}
  .xs-mlr-1{margin-left:0.1rem !important; margin-bottom:0.1rem !important;}
  .xs-mlr-2{margin-left:0.2rem !important; margin-bottom:0.2rem !important;}
  .xs-mlr-3{margin-left:0.3rem !important; margin-bottom:0.3rem !important;}
  .xs-mlr-4{margin-left:0.4rem !important; margin-bottom:0.4rem !important;}
  .xs-mlr-5{margin-left:0.5rem !important; margin-bottom:0.5rem !important;}
  .xs-mlr-6{margin-left:0.6rem !important; margin-bottom:0.6rem !important;}
  .xs-mlr-7{margin-left:0.7rem !important; margin-bottom:0.7rem !important;}
  .xs-mlr-8{margin-left:0.8rem !important; margin-bottom:0.8rem !important;}
  .xs-mlr-9{margin-left:0.9rem !important; margin-bottom:0.9rem !important;}
  .xs-mlr-10{margin-left:1rem !important; margin-bottom:1rem !important;}
  .xs-mlr-11{margin-left:1.1rem !important; margin-bottom:1.1rem !important;}
  .xs-mlr-12{margin-left:1.2rem !important; margin-bottom:1.2rem !important;}
  .xs-mlr-13{margin-left:1.3rem !important; margin-bottom:1.3rem !important;}
  .xs-mlr-14{margin-left:1.4rem !important; margin-bottom:1.4rem !important;}
  .xs-mlr-15{margin-left:1.5rem !important; margin-bottom:1.5rem !important;}
  .xs-mlr-16{margin-left:1.6rem !important; margin-bottom:1.6rem !important;}
  .xs-mlr-17{margin-left:1.7rem !important; margin-bottom:1.7rem !important;}
  .xs-mlr-18{margin-left:1.8rem !important; margin-bottom:1.8rem !important;}
  .xs-mlr-19{margin-left:1.9rem !important; margin-bottom:1.9rem !important;}
  .xs-mlr-20{margin-left:2rem !important; margin-bottom:2rem !important;}
  .xs-mlr-25{margin-left:2.5rem !important; margin-bottom:2.5rem !important;}
  .xs-mlr-30{margin-left:3rem !important; margin-bottom:3rem !important;}
  .xs-mlr-35{margin-left:3.5rem !important; margin-bottom:3.5rem !important;}
  .xs-mlr-40{margin-left:4rem !important; margin-bottom:4rem !important;}
  .xs-mlr-45{margin-left:4.5rem !important; margin-bottom:4.5rem !important;}
  .xs-mlr-50{margin-left:5rem !important; margin-bottom:5rem !important;}
  .xs-mlr-55{margin-left:5.5rem !important; margin-bottom:5.5rem !important;}
  .xs-mlr-60{margin-left:6rem !important; margin-bottom:6rem !important;}
  .xs-mlr-65{margin-left:6.5rem !important; margin-bottom:6.5rem !important;}
  .xs-mlr-70{margin-left:7rem !important; margin-bottom:7rem !important;}
  .xs-mlr-75{margin-left:7.5rem !important; margin-bottom:7.5rem !important;}
  .xs-mlr-80{margin-left:8rem !important; margin-bottom:8rem !important;}
  .xs-mlr-85{margin-left:8.5rem !important; margin-bottom:8.5rem !important;}
  .xs-mlr-90{margin-left:9rem !important; margin-bottom:9rem !important;}
  .xs-mlr-95{margin-left:9.5rem !important; margin-bottom:9.5rem !important;}
  .xs-mlr-100{margin-left:10rem !important; margin-bottom:10rem !important;}
  .xs-mlr-110{margin-left:11rem !important; margin-bottom:11rem !important;}
  .xs-mlr-120{margin-left:12rem !important; margin-bottom:12rem !important;}
  .xs-mlr-130{margin-left:13rem !important; margin-bottom:13rem !important;}
  .xs-mlr-140{margin-left:14rem !important; margin-bottom:14rem !important;}
  .xs-mlr-150{margin-left:15rem !important; margin-bottom:15rem !important;}
  .xs-mlr-160{margin-left:16rem !important; margin-bottom:16rem !important;}
  .xs-mlr-170{margin-left:17rem !important; margin-bottom:17rem !important;}
  .xs-mlr-180{margin-left:18rem !important; margin-bottom:18rem !important;}
  .xs-mlr-190{margin-left:19rem !important; margin-bottom:19rem !important;}
  .xs-mlr-200{margin-left:20rem !important; margin-bottom:20rem !important;}
  .xs-mlr-300{margin-left:30rem !important; margin-bottom:30rem !important;}
  .xs-mlr-400{margin-left:40rem !important; margin-bottom:40rem !important;}
  .xs-mlr-500{margin-left:50rem !important; margin-bottom:50rem !important;}
  .xs-mlr-600{margin-left:60rem !important; margin-bottom:60rem !important;}
  .xs-mlr-700{margin-left:70rem !important; margin-bottom:70rem !important;}
  .xs-mlr-800{margin-left:80rem !important; margin-bottom:80rem !important;}
  .xs-mlr-900{margin-left:90rem !important; margin-bottom:90rem !important;}
  .xs-mlr-1000{margin-left:100rem !important; margin-bottom:100rem !important;}

  /*=================================================================
  padding 패딩,패딩탑,패딩바텀,패딩레프트,패딩라이트,패딩잡바텀,패딩레프트라이트
  ==================================================================*/
  /*패딩전체*/
  .xs-p-0{padding:0 !important;}
  .xs-p-1{padding:0.1rem !important;}
  .xs-p-2{padding:0.2rem !important;}
  .xs-p-3{padding:0.3rem !important;}
  .xs-p-4{padding:0.4rem !important;}
  .xs-p-5{padding:0.5rem !important;}
  .xs-p-6{padding:0.6rem !important;}
  .xs-p-7{padding:0.7rem !important;}
  .xs-p-8{padding:0.8rem !important;}
  .xs-p-9{padding:0.9rem !important;}
  .xs-p-10{padding:1rem !important;}
  .xs-p-11{padding:1.1rem !important;}
  .xs-p-12{padding:1.2rem !important;}
  .xs-p-13{padding:1.3rem !important;}
  .xs-p-14{padding:1.4rem !important;}
  .xs-p-15{padding:1.5rem !important;}
  .xs-p-16{padding:1.6rem !important;}
  .xs-p-17{padding:1.7rem !important;}
  .xs-p-18{padding:1.8rem !important;}
  .xs-p-19{padding:1.9rem !important;}
  .xs-p-20{padding:2rem !important;}
  .xs-p-25{padding:2.5rem !important;}
  .xs-p-30{padding:3rem !important;}
  .xs-p-35{padding:3.5rem !important;}
  .xs-p-40{padding:4rem !important;}
  .xs-p-45{padding:4.5rem !important;}
  .xs-p-50{padding:5rem !important;}
  .xs-p-55{padding:5.5rem !important;}
  .xs-p-60{padding:6rem !important;}
  .xs-p-65{padding:6.5rem !important;}
  .xs-p-70{padding:7rem !important;}
  .xs-p-75{padding:7.5rem !important;}
  .xs-p-80{padding:8rem !important;}
  .xs-p-85{padding:8.5rem !important;}
  .xs-p-90{padding:9rem !important;}
  .xs-p-95{padding:9.5rem !important;}
  .xs-p-100{padding:10rem !important;}
  .xs-p-110{padding:11rem !important;}
  .xs-p-120{padding:12rem !important;}
  .xs-p-130{padding:13rem !important;}
  .xs-p-140{padding:14rem !important;}
  .xs-p-150{padding:15rem !important;}
  .xs-p-160{padding:16rem !important;}
  .xs-p-170{padding:17rem !important;}
  .xs-p-180{padding:18rem !important;}
  .xs-p-190{padding:19rem !important;}
  .xs-p-200{padding:20rem !important;}
  .xs-p-300{padding:30rem !important;}
  .xs-p-400{padding:40rem !important;}
  .xs-p-500{padding:50rem !important;}
  .xs-p-600{padding:60rem !important;}
  .xs-p-700{padding:70rem !important;}
  .xs-p-800{padding:80rem !important;}
  .xs-p-900{padding:90rem !important;}
  .xs-p-1000{padding:100rem !important;}

  /*패딩탑*/
  .xs-pt-0{padding-top:0 !important;}
  .xs-pt-1{padding-top:0.1rem !important;}
  .xs-pt-2{padding-top:0.2rem !important;}
  .xs-pt-3{padding-top:0.3rem !important;}
  .xs-pt-4{padding-top:0.4rem !important;}
  .xs-pt-5{padding-top:0.5rem !important;}
  .xs-pt-6{padding-top:0.6rem !important;}
  .xs-pt-7{padding-top:0.7rem !important;}
  .xs-pt-8{padding-top:0.8rem !important;}
  .xs-pt-9{padding-top:0.9rem !important;}
  .xs-pt-10{padding-top:1rem !important;}
  .xs-pt-11{padding-top:1.1rem !important;}
  .xs-pt-12{padding-top:1.2rem !important;}
  .xs-pt-13{padding-top:1.3rem !important;}
  .xs-pt-14{padding-top:1.4rem !important;}
  .xs-pt-15{padding-top:1.5rem !important;}
  .xs-pt-16{padding-top:1.6rem !important;}
  .xs-pt-17{padding-top:1.7rem !important;}
  .xs-pt-18{padding-top:1.8rem !important;}
  .xs-pt-19{padding-top:1.9rem !important;}
  .xs-pt-20{padding-top:2rem !important;}
  .xs-pt-25{padding-top:2.5rem !important;}
  .xs-pt-30{padding-top:3rem !important;}
  .xs-pt-35{padding-top:3.5rem !important;}
  .xs-pt-40{padding-top:4rem !important;}
  .xs-pt-45{padding-top:4.5rem !important;}
  .xs-pt-50{padding-top:5rem !important;}
  .xs-pt-55{padding-top:5.5rem !important;}
  .xs-pt-60{padding-top:6rem !important;}
  .xs-pt-65{padding-top:6.5rem !important;}
  .xs-pt-70{padding-top:7rem !important;}
  .xs-pt-75{padding-top:7.5rem !important;}
  .xs-pt-80{padding-top:8rem !important;}
  .xs-pt-85{padding-top:8.5rem !important;}
  .xs-pt-90{padding-top:9rem !important;}
  .xs-pt-95{padding-top:9.5rem !important;}
  .xs-pt-100{padding-top:10rem !important;}
  .xs-pt-110{padding-top:11rem !important;}
  .xs-pt-120{padding-top:12rem !important;}
  .xs-pt-130{padding-top:13rem !important;}
  .xs-pt-140{padding-top:14rem !important;}
  .xs-pt-150{padding-top:15rem !important;}
  .xs-pt-160{padding-top:16rem !important;}
  .xs-pt-170{padding-top:17rem !important;}
  .xs-pt-180{padding-top:18rem !important;}
  .xs-pt-190{padding-top:19rem !important;}
  .xs-pt-200{padding-top:20rem !important;}
  .xs-pt-300{padding-top:30rem !important;}
  .xs-pt-400{padding-top:40rem !important;}
  .xs-pt-500{padding-top:50rem !important;}
  .xs-pt-600{padding-top:60rem !important;}
  .xs-pt-700{padding-top:70rem !important;}
  .xs-pt-800{padding-top:80rem !important;}
  .xs-pt-900{padding-top:90rem !important;}
  .xs-pt-1000{padding-top:100rem !important;}

  /*패딩바텀*/
  .xs-pb-0{padding-bottom:0 !important;}
  .xs-pb-1{padding-bottom:0.1rem !important;}
  .xs-pb-2{padding-bottom:0.2rem !important;}
  .xs-pb-3{padding-bottom:0.3rem !important;}
  .xs-pb-4{padding-bottom:0.4rem !important;}
  .xs-pb-5{padding-bottom:0.5rem !important;}
  .xs-pb-6{padding-bottom:0.6rem !important;}
  .xs-pb-7{padding-bottom:0.7rem !important;}
  .xs-pb-8{padding-bottom:0.8rem !important;}
  .xs-pb-9{padding-bottom:0.9rem !important;}
  .xs-pb-10{padding-bottom:1rem !important;}
  .xs-pb-11{padding-bottom:1.1rem !important;}
  .xs-pb-12{padding-bottom:1.2rem !important;}
  .xs-pb-13{padding-bottom:1.3rem !important;}
  .xs-pb-14{padding-bottom:1.4rem !important;}
  .xs-pb-15{padding-bottom:1.5rem !important;}
  .xs-pb-16{padding-bottom:1.6rem !important;}
  .xs-pb-17{padding-bottom:1.7rem !important;}
  .xs-pb-18{padding-bottom:1.8rem !important;}
  .xs-pb-19{padding-bottom:1.9rem !important;}
  .xs-pb-20{padding-bottom:2rem !important;}
  .xs-pb-25{padding-bottom:2.5rem !important;}
  .xs-pb-30{padding-bottom:3rem !important;}
  .xs-pb-35{padding-bottom:3.5rem !important;}
  .xs-pb-40{padding-bottom:4rem !important;}
  .xs-pb-45{padding-bottom:4.5rem !important;}
  .xs-pb-50{padding-bottom:5rem !important;}
  .xs-pb-55{padding-bottom:5.5rem !important;}
  .xs-pb-60{padding-bottom:6rem !important;}
  .xs-pb-65{padding-bottom:6.5rem !important;}
  .xs-pb-70{padding-bottom:7rem !important;}
  .xs-pb-75{padding-bottom:7.5rem !important;}
  .xs-pb-80{padding-bottom:8rem !important;}
  .xs-pb-85{padding-bottom:8.5rem !important;}
  .xs-pb-90{padding-bottom:9rem !important;}
  .xs-pb-95{padding-bottom:9.5rem !important;}
  .xs-pb-100{padding-bottom:10rem !important;}
  .xs-pb-110{padding-bottom:11rem !important;}
  .xs-pb-120{padding-bottom:12rem !important;}
  .xs-pb-130{padding-bottom:13rem !important;}
  .xs-pb-140{padding-bottom:14rem !important;}
  .xs-pb-150{padding-bottom:15rem !important;}
  .xs-pb-160{padding-bottom:16rem !important;}
  .xs-pb-170{padding-bottom:17rem !important;}
  .xs-pb-180{padding-bottom:18rem !important;}
  .xs-pb-190{padding-bottom:19rem !important;}
  .xs-pb-200{padding-bottom:20rem !important;}
  .xs-pb-300{padding-bottom:30rem !important;}
  .xs-pb-400{padding-bottom:40rem !important;}
  .xs-pb-500{padding-bottom:50rem !important;}
  .xs-pb-600{padding-bottom:60rem !important;}
  .xs-pb-700{padding-bottom:70rem !important;}
  .xs-pb-800{padding-bottom:80rem !important;}
  .xs-pb-900{padding-bottom:90rem !important;}
  .xs-pb-1000{padding-bottom:100rem !important;}

  /*패딩레프트*/
  .xs-pl-0{padding-left:0 !important;}
  .xs-pl-1{padding-left:0.1rem !important;}
  .xs-pl-2{padding-left:0.2rem !important;}
  .xs-pl-3{padding-left:0.3rem !important;}
  .xs-pl-4{padding-left:0.4rem !important;}
  .xs-pl-5{padding-left:0.5rem !important;}
  .xs-pl-6{padding-left:0.6rem !important;}
  .xs-pl-7{padding-left:0.7rem !important;}
  .xs-pl-8{padding-left:0.8rem !important;}
  .xs-pl-9{padding-left:0.9rem !important;}
  .xs-pl-10{padding-left:1rem !important;}
  .xs-pl-11{padding-left:1.1rem !important;}
  .xs-pl-12{padding-left:1.2rem !important;}
  .xs-pl-13{padding-left:1.3rem !important;}
  .xs-pl-14{padding-left:1.4rem !important;}
  .xs-pl-15{padding-left:1.5rem !important;}
  .xs-pl-16{padding-left:1.6rem !important;}
  .xs-pl-17{padding-left:1.7rem !important;}
  .xs-pl-18{padding-left:1.8rem !important;}
  .xs-pl-19{padding-left:1.9rem !important;}
  .xs-pl-20{padding-left:2rem !important;}
  .xs-pl-25{padding-left:2.5rem !important;}
  .xs-pl-30{padding-left:3rem !important;}
  .xs-pl-35{padding-left:3.5rem !important;}
  .xs-pl-40{padding-left:4rem !important;}
  .xs-pl-45{padding-left:4.5rem !important;}
  .xs-pl-50{padding-left:5rem !important;}
  .xs-pl-55{padding-left:5.5rem !important;}
  .xs-pl-60{padding-left:6rem !important;}
  .xs-pl-65{padding-left:6.5rem !important;}
  .xs-pl-70{padding-left:7rem !important;}
  .xs-pl-75{padding-left:7.5rem !important;}
  .xs-pl-80{padding-left:8rem !important;}
  .xs-pl-85{padding-left:8.5rem !important;}
  .xs-pl-90{padding-left:9rem !important;}
  .xs-pl-95{padding-left:9.5rem !important;}
  .xs-pl-100{padding-left:10rem !important;}
  .xs-pl-110{padding-left:11rem !important;}
  .xs-pl-120{padding-left:12rem !important;}
  .xs-pl-130{padding-left:13rem !important;}
  .xs-pl-140{padding-left:14rem !important;}
  .xs-pl-150{padding-left:15rem !important;}
  .xs-pl-160{padding-left:16rem !important;}
  .xs-pl-170{padding-left:17rem !important;}
  .xs-pl-180{padding-left:18rem !important;}
  .xs-pl-190{padding-left:19rem !important;}
  .xs-pl-200{padding-left:20rem !important;}
  .xs-pl-300{padding-left:30rem !important;}
  .xs-pl-400{padding-left:40rem !important;}
  .xs-pl-500{padding-left:50rem !important;}
  .xs-pl-600{padding-left:60rem !important;}
  .xs-pl-700{padding-left:70rem !important;}
  .xs-pl-800{padding-left:80rem !important;}
  .xs-pl-900{padding-left:90rem !important;}
  .xs-pl-1000{padding-left:100rem !important;}

  /*패딩라이트*/
  .xs-pr-0{padding-right:0 !important;}
  .xs-pr-1{padding-right:0.1rem !important;}
  .xs-pr-2{padding-right:0.2rem !important;}
  .xs-pr-3{padding-right:0.3rem !important;}
  .xs-pr-4{padding-right:0.4rem !important;}
  .xs-pr-5{padding-right:0.5rem !important;}
  .xs-pr-6{padding-right:0.6rem !important;}
  .xs-pr-7{padding-right:0.7rem !important;}
  .xs-pr-8{padding-right:0.8rem !important;}
  .xs-pr-9{padding-right:0.9rem !important;}
  .xs-pr-10{padding-right:1rem !important;}
  .xs-pr-11{padding-right:1.1rem !important;}
  .xs-pr-12{padding-right:1.2rem !important;}
  .xs-pr-13{padding-right:1.3rem !important;}
  .xs-pr-14{padding-right:1.4rem !important;}
  .xs-pr-15{padding-right:1.5rem !important;}
  .xs-pr-16{padding-right:1.6rem !important;}
  .xs-pr-17{padding-right:1.7rem !important;}
  .xs-pr-18{padding-right:1.8rem !important;}
  .xs-pr-19{padding-right:1.9rem !important;}
  .xs-pr-20{padding-right:2rem !important;}
  .xs-pr-25{padding-right:2.5rem !important;}
  .xs-pr-30{padding-right:3rem !important;}
  .xs-pr-35{padding-right:3.5rem !important;}
  .xs-pr-40{padding-right:4rem !important;}
  .xs-pr-45{padding-right:4.5rem !important;}
  .xs-pr-50{padding-right:5rem !important;}
  .xs-pr-55{padding-right:5.5rem !important;}
  .xs-pr-60{padding-right:6rem !important;}
  .xs-pr-65{padding-right:6.5rem !important;}
  .xs-pr-70{padding-right:7rem !important;}
  .xs-pr-75{padding-right:7.5rem !important;}
  .xs-pr-80{padding-right:8rem !important;}
  .xs-pr-85{padding-right:8.5rem !important;}
  .xs-pr-90{padding-right:9rem !important;}
  .xs-pr-95{padding-right:9.5rem !important;}
  .xs-pr-100{padding-right:10rem !important;}
  .xs-pr-110{padding-right:11rem !important;}
  .xs-pr-120{padding-right:12rem !important;}
  .xs-pr-130{padding-right:13rem !important;}
  .xs-pr-140{padding-right:14rem !important;}
  .xs-pr-150{padding-right:15rem !important;}
  .xs-pr-160{padding-right:16rem !important;}
  .xs-pr-170{padding-right:17rem !important;}
  .xs-pr-180{padding-right:18rem !important;}
  .xs-pr-190{padding-right:19rem !important;}
  .xs-pr-200{padding-right:20rem !important;}
  .xs-pr-300{padding-right:30rem !important;}
  .xs-pr-400{padding-right:40rem !important;}
  .xs-pr-500{padding-right:50rem !important;}
  .xs-pr-600{padding-right:60rem !important;}
  .xs-pr-700{padding-right:70rem !important;}
  .xs-pr-800{padding-right:80rem !important;}
  .xs-pr-900{padding-right:90rem !important;}
  .xs-pr-1000{padding-right:100rem !important;}

  /*패딩 탑바텀 */
  .xs-ptb-0{padding-top:0 !important; padding-bottom:0 !important;}
  .xs-ptb-1{padding-top:0.1rem !important; padding-bottom:0.1rem !important;}
  .xs-ptb-2{padding-top:0.2rem !important; padding-bottom:0.2rem !important;}
  .xs-ptb-3{padding-top:0.3rem !important; padding-bottom:0.3rem !important;}
  .xs-ptb-4{padding-top:0.4rem !important; padding-bottom:0.4rem !important;}
  .xs-ptb-5{padding-top:0.5rem !important; padding-bottom:0.5rem !important;}
  .xs-ptb-6{padding-top:0.6rem !important; padding-bottom:0.6rem !important;}
  .xs-ptb-7{padding-top:0.7rem !important; padding-bottom:0.7rem !important;}
  .xs-ptb-8{padding-top:0.8rem !important; padding-bottom:0.8rem !important;}
  .xs-ptb-9{padding-top:0.9rem !important; padding-bottom:0.9rem !important;}
  .xs-ptb-10{padding-top:1rem !important; padding-bottom:1rem !important;}
  .xs-ptb-11{padding-top:1.1rem !important; padding-bottom:1.1rem !important;}
  .xs-ptb-12{padding-top:1.2rem !important; padding-bottom:1.2rem !important;}
  .xs-ptb-13{padding-top:1.3rem !important; padding-bottom:1.3rem !important;}
  .xs-ptb-14{padding-top:1.4rem !important; padding-bottom:1.4rem !important;}
  .xs-ptb-15{padding-top:1.5rem !important; padding-bottom:1.5rem !important;}
  .xs-ptb-16{padding-top:1.6rem !important; padding-bottom:1.6rem !important;}
  .xs-ptb-17{padding-top:1.7rem !important; padding-bottom:1.7rem !important;}
  .xs-ptb-18{padding-top:1.8rem !important; padding-bottom:1.8rem !important;}
  .xs-ptb-19{padding-top:1.9rem !important; padding-bottom:1.9rem !important;}
  .xs-ptb-20{padding-top:2rem !important; padding-bottom:2rem !important;}
  .xs-ptb-25{padding-top:2.5rem !important; padding-bottom:2.5rem !important;}
  .xs-ptb-30{padding-top:3rem !important; padding-bottom:3rem !important;}
  .xs-ptb-35{padding-top:3.5rem !important; padding-bottom:3.5rem !important;}
  .xs-ptb-40{padding-top:4rem !important; padding-bottom:4rem !important;}
  .xs-ptb-45{padding-top:4.5rem !important; padding-bottom:4.5rem !important;}
  .xs-ptb-50{padding-top:5rem !important; padding-bottom:5rem !important;}
  .xs-ptb-55{padding-top:5.5rem !important; padding-bottom:5.5rem !important;}
  .xs-ptb-60{padding-top:6rem !important; padding-bottom:6rem !important;}
  .xs-ptb-65{padding-top:6.5rem !important; padding-bottom:6.5rem !important;}
  .xs-ptb-70{padding-top:7rem !important; padding-bottom:7rem !important;}
  .xs-ptb-75{padding-top:7.5rem !important; padding-bottom:7.5rem !important;}
  .xs-ptb-80{padding-top:8rem !important; padding-bottom:8rem !important;}
  .xs-ptb-85{padding-top:8.5rem !important; padding-bottom:8.5rem !important;}
  .xs-ptb-90{padding-top:9rem !important; padding-bottom:9rem !important;}
  .xs-ptb-95{padding-top:9.5rem !important; padding-bottom:9.5rem !important;}
  .xs-ptb-100{padding-top:10rem !important; padding-bottom:10rem !important;}
  .xs-ptb-110{padding-top:11rem !important; padding-bottom:11rem !important;}
  .xs-ptb-120{padding-top:12rem !important; padding-bottom:12rem !important;}
  .xs-ptb-130{padding-top:13rem !important; padding-bottom:13rem !important;}
  .xs-ptb-140{padding-top:14rem !important; padding-bottom:14rem !important;}
  .xs-ptb-150{padding-top:15rem !important; padding-bottom:15rem !important;}
  .xs-ptb-160{padding-top:16rem !important; padding-bottom:16rem !important;}
  .xs-ptb-170{padding-top:17rem !important; padding-bottom:17rem !important;}
  .xs-ptb-180{padding-top:18rem !important; padding-bottom:18rem !important;}
  .xs-ptb-190{padding-top:19rem !important; padding-bottom:19rem !important;}
  .xs-ptb-200{padding-top:20rem !important; padding-bottom:20rem !important;}
  .xs-ptb-300{padding-top:30rem !important; padding-bottom:30rem !important;}
  .xs-ptb-400{padding-top:40rem !important; padding-bottom:40rem !important;}
  .xs-ptb-500{padding-top:50rem !important; padding-bottom:50rem !important;}
  .xs-ptb-600{padding-top:60rem !important; padding-bottom:60rem !important;}
  .xs-ptb-700{padding-top:70rem !important; padding-bottom:70rem !important;}
  .xs-ptb-800{padding-top:80rem !important; padding-bottom:80rem !important;}
  .xs-ptb-900{padding-top:90rem !important; padding-bottom:90rem !important;}
  .xs-ptb-1000{padding-top:100rem !important; padding-bottom:100rem !important;}

  /* 패딩 레프트 라이트 */
  .xs-plr-0{padding-left:0 !important; padding-bottom:0 !important;}
  .xs-plr-1{padding-left:0.1rem !important; padding-bottom:0.1rem !important;}
  .xs-plr-2{padding-left:0.2rem !important; padding-bottom:0.2rem !important;}
  .xs-plr-3{padding-left:0.3rem !important; padding-bottom:0.3rem !important;}
  .xs-plr-4{padding-left:0.4rem !important; padding-bottom:0.4rem !important;}
  .xs-plr-5{padding-left:0.5rem !important; padding-bottom:0.5rem !important;}
  .xs-plr-6{padding-left:0.6rem !important; padding-bottom:0.6rem !important;}
  .xs-plr-7{padding-left:0.7rem !important; padding-bottom:0.7rem !important;}
  .xs-plr-8{padding-left:0.8rem !important; padding-bottom:0.8rem !important;}
  .xs-plr-9{padding-left:0.9rem !important; padding-bottom:0.9rem !important;}
  .xs-plr-10{padding-left:1rem !important; padding-bottom:1rem !important;}
  .xs-plr-11{padding-left:1.1rem !important; padding-bottom:1.1rem !important;}
  .xs-plr-12{padding-left:1.2rem !important; padding-bottom:1.2rem !important;}
  .xs-plr-13{padding-left:1.3rem !important; padding-bottom:1.3rem !important;}
  .xs-plr-14{padding-left:1.4rem !important; padding-bottom:1.4rem !important;}
  .xs-plr-15{padding-left:1.5rem !important; padding-bottom:1.5rem !important;}
  .xs-plr-16{padding-left:1.6rem !important; padding-bottom:1.6rem !important;}
  .xs-plr-17{padding-left:1.7rem !important; padding-bottom:1.7rem !important;}
  .xs-plr-18{padding-left:1.8rem !important; padding-bottom:1.8rem !important;}
  .xs-plr-19{padding-left:1.9rem !important; padding-bottom:1.9rem !important;}
  .xs-plr-20{padding-left:2rem !important; padding-bottom:2rem !important;}
  .xs-plr-25{padding-left:2.5rem !important; padding-bottom:2.5rem !important;}
  .xs-plr-30{padding-left:3rem !important; padding-bottom:3rem !important;}
  .xs-plr-35{padding-left:3.5rem !important; padding-bottom:3.5rem !important;}
  .xs-plr-40{padding-left:4rem !important; padding-bottom:4rem !important;}
  .xs-plr-45{padding-left:4.5rem !important; padding-bottom:4.5rem !important;}
  .xs-plr-50{padding-left:5rem !important; padding-bottom:5rem !important;}
  .xs-plr-55{padding-left:5.5rem !important; padding-bottom:5.5rem !important;}
  .xs-plr-60{padding-left:6rem !important; padding-bottom:6rem !important;}
  .xs-plr-65{padding-left:6.5rem !important; padding-bottom:6.5rem !important;}
  .xs-plr-70{padding-left:7rem !important; padding-bottom:7rem !important;}
  .xs-plr-75{padding-left:7.5rem !important; padding-bottom:7.5rem !important;}
  .xs-plr-80{padding-left:8rem !important; padding-bottom:8rem !important;}
  .xs-plr-85{padding-left:8.5rem !important; padding-bottom:8.5rem !important;}
  .xs-plr-90{padding-left:9rem !important; padding-bottom:9rem !important;}
  .xs-plr-95{padding-left:9.5rem !important; padding-bottom:9.5rem !important;}
  .xs-plr-100{padding-left:10rem !important; padding-bottom:10rem !important;}
  .xs-plr-110{padding-left:11rem !important; padding-bottom:11rem !important;}
  .xs-plr-120{padding-left:12rem !important; padding-bottom:12rem !important;}
  .xs-plr-130{padding-left:13rem !important; padding-bottom:13rem !important;}
  .xs-plr-140{padding-left:14rem !important; padding-bottom:14rem !important;}
  .xs-plr-150{padding-left:15rem !important; padding-bottom:15rem !important;}
  .xs-plr-160{padding-left:16rem !important; padding-bottom:16rem !important;}
  .xs-plr-170{padding-left:17rem !important; padding-bottom:17rem !important;}
  .xs-plr-180{padding-left:18rem !important; padding-bottom:18rem !important;}
  .xs-plr-190{padding-left:19rem !important; padding-bottom:19rem !important;}
  .xs-plr-200{padding-left:20rem !important; padding-bottom:20rem !important;}
  .xs-plr-300{padding-left:30rem !important; padding-bottom:30rem !important;}
  .xs-plr-400{padding-left:40rem !important; padding-bottom:40rem !important;}
  .xs-plr-500{padding-left:50rem !important; padding-bottom:50rem !important;}
  .xs-plr-600{padding-left:60rem !important; padding-bottom:60rem !important;}
  .xs-plr-700{padding-left:70rem !important; padding-bottom:70rem !important;}
  .xs-plr-800{padding-left:80rem !important; padding-bottom:80rem !important;}
  .xs-plr-900{padding-left:90rem !important; padding-bottom:90rem !important;}
  .xs-plr-1000{padding-left:100rem !important; padding-bottom:100rem !important;}
}

@media (max-width: 576px) {
	.sm-text-start{ text-align: left !important;}
	.sm-text-center{ text-align: center !important;}
	.sm-text-end{ text-align: right !important;}
}
@media (max-width: 768px) {
	.md-text-start{ text-align: left !important;}
	.md-text-center{ text-align: center !important;}
	.md-text-end{ text-align: right !important;}
}
@media (max-width: 992px) {
	.lg-text-start{ text-align: left !important;}
	.lg-text-center{ text-align: center !important;}
	.lg-text-end{ text-align: right !important;}
}
@media (max-width: 1200px) {
	.xl-text-start{ text-align: left !important;}
	.xl-text-center{ text-align: center !important;}
	.xl-text-end{ text-align: right !important;}
}
@media (max-width: 1400px) {
	.xxl-text-start{ text-align: left !important;}
	.xxl-text-center{ text-align: center !important;}
	.xxl-text-end{ text-align: right !important;}
}

@media (max-width: 340px) {
	.aniimg{margin-right: -45px;}
	.seal-circle{ min-width: 100px !important; max-width: 100px !important; height: 100px !important;}
}

@media (max-width: 313px) {
  .weatherImg {
    margin: -10px -13px !important;
  }
  .feel{
    width: 41px !important;
  }
  .MBTIselect{
    font-size: 30px !important;
  }
}


