@charset "utf-8";
/* font */
@import url('https://fonts.googleapis.com/css2?family=Cantarell:wght@400;700&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap'); */
html{
	font-family:'Cantarell', 'Noto Sans KR', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color:#333;
}
/* @font-face {
	font-family: 'Notosans';
	font-style: normal;
	font-weight: 200;
	src: local("NotoSansLight"), local("NotoSansLight"), url(../../font/NotoSansKR-Light.eot);
	src: url(../font/NotoSansKR-Light.eot?#iefix)format("embedded-opentype"),
		 url(../font/NotoSansKR-Light.woff2) format("woff2"),
		 url(../font/NotoSansKR-Light.woff) format("woff");
}
@font-face {
	font-family: 'Notosans';
	font-style: normal;
	font-weight: 400;
	src: local("NotoSansRegular"), local("NotoSansRegular"), url(../font/NotoSansKR-Regular.eot);
	src: url(../font/NotoSansKR-Regular.eot?#iefix) format("embedded-opentype"),
		 url(../font/NotoSansKR-Regular.woff2) format("woff2"),
		 url(../font/NotoSansKR-Regular.woff) format("woff");
}
@font-face {
	font-family: 'Notosans';
	font-style: normal;
	font-weight: 600;
	src: local("NotoSansMedium"), local("NotoSansMedium"), url(../font/NotoSansKR-Medium.eot);
	src: url(../font/NotoSansKR-Medium.eot?#iefix) format("embedded-opentype"),
		 url(../font/NotoSansKR-Medium.woff2) format("woff2"),
		 url(../font/NotoSansKR-Medium.woff) format("woff");
}
@font-face {
	font-family: 'Notosans';
	font-style: normal;
	font-weight: 800;
	src: local("NotoSansBold"), local("NotoSansBold"), url(../font/NotoSansKR-Bold.eot);
	src: url(../font/NotoSansKR-Bold.eot?#iefix) format("embedded-opentype"),
		 url(../font/NotoSansKR-Bold.woff2) format("woff2"), 
		 url(../font/NotoSansKR-Bold.woff) format("woff");
} */
/* font size media queries */
@media screen and (max-width: 1023px){
	html {
		font-size: 8px;
		line-height: 1em;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	html {
		font-size: 9px;
		line-height: 1em;
	}
}
@media (min-width: 1280px) and (max-width: 1365px){
	html {
		font-size: 10px;
		line-height:1em;
	}
}
@media (min-width: 1366px) and (max-width: 1439px){
	html {
		font-size: 11px;
		line-height: 1em;
	}
}
@media (min-width: 1440px) and (max-width: 1679px){
	html {
		font-size: 12px;
		line-height: 1em;
	}
}
@media (min-width: 1680px) and (max-width: 1919px){
	html {
		font-size: 13px;
		line-height: 1em;
	}
}
@media (min-width: 1920px) and (max-width: 2119px){
	html {
		font-size: 14px;
		line-height: 1em;
	}
}
@media (min-width: 2120px) and (max-width: 2399px){
	html {
		font-size: 15px;
		line-height: 1em;
	}
}
@media (min-width: 2400px) and (max-width: 2559px){
	html {
		font-size: 16px;
		line-height: 1em;
	}
}
@media (min-width: 2560px){
	html {
		font-size: 18px;
		line-height: 1em;
	}
}
/* end of font */

/* css reset */
* {
	text-decoration: none;
	padding: 0;
	border: 0;
	color: inherit;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
	font-size: inherit;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 60%;
	color: rgba(0,0,0,0.3);
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	display: block;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	padding: 0;
	margin: 0;
	margin-top: -1px;
}
u {
	font-size:inherit;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #222;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family:'Cantarell', 'Noto Sans KR', sans-serif;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"],
input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
html input[disabled]{
	background-color:#f6f6f6;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	resize:none;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	border: 0;
	vertical-align: baseline;
}
h1 {
	font-size: 2.14rem;
	margin:0;
	/*margin: 15px 0;*/
}
h2 {
	font-size: 1.81rem;
	margin:0;
	/*margin: 10px 0;*/
}
h3 {
	font-size: 1.42rem;
	margin:0;
	/*margin: 8px 0;*/
}
h4 {
	font-size: 1.14rem;
	margin:0;
	/*margin: 8px 0;*/
}
h5 {
	font-size: 1rem;
	margin:0;
	/*margin: 8px 0;*/
}
h6 {
	font-size: 0.85rem;
	margin:0;
	/*margin: 8px 0;*/
}
html, body, div, span, applet, object,
iframe, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, sub, sup,
tt, var, b, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
ul li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	display:block;
	clear:both;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 사이트 디자인을 위한 css reset */
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	background-image: url('../img/drop_b.png');
	background-repeat: no-repeat;
	background-position: right center;
}
select::-ms-expand {
	display: none;
}
input[type="text"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
select,
textarea{
	width:100%;
	display:block;
	height:3.21rem;
	font-size:1rem;
	border:1px solid #000;
	background-color:transparent;
	padding:0 0.84rem;
	float:left;
	/*font-size:18px;*/
}
body {
	color: #222;
	background-color: transparent;
	width: 100%;
	height:100%;
	min-width:1280px;
	margin: 0;
	padding: 0;
	border: 0;
	/*background: #25201e;*/
	color: #000;
	font-family:'Cantarell', 'Noto Sans KR', sans-serif ;
	font-weight:400;
	/*고정영역 위치 관련*/
	position:relative;
	min-height:700px;
}
.hidden{
	display: none;
	font: 0/0 a;
}
/*End of Reset*/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width:1280px;
	position:relative;
}
.btn{
	display:inline-block;
	cursor:pointer;
}
.btn:hover, a:hover{
	cursor:pointer;
}
.btn-black{
	background-color:#000;
	color:#fff;
	text-align:center;
}
.btn-white{
	background-color:transparent;
	color:#000;
	text-align:center;
	border:1px solid #000;
}
.btn-black:hover{
	background-color:#555;
	color:#fff;
	text-align:center;
    -webkit-transition: background-color .5s;
    transition:background-color .5;
    opacity: 1;
}
.btn-white:hover{
	background-color:#000;
	color:#fff;
	text-align:center;
	border:none;
    -webkit-transition: background-color .5s;
    transition:background-color .5;
    opacity: 1;
}
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}*/
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    /*display: table;*/
   display:block;
    table-layout:fixed;
    width: 100%;
}

.fp-viewing-page1 #fp-nav {
	display:none;
}
#fp-nav {
    position: absolute;
    z-index: 100;
    margin-top: -32px;
    top: 55%;
    right:50px;
}
#fp-nav.fp-right {
	position:absolute;
    right: 2.6%;
    width: 150px;
    height: 15%;
    min-height:160px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
	display:inline-block;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}
.fp-slidesNav ul li {
    display: block;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 150px;
    font-size:0.85rem;
    height: 100%;
    position:relative;
    text-align:right;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li:last-child a span,
.fp-slidesNav ul li:last-child a span {
	display:none;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #000;
    font-size: 14px;
	font-family:'Cantarell', 'Noto Sans KR', sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 1;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li .fp-tooltip{
	color:#000000;
    font-size:12px;
    height:13px;
    line-height:13px;
}
#fp-nav.fp-show-active a.active + .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
    width: auto;
    opacity:0.6;
    height:13px;
    line-height:13px;
    margin:2px 0;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
    background-color:#000;
}
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
    margin:0;
}
/*Only display content to screen readers*/
.fp-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}




.text-black{
	color:#000;
}
.text-white{
	color:#fff;
}
.text-red{
	color:#CA2122;
}
.text-42{
	font-size:42px;
	line-height:72px;
}
.text-34{
	font-size:34px;
	line-height:50px;
}
.text-30{
	font-size:30px;
	line-height:44px;
}
.text-20{
	font-size:20px;
	line-height:45px;
}
.text-gray{
	color:#666;
}
.text-point{
	color:#D06262;
}
.color-point{
	background-color:#D06262;
}
.text-3{
	font-weight:300;
}
.text-5{
	font-weight:500;
}
.text-6{
	font-weight:600;
}
.text-7{
	font-weight:700;
}
.text-8{
	font-weight:800;
}
.text-9{
	font-weight:900;
}
.text-en{
	font-family:'Cantarell', sans-serif;
	font-size:1.05em;
}
.text-logo{
	letter-spacing:2px;
}



.flex__container__vertical{
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.flex__container__vertical.vertical__left{
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
}
.flex__container__row{
	display:flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}


.slide__01{
	width:100%;
	height:auto;
	height:543px;
	/* background:red; */
}
.slide__01__con {
	position:relative;
}
.slide__01 .slick-list{
	width:100%;
	height:543px;
	position:relative;
}
.slide__01 .cont__wrap{
	position:relative;
	top:0;
	left:0;
}
.slide__01 .img{
	z-index: 9999;
}
.slide__01 .img img{
	float:left;
	/* width:100%; */
	width:1267px;
	height:543px;
}
.slide__01__con .text{
	position:absolute;
	left:0;
	top:0;
	width:1270px;
	height:543px;
	z-index: 7777;
	padding-bottom:50px;
	
	display:flex;
	flex-direction: row;
	-webkit-box-align: end;
	align-items: flex-end;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.slide__01__con .text .text-con{
	display:block;
	width:847px;
	height:154px;
	z-index: 7777;
	background-color:#fff;
	padding:30px 40px;
	float:right;
	color:#000;
	font-weight:300;
	font-size:20px;
	line-height:43px;
}
.slide__01__con .text .text-con b{
	font-weight:400;
}



/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slide__01 .slick-prev,
.slide__01 .slick-next{
	font-size: 0;
    line-height: 0;
    position: absolute;
    bottom:0;
	background-color:#fff;
	color:#000;
    display: inline-block;
    width: 30px;
    height: 30px;
	border-radius:15px;
    padding: 0;
	border:1px solid #000;
    /* -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); */
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.slide__01 .slick-prev:hover,
.slide__01 .slick-prev:focus,
.slide__01 .slick-next:hover,
.slide__01 .slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slide__01 .slick-prev:hover:before,
.slide__01 .slick-prev:focus:before,
.slide__01 .slick-next:hover:before,
.slide__01 .slick-next:focus:before{
    opacity: 1;
}
.slide__01 .slick-prev .slick-disabled:before,
.slide__01 .slick-next .slick-disabled:before{
    opacity: .25;
}

.slide__01 .slick-prev:before,
.slide__01 .slick-next:before{
    /* font-family: 'slick'; */
    font-size: 20px;
	display:block;
    width: 30px;
    height: 30px;
	border-radius:15px;
    padding: 0;
	/* border:1px solid #000; */
    line-height: 1;
    opacity: 1;
    color:#000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide__01 .slick-prev{
    /* left: -25px; */
	right:70px;
	bottom:0;
}
[dir='rtl'] .slide__01 .slick-prev{
    right: -25px;
    left: auto;
}
.slide__01 .slick-prev:before{
    content: '';
	background-image:url(../images/btn_chevron-left.png);
	background-size:cover;
}
[dir='rtl'] .slide__01 .slick-prev:before{
    content: '';
	background-image:url(../images/btn_chevron-right.png);
	background-size:cover;
}
.slide__01 .slick-next{
    /* right: -25px; */
	right:0;
	bottom:0;
}
[dir='rtl'] .slide__01 .slick-next{
    right: auto;
    left: -25px;
}
.slide__01 .slick-next:before{
    content: '';
	background-image:url(../images/btn_chevron-right.png);
	background-size:cover;
}
[dir='rtl'] .slide__01 .slick-next:before{
    content: '';
	background-image:url(../images/btn_chevron-left.png);
	background-size:cover;
}




/* Dots */
.slide__01 .slick-dotted.slick-slider{
	position:relative;
    /* margin-bottom: 30px; */
}
.slide__01 .slick-dots:before{
	display:inline-block;
	content:'01';
	color:#000;
	float:left;
	margin-top:-4px;
	font-size:12px;
	padding-right:5px;
}
.slide__01 .slick-dots:after{
	display:inline-block;
	content:'06';
	color:#000;
	float:right;
	margin-top:-4px;
	font-size:12px;
	padding-left:5px;
}
.slide__01 .slick-dots{
    position: absolute;
    display: block;
	width:60px;
	height:5px;
    bottom: 40px;
	right:0px;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slide__01 .slick-dots li{
    position: relative;
    display: inline-block;
	top:0;
    width: 10px;
    height: 5px;
    margin: 0;
    padding: 0;
    cursor: pointer;
	float:left;
	/* background-color:blue; */
}
.slide__01 .slick-dots li:first-child{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	overflow:hidden;
}
.slide__01 .slick-dots li:last-child{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	overflow:hidden;
}
.slide__01 .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 5px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slide__01 .slick-dots li button:hover,
.slide__01 .slick-dots li button:focus{
    outline: none;
}

.slide__01 .slick-dots li button:hover:before,
.slide__01 .slick-dots li button:focus:before{
    opacity: 1;
}
.slide__01 .slick-dots li button:before{
    position: absolute;
	display:block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: center;
    opacity: 1;
	background-color:#ddd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide__01 .slick-dots li.slick-active button:before{
    opacity: 1;
    color: black;
	background-color:#D06262;
}


/* Arrows */
.slide__02 .slick-prev,
.slide__02 .slick-next{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slide__02 .slick-prev:hover,
.slide__02 .slick-prev:focus,
.slide__02 .slick-next:hover,
.slide__02 .slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slide__02 .slick-prev:hover:before,
.slide__02 .slick-prev:focus:before,
.slide__02 .slick-next:hover:before,
.slide__02 .slick-next:focus:before{
    opacity: 1;
}
.slide__02 .slick-prev .slick-disabled:before,
.slide__02 .slick-next .slick-disabled:before{
    opacity: .25;
}

.slide__02 .slick-prev:before,
.slide__02 .slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slide__02 .slick-prev{
    left: -25px;
}
[dir='rtl'] .slide__02 .slick-prev{
    right: -25px;
    left: auto;
}
.slide__02 .slick-prev:before{
    content: '←';
}
[dir='rtl'] .slide__02 .slick-prev:before{
    content: '→';
}

.slide__02 .slick-next{
    right: -25px;
}
[dir='rtl'] .slide__02 .slick-next{
    right: auto;
    left: -25px;
}
.slide__02 .slick-next:before{
    content: '→';
}
[dir='rtl'] .slide__02 .slick-next:before{
    content: '←';
}

/* Dots */
.slide__02.slick-slider{
	height:calc(100% - 60px) !important;


    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;


}
.slide__02 .slick-dotted .slick-slider{
    margin-bottom: 30px;
}

.slide__02 .slick-dots{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slide__02 .slick-dots li{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slide__02 .slick-dots li button{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slide__02 .slick-dots li button:hover,
.slide__02 .slick-dots li button:focus{
    outline: none;
}
.slide__02 .slick-dots li button:hover:before,
.slide__02 .slick-dots li button:focus:before{
    opacity: 1;
}
.slide__02 .slick-dots li button:before{
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slide__02 .slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}




/* 헤더 / 네비게이션 메뉴 */
.header{
	display:block;
	width:100%;
	min-width:1280px !important;
	height:80px;
	position:fixed;
	top:0;
	left:0;
	z-index: 99;
	display:flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	background-color:rgba(255,255,255,1);
	border-bottom:1px solid #f0f0f0;
	/* background-color:red; */
}
.header{
	/* 영상 페이지에 헤더 배경 추가 필요 */
}
.header .logo{
	color:#000;
	font-weight:bold;
	width:100px;
	height:80px;
	float:left;
	text-align:left;
	line-height:100px;
	margin-left:50px;
	font-size:0;
}
.header .logo a{
	display:block;
	width:100%;
	height:100%;
	padding:20px 0;
}
.header .logo a img{
	width:auto;
	height:40px;
	background-position:left center;
	background-repeat:no-repeat;
}
#menu{
	height: 80px;
	z-index: 70;
	width: auto;
	padding: 0 30px;
	margin:0;
	text-align:center;
}
#menu li {
	display:inline-block;
	color: #000;
	width:auto;
	/* float: left; */
	padding:15px 20px;
}
#menu li.active{
	color: red;
}
#menu li a{
	text-decoration:none;
	color: #000;
	display:block;
	width:100%;
	color:#000;
	font-weight:normal;
	height:50px;
	line-height:50px;
	/* position:relative; */
	font-size:13px;
	font-weight:bold;
}
#menu li a,
#menu li.active a{
	display:block;
}
.header a.btn_myAimily{
	display:inline-block;
	width:auto;
	height:80px;
	line-height:80px;
	padding-right:50px;
	font-size:14px;
}
/* 페이지 여백 설정 */
.section{
	/*background-color:#fff;*/
	background-color:#fff;
	background-position: bottom center;
	background-size:cover;
	float:left;
}
.content{
	width:auto;
	height:100%;
	min-width:1520px;
	width:100%;
	height:100%;
	padding-top:80px;
}

/* 소개 영상 intro */
.section0 {
	/*  */
}
.section0 .content{
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}
.video__wrap {
	width:100%;
	height:100%;
	background-color:#f9f9f9;
}
video {
	position: absolute;
	width:calc(100% + 60px);
	left:-60px;
	top:45px;
	/* width: 100%; */
	/* height:calc(100% - 70px); */
	/* top:auto; */
	/* width:100%; */
	/* bottom:0; */
	/* height:calc(100% + 60px); */
	/* opacity: 0.8;
	height:100%;
	width:calc(100% + 60px);
	left:-60px;
	bottom:0;
	right:0; */
	/* padding-left:20px; */
	/* top:-1px; */
	/* padding-top:80px; */
	/* left:-90px; */
}
.section0 .sec-ttl {
	position: relative;
	height:100%;
	width:100%;
	max-width:1580px;
	margin:0 auto;
	display: flex;
	padding:140px 0;
	flex-direction: column;
	-webkit-box-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: flex-end;
	justify-content: flex-end;
	opacity: 1;
}
.section0 .sec-ttl .title-wrap{
	width:auto;
	height:auto;
	float:right;
	text-align:right;
	font-weight:500;
}

.section1,
.section3,
.section5,
.section7,
.section9,
.section11{
	background-color:#F8F8F8;
}

.section1 .content,
.section2 .content,
/* .section3 .content,
.section4 .content,
.section5 .content,
.section6 .content,
.section7 .content,
.section8 .content,
.section9 .content,
.section10 .content, */
.section11 .content{
	/* height:100%; */
	width:100%;
	max-width:1580px;
	margin:0 auto;
	display: flex;
	padding:140px 0;
	flex-direction: row;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: flex-start;
	justify-content: flex-start;
	opacity: 1;
	z-index: 9;
}

.section1 .content,
.section2 .content,
.section3 .content,
.section4 .content,
.section5 .content,
.section6 .content,
/* .section7 .content, */
.section8 .content,
.section9 .content,
.section10 .content
/* .section11 .content */{
	width:100%;
	max-width:1580px;
	margin:0 auto;
	padding:140px 80px;
	display: flex;
	flex-direction: column;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 1;
	z-index: 999;
}


.section2 .content .content-wrap,
.section3 .content .content-wrap,
.section4 .content .content-wrap,
.section5 .content .content-wrap,
.section6 .content .content-wrap,
.section7 .content .content-wrap,
.section8 .content .content-wrap,
.section9 .content .content-wrap,
.section10 .content .content-wrap,
.section11 .content .content-wrap,
.section12 .content .content-wrap{
	width:100%;
}
.sect-left{
	width:50%;
	height:100%;
}
.sect-right{
	width:50%;
	height:100%;
}


/* RPA 1page */
.section1 .content-wrap{
	width:100%;
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.section1 .content-wrap .left{
	width:calc(100% - 747px);
}
.section1 .content-wrap .left .contents{
	width:100%;
	display:flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-right:80px;
	margin-top:50px;
}
.section1 .content-wrap .left .contents ul li{
	display:block;
	background-color:#FCFCFC;
	border:1px solid #D5D5D5;
	text-align:center;
	padding:10px;
	width:200px;
	border-radius:10px;
	height:auto;
	line-height:24px;
	font-size:15px;
	color:#333;
	margin-bottom:30px;
}

.section1 .content-wrap .left .contents span img{
	width:100px;
}
.section1 .content-wrap .left .contents div{
	
	display:block;
	background-color:#FCFCFC;
	border:1px solid #D5D5D5;
	text-align:center;
	padding:10px;
	width:240px;
	border-radius:10px;
	height:auto;
	line-height:24px;
	font-size:18px;
	color:#333;
	margin-bottom:30px;
}
.section1 .content-wrap .right{
	width:747px;
	height:auto;
	overflow: hidden;
}
.section1 .content-wrap .right img{
	width:100%;
	height:auto;
}
/* RPA 2page 3page */
.section2 .content .content-wrap .ttl,
.section3 .content .content-wrap .ttl{
	width:100%;
	margin-bottom:80px;
}
/* .section3 .content .content-wrap .wrap__aimily__slider, */
.section2 .content .content-wrap .wrap__aimily__slider{
	width:100%;
	height:600px;
	/* background-color:#eee; */
}

/* 4page */
.ttl__bar{
	width:100%;
	height:auto;
	height:75px;
	margin-bottom:17px;
}
.ttl__bar .bar{
	width:100%;
}
.ttl__bar .bar:before{
	content:'';
	display:inline-block;
	width:40px;
	height:3px;
	background-color:#CA2122;
	float:left;
	margin-bottom:30px;
}
.ttl__bar span{
	float:left;
}
.ttl__wrap{
	width:100%;
	margin-bottom:80px;
}

.wrap__content{
	width:100%;
	height:430px;
	/* background-color:#eee; */
}

/* 7page */
.section7{
	background-image:url(../images/bg_page_7.png);
	background-size:560px;
	background-position:right top;
	background-repeat:no-repeat;
	position:relative;
}
.section7 .content{
	width:100%;
	max-width:100%;
	margin:0 auto;
	display: flex;
	padding:140px 0;
	display: flex;
	flex-direction: column;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 1;
	z-index: 999;
}
.section7 .content .ttl.text-34{
	width:100%;
	max-width:1580px;
	margin:0 auto;
	padding:0 80px;
}
.section7 .content .slider__int__wrap{
	position:relative;
	overflow:visible;
	width:100%;
	max-width:1580px;
	margin:0 auto;
	padding:160px 80px 0;
	z-index: 9999;
}
.section7 .content .arrowSlider{
	position:relative;
	width:100%;
	margin:0 auto;
	max-width:1580px;
	/* padding:0 80px 0; */
}
.section7 .img{
	position:absolute;
	left:0;
	bottom:0;
	width:460px;
	height:460px;
	z-index: 99;
}
.section7 .img img{
	width:100%;
	height:100%;
	transform:rotate(180deg);
}
.slider__int{
	width:100%;
	position: relative;
	padding-left:300px;
}
.slider__int .sl__int__wrap{
	width:450px;
	height:393px;
	background-color:#fff;
	padding:30px 50px;
	margin-right:30px;
}
.slider__int .sl__int__wrap .title{
	border-bottom:1px solid #D8D8D8;
	padding:10px 0 ;
	font-size:24px;
	line-height:50px;
	height:auto;
	display:flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.slider__int .sl__int__wrap ul{
	margin-top:10px;
}
.slider__int .sl__int__wrap ul li{
	font-size:20px;
	line-height:45px;
}

.slider__int__wrap .slick-slider,
.slider__int__wrap .slick-track{
	overflow: visible;
}

/* Arrows */
.slider__int .slick-prev,
.slider__int .slick-next{
	font-size: 0;
    line-height: 0;
    position: absolute;
    bottom:0;
	background-color:#fff;
	color:#000;
    display: inline-block;
    width: 30px;
    height: 30px;
	border-radius:15px;
    padding: 0;
	border:1px solid #000;
    /* -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); */
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
}
.slider__int .slick-prev:hover,
.slider__int .slick-prev:focus,
.slider__int .slick-next:hover,
.slider__int .slick-next:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.slider__int .slick-prev:hover:before,
.slider__int .slick-prev:focus:before,
.slider__int .slick-next:hover:before,
.slider__int .slick-next:focus:before{
    opacity: 1;
}
.slider__int .slick-prev .slick-disabled:before,
.slider__int .slick-next .slick-disabled:before{
    opacity: .25;
}

.slider__int .slick-prev:before,
.slider__int .slick-next:before{
    /* font-family: 'slick'; */
    font-size: 20px;
	display:block;
    width: 30px;
    height: 30px;
	border-radius:15px;
    padding: 0;
	/* border:1px solid #000; */
    line-height: 1;
    opacity: 1;
    color:#000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider__int .slick-prev{
    /* left: -25px; */
	left:0;
	bottom:0;
	/* position: relative; */
}
[dir='rtl'] .slider__int .slick-prev{
    right: -25px;
    left: auto;
}
.slider__int .slick-prev:before{
    content: '';
	background-image:url(../images/btn_chevron-left.png);
	background-size:cover;
}
[dir='rtl'] .slider__int .slick-prev:before{
    content: '';
	background-image:url(../images/btn_chevron-right.png);
	background-size:cover;
}
.slider__int .slick-next{
    /* right: -25px; */
	/* position: relative; */
	left:70px;
	bottom:0;
}
[dir='rtl'] .slider__int .slick-next{
    right: auto;
    left: -25px;
}
.slider__int .slick-next:before{
    content: '';
	background-image:url(../images/btn_chevron-right.png);
	background-size:cover;
}
[dir='rtl'] .slider__int .slick-next:before{
    content: '';
	background-image:url(../images/btn_chevron-left.png);
	background-size:cover;
}

.content__bg{
	width:100%;
	height:calc(100% - 80px);
	max-width:100%;
	margin:0 auto;
	margin-top:80px;
	/* padding:80px 0 0; */
	display: flex;
	flex-direction: column;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: flex-start;
	justify-content: flex-start;
	opacity: 1;
	overflow: hidden;
}
.content__wrap{
	width:100%;
	height:calc(100% - 300px);
	display: flex;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center;
	position:relative;
	overflow: hidden;
}
.sec__txt__slide{
	position:absolute;
	right:0;
	width:74% !important;
	height:510px;
	background-color:#fff;
	z-index: 999;

	padding:50px 70px;
}
.section .case__bg{
	width:100%;
	height:100%;
	z-index: 888;
	background-image: url(../images/case_01.png);
	background-size: cover;
	background-position: top left;
}
.section9 .case__bg{
	background-image: url(../images/case_02.png);
}
.section10 .case__bg{
	background-image: url(../images/case_03.png);
}
.clear:before,
.clear:after{
	display:block;
	clear:both;
	content:'';
}
.eff__counter{
	width:100%;
	max-width:1232px;
	margin:0 auto;
	height:300px;
	display:flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.eff__counter ul{
	width:100%;
	max-width:1560px;
	display:flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.eff__counter li{
	display:inline-block;
	width:200px;
	height:200px;
	border-radius:100px;
	border:1px solid #72A1D3;
}
.eff__counter li:first-child{
	border:1px solid #D06262;
}
.eff__counter li div.contents{
	display:block;
	width:100%;
	height:100%;
	padding:20px 0;
	display:flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}
.eff__counter li div .ttl{
	font-size:18px;
	line-height:1;
	font-weight:400;
	margin:14px 0;
}
.eff__counter li div .count{
	font-size:24px;
	line-height:1;
	color:#72A1D3;
	font-weight:600;
	font-family:'Noto Sans KR', sans-serif !important;
}
.eff__counter li div .count span{
	font-size:20px;
}
.eff__counter li:first-child div .count{
	color:#D06262;
}




/* .slide__02 {
	width:700px;
	height:auto;
	height:543px;
	
} */
.slide__02 .sec__txt__slide{
	/* width:1150px; */
	/* position:relative; */
}
.sec__txt__slide .case__name{
	color:#D06262;
	font-size:20px;
	line-height:29px;
	margin-bottom:28px;
	font-weight:500;
}
.sec__txt__slide .case__sub{
	font-size:30px;
	line-height:44px;
	font-weight:500;
	margin-bottom:20px;
}
.sec__txt__slide .case__sub__list{
	font-size:22px;
	line-height:28px !important;
	margin-bottom:30px;
	display:block;
	width:100%;
}
.sec__txt__slide .case__sub__list div{
	padding-left:0px;
	position:relative;
	width:100%;
	padding-left:14px;
	line-height:26px !important;
	margin-bottom:10px;
	font-weight:400;
}
.sec__txt__slide .case__sub__list div small{
	font-size:16px;
	color:#777;
}
.sec__txt__slide .case__sub__list div:before{
	display:block;
	float:left;
	width:14px;
	height:32px;
	line-height:32px;
	content:'•';
	text-align:center;
	position:absolute;
	top:0;
	left:0px;
}
.sec__txt__slide .case__eff{
	/* padding-left:120px; */
	/* position:relative; */
	line-height:32px !important;
	font-size:24px;
}
.sec__txt__slide .case__eff span{
	color:#D06262;
	font-weight:600;
	font-size:16px;
	display:block;
	width:100%;
}



/* 문의하기 */

.section11{
	background-image: url(../images/bg_contact.png);
	background-size: cover;
	background-position: top left;
}

.section11 .content{
	width:100%;
	max-width:1580px;
	margin:0 auto;
	display: flex;
	padding:140px 0;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 1;
	z-index: 999;
}
.section11 .content .error{
	color:#D06262;
	font-size:12px;
	margin-top:10px;
	display:block;
	float:left;
	position:absolute;
	left:0;
	bottom:0;
}
.section11 .content .error:before,
.section11 .content .error:after{
	clear:both;
	content:'';
	display:block;
}
.contact__title{
	margin-bottom:40px;
}
.contact__form{
	width:1135px;
	height:auto;
}
.contact__form-info {
	width:1135px;
	height:auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0px,1fr));
	/* grid-gap : 20px; */
	row-gap:20px;
	column-gap:30px;
	margin-bottom:10px;
}
.contact__form-info div{
	width:100%;
	height:100px;
	position:relative;
}
.contact__form label{
	display:block;
	font-size:18px;
	line-height:20px;
	margin-bottom:15px;
}
.contact__form-info label span{
	padding-left:5px;
	padding-top:4px;
	line-height:20px;
	vertical-align: baseline;
}
.contact__form input{
	height:50px;
	line-height:50px;
	padding:0 20px;
}
.contact__form-info input[type="text"],
.contact__form-info input[type="email"],
.contact__form-info input[type="tel"],
.contact__form-text textarea,
.contact__form-privacy textarea {
	border: 2px solid #dbdbdb;
}
.contact__form-privacy textarea{
	padding:20px;
	color:#555;
	height:120px;
	margin-bottom:10px;
}
.contact__form-privacy textarea:focus{
	outline: none;
}
.contact__form-text {
	width:100%;
	margin-bottom:10px;
}
.contact__form-text textarea{
	display:block;
	width:100%;
	padding:20px;
	min-height:125px;
}


.contact__form .submit__wrpa{
	width:100%;
	text-align:center;
	padding-top:30px;
}
.contact__form input[type="submit"]{
	width:100%;
	max-width:310px;
	margin:0 auto;
	background-color:#D06262;
	text-align:center;
	color:#fff;
	font-size:21px;
}

.contact__form input[type="checkbox"]{
	display:inline-block;
	float:left;
	width:20px;
	height:20px;
}
.input__check{
	display:block;
	width:100%;
	float:left;
}
.contact__form label.cf__check{
	display:inline-block;
	font-size:14px;
	color:#333;
	line-height:20px;
	padding-left:10px;
}

/*footer 푸터*/
.section .footer{
	width:100%;
	height:270px;
	padding:40px 0;
	background-color:#030303;
	display:flex;
	flex-direction: row;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	-webkit-box-pack: center;
	justify-content: center;
	color:#fff;
	font-size:13px;
	font-weight:200;
}
.footer .copyright,
.footer .foo-info{
	width:50% !important;
}
.footer .copyright{
	padding-right:60px;
	text-align:right;
}
.footer .foo-info{
	padding-left:60px;
	text-align:left;
}
.footer .foo-info li{
	line-height:25px;
	opacity:0.6;
	font-weight:400;
}
.footer .foo-info li span{
	font-weight:200;
	padding-right:10px;
	min-width:60px;
	display:inline-block;
}

.slider__sect3{
	position: relative;
}
.slider__sect3 .text-left{
	width:calc(100% - 697px);
	float:left;
}
.img-right{
	width:697px;
	height:446px;
	overflow: hidden;
	float:right;
}
.img-right img{
	width:100%;
	height:auto;
}
.slider__sect3 .slick-dots{
	float:left;
	position: absolute;
	left:0;
	top:0;
	width:calc(100% - 697px);
	height:446px;
	padding-right:110px;
	background-color:#F8F8F8;
	padding:50px 0;

	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.slider__sect3 .slick-dots li{
	display:block;
	width:100%;
	float:left;
	min-height:40px;
	/* height:80px; */
	/* margin-bottom:70px; */
	line-height:40px;
	font-size:20px;
	line-height:28px;
	padding-left:20px;
	float:left;
	position:relative;
}
.slider__sect3 .slick-dots li .dots__item{
	padding-left:50px;
	position:absolute;
}
.slider__sect3 .slick-dots li .dots__item:after{
	clear:both;
	content:'';
	display:block;
}
.slider__sect3 .slick-dots li .dots__number{
	position:absolute;
	left:0;
	display:block;
	float:left;
	width:40px;
	height:40px;
	line-height:44px;
	background-color:#D06262;
	text-align:center;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	margin-right:10px;
	font-family: 'Notosans', sans-serif !important;
}
.wrap__content.sng_img{
	padding-top:30px;
}
.sng_img .left{
	width:calc(100% - 749px);
	float:left;
}
.sng_img .right{
	width:749px;
	height:auto;
	overflow: hidden;
	float:right;
}
.sng_img .right img{
	width:100%;
	height:auto;
}

#menu{
	height: 80px;
	z-index: 70;
	width: auto;
	padding: 0 30px;
	margin:0;
	float:right;
}
#menu li {
	display:inline-block;
	color: #000;
	width:auto;
	float: left;
	padding:15px 20px;
}
#menu li.active{
	font-weight:bold;
}
#menu li a{
	text-decoration:none;
	color: #000;
	display:block;
	width:100%;
	color:#000;
	font-weight:normal;
	height:50px;
	line-height:50px;
	position:relative;
	font-size:13px;
}
#menu li.active a{
	display:block;
	font-weight:bold;
}
#menu li:first-child{
	width: 70px !important;
}
#menu li:nth-child(2){
	width:92px!important;
}
#menu li:nth-child(3){
	width:116px!important;
}
#menu li:nth-child(4){
	width:150px!important;
}


/* 사이드 메뉴 */
.drawer {
	display: none;
}
.drawer__overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	opacity: 0;
	transition: opacity 0.3s;
	will-change: opacity;
	background-color: #000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;      
}
.drawer__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	/* max-width: 640px; */
	z-index: 9999;
	overflow: auto;
	transition: transform 0.3s;
	will-change: transform;
	background-color: #fff;
	display: flex;
	flex-direction: column; 
	-webkit-transform: translate3d(103%, 0, 0);
	transform: translate3d(103%, 0, 0);
	-webkit-overflow-scrolling: touch;
	box-shadow: 0 2px 6px #777;
	z-index: 99999;
}
.drawer__header {
	width:100%;
	padding: 1.5rem 65px;
	height:80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}
.drawer__close {
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%0A%3Csvg width='35px' height='35px' viewBox='0 0 15 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='2.-Menu' transform='translate(-15.000000, -13.000000)' stroke='%23000000'%3E%3Cg id='Group' transform='translate(15.000000, 13.521000)'%3E%3Cpath d='M0,0.479000129 L15,14.2971819' id='Path-3'%3E%3C/path%3E%3Cpath d='M0,14.7761821 L15,-1.24344979e-14' id='Path-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 35px;
	height: 35px;
	flex-shrink: 0;
	margin-left: auto;
}
.drawer__content {
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100vh + 80px);
	margin-top:-80px;
	flex-grow: 1;
	background-color:red;
	z-index: 1;
	display:flex;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}
.drawer.is-active {
	display: block;
}
.drawer.is-visible .drawer__wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.drawer.is-visible .drawer__overlay {
	opacity: 0.5;
}
.drawer__content .bot-admin,
.drawer__content .bot-login{
	display:block;
	width:100%;
	height:100%;
	background-color:white;
	display:flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-family:'Noto Sans KR', sans-serif;
}
.drawer__content .btn__bot-admin{
	border-right:1px solid #dadada;
}
.drawer__content .bot-admin .image_wrap{
	width:126px;
	height:126px;
	margin-bottom:40px;
	background-image:url(../images/btn-admin.svg)
}
.drawer__content .bot-login .image_wrap{ 
    width: 146px;
    height: 147px;
    margin-bottom: 40px;
	background-image:url(../images/bot-robot.svg)
}
.drawer__content .bot-admin:hover .image_wrap{
	background-image:url(../images/btn-admin_on.svg)
}
.drawer__content .bot-login:hover .image_wrap{ 
	background-image:url(../images/bot-robot_on.svg)
}
.drawer__content .bot-admin .btn_name,
.drawer__content .bot-login .btn_name{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.53;
	color: #333;
	margin-bottom: 8px;
}
.drawer__content .bot-admin .btn_txt,
.drawer__content .bot-login .btn_txt{
	font-size: 18px;
	font-weight: 300;
	line-height: 1.89;
	color: #666;
}