@charset "utf-8";

/* CSS Document */
@import url('/home/css/basic.css');
@import url('/home/css/nav.css');
@import url('/home/css/form.css');

/* header start */
header > h1 {position:absolute; left:3%; height:50px; line-height:50px; z-index:99; margin-top:0;} 
header > h1 a {display:block; height:100%; font-size:1.2em; font-weight:600; text-decoration:none; overflow:hidden;}
header > h1 a:after {content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background-size:100%;}

.container {width:100%;}
.container section {position:relative; width:100%; margin:0 auto;}
.container section#visual{height:100vh; background:url('/home/images/visual01.jpg')no-repeat; background-size:cover}

.container article {position:relative; width:94%; margin:0 auto; padding:30px 0;}

.top-box {position:relative; width:100%; height:250px; border-bottom:1px solid #d4d4d4; background-size:cover;}
.top-box > h2 {position:relative; left:0; top:50%; width:100%; margin:0 auto; font-size:2em; color:#fff; font-weight:500; text-align:center; font-family:'MYArirang';}
.top-box > h2 p {padding-bottom:15px; text-transform:uppercase}
.top-box.box_01 {background:url('/home/images/box_01.jpg')no-repeat center; background-size: cover;}
.top-box.box_02 {background:url('/home/images/box_02.jpg')no-repeat center; background-size: cover;}
.top-box.box_03 {background:url('/home/images/box_03.jpg')no-repeat center; background-size: cover;}
.top-box.box_04 {background:url('/home/images/box_04.jpg')no-repeat center; background-size: cover;}
.top-box::before {position:absolute; top:0; left:0; right:0; bottom:0; background-color:#000; content:""; opacity: 0.7; }

.path-box {position:relative; top:0; width:100%; height:45px; text-align:center; background:#f7f7f7; border-bottom:1px solid #d4d4d4}
.path-box ul.path {position:relative; top:0; width:1200px; height:45px; margin:0 auto; padding:0;}
.path-box ul.path >li {float:left; display:inline-block; position:relative; height:45px;}
.path-box ul.path >li a {display:block; height:45px; padding:0 20px;line-height:45px; font-size:1em; color:#777;}
.path-box ul.path >li a.on {color:#004ac5; font-weight: 400; background:#fff; border-bottom:2px solid #004ac5}
.paths_box {position:relative; top:0; width:100%; height:auto; text-align:center; background:#f7f7f7}
.paths_box ul.paths {position:relative; top:0; width:1100px; height:35px; margin:0 auto; padding:0;}
.paths_box ul.paths >li {float:left; display:inline-block; position:relative; height:35px; font-size:.8em; }
.paths_box ul.paths >li a {display:block; height:35px; padding:10px 20px 0; color:#333;}
.paths_box ul.paths >li a:hover {color:#004ac5;}
.paths_box ul.paths >li a.on {color:#004ac5; font-weight:bold}

#lnb {display:none;}

.navbar{min-height:50px !important;border-bottom:1px solid #d4d4d4;background:#fff;}
/* sub-common-nav */
.lnb.navbar {margin-bottom:0;}
.lnb ul.nav {border-left:1px solid #d4d4d4;margin:0;}
.lnb ul.nav >li {width:250px;border-right:1px solid #d4d4d4; background:url('/home/images/arrow_violet.png')no-repeat 92% 22px !important;}
.lnb ul.nav >li a {display:block;width:250px;height:50px;font-size:1.1em;padding:0 20px;font-weight:600;line-height:50px;}
.lnb ul.nav li ul.deth li a {font-weight:400;color:#888;height:36px;line-height:36px;font-size:1em;}
.lnb ul.nav li ul.deth li a:hover {background:#fff;color:#2c5c9d;}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color:none !important;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {background:rgba(255,255,255,0);}

.title-box {display:none; position:relative; width:100%; margin:0 auto; padding:30px 0 0; border-bottom:1px solid #ddd;}
.title-box h3 {display:inline-block; padding:0 20px 10px 20px; font-size:1.6em; font-weight:600; border-bottom:3px solid #333; color:#333;}


/*   서브컨텐츠  */

@keyframes up {
	0% {transform:translateY(200px); opacity:0;}
	100% {transform:translateY(0); opacity:1;}
}

.up1 {opacity:0; animation:up 1.5s forwards;}
.up2 {opacity:0; animation:up 1.5s 1.5s forwards;}
.up3 {opacity:0; animation:up 2s 2.5s forwards;}
.up4 {opacity:0; animation:up 2s 3s forwards;}
.up5 {opacity:0; animation:up 2s 3.5s forwards;}

.about .swiper0 .slide01 {width:100%; height:300px; background:url('../images/about01.jpg')no-repeat center center; background-size:cover;}
.about .swiper0 .slide02 {width:100%; height:300px; background:url('../images/about02.jpg')no-repeat center center; background-size:cover;}
.about .swiper0 .slide03 {width:100%; height:300px; background:url('../images/about03.jpg')no-repeat center center; background-size:cover;}
.about .img_box2 .left_img {width:100%; height:250px; background:url('../images/about04.jpg')no-repeat center center; background-size:cover;}
.about .img_box2 .right_img {width:100%; height:250px; background:url('../images/about05.jpg')no-repeat center center; background-size:cover;}
.about .text_box .about_t {position:relative; padding:60px 0; font-size:.95em;}
.about .text_box .about_t:before {position: absolute; content: ""; width: 1px; height: 30px; background: #333; left: 50%; top: 20px;}
.about .text_box ul li {position:relative; display:inline-block; width:320px; height:320px; border:2px solid #c07e32; background:#fff; border-radius:430px; margin-bottom:15px;}
.about .text_box ul li:nth-child(2) {background:#c07e32; color:#fff;}
.about .text_box ul li div {width: 90%; height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.about .text_box ul li h6 {font-size:1.2em; padding:10px 0; line-height:20px;}
.about .text_box ul li h6 > span {font-size:.8em; color:#f2d4b4;}
.about .text_box ul li span {font-size:.95em; line-height:20px;}
.about .img_banner {width:100%; height:250px; text-align:center; font-family:'MYArirang'; background:url('../images/charnel05.jpg')no-repeat center bottom; background-size:cover;}
.about .img_banner h5 {font-size:2em; padding:70px 0 20px 0;}

.history ul {display:block; width: 100%; padding: 20px 0; border-bottom: 1px solid #e5e5e5;}
.history ul li:first-child {vertical-align: top; width: 100%; font-size:2em; font-weight: 500;	color: #333;}
.history ul li {display:block;}
.history ul li:last-child {line-height: 24px; vertical-align: top;}
.history ul li:last-child p {display:table; font-size:1.1em; margin-bottom:7px; margin-top:12px;}
.history ul li:last-child i {display:table-cell; width:80px; color: #005891; font-size:1.1em; font-weight:400; font-style:normal; vertical-align:top}
.history ul li:last-child span {display:block; padding-top:2px; font-size:.9em; line-height:1.3em; color:#777;}


.location .box {border-bottom:1px solid #ccc; padding-bottom:30px;}
.location .box h3 {font-size:1.3em; color:#c07e32; padding:30px 0 20px 0;}
.location .box h4 {font-size:1.1em; padding:15px 0 5px 0;}
.location .box p {font-size:0.95em; color:#848484;}
.location .box p a {background:#c07e32; color:#fff; padding:0 10px; border-radius:7px; margin-right:5px;}
.location .box p a:hover {background:#d1934d;}
.location .box01 .box01-1 {width:100%;}
.location .box01 .box01-1 img {width:100%; border-radius:0 20px;}
.location .box01 .box01-2 {width:100%;}

.line {padding-top:20px; overflow:hidden;}
.text_box {border-bottom:1px solid #ddd; margin-bottom:50px;}
.text_box h3 {font-size:1.3em; color:#c07e32; padding:15px 0 15px 0; opacity:0; animation:up 1.5s 1s forwards;}
.text_box h4 {font-size:0.95em;}
.text_box p {font-size:.95em; padding-bottom:50px;opacity:0; animation:up 1.5s 1s forwards;}
.img_box {overflow:hidden; border-radius:20px;}
.img_box img {transition:all .7s;}
.img_box img:hover {transform:scale(1.1);}
.img_box1 img {width:100%;}
.box_1 {width:100%;}
.box_1:last-child {margin-right:0%;}
.box_1 p {height:25px; line-height:25px; padding-top:15px;}
.box_1 p>img {width:25px; margin-right:5px;}
.text_box ul {margin-bottom:50px;}

.charnel .swiper0 .slide01 {width:100%; height:250px; background:url('../images/charnel02.jpg')no-repeat center center; background-size:cover;}
.charnel .swiper0 .slide02 {width:100%; height:auto; background:url('../images/charnel03.jpg')no-repeat center center; background-size:cover;}
.charnel .swiper1 .slide01 {width:100%; height:250px; background:url('../images/charnel04.jpg')no-repeat center center; background-size:cover;}
.charnel .swiper1 .slide02 {width:100%; height:auto; background:url('../images/charnel03.jpg')no-repeat center center; background-size:cover;}
.charnel .text_box ul li {width:80%; margin:0 auto;}
.charnel .text_box ul li table {width:100%; text-align:center; border:1px solid #ccc; border-collapse: collapse; margin-top:25px;}
.charnel .text_box ul li table tr:first-child {background:#f9f9f9; border-top:3px solid #c07e32; font-size:1.1em;}
.charnel .text_box ul li table td {border:1px solid #ccc; padding:5px 0;}
.charnel .text_box ul li table td:first-child {color:#c07e32;}
.charnel .img_banner {width:100%; height:250px; text-align:center; font-family:'MYArirang'; background:url('../images/charnel05.jpg')no-repeat center bottom; background-size:cover;}
.charnel .img_banner h5 {font-size:2em; padding:70px 0 20px 0;}
.charnel .img_box2 .left_img {width:100%; height:250px; background:url('../images/charnel03.jpg')no-repeat center center; background-size:cover; border-radius:15px;}
.charnel .img_box2 .right_img {width:100%; height:250px; background:url('../images/charnel04.jpg')no-repeat center center; background-size:cover; border-radius:15px;}

.container.product .title-box {display:none;}
.container aside {display:none;}
.container.product > .contents article .bar-icon {width:50px; height:50px; background:url('../images/icon_product.png')no-repeat center; background-position:-17px -84px; overflow:hidden;}
.container.product > .contents article .contents_box h1 {font-size:1.5em; font-weight:500; text-align:center;}
.container.product > .contents article .contents_box h3 {font-size:0.9em; font-weight:300; color:#838383; text-align:center;}
.container.product > .contents article .contents_box p {font-size:1em; font-weight:300; color:#333; text-align:center;}
.container.product > .contents article .contents_box .circle-icon {text-align:center;}
.container.product > .contents article .contents_box .circle-icon img {width:25px; margin:30px auto;}
.container.product > .contents article .contents_img img {width:100%; border-radius:10px; margin-bottom:20px; background-size:contain;}

.container.product > .contents article .contents_img2 {width: 100%; display: flex; justify-content: space-between;}
.container.product > .contents article .contents_img2 > div {width: 48%;}
.container.product > .contents article .contents_img2 > div img {width:100%; height:120px; border-radius:10px; margin-top:30px; background-size:contain;}
.container.product > .contents article .contents_img3 > div {width: 100%;}
.container.product > .contents article .contents_img3 > div img {width:100%; border-radius:10px; margin-top:30px; background-size:contain;}


/* 퀵메뉴 */
.quickmenu {position:fixed !important; flex-wrap:nowrap !important; display:block; bottom:calc(167px + env(safe-area-inset-bottom)) !important; right:17px !important; transform:translateY(-50%); width:auto !important; z-index:999;}
.quick {width:100%;}
.quick-link {width:38px;height:38px;border-radius:50%;position:relative;}


/* 이용약관,개인정보보호정책 */
.scroll_text h3 {margin-bottom:35px; font-size:1.2em; font-weight:400}
.scroll_text > div {margin-bottom:80px;}
.scroll_text .inner {margin-bottom:40px;}
.scroll_text .inner > h4 {margin-bottom:15px; font-size:1.0em;}
.scroll_text .inner > h4 > span {font-size:.8em; color:#999;}
.scroll_text .inner > div > p {margin-bottom:10px; line-height:1.4em; font-size:.9em; color:#555; font-weight:100}
.scroll_text .inner > div > p > span {display:block; padding-left:8px; font-size:.85em; color:#777;}
.scroll_text .inner > div > p > span:first-child {margin-top:8px;}
.scroll_text .inner > div > p > span > em {display:block; padding-left:15px; font-size:.9em; font-style:normal}
.scroll_text .inner > div > p > span > em:first-child {margin-top:5px;}
.scroll_text .inner > div > p > span > span {display:block; padding-left:10px;}
.scroll_text {max-height:600px; padding:0 30px 0 0; overflow-y: auto; direction:ltr; scrollbar-color: #d4aa70 #e4e4e4; scrollbar-width: thin;}
.scroll_text::-webkit-scrollbar {width:5px;}
.scroll_text::-webkit-scrollbar-track {background-color: #e4e4e4; border-radius: 100px;}
.scroll_text::-webkit-scrollbar-thumb {border-radius: 100px; border: 2px solid rgba(0, 0, 0, 0.18); border-left: 0; border-right: 0; background-color: #19988b;}
.scroll_text .inner > p {width:100%; padding:30px; line-height:1.6em; font-size:1em; border:1px solid #ddd; background:#f7f7f7;}/* 이메일수집거부 */
.scroll_text .inner > span {display:block; width:100%; padding:10px; font-size:.9em; color:#555;}
.scroll_text .inner > div > table {width:100%; border-top:1px solid #aaa; border-right:1px solid #ddd;}
.scroll_text .inner > div > table tr.th td {text-align:center; background:#f7f7f7;}
.scroll_text .inner > div > table td {padding:8px; text-align:left; border-left:1px solid #ddd; border-bottom:1px solid #ddd; font-size:.8em;}


/* @keyframes motion {
    0% {transform:translateY(0);}
    50% {transform:translateY(-10px);}
    100% {transform:translateY(0);}
} */

#quick-box, #menu-btn {position:fixed;left:-9999px;}

.quick-1 {position:absolute;top:0px;left:50%;background:#2c5c9d;text-align:center;width:0;height:40px;border-radius:50%;transform:scale(0) translate(-50%,0);transform-origin:top;transition:all .3s;}
.quick-2 {top:0px;right:0;background:#fdc23d;}
.quick-3 {top:0px;right:0;background:#0ea527;}
.quick-4 {top:0px;right:0;background:#e02191;}
.quick-1 > a {position: absolute;top:50%;left:50%; transform: translate(-50%,-50%);width:100%; font-size:.8em; color:#fff;}
.quick-1 > a img {width:23px;}
.quick-2 > a img {width:31px;}

.quick-btn {display:block;width:38px;height:38px;line-height:35px;border-radius:44%; box-shadow:0px 0px 6px 1px rgba(0,0,0,0.2); cursor:pointer;background:#a5c9e1;opacity:0.8;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5em;width:100%;text-align:center;}
.quick-btn:hover {background:#a5c9e1; opacity:1;}

#quick-box:checked ~ .quick-1 {left:0%;top:-45px;transform:scale(1);width:38px; height:38px;}
#quick-box:checked ~ .quick-2 {top:-90px;}
#quick-box:checked ~ .quick-3 {top:-135px;}
#quick-box:checked ~ .quick-4 {top:-180px;}


footer .inner {position:relative; width:100%; height:100%; margin:0 auto;}
footer .inner .logo {}
footer .inner .util {padding:10px 0; border-bottom:1px solid #555;}
footer .inner .util a {display:inline-block; margin-right:30px; font-size:.78em; font-weight:100; color:#bbb;}
footer .inner .info {padding:10px 0; font-size:.78em; font-weight:100; color:#bbb;}
footer .inner .info p {display:inline-block; margin-right:30px; }
footer .inner .info address {font-style:normal;}
footer .inner .copyright {font-size:.95em; font-weight:200; color:#777;}


/* toast 설정 */
.toast_style {display:block; position:fixed; bottom:-100px; width:100%; height:auto; padding:15px 0; background:rgba(0,0,0,.7); z-index: 11}
.toast_a, .toast_p {display:block; height:30px; padding:0 25px; text-align: center; font-size:.9em; line-height:30px; color:#fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.toast_inner {display:flex; justify-content:center; flex-wrap:nowrap; width:auto;}
.toast_inner .toast_button {width:80px; height:30px; margin:0 5px; line-height:28px; text-align:center; border:1px solid #FFC726; border-radius:15px; font-size:.8em; color:#FFC726}

@media screen and (min-width: 680px) {
	.about .text_box ul li {position: relative; display: inline-block; width: 360px; height: 360px; border: 2px solid #c07e32; background: #fff; border-radius: 430px; margin-bottom:20px;}
}


@media screen and (min-width: 920px) {
	.container article {padding:80px 0;}
	
	.top-box {height:500px; border-bottom:1px solid #777; }
	.top-box > h2 {font-size:3em;}
		
	.path-box {display:none;}
	#lnb { display:flex; align-items:center; justify-content: center; position:relative; width:100%; height:45px; background:#f7f7f7; border-bottom:1px solid #d4d4d4;}
	#lnb > ul {width:1100px;}
	#lnb > ul > li {float:left; position:relative; border-left:1px solid #ddd;}
	#lnb > ul > li:last-child {border-right:1px solid #ddd}
	#lnb > ul > li > a {display:block; width:auto; height:45px; border-bottom:1px solid #ddd;  line-height:45px; padding:0 25px; text-align:left; color:#999;}
	#lnb > ul > li:last-child > a {color:#333; background: #fff; font-weight: 600; border-bottom:2px solid #c07e32;}
	#lnb > ul > li > ul {position:absolute; left:-1px; top:44px; padding:25px 15px 15px; border:1px solid #ddd; background:#fff; opacity:0; visibility:hidden; z-index:19 }
	#lnb > ul > li > ul > li {width:180px; height:35px;}
	#lnb > ul > li > ul > li > a {display:block; width:180px; height:35px; line-height:18px; padding:0 10px; color:#aaa;}
	#lnb > ul > li > ul > li > a:hover {color:#222}
	#lnb > ul > li:hover > a {color:#222; background:#fff;}
	#lnb > ul > li:hover .dropdown-toggle {opacity: 1; visibility: visible}

	.about .swiper0 .slide01 {width:100%; height:550px; background:url('../images/about01.jpg')no-repeat center center; background-size:cover;}
	.about .swiper0 .slide02 {width:100%; height:550px; background:url('../images/about02.jpg')no-repeat center center; background-size:cover;}
	.about .swiper0 .slide03 {width:100%; height:550px; background:url('../images/about03.jpg')no-repeat center center; background-size:cover;}
	.about .swiper0 .slide04 {width:100%; height:550px; background:url('../images/about04.jpg')no-repeat center center; background-size:cover;}
	.about .text_box .about_t {font-size:1.1em;}
	.about .text_box ul li {position: relative; display: inline-block; width: 33%; height: 360px; border: 2px solid #c07e32; background: #fff; border-radius: 430px; margin-bottom:0;}
	.about .text_box ul li:nth-child(1) {z-index:3; transform: translateX(50px);}
	.about .text_box ul li:nth-child(2) {z-index:2; background:#c07e32; color:#fff;}
	.about .text_box ul li:nth-child(3) {z-index:1; transform: translateX(-50px);}
	.about .text_box ul li div {width: 90%; height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: center; flex-direction: column;}
	.about .text_box ul li h6 {font-size:1.5em; padding:15px 0; line-height:25px;}
	.about .text_box ul li span {line-height:20px;}
	.about .img_banner {width:100%; height:350px; text-align:center; font-family:'MYArirang'; background:url('../images/charnel05.jpg')no-repeat center bottom; background-size:cover;}
	.about .img_banner h5 {font-size:3em; padding:90px 0 30px 0;}
	.about .img_banner p {font-size:1.5em;}
	
	.title-box {width:1200px; margin:0 auto; padding:80px 0 0;}
	.title-box h3 {font-size:2.5em;}
	
	.history ul {display: table; padding: 50px 0;}
	.history ul li {display: table-cell;font-size:1.1em;}
	.history ul li:first-child {width:180px; font-size:2.3em; }
	.history ul li p:first-child {margin-top:5px;}
	.history ul li:last-child {line-height: 30px; vertical-align: top;}
	.history ul li:last-child span {display:table-cell; padding:0; color:#555; font-size:1em; line-height:1.8em;}

	.location .box {border-bottom:1px solid #ccc; padding-bottom:30px;}
	.location .box01 {display:flex;}
	.location .box h2 {font-size:1.5em;}
	.location .box h3 {font-size:1.5em; color:#c07e32; padding:30px 0 20px 0;}
	.location .box h4 {font-size:1.2em; padding:15px 0 5px 0;}
	.location .box p {font-size:1.1em; color:#848484;}
	.location .box p a {background:#c07e32; color:#fff; padding:0 15px; border-radius:7px; margin-right:5px;}
	.location .box p a:hover {background:#d1934d;}
	.location .box01 .box01-1 {width:25%; margin-right:30px;}
	.location .box01 .box01-1 img {width:100%; border-radius:0 20px;}
	.location .box01 .box01-2 {width:70%;}
	

	.line {padding-top:20px;}
	.text_box {border-bottom:1px solid #ddd; margin-bottom:100px;}
	.text_center {text-align:center;}
	.text_box h3 {font-family:'Dokrip'; font-size:2.9em; color:#c07e32; padding:60px 0 40px 0;}
	.text_box h4 {font-size:1.1em;}
	.text_box p {font-family:'Dokrip'; font-size:1.5em; padding-bottom:100px;}
	.img_box2 {display:flex; overflow:hidden;}
	.box_1 {width:49%; margin-right:2%;}
	.box_1:last-child {margin-right:0%;}
	.box_1 p {height:25px; line-height:25px; padding-top:15px;}
	.box_1 p>img {width:25px; margin-right:5px;}
	.charnel .img_box2 .left_img {width:100%; height:300px; background:url('../images/charnel01.jpg')no-repeat center center; background-size:cover;}
	.charnel .img_box2 .right_img {width:100%; height:300px; background:url('../images/charnel02.jpg')no-repeat center center; background-size:cover;}
	

	.charnel .swiper0 .slide01 {width:100%; height:550px; background:url('../images/charnel01.jpg')no-repeat center center; background-size:cover;}
	.charnel .swiper0 .slide02 {width:100%; height:auto; background:url('../images/charnel02.jpg')no-repeat center center; background-size:cover;}
	.charnel .swiper1 .slide01 {width:100%; height:550px; background:url('../images/charnel01.jpg')no-repeat center center; background-size:cover;}
	.charnel .swiper1 .slide02 {width:100%; height:auto; background:url('../images/charnel02.jpg')no-repeat center center; background-size:cover;}
	.charnel .text_box ul li table {width:100%; text-align:center; border:1px solid #ccc; border-collapse: collapse; margin-top:0;}
	.charnel .text_box ul li table {width:100%; text-align:center; border:1px solid #ccc; border-collapse: collapse; margin-top:0;}
	.charnel .text_box ul li table tr:first-child {background:#f9f9f9; border-top:3px solid #c07e32; font-size:1.2em;}
	.charnel .text_box ul li table td {border:1px solid #ccc; padding:10px 0;}
	.charnel .text_box ul li table td:first-child {color:#c07e32;}
	.charnel .img_banner {width:100%; height:350px; text-align:center; font-family:'Dokrip'; background:url('../images/charnel05.jpg')no-repeat center bottom; background-size:cover;}
	.charnel .img_banner h5 {font-size:3em; padding:90px 0 30px 0;}
	.charnel .img_banner p {font-size:1.5em;}
	.charnel .text_box ul {display:flex; margin-bottom:100px; justify-content:center;}
	.charnel .text_box ul li {width:32%; margin:0 2% 0 0;}
	.charnel .text_box ul li:last-child {margin-right:0;}
	.charnel .text_box ul {display:flex; margin-bottom:100px; justify-content:center;}
	.charnel .text_box ul li {width:32%; margin:0 0 0 2%;}
	.charnel .text_box ul li:last-child {margin-right:0;}



	/* 퀵메뉴 */
	.quickmenu {position:fixed !important; flex-wrap:nowrap !important; display:block; bottom:calc(143px + env(safe-area-inset-bottom)) !important; right:24px !important; transform:translateY(-50%); width:auto !important; z-index:999;}
	.quick-link {width:60px;height:60px;border-radius:42%;position:relative;}

	.quick-1 > a {position: absolute;top:50%;left:50%; transform: translate(-50%,-50%);width:100%; font-size:1em; color:#fff;}
	.quick-1 > a img {width:35px;}
	.quick-2 > a img {width:45px;}

	.quick-btn {display:block;width:60px;height:60px;line-height:60px;border-radius:42%;cursor:pointer;background:#a5c9e1;opacity:0.8;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2em;width:100%;text-align:center;}
	.quick-btn:hover {background:#a5c9e1; opacity:1;}

	#quick-box:checked ~ .quick-1 {left:0%;top:-70px;transform:scale(1);width:60px; height:60px; border-radius:42%;}
	#quick-box:checked ~ .quick-2 {top:-140px;}
	#quick-box:checked ~ .quick-3 {top:-210px;}
	#quick-box:checked ~ .quick-4 {top:-280px;}

	
	/* toast 설정 */
	.toast_style {display:flex; justify-content:center;}
	.toast_link, .toast_p {display:block; height:30px; margin-right:15px; text-align: center; font-size:.9em; line-height:30px; color:#fff;}
	.toast_button {width:auto; margin-left:8px; padding:0 15px; height:30px; line-height:30px; border:1px solid #FFC726; border-radius:15px; font-size:.8em; color:#FFC726}
}


	@media screen and (min-width: 1280px) {	
		header > h1 {width:200px; left:70px; margin-left:0; height:75px; line-height:70px;}
		
		
		.container.product .title-box {display:none;}
		.container aside {display:block; width:250px; height:100%; position:fixed; top:120px; left:80px; transition: all 0.3s ease-out;}
		.container aside>h4 {font-size:1.8em; font-weight:500;}
		.container aside>ul {font-size:1.12em; font-weight:300; padding-top:40px; line-height:40px;}
		.container aside>ul>li {padding-left:15px;}
		.container aside>ul>li > a {color:#000;}
		.container article {width:1200px; padding:100px 0 100px; transition:all .5s ease;}
		.container.product > .contents {width:1200px; height:100%; display:flex; margin:0 auto;}
		.container.product > .contents .img_box_text {padding-left:40px;}
		.container.product > .contents .active {width:100%; background:url('../images/icon_product.png')no-repeat left center; background-position: -24px -3px; overflow:hidden;}
		.container.product > .contents .active > a {color:#c07e32; font-weight:500;}
		.container.product > .contents article .contents_box h1 {font-size:2.87em; font-weight:500;}
		.container.product > .contents article .contents_box h3 {font-size:1.3em; font-weight:300; color:#838383; padding-top:10px;}
		.container.product > .contents article .contents_box p {font-size:1.3em;}

		.container.product > .contents article .contents_img img {border-radius:20px; margin-bottom:50px;}
		.container.product > .contents article .contents_img2 > div img {height:300px; border-radius:20px; margin-top:65px;}
		
		.top-box > h2 {top:50%}
		
		/* 서브컨텐 */
		.about .text h3 {font-size:3.8em;}
		.about .text p {font-size:1.7em; }
		.about .text span {font-size:1.2em; margin-top:60px;}
		
		footer .inner {width:1200px;}
	}


	footer {position:relative; width:100%;}
	.inner_box {position:relative; top:0; width:100%; padding:30px 0; background:#282e38; text-align:center}
	/*.footer_logo {position: absolute;left: 0;top: 40px;}*/
	.inner_box .util {position:relative; width:1020px; margin:0 auto; padding:0 0 10px; border-bottom:1px solid #424242; text-align:center}
	.inner_box .util a {font-size:.8em; color:#777; margin:0 10px;}
	.inner_box .copyright {position:relative; width:1020px; margin:0 auto; padding:10px 0 0; border-top:1px solid #222; font-size:.75em; color:#555;}