@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Roboto:400,700');
@import url('../../../nariya/css/g5.css');
@import url('http://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css');

/********************************************************
■ Theme Common
********************************************************/
body { margin:0; padding:0;	background:#fff; color:#111; line-height: 1.5; letter-spacing: -0.02em; }
figure { margin: 0;}
.nt-menu .d-flex { width: 100%; max-width:662px}
 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0; line-height: inherit;  }

 .ellipsis3 { overflow: hidden; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; word-wrap: break-word; line-height:1.5; height: 4.5em; text-overflow: ellipsis;;}
 .ellipsis2 { overflow: hidden; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap: break-word; line-height:1.5; height: 3em; text-overflow: ellipsis;;}
 .pcver{display: inline-block !important;}
 .mver{display: none;}
@media (max-width:1199px){
    .w1199 { display: none;}
}
@media (max-width:991px){
    .w991 { display: none;}
}
@media (max-width:768px){
    .w768 { display: none;}
    .mver{display: block;}
    .pcver{display: none !important;}
}
@media (max-width:576px){
    .w576 { display: none;}
}
@media (max-width:480px){
    .w480 { display: none;}
}


/********************************************************
■ Theme Layout : 테마 레이아웃
********************************************************/
.wrapper { background:#fff; }
@media all and (max-width:991px) {
	.responsive .wrapper { overflow-x:hidden; }
}
.nt-container,
.nt-container-wide { margin:0 auto; }
@media all and (min-width:992px) {
	.responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
	.responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

/* 비반응형 */
.no-responsive .boxed-a.wrapper .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper { padding-left:1.5rem !important; padding-right:1.5rem !important; }
.no-responsive .boxed-b.wrapper #nt_title .nt-container.px-xl-0,
.no-responsive .boxed-b.wrapper #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
@media all and (max-width:1200px) {
	.no-responsive .wrapper.wided .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
	.no-responsive .wrapper.wided #nt_title .nt-container.px-xl-0,
	.no-responsive .wrapper.wided #nt_wing .nt-container.px-xl-0 { padding-left:1.5rem !important; padding-right:1.5rem !important; }
}

#nt_lnb, #header_pc { display: none !important;}


/********************************************************
■ Loader : 페이지 로딩바
********************************************************/
#nt_loader { background: #fff; left: 0; top: 0; width: 100%; height: 100%; display: block; position: fixed; z-index: 100000; }
#nt_loader .loader { margin: -25px 0 0 -25px; left: 50%; top: 50%; width: 50px; height: 50px; line-height:50px; font-size: 45px; position: absolute; z-index: 10001; }

/********************************************************
■ LNB
********************************************************/
#nt_lnb ul { list-style: none; margin: 0; }
#nt_lnb ul > li { float: left; padding: 0 13px; }
#nt_lnb ul > li::after { font-family: dotum; font-weight: normal; float: right; color:#ccc; content: "|"; margin-right:-15px; }
#nt_lnb ul > li:first-child { padding-left:0; }
#nt_lnb ul > li:last-child { padding-right:0; }
#nt_lnb ul > li:last-child::after { content: ""; margin-right:0; }
#nt_lnb ul > li > a { float:left; white-space:nowrap; }
#nt_lnb .dropdown-toggle::after { color:#ccc; }

/********************************************************
■ PC 헤더(Header)
********************************************************/
#header_pc .nt-container { background: url('../img/header.jpg') no-repeat right bottom; }
#header_pc .header-logo img { max-width:100%; }
#header_pc .header-search { width:100%;	max-width:400px; }
#header_pc .header-search form { padding:0; border-width:2px; border-style:solid; }
#header_pc .header-search input { font-size:16px !important; background: #fff; border:0 !important; box-shadow:none !important; -webkit-box-shadow:none !important; }
#header_pc .header-search .form-control:focus { box-shadow:none !important; -webkit-box-shadow: none !important; }
#header_pc .header-search .btn { border:0; background: none !important; outline:none; }

/********************************************************
■ 모바일 헤더(Header)
********************************************************/
#header_mo { display: none !important; box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -webkit-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); -moz-box-shadow: 0px 5px 5px -2px rgba(50, 60, 70, 0.15); }

/********************************************************
■ PC 주메뉴
********************************************************/
/* 공통 */
#nt_menu { position:relative; z-index:20; padding: 0 10px; height: 99px; line-height: 99px; background: #fff;  }
#nt_menu .nt-container { display: flex; justify-content: space-between; align-items: center;}
#nt_menu .nt-container,
#nt_menu .me-list .me-li,
#nt_menu .sub-1dul,
#nt_menu .sub-1dli { position:relative; }
#nt_menu .sub-slide { display:none; visibility:visible; }
#nt_menu .sub-icon::after { font-family: "FontAwesome"; float: right; position: relative; content: "\f105"; }
#nt_menu .me-icon {	width:4.0rem; text-align:center; }

#nt_menu .me-a { display:block; position:relative; margin: 0 10px; text-align:center; font-weight:500; color:#111; font-size: 18px; text-transform: uppercase;;}
#nt_menu .me-li:nth-of-type(2) .me-a {  color: #0066b3; font-weight: 700;}
#nt_menu .sub-2div { left:100%; top:0; position:absolute; z-index:22; background: #fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
#nt_menu .sub-2da { display:block; color:#000; border-bottom: 1px solid #eee; }
#nt_menu .sub-2dli.on .sub-2da,
#nt_menu .sub-2dli:hover .sub-2da { color:#000; background: #fafafa; border-color: #eee; font-weight: bold; }
#nt_menu .sub-2line { display:block; color:#000; font-weight:bold; background:#f5f5f5; }
.nt-menu .sub-1div { position:absolute; left:50%; transform:translateX(-50%); z-index:21;  width:auto; text-align:left; top:100%; background:#fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); }
.nt-menu .sub-1div::before { left: 50%; margin-left:-8px; }
.nt-menu .sub-1da { display:block; height:auto; line-height: 1;; color:#000; border-bottom: 1px solid #eee; white-space:nowrap; text-align: center;}
.nt-menu .sub-1line { position:relative; display:block; }
.nt-menu .sub-1dli.on .sub-1da { color:#000; background: #f5f5f5; border-color: #eee; font-weight:bold; }
.nt-menu .sub-1dli:hover .sub-1da { color:#000; background: #f5f5f5; border-color: #eee; }
.nt-menu .sub-1line { color:#000; font-weight:bold; background:#fafafa; }
.nt-menu .me-sh { padding:15px 30px; } /* 서브메뉴 높이설정 : 페딩값으로 조절 */

@media (max-width:991px){
    #nt_menu { height: 80px; line-height: 80px;}
    #nt_menu .header-logo img { height: 50px;}
    #nt_menu .me-a { padding: 0 15px !important; font-size: 16px;}

}

@media (max-width:768px){

    #nt_menu .me-list { display: none;}
}


/* 메뉴 상단 고정 */
#nt_menu { position: fixed; width: 100%; transition: all .3s;}
#nt_menu #logo_img { transition: all .3s;}
#nt_sticky_wrap { transition: all .3s}
#nt_sticky_wrap.me-sticky { position:fixed; width:100%; z-index:999; left:0; top:0; transition: all .3s;  }
#nt_sticky_wrap.me-sticky  #logo_img { transform: scale(.75); }
#nt_sticky_wrap.me-sticky #nt_menu {  height: 76px; line-height: 76px; border:none;     box-shadow: 0 2px 5px rgb(0 0 0 / 10%); }


@media all and (min-width:992px) {
	.wrapper.m-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto !important; }
	.wrapper.ml-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 0 0 auto !important; }
	.wrapper.mr-lg-auto #nt_sticky_wrap.me-sticky nav { margin:0 auto 0 0 !important; }
}

/********************************************************
■ 페이지 서브메뉴
********************************************************/
#sub-menu { border-bottom: 1px solid #e1e1e1; }
#sub-menu ul {  display: flex; max-width: 750px; margin: 0 auto; text-align: center; }
#sub-menu ul li { flex:1;}
#sub-menu ul li a { display: block; height: 100%; padding: 25px 0px; margin: 0 0 -1px; font-size: 19px; line-height: 1; color: #333333;}
#sub-menu ul li.on a { font-weight: 700; border-bottom:2px solid #0088cf;}
#sub-menu ul li:hover a { border-bottom:2px solid #0088cf; color: ;}

@media (max-width:750px){
    #sub-menu ul li a { padding: 20px 0 ; font-size: 16px;}
}
@media (max-width:480px){
    #sub-menu ul li a { font-size: 14px;}
}


/********************************************************
■ 페이지 타이틀
********************************************************/
#nt_title { overflow:hidden;  position:relative; padding: 50px 0 0px; }
#nt_title .nt-container { position:relative; z-index:2; }

#nt_title .breadcrumb a { color:#555; }
#nt_title .breadcrumb-item + .breadcrumb-item { padding: 0;}
#nt_title .breadcrumb-item + .breadcrumb-item::before {	padding:0 10px; font-family: dotum;	font-weight: normal; color:#aaa; content:">"; }
#nt_title .breadcrumb-item a i { font-size: 22px; color: #333;}
@media all and (max-width:991px) {
    #nt_title { padding: 40px 0 0px;}
}
@media all and (max-width:767px) {
    #nt_title { padding: 30px 0 0px;}
}
@media all and (max-width:575px) {
    #nt_title { padding: 0px 0 0px;}
    #nt_title nav { display: none;}
}
@media all and (max-width:480px) {

}

/********************************************************
■ Wing
********************************************************/
#nt_wing .nt-container { position:relative; overflow:visible !important; }
#nt_wing img { max-width:100%; }
#nt_wing .wing-left,
#nt_wing .wing-right { position:absolute; width:160px; }
#nt_wing .wing-left { left:-180px; }
#nt_wing .wing-right { right:-180px; }
.boxed-b #nt_wing .wing-left { left:-200px; }
.boxed-b #nt_wing .wing-right { right:-200px; }

/********************************************************
■ Footer
********************************************************/
#nt_footer .nt-links ul { list-style: none; margin: 0; padding:0; }
#nt_footer .nt-links ul > li { float: left; padding: 0 13px; }
#nt_footer ul > li:first-child { padding-left:0; }
#nt_footer ul > li:last-child { padding-right:0; }
#nt_footer .nt-links ul > li::after { font-family: dotum; font-weight: normal; float: right; color:#ccc; content: "|"; margin-right:-15px; }
#nt_footer .nt-links ul > li:last-child::after { content: ""; }
#nt_footer .nt-links ul > li > a { color: #333; white-space:nowrap;	}
@media all and (max-width:991px) {
	.responsive #nt_footer .nt-links ul > li { float:none; display:inline-block; }
}

/********************************************************
■ Widget Title 위젯 타이틀
********************************************************/
h3.h3 { padding:0; margin:0; font-weight:bold; }
hr.hr::before { width:100%; height:1px; content: ""; position:absolute; left:0; bottom:1px; line-height:1px; background-color:#ddd; }
hr.hr { display:block; position:relative; height:3px; border: none; line-height:1px; padding:0;	margin:0; }
hr.hr::after { width:4.0rem; height:3px; content: ""; position:absolute; left:0; bottom:0; line-height:1px; }
@media all and (max-width:575px) {
	.responsive h3.h3 {	padding-left:1.0rem; padding-right:1.0rem; }
	.responsive hr.hr::after { left:1.0rem;	}
}

/********************************************************
■ Bootstrap 4 : 부트스트랩 기본 속성
********************************************************/
/* 툴팁 */
.tooltip .tooltip-inner { font-size:1.0rem !important; }

/* 체크박스, 라디오버튼 재지정 */
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after { top:0.15rem !important; width:1.4rem !important; height:1.4rem !important; }

/* 체크박스, 라디오버튼과 글자간 간격 */
.custom-checkbox .custom-control-label span,
.custom-radio .custom-control-label span { cursor: pointer; padding-left:0.5rem !important; }

/* 스위치 버튼 재지정 */
.custom-switch .custom-control-label::before,
.custom-switch .custom-control-label::after { margin-top:2px; }

/* Button */
.btn-lg { padding: 10px 16px; border-radius: 3px; line-height: 1.33; font-size: 18px; }
.btn-lg i {	top: 3px; font-size: 24px; position: relative; }

/* Form */
.col-form-label { font-weight:bold; }

/* Pagenation */
.page-link,
.page-link:hover,
.page-link:focus { color: #333; }

/* 라운드 스타일 */
.na-round,
.view_image img,
.pretty-embed img { border-radius: 0.3rem !important; }

/* 사각 스타일 */
.is-square .na-round,
.is-square .view_image img,
.is-square .pretty-embed img,
.is-square .btn,
.is-square .alert,
.is-square .nav-link,
.is-square .form-control,
.is-square .input-group-prepend,
.is-square .input-group-append,
.is-square .input-group-text,
.is-square .custom-file-label,
.is-square .custom-file-label:after,
.is-square .custom-select,
.is-square .label,
.is-square .progress,
.is-square .pagination li a,
.is-square .list-group-item { border-radius:0 !important; }





section.main { overflow:hidden; word-break: keep-all;}
section.main .con1 { position: relative; padding: 100px 0;  height: 747px; box-sizing: content-box;}
section.main .con1 .slider { position: relative; }
section.main .con1 .slider li { display: flex; position: absolute; left: 0; top: 0; width: 100%; background: #fff;}
section.main .con1 .slider li .img { flex:1; height: 747px; background-repeat: no-repeat; background-size:cover; background-position:right top;}
section.main .con1 .slider li:nth-of-type(1) .img { background-image: url(../img/con1_img1.jpg);}
section.main .con1 .slider li:nth-of-type(2) .img { background-image: url(../img/con1_img2.jpg);}
section.main .con1 .slider li:nth-of-type(3) .img { background-image: url(../img/con1_img3.jpg);}
section.main .con1 .slider li .txt { flex:1; padding: 120px 0 0 30px ;}
section.main .con1 .slider li .txt h3 {font-size: 60px;font-weight: 700;line-height: 1.2;}
section.main .con1 .slider li .txt h3 span { padding: 0 0 25px; display: block; font-size: 30px; font-weight: 500;}
section.main .con1 .slider li .txt div {padding: 30px 0 0;font-size: 16px;line-height: 1.777; width: 90%;}
section.main .con1 .slider li .txt div span { display: block; letter-spacing: 1px;}
section.main .con1 .logo_gif { content:''; display: block; position: absolute; left: 70%; bottom: 100px; width: 477px; height: 222px; background: url(../img/con1_ico.gif) no-repeat center bottom; background-size: contain; opacity: .3; }
section.main .con1 .controls { display: flex; position: absolute; left: calc(50% + 30px); bottom: 170px; gap: 25px;}
section.main .con1 .controls button { border: 1px solid #ddd; width: 80px; height: 80px;  background: none;}
section.main .con1 .controls button.next { margin-left:-1px;}
section.main .con1 .controls button:after { font-family:xeicon; font-size: 31px;}
section.main .con1 .controls button.prev:after { content:'\e93d';  }
section.main .con1 .controls button.next:after { content:'\e940'; }
section.main .con2 { padding: 150px 10px 90px; color: #fff; background: url('../img/con2_bg.jpg') top center / cover;}
section.main .con2 h2 { font-size: 45px; font-weight: 700; line-height: 0.8; }
section.main .con2 h2+p { padding: 28px 0 50px; font-size: 25px; font-weight: 300; }
section.main .con2 .wrap { }
section.main .con2 a.more { display: block; position: relative;  margin:50px auto;  width: 216px; height: 55px; font-size: 19px; text-align: center; line-height: 52px; border: 1px solid #fff; color: #fff; transition: all .3s;}
section.main .con2 a.more:after { content:"\e90b"; display: block; position: absolute; top: 50%; right: 30px; transform: translateY(-50%); font-family:xeicon; opacity:0;}
section.main .con2 a.more:hover { background: #0066b3; border-color:#0066b3; text-indent: -70px; }
section.main .con2 a.more:hover:after { opacity:1; animation:arrow_move 2s .3s infinite both;}
section.main .con2 .txt { padding: 0 0 50px; line-height: 0.9; text-align: center;}
section.main .con2 .txt br { display: none;}
section.main .con2 .txt .p1 { padding: 0 0 30px; font-size: 35px; font-weight: 700; }
section.main .con2 .txt .p2 { font-size: 19px;}

footer { padding: 0 10px; background: #242424;}
footer .link { border-bottom: 1px solid #575757;}
footer .link .nt-container { display: flex; justify-content:space-between; align-items:center; padding: 20px 0 20px; }
footer .link .nt-container ul { display: block;}
footer .link .nt-container ul li { display: inline-block; }
footer .link .nt-container ul li a { padding: 0 5px; font-size: 16px; color: #bbb;}
footer .link .nt-container ul li:last-of-type a { color: #0089d0;}
footer .link .nt-container ul>a { padding: 0 0 0 5px; }
footer .tail { }
footer .tail .nt-container  { padding: 30px 0; color: #bbb; font-weight: 300;}
footer .tail .nt-container ul { max-width: 850px; }
footer .tail .nt-container ul li { display: inline-block; padding: 0 17px 0 0;  line-height: 1.625; }
footer .tail .nt-container .copyright {  }


.mver{display: none;}
@media (max-width:1199px){
    section.main .con1 { padding: 90px 0;}
    section.main .con1, section.main .con1 .slider li .img { height: 700px;}
    section.main .con1 .slider li .img { flex:inherit; width: calc(100% - 570px);}
    section.main .con1 .slider li .txt { flex:inherit; width:570px;}
    section.main .con1 .slider li .txt h3 { font-size: 58px; }
    section.main .con1 .slider li .txt h3 span { font-size: 28px;}
    section.main .con1 .logo_gif { left:inherit; right: 0;  width: 286px;}
    section.main .con1 .controls { left:inherit; right: calc(570px - 190px);}
    section.main .con2 { padding: 130px 10px 80px;}


}
@media (max-width:991px){
    section.main .con1 { padding: 80px 0;}
    section.main .con1, section.main .con1 .slider li .img { height: 600px;}
    section.main .con1 .slider li .img { width:calc(100% - 507px)}
    section.main .con1 .slider li .txt { width: 507px;}
    section.main .con1 .slider li .txt div {font-size: 18px;}
    section.main .con1 .logo_gif { width: 238px; }
    section.main .con1 .controls button { width: 60px; height: 60px;}
    section.main .con1 .controls { right: calc(570px - 215px);}
    section.main .con2 { padding: 110px 10px 70px;}
    section.main .con2 .txt .p1 { padding: 0 0 20px; font-size: 30px;}
    section.main .con2 .txt .p2 { font-size: 16px;}

}
@media (max-width:768px){
    section.main .con1 { padding: 70px 0;}
    section.main .con1, section.main .con1 .slider li .img { height: 550px;}
    section.main .con1 .slider li .img { width:calc(100% - 440px)}
    section.main .con1 .slider li .txt { padding: 0px 0 0 20px; width: 440px;}
    section.main .con1 .slider li .txt h3 { font-size: 54px; }
    section.main .con1 .slider li .txt h3 span { font-size: 22px;}
    section.main .con1 .slider li .txt div span {display: inline;}
    section.main .con1 .logo_gif { bottom: 50px;  width: 154px; }
    section.main .con1 .controls { bottom: 130px; right: calc(420px - 99px);}
    section.main .con1 .controls button { width: 50px; height: 50px;}
    section.main .con2 { padding: 90px 10px 60px;}
    section.main .con2 h2 { font-size: 41px; line-height: 50px;}
    section.main .con2 h2+p { padding: 23px 0 40px; font-size: 21px;}
    section.main .con2 a.more { margin: 40px auto;}
    section.main .con2 .txt br { display: block;}
    section.main .con2 .txt .p1 { padding: 0 0 20px; font-size: 23px; word-break: keep-all;;}
    section.main .con2 .txt .p2 { font-size: 18px; line-height: 1.2; word-break: keep-all;}
    footer .link .nt-container { flex-direction: column;}
    footer .link .nt-container ul  { padding: 10px 0 0;  }
    footer .link .nt-container ul li a { font-size: 15px; }
    footer .tail .nt-container { padding: 25px 0 ;}
    footer .tail .nt-container ul li {padding: 0 12px 0 0; font-size: 15px;}
    footer .tail .nt-container .copyright { font-size: 15px; text-align: center;}
    footer .tail .nt-container ul{ text-align: center;}

    .mver{display: block;}
    .tail__bot p{
        font-size: 15px;
        text-align: center;
    }
    .tail__bot p b{
        font-size: 20px;
        font-weight: 700;
    }
    .tail__bot {margin-top: 10px;}
    .tail__bot p:nth-child(3){margin-top: 10px;}

}
@media (max-width:576px){

    section.main .con1 { padding: 60px 0px 60px 0; height: 600px;}
    section.main .con1 .slider li { flex-wrap:wrap;}
    section.main .con1 .slider li .img { width: 100%; height: 250px; background-position: center;}
    section.main .con1 .slider li .txt { padding: 40px 10px 0; width: 100%;}
    section.main .con1 .slider li .txt h3 { font-size: 50px;}
    section.main .con1 .slider li .txt h3 span { padding: 0 0 15px;}
    section.main .con1 .slider li .txt div { padding: 15px 0 15px 0; font-size: 14px;}
    section.main .con1 .controls { bottom: inherit; top: 250px; left: 0; right: 0; justify-content: space-between;;}
    section.main .con1 .controls button { background:rgba(255,255,255,.6)}
    section.main .con1 .logo_gif { display: none;}
    section.main .con2 { padding: 55px 10px 50px;}
/*     section.main .con2 h2{margin-top: 40px;} */
    section.main .con2 h2+p {font-size: 20px;}
    section.main .con2 a.more { margin: 20px auto 40px;}
    section.main .con2 .txt .p2 { font-size: 16px; }
    section.main .con1 .slider li .txt div span{margin-bottom: 30px;}

    .slider_fist_text{
        margin-bottom: 10px;
    }
}

@media (max-width:480px){
    section.main .con2 h2 { font-size: 35px; /* padding-top: 90px; margin-top: 30px; */}
    section.main .con2 h2+p { padding: 18px 0 30px; font-size: 16px;}
    footer .link .nt-container .footer_logo { transform: scale(.9);;}
    footer .link .nt-container ul { text-align: center;}
    footer .link .nt-container ul>a{padding: 0 0 0 2px;}
    footer .link .nt-container ul>a img{height: 13px;}
    footer .link .nt-container ul li a { font-size: 13px; padding: 0 2px;}
    footer .tail .nt-container ul li {padding: 0 5px 0 0; font-size: 13px;}
    footer .tail .nt-container .copyright { font-size: 13px; }
}
@media (max-width:400px){
    section.main .con1 .slider li .txt h3 { font-size: 38px; }
    section.main .con1 .slider li .txt h3 span { font-size: 16px; }
    section.main .con1 .slider li .txt div {padding: 10px 0 0;}
}
@media (max-width:330px){
    section.main .con1{
        height: 680px;
    }
}

@keyframes arrow_move {
    0%,100% { right:30px}
    50% { right:10px}
}
