/*
===================
Made by MarvelWorks
site : http://marvelworks.kr
* One  domain, One server, One license
* License Inquiry : info@marvelworks.kr
===================
*/

/*
===================
기본 스타일
===================
*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

:root {
	--point-color: #448934;
	--bar-color:#448934;
	--bar-light-color:#e6f3ec;
	--green-color: #0f7a2c;
	--radio-check-width: 2px;
	--radio-border-width: 1px;
	--radio-size: 1.3em;
	--card-padding: 2em;
	--color-gray: #cdd3dc;
	--color-green: #305741;
	--font-style: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
}

.font-stl2 {font-family:'Play', 'Noto Sans KR', sans-serif;}

html {overflow-x:hidden;}
html, body {height:100%; padding:0; margin:0; font-family:var(--font-style); font-weight:400; letter-spacing:-0.03em; text-size-adjust:100%; -webkit-text-size-adjust:100%; }

input,textarea,select,button {font-family:var(--font-style); }
input, textarea, button { appearance: none; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; }
*,html,body,div,table,nav {  -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box;}
input[type=file][title]:hover::after { content: attr(title);  position: absolute; bottom:-100%; left: 0; background:#333; width:100%; padding:5px 20px; font-size:14px; color:#fff; z-index:9999; }
p,div,span,h2,h1,h3,h4,h5,h6 {word-break:keep-all;}
::placeholder, :-ms-input-placeholder, ::-ms-input-placeholder {color:#ccc !important;}

select {
   -moz-appearance:none;  /* Firefox */
   -webkit-appearance:none;  /* Safari and Chrome */
   appearance:none;  /* 화살표 없애기 공통*/
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2dddddd%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%;
  background-size: .65em auto;
}


input[type="checkbox"], input[type="radio"] {
  font-size: inherit;
  margin: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus, input[type="checkbox"]:checked, input[type="radio"]:checked {outline:none !important;}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
	position:relative;
	display:inline-block;
	margin-right:5px;
  }
  input[type="checkbox"]::after, input[type="radio"]::after {
    border: var(--radio-check-width) solid var(--color-gray);
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.6rem;
    left: 25%;
    position: absolute;
    top: 45%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }
  input[type="checkbox"]:checked, input[type="radio"]:checked {
    background: var(--color-green) !important;
    border-color: var(--color-green) !important;
  }
  input[type="checkbox"]:checked::after, input[type="radio"]:checked::after {
	border-color:#fff;
  }
  }


.font-style2 {font-family: 'Play', sans-serif;}

.fl-left {float:left;}
.fl-right {float:right;}
.w-100 {width:100%;}
.po-relative {position:relative;}
.pcolor {color:#0c489d;}
.text-center {text-align:center;}
.fwno {font-weight:normal;}
.fw300 {font-weight:300;}
.fw400 {font-weight:400;}
.fw500 {font-weight:500;}
.fw700 {font-weight:700;}

.bg-light-gray {background:#f7f7f7;}
.bg-dark-gray {background:#111;}

.font-big-large {font-size:3.2rem;}
.font-extra-large {font-size:2.5rem;}
.font-large {font-size:2rem; line-height:3.6;}
.font-medium-large {font-size:1.7rem;}
.font-small-large {font-size:1.2rem; line-height:1.8;}
.font-mini-large {font-size:1.1rem; line-height:2;}
.font-normal {font-size:1rem;}
.font-small {font-size:0.94rem;}
.font-extra-small {font-size:0.8rem;}

.font-white {color:#fff;}
.font-black {color:#000;}
.font-gray {color:#666;}
.font-light-gray {color:#fafafa;}

/*padding. margin*/

.mt-1-rem {margin-top:1rem;}
.mt-2-rem {margin-top:2rem;}
.mt-3-rem {margin-top:3rem;}
.mt-4-rem {margin-top:4rem;}
.mt-5-rem {margin-top:5rem;}
.mt-6-rem {margin-top:6rem;}
.mt-7-rem {margin-top:7rem;}
.mt-8-rem {margin-top:8rem;}
.mt-9-rem {margin-top:9rem;}

.mb-1-rem {margin-bottom:1rem;}
.mb-2-rem {margin-bottom:2rem;}
.mb-3-rem {margin-bottom:3rem;}
.mb-4-rem {margin-bottom:4rem;}
.mb-5-rem {margin-bottom:5rem;}
.mb-6-rem {margin-bottom:6rem;}
.mb-7-rem {margin-bottom:7rem;}
.mb-8-rem {margin-bottom:8rem;}
.mb-9-rem {margin-bottom:9rem;}
.mb-10-rem {margin-bottom:10rem;}
.mb-11-rem {margin-bottom:11rem;}
.mb-12-rem {margin-bottom:12rem;}
.mb-13-rem {margin-bottom:13rem;}
.mb-14-rem {margin-bottom:14rem;}
.mb-15-rem {margin-bottom:15rem;}
.mb-16-rem {margin-bottom:16rem;}
.mb-17-rem {margin-bottom:17rem;}
.mb-18-rem {margin-bottom:18rem;}
.mb-19-rem {margin-bottom:19rem;}
.mb-20-rem {margin-bottom:20rem;}
.mb-21-rem {margin-bottom:21rem;}
.mb-22-rem {margin-bottom:22rem;}

.ml-1-rem {margin-left:1rem;}
.ml-2-rem {margin-left:2rem;}
.ml-3-rem {margin-left:3rem;}
.ml-4-rem {margin-left:4rem;}
.ml-5-rem {margin-left:5rem;}
.ml-6-rem {margin-left:6rem;}
.ml-7-rem {margin-left:7rem;}
.ml-8-rem {margin-left:8rem;}
.ml-9-rem {margin-left:9rem;}

.mr-1-rem {margin-right:1rem;}
.mr-2-rem {margin-right:2rem;}
.mr-3-rem {margin-right:3rem;}
.mr-4-rem {margin-right:4rem;}
.mr-5-rem {margin-right:5rem;}
.mr-6-rem {margin-right:6rem;}
.mr-7-rem {margin-right:7rem;}
.mr-8-rem {margin-right:8rem;}
.mr-9-rem {margin-right:9rem;}

.mtb-1-rem {margin:1rem 0;}
.mtb-2-rem {margin:2rem 0;}
.mtb-3-rem {margin:3rem 0;}
.mtb-4-rem {margin:4rem 0;}
.mtb-5-rem {margin:5rem 0;}
.mtb-6-rem {margin:6rem 0;}
.mtb-7-rem {margin:7rem 0;}
.mtb-8-rem {margin:8rem 0;}
.mtb-9-rem {margin:9rem 0;}

.margin-1-rem {margin:1rem;}
.margin-2-rem {margin:2rem;}
.margin-3-rem {margin:3rem;}
.margin-4-rem {margin:4rem;}
.margin-5-rem {margin:5rem;}
.margin-6-rem {margin:6rem;}
.margin-7-rem {margin:7rem;}
.margin-8-rem {margin:8rem;}
.margin-9-rem {margin:9rem;}

.pt-0-rem {padding-top:0 !important;}
.pt-1-rem {padding-top:1rem;}
.pt-2-rem {padding-top:2rem;}
.pt-3-rem {padding-top:3rem;}
.pt-4-rem {padding-top:4rem;}
.pt-5-rem {padding-top:5rem;}
.pt-6-rem {padding-top:6rem;}
.pt-7-rem {padding-top:7rem;}
.pt-8-rem {padding-top:8rem;}
.pt-9-rem {padding-top:9rem;}

.pb-1-rem {padding-bottom:1rem;}
.pb-2-rem {padding-bottom:2rem;}
.pb-3-rem {padding-bottom:3rem;}
.pb-4-rem {padding-bottom:4rem;}
.pb-5-rem {padding-bottom:5rem;}
.pb-6-rem {padding-bottom:6rem;}
.pb-7-rem {padding-bottom:7rem;}
.pb-8-rem {padding-bottom:8rem;}
.pb-9-rem {padding-bottom:9rem;}

.pr-1-rem {padding-right:1rem;}
.pr-2-rem {padding-right:2rem;}
.pr-3-rem {padding-right:3rem;}
.pr-4-rem {padding-right:4rem;}
.pr-5-rem {padding-right:5rem;}
.pr-6-rem {padding-right:6rem;}
.pr-7-rem {padding-right:7rem;}
.pr-8-rem {padding-right:8rem;}
.pr-9-rem {padding-right:9rem;}

.pl-1-rem {padding-left:1rem;}
.pl-2-rem {padding-left:2rem;}
.pl-3-rem {padding-left:3rem;}
.pl-4-rem {padding-left:4rem;}
.pl-5-rem {padding-left:5rem;}
.pl-6-rem {padding-left:6rem;}
.pl-7-rem {padding-left:7rem;}
.pl-8-rem {padding-left:8rem;}
.pl-9-rem {padding-left:9rem;}

.ptb-1-rem {padding:1rem 0;}
.ptb-2-rem {padding:2rem 0;}
.ptb-3-rem {padding:3rem 0;}
.ptb-4-rem {padding:4rem 0;}
.ptb-5-rem {padding:5rem 0;}
.ptb-6-rem {padding:6rem 0;}
.ptb-7-rem {padding:7rem 0;}
.ptb-8-rem {padding:8rem 0;}
.ptb-9-rem {padding:9rem 0;}
.ptb-10-rem {padding:10rem 0;}
.ptb-11-rem {padding:11rem 0;}
.ptb-12-rem {padding:12rem 0;}
.ptb-13-rem {padding:13rem 0;}
.ptb-14-rem {padding:14rem 0;}
.ptb-15-rem {padding:15rem 0;}
.ptb-16-rem {padding:16rem 0;}
.ptb-17-rem {padding:17rem 0;}
.ptb-18-rem {padding:18rem 0;}
.ptb-19-rem {padding:19rem 0;}

.padding-1-rem {padding:1rem;}
.padding-2-rem {padding:2rem;}
.padding-3-rem {padding:3rem;}
.padding-4-rem {padding:4rem;}
.padding-5-rem {padding:5rem;}
.padding-6-rem {padding:6rem;}
.padding-7-rem {padding:7rem;}
.padding-8-rem {padding:8rem;}
.padding-9-rem {padding:9rem;}

.navheader {position:fixed; top:0; text-align:center; padding:20px 0 15px 0;background:transparent; _rgba(0,0,0,0.3); color:#fff; z-index:999; text-align:center; width:100%;transition:all 0.5s;}
.navheader.min {background:rgba(255,255,255,1); padding:15px 0 5px 0; transition:all 0.5s;}
	.navheader.min .logo img {width:45px; margin-top:3px; transition:all 0.5s;}
.slideropc {background:rgba(0,0,0,0.25); width:100%; position:absolute; z-index:99; color:#fff !important; height:100%; text-align:center;}
/*.slidertxt {position:absolute;  bottom:0; z-index:100; color:#fff !important; text-align:center; margin: auto;height:100%; width:100%; top:85%;}*/
.slidertxt {position:absolute;  z-index:100; color:#fff !important; text-align:left; width:100%; max-width:1200px; top:50%; left:50%; transform:translate(-50%,-50%);}
	.slidertxt .bigtxt {font-size:3.2rem; font-weight:700; line-height:1.4;}
	.slidertxt .smalltxt {font-size:2rem; font-weight:300; letter-spacing:-0.5px; margin-bottom:30px;}
	.slidertxt p {margin:0;}
.slide-circle-image {position:relative; background:url('https://image.freepik.com/free-photo/computer-circuits_69593-4603.jpg'); width:220px; height:220px; border-radius:50%; color:#fff; margin:0 auto;  font-size:1.4rem; padding:0; overflow:hidden; -webkit-transform: translateZ(0);-moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0); box-shadow:0px 2px 5px #000;}
	.slide-circle-image p {position:absolute; width:220px; top:43%; font-size:1.4rem; line-height:2.2rem; font-family:noto sans kr; text-shadow:0 0px 5px #484848; font-weight:bold;}
	.slide-circle-image img {margin-top:0px; border-radius:50%; -webkit-animation: zoomIns 5s infinite; -ms-animation: zoomIns 5s infinite; animation: zoomIns 5s infinite;}
.subslider .slideropc {background:rgba(25,28,35,0.45);}
.subslider .slidertxt { top:50%; margin-top:0; text-align:left;}
	.subslider .slidertxt .bigtxt {font-size:3.2rem; text-transform:uppercase;}
	.subslider .slidertxt .smalltxt { font-size:1.2rem; color:rgba(255,255,255,0.9); text-transform:capitalize;  font-weight:500; margin-top:20px;}
	.subslider .slidertxt p {margin:0;}
	.subslider:after {position:absolute; width:50%; height:70px; background:#fff; bottom:0;left:50%; z-index:999;}
.contentbox {float:left; width:100%; font-size:1.04rem; font-weight:400; padding:0; position:relative; margin-top:35px; }
.botfooter {float:left; width:100%; background:#000; color:#bdbdbd; text-align:left; padding:40px 0; font-size:14px; line-height:1.6rem;}
	.botfooter .bar {color:#868686; margin:0 5px;}
	.botfooter a {color:#bdbdbd;}
.pagetit {font-size:22px;  font-weight:400; line-height:1.7; margin-top:20px; margin-bottom:30px; font-family:'noto sans kr';}
.subpagetit {text-align:center; color:#777; margin:30px 0 50px 0;}
	.subpagetit h2 {font-size:2.2rem; color:#191919; font-weight:900;}
	.subpagetit p {font-size:.92rem; font-weight:700; color:#bdbaba; margin-top:20px; letter-spacing:2px; text-transform:uppercase;}
	.subpagetit .subbar {display:table; margin:0 auto; border-top:2px solid #ccc; width:50px;}
	.subpagetit i {font-size:2rem; color:#d7d7d7;}
.subpagetit2 {float:left; width:100%;text-align:center; margin:3.5rem 0 5rem 0;}

.ver_line {display:table; margin:0 auto; width:1px; height:80px; background:#ddd;}
.ver_line_sub {display:table; margin:0 auto; width:0; height:80px; background:#ddd;}

.about {float:left; width:100%;background:#eaeff1;}
	.about .sc1 {float:left; width:50%; padding:67px 0; font-size:18px; line-height:36px;}
	.about .sc2 {float:left; width:50%;min-height:100%; height:100%; }
	.opc {display:none; background:rgba(0,0,0,0.4); top:0; width:100%; position:absolute; z-index:99; color:#fff !important; height:350px; text-align:center;  color:#fff;  animation: opacity 1s; padding:120px 0; font-size:1.7rem; font-weight:500;}
	@keyframes opacity {
		from { opacity: 0; }
		to   { opacity: 1; }
	}
.about_2 {background:#fff; margin-top:35px;}
	.about .sc1:hover  .opc, .about .sc2:hover .opc {display:block !important;}
	.opc .layout_btn2 {background:#fff; border:1px solid #fff;color:#000;}
	.opc .layout_btn2:hover {background:#fff; border:1px solid #fff; color:#444; }

.fac_tab {float:left; width:100%; border-bottom:1px solid #ccc; margin-top:30px;}
	.fac_tab li {float:left; background:#1a5bbb; color:#fff; padding:10px 40px; min-width:160px; text-align:center; font-weight:500;}
	.fac_info {float:left; border:1px solid #ccc; border-top:0; width:100%; padding:20px;}

.layout_cont {padding: 20px 0 0 0; line-height:1.4rem;}
.layout_page {padding:0; color:#777;}
	.layout_page h2{font-size: 34px;color: #333333;line-height: 34px;text-align: center; font-weight:500;}
.layout_box {float:left; width:100%; text-align:center; padding:60px 0; background:#f7f7f7;}
	.layout_box i {color:#e0e0e0; font-size:3rem;}
	.layout_box span {font-size:1.1rem;  font-weight:500; text-transform:uppercase; letter-spacing:1px; color:#555;}
	.layout_box p {color:#777; margin-top:20px; word-break:keep-all;}
	.layout_box .left {float:left; width:33.3%; }
	.layout_box .center {float:left; width:33.3%; border:1px solid #e0e0e0; border-top:0; border-bottom:0; padding:0 30px;}
	.layout_box .right {float:left; width:33.3%;}

.col-2 {float:left; width:100%;}
.col-2 .one {float:left; width:49%; border:0; margin-right:2%;}
.col-2 .one:nth-child(2n) {margin-right:0;}
.col-2 img {width:100%;}

.col-3 {display:grid; grid-template-columns:1fr 1fr 1fr; width:100%;}
.col-3 img {width:100%;}

.col-4 {float:left; width:100%;}
.col-4 .one {float:left; width:23.5%; margin-right:2%; border:0;}
.col-4 .one:nth-child(4n) {margin-right:0;}
.col-4 img {width:100%;}

.col-5 {float:left; width:100%;}
.col-5 .one {float:left; width:18.4%; margin-right:2%; border:0;}
.col-5 .one:nth-child(5n) {margin-right:0;}
.col-5 img {width:100%;}

.col-6 {float:left; width:100%;}
.col-6 .one {float:left; width:16.22%; margin-right:2%; border:0;}
.col-6 .one:nth-child(6n) {margin-right:0;}
.col-6 img {width:100%;}

.icon-point i {color:var(--point-color); }

.innerwrap {width:100%; margin:0 auto; max-width:1200px;}
.innerwrap2 {width:100%; max-width:1200px; margin:0 auto;}
.innerwrap img, .innerwrap2 img {max-width:100%;}

.pt60 {padding-top:60px;}
.pb60 {padding-bottom:60px;}
.bracket {font-family: 'Noto Sans KR', sans-serif;}

.styletbl {float:left; width:100%; border-top:2px solid #111;}
.styletbl th, .styletbl td {padding:15px 20px; text-align:left;}
.styletbl th {background:#fafafa; font-weight:500;  border-bottom:1px solid #ddd; color:#222; text-align:center; }
.styletbl td { color:#222; border-bottom:1px solid rgba(0,0,0,0.15);}
.styletbl strong {font-weight:400;}
.styletbl.overview {width:100%; font-size:.94rem;}
.styletbl.overview th {min-width:120px;}

.styletbl.designspec {border:0;}
.styletbl.designspec tr th, .styletbl.designspec tr td {margin:10px 0;}
.styletbl.designspec th {width:330px; height:75px; background:linear-gradient(to right, #0c19b3 0%, #007fca 50%, #007cfc 100%); color:#fff;border:1px solid #c1d5e4;  border-radius:10px; text-align:center; 	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; background-size:200% 100%;}
.styletbl.designspec th p {color:#dedede; font-size:.9rem; margin-top:-5px;}
.styletbl.designspec td {border:1px solid #fff;}
.styletbl.designspec tr:hover th{background:linear-gradient(to right, #0c19b3 0%, #007fca 50%, #007cfc 100%); background-position: 100% 0; color:#fff;}
.styletbl.designspec tr:hover th p{color:#ddd; transition:all .2s;}
.styletbl.designspec tr:hover td{background:#f7f7f7;  border:1px solid #ddd; border-radius:10px;}
.styletbl.designspec td {border:0;}

.styletbl.designspec2 {border:1px solid #ddd; width:49.5%; margin-right:1%; border-radius:10px; box-shadow:0 0px 5px #ddd;}
.styletbl.designspec2.last {margin-right:0;}
.styletbl.designspec2 th, .styletbl.designspec2 td{border-bottom:1px solid #ddd; padding:10px;}
.styletbl.designspec2 th {text-align:center; background:#f7f7f7; color:#333;}
.styletbl.designspec2 .tit { text-align:center; font-weight:400; color:#fff; background:linear-gradient(to right, #0c19b3 0%, #007fca 50%, #007cfc 100%); border-radius:10px 10px 0 0; padding:15px 0; -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out; background-size:200% 100%;}
.styletbl.designspec2:hover .tit {background-position: 100% 0;}
.styletbl.designspec2 tr:last-child th, .styletbl.designspec2 tr:last-child td {border-bottom:0;}
.styletbl.designspec2 tr:last-child th { border-radius:0 0 0 10px;}
.styletbl.designspec2 .point {background:#ececec; color:#6b6b6b; border:1px solid #ddd; font-size:.7rem; padding:2px 5px; vertical-align:top; font-weight:400;}

.table02  {float:left; width:100%;}
.table02 th {padding:10px; background:#bfddfb; text-align:center; font-weight:500; border-left:0px solid rgba(255,255,255,0.5);}
.table02 th:first-child {border-left:0;}
.table02 td:first-child {border-left:0;}
.table02 td {padding:10px; text-align:center; border-bottom:1px solid #ddd; border-left:1px solid #ddd;}

.alarm {width:100%; float:left; text-align:center; margin-top:30px; font-size:.94rem; letter-spacing:-0.5px; color:#0a26b6; font-weight:400; background:#f7fbff; border:1px solid #dbeefd; border-radius:20px; padding:10px 0;}

.tbltit {float:left; width:100%; font-size:1.2rem; font-weight:400; margin:30px 0 20px 0; border-bottom:1px solid #ddd; padding:15px 0; color:#4a4a4a;text-align:center; }
.tbltit i {font-size:1rem; margin-right:5px;  color:#017bc9;}

.sloganbox {width:100%; height:336px; padding:140px 50px 0 100px; text-align:left; font-size:2rem; color:#fff; font-weight:500; }
.sloganbox.company_slogan {background:url('../img/company_1.jpg') center center; background-size:cover;}
.sloganbox.tech_slogan {background:url('/theme/mt-02/img/tech.jpg') 0 55%; background-size:cover;}
.sloganbox .slogan {font-size:.9rem; font-weight:300; margin-top:10px; line-height:1.2rem;}

.layout_btn1 {background-color:transparent; color:#333; font-size:14px; border:1px solid #333; padding:10px 20px; font-weight:600;}
.layout_btn1:hover {background:#333; color:#fff; transition:all 0.5s;}
.layout_btn2 {background-color:#333; color:#fff; font-size:14px; border:1px solid #333; padding:10px 20px; font-weight:600;}
.layout_btn2:hover {background:transparent; color:#333; transition:all 0.5s;}
.layout_btn3 {background-color:#d13f4a; color:#fff; font-size:14px; border:1px solid #d13f4a; padding:10px 20px; font-weight:600;}
.layout_btn3:hover {background:transparent; color:#d13f4a; transition:all 0.5s;}
.layout_btn4 {background-color:#fff; color:#333; font-size:14px; border:1px solid #fff; padding:10px 20px; font-weight:600;}
.layout_btn4:hover {background:transparent; color:#fff; transition:all 0.5s;}
.layout_admbtn {background:#fff; color:#333; border:1px solid #ccc; padding:2px 8px; font-size:10px; font-weight:500;}
.layout_admbtn:hover {background:#ccc; color:#fff; transition:all .5s;}
.send_btn1 {display:inline-block; width:250px; padding:20px 0; border-radius:100px; font-size:1.2rem; color:#fff; background:var(--point-color); border:0; cursor:pointer;}

.btn-1{background:rgb(6,14,131);background:linear-gradient(0deg,rgba(6,14,131,1) 0%,rgba(12,25,180,1) 100%);border:none}
.btn-1:hover{background:rgb(0,3,255);background:linear-gradient(0deg,rgba(0,3,255,1) 0%,rgba(2,126,251,1) 100%)}
.btn-2{background:rgb(96,9,240);background:linear-gradient(0deg,rgba(96,9,240,1) 0%,rgba(129,5,240,1) 100%);border:none}
.btn-2:before{height:0%;width:2px}
.btn-2:hover{box-shadow:4px 4px 6px 0 rgba(255,255,255,.5),-4px -4px 6px 0 rgba(116,125,136,.5),inset -4px -4px 6px 0 rgba(255,255,255,.2),inset 4px 4px 6px 0 rgba(0,0,0,.4)}
.btn-3{background:rgb(0,172,238);background:linear-gradient(0deg,rgba(0,172,238,1) 0%,rgba(2,126,251,1) 100%);width:130px;height:40px;line-height:42px;padding:0;border:none}
.btn-3 span{position:relative;display:block;width:100%;height:100%}
.btn-3:before,.btn-3:after{position:absolute;content:"";right:0;top:0;background:rgba(2,126,251,1);transition:all 0.3s ease}
.btn-3:before{height:0%;width:2px}
.btn-3:after{width:0%;height:2px}
.btn-3:hover{background:transparent;box-shadow:none}
.btn-3:hover:before{height:100%}
.btn-3:hover:after{width:100%}
.btn-3 span:hover{color:rgba(2,126,251,1)}
.btn-3 span:before,.btn-3 span:after{position:absolute;content:"";left:0;bottom:0;background:rgba(2,126,251,1);transition:all 0.3s ease}
.btn-3 span:before{width:2px;height:0%}
.btn-3 span:after{width:0%;height:2px}
.btn-3 span:hover:before{height:100%}
.btn-3 span:hover:after{width:100%}
.btn-4{background-color:#4dccc6;background-image:linear-gradient(315deg,#4dccc6 0%,#96e4df 74%);line-height:42px;padding:0;border:none
}.btn-4:hover{background-color:#89d8d3;background-image:linear-gradient(315deg,#89d8d3 0%,#03c8a8 74%)}
.btn-4 span{position:relative;display:block;width:100%;height:100%}
.btn-4:before,.btn-4:after{position:absolute;content:"";right:0;top:0;box-shadow:4px 4px 6px 0 rgba(255,255,255,.9),-4px -4px 6px 0 rgba(116,125,136,.2),inset -4px -4px 6px 0 rgba(255,255,255,.9),inset 4px 4px 6px 0 rgba(116,125,136,.3);transition:all 0.3s ease}
.btn-4:before{height:0%;width:.1px}
.btn-4:after{width:0%;height:.1px}
.btn-4:hover:before{height:100%}
.btn-4:hover:after{width:100%}
.btn-4 span:before,.btn-4 span:after{position:absolute;content:"";left:0;bottom:0;box-shadow:4px 4px 6px 0 rgba(255,255,255,.9),-4px -4px 6px 0 rgba(116,125,136,.2),inset -4px -4px 6px 0 rgba(255,255,255,.9),inset 4px 4px 6px 0 rgba(116,125,136,.3);transition:all 0.3s ease}
.btn-4 span:before{width:.1px;height:0%}
.btn-4 span:after{width:0%;height:.1px}
.btn-4 span:hover:before{height:100%}.btn-4 span:hover:after{width:100%}
.btn-5{width:130px;height:40px;line-height:42px;padding:0;border:none;background:rgb(255,27,0);background:linear-gradient(0deg,rgba(255,27,0,1) 0%,rgba(251,75,2,1) 100%)}
.btn-5:hover{color:#f0094a;background:transparent;box-shadow:none}
.btn-5:before,.btn-5:after{content:'';position:absolute;top:0;right:0;height:2px;width:0;background:#f0094a;box-shadow:-1px -1px 5px 0 #fff,7px 7px 20px 0 #0003,4px 4px 5px 0 #0002;transition:400ms ease all}
.btn-5:after{right:inherit;top:inherit;left:0;bottom:0}.btn-5:hover:before,.btn-5:hover:after{width:100%;transition:800ms ease all}
.btn-6{background:rgb(247,150,192);background:radial-gradient(circle,rgba(247,150,192,1) 0%,rgba(118,174,241,1) 100%);line-height:42px;padding:0;border:none}
.btn-6 span{position:relative;display:block;width:100%;height:100%}
.btn-6:before,.btn-6:after{position:absolute;content:"";height:0%;width:1px;box-shadow:-1px -1px 20px 0 rgba(255,255,255,1),-4px -4px 5px 0 rgba(255,255,255,1),7px 7px 20px 0 rgba(0,0,0,.4),4px 4px 5px 0 rgba(0,0,0,.3)}
.btn-6:before{right:0;top:0;transition:all 500ms ease}
.btn-6:after{left:0;bottom:0;transition:all 500ms ease}
.btn-6:hover{background:transparent;color:#76aef1;box-shadow:none}
.btn-6:hover:before{transition:all 500ms ease;height:100%}
.btn-6:hover:after{transition:all 500ms ease;height:100%}
.btn-6 span:before,.btn-6 span:after{position:absolute;content:"";box-shadow:-1px -1px 20px 0 rgba(255,255,255,1),-4px -4px 5px 0 rgba(255,255,255,1),7px 7px 20px 0 rgba(0,0,0,.4),4px 4px 5px 0 rgba(0,0,0,.3)}
.btn-6 span:before{left:0;top:0;width:0%;height:.5px;transition:all 500ms ease}
.btn-6 span:after{right:0;bottom:0;width:0%;height:.5px;transition:all 500ms ease}
.btn-6 span:hover:before{width:100%}.btn-6 span:hover:after{width:100%}.btn-7{background:linear-gradient(0deg,rgba(255,151,0,1) 0%,rgba(251,75,2,1) 100%);line-height:42px;padding:0;border:none}
.btn-7 span{position:relative;display:block;width:100%;height:100%}
.btn-7:before,.btn-7:after{position:absolute;content:"";right:0;bottom:0;background:rgba(251,75,2,1);box-shadow:-7px -7px 20px 0 rgba(255,255,255,.9),-4px -4px 5px 0 rgba(255,255,255,.9),7px 7px 20px 0 rgba(0,0,0,.2),4px 4px 5px 0 rgba(0,0,0,.3);transition:all 0.3s ease}
.btn-7:before{height:0%;width:2px}.btn-7:after{width:0%;height:2px}
.btn-7:hover{color:rgba(251,75,2,1);background:transparent}
.btn-7:hover:before{height:100%}.btn-7:hover:after{width:100%}
.btn-7 span:before,.btn-7 span:after{position:absolute;content:"";left:0;top:0;background:rgba(251,75,2,1);box-shadow:-7px -7px 20px 0 rgba(255,255,255,.9),-4px -4px 5px 0 rgba(255,255,255,.9),7px 7px 20px 0 rgba(0,0,0,.2),4px 4px 5px 0 rgba(0,0,0,.3);transition:all 0.3s ease}
.btn-7 span:before{width:2px;height:0%}
.btn-7 span:after{height:2px;width:0%}.btn-7 span:hover:before{height:100%}
.btn-7 span:hover:after{width:100%}
.btn-8{background-color:#f0ecfc;background-image:linear-gradient(315deg,#f0ecfc 0%,#c797eb 74%);line-height:42px;padding:0;border:none}
.btn-8 span{position:relative;display:block;width:100%;height:100%}
.btn-8:before,.btn-8:after{position:absolute;content:"";right:0;bottom:0;background:#c797eb;transition:all 0.3s ease}.btn-8:before{height:0%;width:2px}
.btn-8:after{width:0%;height:2px}
.btn-8:hover:before{height:100%}
.btn-8:hover:after{width:100%}
.btn-8:hover{background:transparent}.btn-8 span:hover{color:#c797eb}
.btn-8 span:before,.btn-8 span:after{position:absolute;content:"";left:0;top:0;background:#c797eb;transition:all 0.3s ease}
.btn-8 span:before{width:2px;height:0%}.btn-8 span:after{height:2px;width:0%}
.btn-8 span:hover:before{height:100%}.btn-8 span:hover:after{width:100%}.btn-9{border:none;transition:all 0.3s ease;overflow:hidden}
.btn-9:after{position:absolute;content:" ";z-index:-1;top:0;left:0;width:100%;height:100%;background-color:#1fd1f9;background-image:linear-gradient(315deg,#1fd1f9 0%,#b621fe 74%);transition:all 0.3s ease}
.btn-9:hover{background:transparent;box-shadow:4px 4px 6px 0 rgba(255,255,255,.5),-4px -4px 6px 0 rgba(116,125,136,.2),inset -4px -4px 6px 0 rgba(255,255,255,.5),inset 4px 4px 6px 0 rgba(116,125,136,.3);color:#fff}
.btn-9:hover:after{-webkit-transform:scale(2) rotate(180deg);transform:scale(2) rotate(180deg);box-shadow:4px 4px 6px 0 rgba(255,255,255,.5),-4px -4px 6px 0 rgba(116,125,136,.2),inset -4px -4px 6px 0 rgba(255,255,255,.5),inset 4px 4px 6px 0 rgba(116,125,136,.3)}
.btn-10{background:rgb(22,9,240);background:linear-gradient(0deg,rgba(22,9,240,1) 0%,rgba(49,110,244,1) 100%);color:#fff;border:none;transition:all 0.3s ease;overflow:hidden}
.btn-10:after{position:absolute;content:" ";top:0;left:0;z-index:-1;width:100%;height:100%;transition:all 0.3s ease;-webkit-transform:scale(.1);transform:scale(.1)}
.btn-10:hover{color:#fff;border:none;background:transparent}
.btn-10:hover:after{background:rgb(0,3,255);background:linear-gradient(0deg,rgba(2,126,251,1) 0%,rgba(0,3,255,1)100%);-webkit-transform:scale(1);transform:scale(1)}
.btn-11{border:none;background:rgb(251,33,117);background:linear-gradient(0deg,rgba(251,33,117,1) 0%,rgba(234,76,137,1) 100%);color:#fff;overflow:hidden}
.btn-11:hover{text-decoration:none;color:#fff}
.btn-11:before{position:absolute;content:'';display:inline-block;top:-180px;left:0;width:30px;height:100%;background-color:#fff;animation:shiny-btn1 3s ease-in-out infinite}
.btn-11:hover{opacity:.7}
.btn-11:active{box-shadow:4px 4px 6px 0 rgba(255,255,255,.3),-4px -4px 6px 0 rgba(116,125,136,.2),inset -4px -4px 6px 0 rgba(255,255,255,.2),inset 4px 4px 6px 0 rgba(0,0,0,.2)}
@-webkit-keyframes shiny-btn1{0%{-webkit-transform:scale(0) rotate(45deg);opacity:0}80%{-webkit-transform:scale(0) rotate(45deg);opacity:.5}81%{-webkit-transform:scale(4) rotate(45deg);opacity:1}100%{-webkit-transform:scale(50) rotate(45deg);opacity:0}}
.btn-12{position:relative;right:20px;bottom:20px;border:none;box-shadow:none;width:130px;height:40px;line-height:42px;-webkit-perspective:230px;perspective:230px}
.btn-12 span{background:rgb(0,172,238);background:linear-gradient(0deg,rgba(0,172,238,1) 0%,rgba(2,126,251,1) 100%);display:block;position:absolute;width:130px;height:40px;box-shadow:inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);border-radius:5px;margin:0;text-align:center;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .3s;transition:all .3s}
.btn-12 span:nth-child(1){box-shadow:-7px -7px 20px 0 #fff9,-4px -4px 5px 0 #fff9,7px 7px 20px 0 #0002,4px 4px 5px 0 #0001;-webkit-transform:rotateX(90deg);-moz-transform:rotateX(90deg);transform:rotateX(90deg);-webkit-transform-origin:50% 50% -20px;-moz-transform-origin:50% 50% -20px;transform-origin:50% 50% -20px}
.btn-12 span:nth-child(2){-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-transform-origin:50% 50% -20px;-moz-transform-origin:50% 50% -20px;transform-origin:50% 50% -20px}
.btn-12:hover span:nth-child(1){box-shadow:inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);-webkit-transform:rotateX(0deg);-moz-transform:rotateX(0deg);transform:rotateX(0deg)}
.btn-12:hover span:nth-child(2){box-shadow:inset 2px 2px 2px 0 rgba(255,255,255,.5),7px 7px 20px 0 rgba(0,0,0,.1),4px 4px 5px 0 rgba(0,0,0,.1);color:transparent;-webkit-transform:rotateX(-90deg);-moz-transform:rotateX(-90deg);transform:rotateX(-90deg)}
.btn-13{overflow:hidden; position: relative; outline: none; z-index:1}
.btn-13:after{position:absolute;content:"";width:100%;height:0;bottom:0;left:0;z-index:-1;background:#1d57ce;transition:all 0.3s ease}
.btn-13:hover{color:#fff}
.btn-13:hover:after{top:0;height:100%}
.btn-13:active{top:2px}
.btn-14{overflow:hidden; position: relative; outline: none; transition: all 0.3s ease;z-index:1}
.btn-14:after{position:absolute;content:"";width:100%;height:0;top:0;left:0;z-index:-1;border-radius:5px;background-color:#1d57ce;transition:all 0.3s ease}
.btn-14:hover{color:#fff}
.btn-14:hover:after{top:auto;bottom:0;height:100%}
.btn-14:active{top:2px}
.btn-15{display:inline-block; position:relative; overflow:hidden;-ms-overflow-style: none; outline: none; z-index:1; transition:all 0.3s ease}
.btn-15:after{position:absolute;content:"";width:0;height:100%;top:0;right:0;z-index:-1;background-color:#111; transition:all 0.3s ease}
.btn-15:hover{border-color:#111 !important;}
.btn-15:hover:after{left:0;width:100%}
.btn-15:active{top:2px}
.btn-16{border:none;color:#000}
.btn-16:after{position:absolute;content:"";width:0;height:100%;top:0;left:0;direction:rtl;z-index:-1;box-shadow:-7px -7px 20px 0 #fff9,-4px -4px 5px 0 #fff9,7px 7px 20px 0 #0002,4px 4px 5px 0 #0001;transition:all 0.3s ease}
.btn-16:hover{color:#000}
.btn-16:hover:after{left:auto;right:0;width:100%}
.btn-16:active{top:2px}

.pconly {display:inline-block !important;}
.mobonly {display:none !important;}
.pconly2 {display:block !important;}
.mobonly2 {display:none !important;}
.pconly3 {display:table !important;}
.mobonly3 {display:none !important;}
.pconly4 {display:table-cell !important;}
.mobonly4 {display:none !important;}

.contit {font-size:1.2rem; font-weight:400; margin-bottom:10px; font-family:'noto sans kr', serif; background:linear-gradient(to right, #432392 0%, #7046d8 50%, #a181ec 100%); float:left; padding:4px 25px 5px 25px; color:#fff; border-radius:20px;}
.contit:before {float:left; content:"\e62f"; font-family:'themify';  font-size:1rem; margin-right:10px; color:#fff; }
.contit i {color:#11ceec; margin-right:5px;}
.consqr {float:left; width:100%; border:1px solid #c4b6e6; border-left:0; border-right:0; background:#fbfbfb; padding:30px; margin-top:10px; margin-bottom:40px;}
.consqr li:before {content:'\f00c'; font:normal normal normal 14px/1 FontAwesome; font-weight:700; margin-right:10px; color:#6e44d5; -webkit-text-stroke: 0.5px #f7f7f7;}

.tpoint {font-size:18px; font-weight:bold; margin:10px 0;}
	.tpoint:before {display:inline-block; border-left:4px solid #db1d17; width:0; height:20px; vertical-align:middle; content:" "; margin-right:10px;}
.tpoint2 {display:inline-block;  font-size:2.3rem; font-weight:700;  position:relative; }
	.tpoint2:before {content:''; position:absolute; bottom:-30px; left:50%; transform:translate(-50%, 0); width:30px; height:2px; background:#111;}
	.tpoint_under {font-size:.94rem; color:gray; margin-top:50px;}
.tpoint3 {display:inline-block;  font-size:2.3rem; font-weight:700;  position:relative; }
	.tpoint3:before {content:''; position:absolute; bottom:-30px; left:0; width:30px; height:2px; background:#111;}
	.tpoint_under {font-size:.94rem; color:gray; margin-top:50px;}

.select-menu {background:url('../img/down_arr.png') no-repeat 100% 50% !important; background-size:15px !important;}
	.select-menu:focus {
	 outline:none !important;
		outline-width: 0 !important;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border:0;
	 -o-appearance: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	}
	.select-menu option {background: #212990;  font-size:.94rem;}

#bo_v_con, #bo_v_con * {font-family:var(--font-style) !important;}
/*
===================
메인
===================
*/
.sec1 {float:left; width:100%; padding:150px 0;}
.sec2 {float:left; background:#f3f3f3; width:100%; padding-top:130px;}

.product_box {float:left; width:295px; height:269px; color:#333; padding:50px 35px; border:1px solid #ddd; border-right:0;}
	.product_box .tit {font-size:1.4rem; color:#333; font-weight:500;  text-transform:uppercase; padding-bottom:20px; border-bottom:1px solid #ddd;}
	.product_box .info {font-size:.9rem; color:#666; line-height:1.4rem; margin-top:20px;}
	.product_box2 {float: left; width:885px; border:1px solid #ddd; border-left:0;}

.bglayer {position:absolute; z-index:2; left:10%; top:0; width:80%; height:100%; text-align:center; padding:12% 5%; color:#fff;}
.bglayer h5 {font-size:1.5rem;}
.bglayer h1 {font-size:3.6rem; margin:30px 0; line-height:1.2;}
.bglayer p {font-size:1.1rem; color:#ddd;}
.bglayer .col-3{ margin:0 auto; margin-top:4rem; max-width:900px; gap:1rem;}

.bglayer .one {padding:35px 0; margin-right:5px; border:1px solid rgba(255,255,255,0.2); background:rgba(255,255,255,0.9); color:#111; border-radius:8px; }
.bglayer .col-2 a:nth-of-type(1) .one { border-radius:0 40px 0 40px;}
.bglayer .col-2 a:nth-of-type(2) .one {border-radius:40px 0 40px 0;}

.bglayer .col-4 a .one { border-radius:40px 40px 0 0;}
.bglayer .col-4 a:nth-of-type(1) .one { border-radius:0 40px 0 40px;}
.bglayer .col-4 a:nth-of-type(4) .one {border-radius:40px 0 40px 0;}

.bglayer .col-5 a .one { border-radius:40px 40px 0 0;}
.bglayer .col-5 a:nth-of-type(1) .one { border-radius:0 40px 0 40px;}
.bglayer .col-5 a:nth-of-type(5) .one {border-radius:40px 0 40px 0;}

.bglayer .col-6 .one { border-radius:20px; }
.bglayer .col-6 .one h3 {margin-top:10px; line-height:30px;}

.bglayer .one i {font-size:3rem;}
.bglayer .goshop {margin-top:30px;}
.bglayer .goshop a {display:inline-block; padding:5px 0; border-bottom:1px solid rgba(255,255,255,0.4); color:#fff; font-size:0.94rem;}

.half-vertical {float:left; width:100%; height:50%; position:relative;}
.one-third-vertical {float:left; width:100%; height:33.33%;}

.guide .txtbox {position:absolute; left:15%; top:50%; transform:translate(0,-50%);}
.guide h5 {font-size:1.2rem;}
.guide h2 {font-size:2.5rem; }
.guide p {font-size:1.1rem;}
.guide a {color:#fff;}

.guide .box1 {float:left; width:50%; height:100vh; position:relative;}
.guide .box2 {float:left; width:50%; height:50vh; position:relative;}
	.guide .box2 .txtbox {transform:translate(-28%,-30%);}
	.guide .box2 h2 {margin:30px 0 80px 0;}
.guide .box3 {float:left; width:25%; height:50vh; position:relative; background:#fff;}
	.guide .box3 h2 {margin:30px 0 80px 0;}
	.guide .box3 a {color:#333;}
.guide .box4 {float:left; width:25%; height:25vh; position:relative; background:#2d2d2d;}
.guide .box5 {float:left; width:25%; height:25vh; position:relative; background:#171717;}


.notice .colorlay {position:absolute; left:0; width:29%; top:0; height:100%; background:rgba(46,101,33,0.8); z-index:4;}
.notice .txts {position:absolute; width:90%; left:10%; top:50%; transform:translate(0,-50%); color:white; z-index:4;}
.notice .txts h2 {font-size:3rem; margin-bottom:30px; line-height:1.2;}
.notice .txts p {font-size:1.1rem; margin-bottom:50px;}

.lat li {float:left; width:31.33%; margin-right:3%; background:#fff; color:#333; padding:50px;}
	.lat li:nth-of-type(3n) {margin-right:0;}
	.lat li h2 {font-size:1.7rem !important; line-height:1.5 !important;}
	.lat li p {margin:30px 0;}

/*
===================
서브페이지 공통
===================
*/
.keyp {text-align:center; padding:5rem 0;}
.keyp2 {text-align:center; padding:5rem 0 0 0;}
	.keyp h2, .keyp2 h2 {font-size:2.1rem; line-height:1.5; font-weight:500; letter-spacing:-0.07em; color:#212121; }
	.keyp p, .keyp2 p {color:#666; font-size:1.1rem; margin-top:20px;}
	.keyp span,.keyp2 span {color:var(--point-color);}
	.keyp2 h2 {border-bottom:1px solid #000; display:inline-block;}

.wide {width:100vw !important; margin-left:50%; transform:translate(-50%,0); position:relative;}

.midsec {float:left; width:100%; height:400px; position:relative;}
	.midsec .txtbox {position:absolute; top:50%; left:50%; transform:translate(-600px,-50%); z-index:4;}
	.midsec .tit {font-size:4rem; color:#fff; font-weight:500; margin:50px 0;}
	.midsec .txt {font-size:1.2rem; color:#fff;}
	.midsec .cat {font-size:1.4rem; color:rgba(0,0,0,0.8); border-bottom:1px solid rgba(0,0,0,0.8); font-weight:500;}
.contbox {float:left; width:100%; color:#666; padding:3rem 0; line-height:2;}

.topsec {float:left; width:100%; padding:120px 0;}
	.topsec .left {float:left; width:40%; padding-right:5%;}
	.topsec h2 {font-weight:700; font-size:2.2rem; color:#000; }
	.topsec .right {float:left; width:60%; position:relative; font-size:1.1rem; line-height:1.7; padding-top:7px;}
	.topsec .right:before { position:absolute; left:-12.5%; top:0; background:#dddeec; width:2px; height:100%;}

.biztop {height:200px;}
	.biztop .imgline {float:left; width:calc(100% - 200px); height:250px; position:relative; margin-top:80px;  animation: imgups 1s forwards;}
	.biztop .imgline:before {position:absolute; top:0; left:0; content:''; width:100%; height:100%; background:rgba(0,0,0,0.4); opacity:0.8;}
	.biztop .txtline {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; max-width:90%;}
		.biztop .txtline {}

.imgup {float:left; width:calc(100% - 200px); height:300px; position:relative; margin:80px 0; animation: imgups 1s forwards;}
	.imgup:before {content:''; position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.4); top:0; left:0; }
	.imgup .txtbox {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#fff; text-align:center; font-weight:500;}
	.imgup .txtbox .sm {font-size:.94rem; letter-spacing:0.03em;}
	.imgup .txtbox .bigtxt {font-size:2.3rem; font-weight:700; margin:20px 0;}
	.imgup .txtbox .smtxt {font-size:1rem;}

@keyframes imgups {
	0% {width:100%; margin-left:0; margin-right:0;}
	100% {width:calc(100% - 200px); margin-left:100px; margin-right:100px;}
}

.txtup {float:left; width:100%; }
	.txtup .left {float:left; width:20%;}
		.txtup .left p {font-size:1.6rem; font-weight:500;}
		.txtup .left i {width:90px; height:90px; line-height:90px; font-size:40px; background:#f6f8fe; text-align:center; border-radius:100%; color:#0d499e; margin-right:10px;}

	.txtup .right {float:left; width:80%;  padding:35px; position:relative; color:#666; font-size:1.1rem; }
		.txtup .right li {padding:3px 0;}
		.txtup .right li:before {content:''; display:inline-block; width:5px; height:5px; background:#ddd; border-radius:100%; margin-right:10px; vertical-align:middle;}

.tabsbox .midsec .tit {font-size:3rem;}

 /*TAB CSS*/
.tabsbox {
float:left; width:100%;            
}
.tabsbox table {margin-top:-7px;}
.tabsbox .maps {float:left; width:100%; position:relative;}
.tabsbox .marks {position:absolute;right:0; top:0; width:20%; height:45%; background:var(--point-color);  opacity:1; z-index:2; color:#fff; padding:35px;}
.tabsbox .marks .txt {margin-bottom:15px; position:relative; font-size:2rem; font-weight:500; }
.tabsbox .marks .txt:before {position:absolute; width:30px; bottom:-20px; height:1px; background:#fff; content:'';}
.tabsbox .marks .tit {margin-top:30px;}

.tablist {border-bottom: 0px solid #d8d8d8;}
ul.tabs {
	padding: 0;
	display:table;
	margin:0 auto;
	list-style: none;
	width:100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	width:25%;
	border-bottom: 4px solid #ddd;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	text-align:center;
}
ul.tabs li a {
	text-decoration: none;
	color: #7b7b7b;
	display: block;
	padding: 17px 0;
	font-size:1.04rem;
	outline: none;
	font-weight:500;
}
ul.tabs li a:hover {
	background: #fff;
	color:#000;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	border-color:var(--point-color);
}
html ul.tabs li.active a {
	color:var(--point-color);
}

/*Tab Conent CSS*/
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content {
	float:left;
	width: 100%;
	padding: 0;
}

.vertical-text {
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);

	-ms-transform-origin: left top;
	-moz-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  z-index:99999;
}
.lightbox img {
  position:absolute;
  top:50%;
  left:50%;
  max-width: 500px;
  box-shadow: 0 0 25px rgba(0,0,0,0.1);
  animation: bringDown 300ms forwards ease-out;
}

@keyframes bringDown {
  0% {
    transform: translate(-50%,-100%);
	opacity:0;
  }
  100% {
    transform: translate(-50%,-50%);
	opacity:1;
  }
}

/*
===================
인트로
===================
*/
#fp-nav.left {left:50px !important;}
#fp-nav ul li a span, .fp-slidesNav ul li a span {background:rgba(255,255,255,0.3) !important;}
#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 {background:rgba(255,255,255,0.9) !important;}
#fp-nav ul li .fp-tooltip {font-weight:500 !important; letter-spacing:0; font-family:'noto sans kr' !important; }
#fp-nav ul li:last-child{display:none !important;}

.section * {animation-play-state: paused; }
.section.active * {animation-play-state: running !important;}

.myContent{ width:100%; margin:0 auto; max-width:1400px;  height: 300px; padding:50px 0; background:#fff;
}
.section {overflow:hidden; position:relative;}
.section .opclayer {position:absolute; left:0; width:100%; height:100%; top:0; background:rgba(0,0,0,0.35); z-index:2;}
.section video {position:absolute; width:120vw; height:auto; top:50%; left:50%; transform:translate(-50%,-50%); z-index:1;}
.section .txt {position:absolute; left:50%; width:100%; max-width:1200px; top:50%; transform:translate(-50%, -43%); z-index:3; color:#fff; }
.section .txt h1 {font-size:3.5rem; line-height:1.4; }
.section .txt h1.en {letter-spacing:0;}
.section .txt p {font-size:1.2rem; font-weight:500; margin-top:20px;}
.section .txtp {font-size:1.3rem; color:rgba(255,255,255,0.9);}

.news {position:fixed; right:80px; bottom:25px; text-align:right; z-index:3; color:#fff; font-size:1.2rem; }
.news .cat {font-weight:700;}
.news .tit { margin:0 20px; font-weight:300; color:#fff;}
.news .date { font-weight:300;}
.pagi {position:fixed; bottom:150px; left:-50px; font-size:16px; color:rgba(255,255,255,0.6); transform:rotate(90deg); z-index:5;}
.pagi .nowp {color:#fff;}
.pagi .totp {margin:0 20px;}
	.pagi .totp:before {margin-right:20px; content:''; display:inline-block; width:2px; height:13px; background:rgba(255,255,255,0.6);}
.pagi .txt {color:#fff;}
.pagi .cirdown {margin-left:20px; display:inline-block; position:relative; width:15px; height:15px; border-radius:100%; border:1px solid #fff; margin-bottom:-3px;}
	.pagi .cirdown:before {content:''; position:absolute; top:6px; left:5.5px; width:65px; height:1px; background:#fff;}
	.pagi .cirdown:after {content:''; position:absolute;width:5px; height:5px; border-radius:100%; top:4px; left:4px; background:#fff;}

.pagi.min {color:rgba(0,0,0,0.6);}
		.pagi.min .nowp {color:#000;}
		.pagi.min .totp:before {background:rgba(0,0,0,0.2);}
		.pagi.min .txt {color:#000;}
		.pagi.min .cirdown {border-color:#000;}
		.pagi.min .cirdown:before, .pagi.min .cirdown:after {background:#000;}

.secbg {content:''; position:absolute; width:100%; top:0; left:0; width:100%; height:100vh; animation:bisbg 20s infinite; z-index:1;}
	@keyframes bisbg {
		0% {transform:scale(1);}
		50% {transform:scale(1.3);}
		100% {transform:scale(1);}
	}
.secbg:after {content:''; position:absolute; width:100%; height:100%; top:0; left:0; width:100%; background:rgba(0,0,0,0.1); z-index:2;}

.viewmore {display:inline-block; vertical-align:baseline; width:40px; height:1px; background:#fff; position:relative; margin-right:10px;}
	.viewmore:before {content:''; position:absolute; right:4px; bottom:0px; width: 1px;  height: 10px;  background-color: #fff;  transform: rotate(-45deg); }
.viewmore.black {background:#333;}
	.viewmore.black:before {background:#333;}

/*
===================
회사소개
===================
*/

.newstory {float:left; width:100%;height:550px; text-align:center; position:relative; margin-top:-36px;}
	.newstory:before {content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.5); z-index:11;}
	.newstory h2 {font-size:2.2rem; font-weight:bold; margin-bottom:30px;}
	.newstory p {font-size:1.1rem;}
	.newstory .col-3 {margin-top:50px;}
	.newstory .col-3 .one {text-align:center; padding:20px 0;}
	.newstory .one span {display:block;}
	.newstory .one span.no {font-size:3.6rem; margin-bottom:30px;}
	.newstory .txtbox {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; max-width:1200px; z-index:99;}

.newinfo {float:left; width:100%;}
	.newinfo h2 {font-size:2.2rem; font-weight: 700;   margin:0 0 50px 0;}
	.newinfo p {font-size:1.1rem; color:#444; font-weight:400; line-height:2; }

.newstory2 {float:left; width:100%;height:450px; text-align:center; position:relative; }
	.newstory2:before {content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:linear-gradient(45deg, #030a6d, #632e09); opacity:0.9; z-index:11;}
	.newstory2 h2 {font-size:2.2rem; font-weight:bold; margin-bottom:30px;}
	.newstory2 p {font-size:1.1rem;}
	.newstory2 .one {text-align:left; padding:20px 0;}
	.newstory2 .one img {height:280px;}
	.newstory2 .one span {display:block;}
	.newstory2 .one span.no {font-size:3.6rem; margin-bottom:30px;}
	.newstory2 .txtbox {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; max-width:1200px; z-index:99;}

.story {float:left; width:100%; margin-top:60px;  }
	.story h1 {font-size:2.2rem; font-weight:700; margin:5rem 0;}
	.story .one {float:left; width:100%; margin:147px 0; position:relative; }
	.story .one:before {position:absolute; background:#f8f8f8; width:100%; height:170%; content:''; z-index:-1;}
	.story .one .imgbox {float:left; width:65%; padding-top:35%; position:relative;}
	.story .one .imgbox .keyword {display: inline-block;    position: absolute;  font-size: 16px;    transform: rotate(-90deg); letter-spacing:-0.02em; font-weight:bold;}
	.story .one .txtbox {float:left; width:35%; padding-top:35%; line-height:1.5; position:relative;}
	.story .one .txts {position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:100%;}
	.story .one .txtbox h2 {font-size:2.2rem; font-weight:bold; margin-bottom:10px;}
	.story .one .txtbox p {font-size:1.2rem; color:#757575; font-weight:400; margin-bottom:30px;}
	.story .one .txtbox p.keys {display:inline-block; font-size:1.1rem; color:#000; font-weight:400; position:relative; margin-left:15px;  border-bottom:1px solid #000;}
	.story .one .txtbox p.keys:before {content:''; width:5px; height:5px; background:blue; position:absolute; left:-15px; top:13px; }
	.story .one .txtbox i {font-size:3rem;}
	.story .one.left:before {left:-50%; top:-35%;}
	.story .one.left .keyword { left: -100px; top: 65px;}
	.story .one.right:before {right:-50%; top:-35%;}
	.story .one.right .keyword { right: -100px; top: 65px;}
	.story .one.left .txts {transform:translate(-30%,-50%); }
	.story .one.right .txtbox {padding-right:10%;}


/*
===================
사업분야
===================
*/
.business {margin-bottom:150px;}
	.business:before {content:''; position:absolute; width:100vw; left:50%; top:50%; transform:translate(-50%,0); height:100%; background:#f7f7f7; z-index:-1;}
	.business .one p {text-align:center; font-weight:500; margin-top:20px; font-size:1.2rem;}

.business2 {float:left; width:100%; margin-bottom:70px;}
	.business2 h2 {font-size:2.2rem; font-weight:700;}

.business_box {float:left; width:100%;height:450px; text-align:center; position:relative; margin-bottom:250px;}
	.business_box:before {content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.5; z-index:11;}
	.business_box a {color:#ababab;}
	.business_box h2 {font-size:2.2rem; font-weight:bold; margin-bottom:30px;}
	.business_box p {font-size:1.1rem;}
	.business_box .col-6 { position:absolute; top:100%;}
	.business_box .col-6 .one {margin-top:50px; height:270px; border:1px solid #e1e1e1; background:#fff; padding:0; border-radius:15px; padding:30px; position:relative; width:32%; margin-right:1%; }
	.business_box .col-6 .one:nth-of-type(6) {margin-right:0;}
	.business_box .one .tit {font-weight:700; font-size:1.3rem;}
	.business_box .one .smtxt {color:#bfbfbf; letter-spacing:0.05em;}
	.business_box .one .imgbox {display:table; margin:0 auto; width:80px; height:80px; padding:15px; border-radius:100%; margin-top:20px; border:1px solid #ddd;}
	.business_box .one .imgbox img {max-width:100%;}
	.business_box .one .bot_box {position:absolute; bottom:0; left:0; width:100%; border-top:1px solid #e1e1e1; height:60px; line-height:60px; color:#bcbcbc; font-weight:500;}
	.business_box .one .bot_left {float:left; width:50%; text-align:center; border-right:1px solid #e1e1e1;}
	.business_box .one .bot_right {float:left; width:50%; text-align:center;}
	.business_box .one:hover {border-color:#212990;}
	.business_box .one .bot_left:hover a {color:#212990;}
	.business_box .one .bot_right:hover a {color:#212990;}
	.business_box .one .bot_left:hover, .business_box .one .bot_right:hover {color:#212990;}
	.business_box .txtbox {position:absolute; top:50%; left:50%; transform:translate(-50%,-75%); width:100%; max-width:1200px; z-index:99;}

/*
===================
오시는길
===================
*/

.maps {}
	.maps .innerwrap2 {display:grid; grid-template-columns:0.4fr 0.6fr;}
	.maps .txts {background:#fbfbfb; padding:70px; z-index:3;}
	.maps .txts .one {margin:0 0 30px 0; padding-bottom:30px; font-size:1.2rem; border-bottom:1px solid #e8e8e8;}
	.maps .txts .one:last-child {margin:0;}
	.maps .txts .tit {font-weight:bold; margin-bottom:20px; }
	.maps .txts .txt {color:gray;}
	.maps .txtbox {display:table; margin:0 auto; width:100%; z-index:19;}
	.maps .imgs {position:absolute; width:100%; height:500px; z-index:-1; background:linear-gradient(140deg, #f3f3f3, rgba(247,247,247,1), rgba(239,239,239,0.8)), url('../img/map_1.jpg') center; }
	.maps .imgs:before {content:''; position:absolute; width:100%; height:100%; background:linear-gradient(140deg, #f3f3f3, rgba(247,247,247,1), rgba(239,239,239,0.8)); z-index:-1; top:0; left:0;}
	.maps h2 {margin:90px 0; font-size:2.2rem; font-weight:500;}

/*
===================
문의
===================
*/
.contact {border-top:2px solid var(--point-color);}
	.contact th {text-align:left;  width:20%; font-size:1.1rem; font-weight:400;}
	.contact th, .contact td {border-bottom:0; padding:0 0 30px 0; background:transparent;}
	.contact tr:first-child th, .contact tr:first-child td {padding-top:45px;}
	.contact input[type='text'],.contact input[type='email'], .contact input[type='tel'], .contact textarea{display:block; padding:10px;  color:#222; width:100%; border:1px solid #d8d8d8; transition:all .3s ease-in-out; width:100%; }
	.contact select {width:100%; padding:10px; border:1px solid #d8d8d8;}
	.contact textarea {width:100%; height:200px;}
.agreed {float:left; width:100%;}
	.agreed textarea {float:left; width:100%; height:175px; padding:20px 40px; border:1px solid #d8d8d8; font-size:0.9rem; color:#3e3e3e; background:#f7f7f7;}
	.agreed p {float:left; width:100%; font-size:.9rem; margin:15px 0; color:#555; text-align:right;}

/*
===================
네비게이션
===================
*/
nav {
  padding: 0;
  margin:0 auto;
}
nav .logo {
	float:left; 
	width:20%;
	text-align:left;
	font-size:23px;
}
nav .logo img {
  width: 95px;
  margin-top:3px;
  transition:all 0.5s;
}
nav .nav-container {
  float:left;
  width:61%;
}
nav ul {
  display:inline-block;
  margin: 0;
}
.submenu {
  display:none;
  position:absolute;
  z-index:9999;
  padding:20px 0;
  min-width:150px;
  margin-top:0px;
  background:#f1f2f3;
  border-top: 1px solid #ddd;
}
.submenu li {
  float:none;
  display:block;
  text-align:center;
  margin-left:0 !important;
}
.submenu li a {
  font-size:16px;
  color:#333;
  height:40px;
  line-height:40px;
}

nav .lang {
  float:right;
  width:19%;
  margin-top:7px;
}
nav .lang li {
  float:right;
  margin-left:20px !important;
}
nav .lang a {
  color:#efefef;
  font-size:15px;
  padding:5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius:5px;
  height:35px; 
  width:70px;
  margin-top:0px;
}
nav .lang a:hover {
  color:#fff;
  border: 1px solid rgba(255, 255, 255, 1);
}
nav ul li {
  display: inline-block;
  float: left;
  position:relative;
  padding:5px;
}
nav ul li:not(:first-child) {
  margin-left: 0;
}
nav ul li a {
  display: inline-block;
  outline: none;
  color: #fff;
  font-size: 18px;
  padding:10px;
  font-weight:400;
  text-decoration: none;
  letter-spacing: -0.01em;
}
nav ul li a:hover {
  color: #cbcbcb;
  text-decoration: none;
}
#nav:checked + .nav-open {
  transform: rotate(45deg);
}
#nav:checked + .nav-open i {
  background: #333;
  transition: transform 0.2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
  transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
  opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
  transform: translateY(-6px) rotate(90deg);
}
#nav:checked ~ .nav-container {
  z-index: 9990;
  opacity: 1;
  display:block;
}
#nav:checked ~ .nav-container ul li a {
  opacity: 1;
  transform: translateY(0);
}
#nav:checked ~ .nav-container ul li a i {
  font-size:1.1rem;
  color:rgba(255,255,255,0.3);
  margin-right:10px;
 }
.hidden {
  display: none;
}

 /* 상단메뉴 적용  190710 추가 */
.menuBox {position:absolute; width:100%; margin:0 auto; top:0px; left:0; height:90px; z-index:999; border-bottom:0px solid rgba(255, 255, 255, 0.2);  transition:all .3s; }
	.menuBox UL {list-style:none; margin:0px; padding:0px; } 
	.menuBox .menu {position:relative; float:left;height:90px; line-height:90px; } 
	.menuBox .menu:before {content:''; position:absolute; bottom:0; left:10%; width:80%; height:3px; background:var(--point-color); display:none; animation:menubars 0.5s;}
	.menuBox .menu.now:before {display:block;}
	@keyframes menubars {
		0% {width:0;}
		100% {width:80%;}
	}
	.menuBox .menu > LI { float:left; color:#fff; width:170px; text-align:center;font-size:1.2rem;font-weight:normal;cursor:pointer; }
	.menuBox .menu > LI a {color:rgba(255,255,255,0.95); font-weight:600;}
	.menuBox .submenuBox { display:none; float:left; top:0; margin-top:0; height:270px; width:100%; overflow:hidden; background:#f7f7f7; border:0px solid rgba(0,0,0,0.1); border-left:0; border-right:0;} 
	.menuBox .submenulist:first-child {}
	.menuBox .submenulist { float:left; width:170px;height:270px;  padding-top:20px;} 
	.menuBox .submenulist > LI { width:100%; padding:10px 5px; text-align:center; font-size:1rem;} 
	.menuBox .submenulist > LI a {color:#333; font-weight:500;} 
	.menuBox .submenulist > LI a:hover {color: var(--point-color);  } 
	.menuBox .centerbox {display:table; margin:0 auto;}
	.menuBox.min, .menuBox.new {background:#fff !important; }
	.menuBox.new {background:transparent;}
	.menuBox.min .menu, .menuBox.new .menu{}
	.menuBox.min .menu > LI a, .menuBox.new .menu > LI a {color:#101010;}
	.menuBox.min .submenuBox, .menuBox.new .submenuBox {}

.toplogo {position:absolute; top:30px; left:50px; z-index:10000; transition:all .3s;}
	.toplogo img {max-width:160px;  transition:all .1s; filter:invert(1) brightness(1000); }
	.toplogo.min, .toplogo.new {  transition:all .5s;}
	.toplogo.min img,  .toplogo.new img { transition:all .1s; filter:none;}
	.subhead .toplogo img {filter:none;}

.topquick {position:absolute; top:26px; right:50px; text-align:right; font-size:0.94rem; z-index:10000; transition:all .3s; color:rgba(255,255,255,1);padding:0; font-weight:500;}
	.topquick span {position:relative; display:inline-block; cursor:pointer; padding:5px 10px;  }
	.topquick span.lang {font-weight:bold; font-size:0.9rem; border-radius:15px; border:1px solid rgba(255,255,255,0.2); vertical-align:bottom;}
		.topquick span.lang img {margin:0 3px 2px 0; vertical-align:middle;}
		.topquick span.lang i { font-size:0.8rem; margin:0 0 2px 5px;}
	.topquick span .count {background:rgba(99,99,99,0.7); border-radius:100%; padding:2px 5px; margin:0 0 0 5px; font-size:14px; vertical-align:text-bottom;}
	.topquick a {color:#fff; font-weight:600;}
	.topquick i {margin-right:2px; font-size:1.2rem; color:rgba(255,255,255,0.4); vertical-align:text-bottom;}
	.topquick ul {background:#333; position:absolute; width:100px; height:0; left:0;  top:40px;  transition:all .3s; border-radius:5px;}
	.topquick ul li {display:none; height:0; text-align:center; font-size:.9rem; padding:0px 15px;  transition:all .3s;}
	.topquick ul li a {color:#fff;}
	.topquick span:hover ul { width:100px; height:auto; padding:10px 0; transition:all .3s;}
	.topquick span:hover ul li {display:block; height:30px; line-height:30px;  transition:all .3s;}
	.topquick.min, .topquick.new, .topquick.new a {color:#424242;  transition:all .5s;}
	.topquick.new span .count {background:rgba(0,0,0,0.15);}
	.topquick.new ul li a {color:#fff;}
	.topquick.new i {color:#353ebf;}
	.topquick.new span.lang {border-color: rgba(0,0,0,0.1); background:rgba(255,255,255,0.3);}
	
.subhead.hide, .subhead.hide .toplogo, .subhead.hide .topquick, .subhead.hide .menuBox {top:-90px;}

.subhead.show {display:block !important;}

/****subhead color****/
.subhead.white .toplogo .normal {display:block;}
.subhead.white .toplogo .white {display:none;}
.subhead.white .menuBox, .subhead.white .toplogo, .subhead.white .topquick {background:#fff; color:#000;}
.subhead.white .topquick a, .subhead.white .topquick span {color:#1d1d1d;}
.subhead.white .topquick i {color:#a9a9a9;}
.subhead.white .topquick li a {color:#fff;}
.subhead.white .topquick span .count {background:rgba(228,228,228,0.7);}
.subhead.white .topquick span.lang {background:#fff; border-color:rgba(0,0,0,0.15);}
.subhead.white .menuBox .menu > LI a {color:#000;}
.subhead.white .menuBox .menu.now > LI a {color:var(--point-color);}

/*
===================
빵조각
===================
*/
#minibar {display:none; position:absolute; top:80px; width:100%; z-index:99;}

.quickmenu {position:absolute; width:1200px; bottom:-35px; left:50%; transform:translate(-50%, 0); height:70px; border-left:0; border-right:0; background:var(--bar-color); color:#fff;  z-index:8; transition:all .3s ease;}
.quickmenu ul {display:table; margin:25px auto 0 auto; width:100%; max-width:1200px; }
.quickmenu ul li {position:relative; float:left; text-align:left; margin:0 0 -1px 0; font-size:1rem; font-weight:400; border-radius:0px; padding:0 30px; transition:width .3s; border-right:1px solid rgba(255,255,255,0.25); height:20px; line-height:20px;}
.quickmenu ul li select {width:120px; background:none; color:#fff; border:0; margin-top:-1px; }
.quickmenu ul li select option {color:#fff;}
.quickmenu ul li:first-child {padding:0 30px; width:initial; }
.quickmenu ul li a {position:relative; display:inline-block; font-weight:400; color:#fff; transition:width .5s; z-index:9}
.quickmenu ul li:hover:after {display:block;}
.quickmenu ul li:hover a {color:#fff;}
.quickmenu ul li.active { }
.quickmenu ul li.active a {color:#fff; }
.quickmenu ul li a:after {content:''; position:absolute; bottom:0; left:50%; right:0; width:100%; height:2px; transform:translate(-50%,0); background:#fff; display:none; animation:tabbar 0.7s; z-index:8;}
.quickmenu ul li.active a:after {display:block;}
@keyframes tabbar {
	0% {width:0;}
	100% {width:100%;}
}

.quickmenu.show {position:fixed; top:0; bottom:initial; width:100%;}
.quickmenu.show ul li:first-child {border-left:1px solid rgba(255,255,255,0.25);}

#backbtn {position:absolute; top:0px; left:100px; color:#fff; z-index:999; padding:0 5px; height:47px; line-height:47px; font-size:14px; border-bottom:0px solid #424242;}
#backbtn a {color:#cacaca}

#minibar.min {position:fixed; top:80px; background:#f7f7f7 !important; display:none;}
#minibar.min .breadcrumb {background:#f7f7f7;}
#minibar.min .breadcrumb li {color:gray;}
#minibar.min #backbtn a {color:#424242;}

/*
===================
슬라이더
===================
*/
.kenburn-slider {
  width: 100%;
  margin: 0;
  position: relative;
  background-color:#000 !important;
}
.kenburn-slider .slides {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.kenburn-slider .slides > li {
  float: left;
  margin-right: -100%;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
  min-height:500px;
}
.subslider { margin-top:90px; }
.subslider .slides > li {
  height:400px !important;
  min-height:300px;
}
.kenburn-slider .flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kenburn-slider .flex-direction-nav .flex-prev, .kenburn-slider .flex-direction-nav .flex-next {
  border:1px solid rgba(255,255,255,0.4);
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 8;
  text-align: center;
  width:70px;
  height:70px;
  line-height:70px;
  padding: 0;
}
.kenburn-slider .flex-direction-nav .flex-prev {
  left: 50px;
}
.kenburn-slider .flex-direction-nav .flex-next {
  right: 50px;
}

.slide-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.flex-active-slide .slide-image {
  -webkit-animation: zoomOuts 5s;
          animation: zoomOuts 5s;
}

@-webkit-keyframes zoomOuts{
0%{opacity:0.6}
100%{opacity:1}
}
@-ms-keyframes zoomOuts{
0%{opacity:0.6; filter: alpha(opacity=60);}
100%{opacity:1; filter: alpha(opacity=100);}
}
@keyframes zoomOuts{
0%{opacity:0.6;     -webkit-transform: scale(1.3); transform: scale(1.3);}
100%{opacity:1;     -webkit-transform: scale(1); transform: scale(1); }
}

@keyframes zoomIns{
0%{ opacity:0.8; filter: alpha(opacity=80); transform: scale(2);-webkit-transform: scale(2); -moz-transform: scale(2);-ms-transform: scale(2); -o-transform: scale(2);}
100%{ opacity:1; filter: alpha(opacity=100);  transform: scale(2.3);-webkit-transform: scale(2.3); -moz-transform: scale(2.3);-ms-transform: scale(2.3); -o-transform: scale(2.3);}
}

.zoomOuts{-webkit-animation-name:zoomOuts;  -ms-animation-name:zoomOuts; animation-name:zoomOuts}
.backzoomOuts {-webkit-animation-name:backzoomOuts; -ms-animation-name:backzoomOuts; animation-name:backzoomOuts}

.subslider .flex-direction-nav .flex-prev, .subslider .flex-direction-nav .flex-next {display:none;}

.kenburn-slider .flex-direction-nav .flex-prev:after {content:"\e629"; font-size:20px; font-family:'themify'; letter-spacing:0; text-transform:uppercase; vertical-align:top;}
.kenburn-slider .flex-direction-nav .flex-next:before {content:"\e628"; font-size:20px; font-family:'themify'; letter-spacing:0; text-transform:uppercase; vertical-align:top;}
.kenburn-slider .flex-direction-nav .flex-prev a:hover, .kenburn-slider .flex-direction-nav .flex-next a:hover {color:#fff; transition:all .5s;}

/*
===================
슬라이더 컨트롤
===================
*/
.scroll {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  bottom: 35px;
  left: 50%;
  margin-left:0px;
  width: 120px;
  height: 40px;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  z-index:99;
  opacity:.7;
  animation: scrollani 1.5s infinite;
}

@keyframes scrollani {
	0% {bottom: 25px;}
	50% {bottom:35px;}
	100% {bottom:25px;}
}


.scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 40px;
  transform: translate(-50%, 0);
  border: 2px solid #fff;
  border-radius: 30px;
}

.scroll::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  animation: ani-mouse 2s linear infinite;
}

@-webkit-keyframes ani-mouse {
	0% {
    opacity: 1;
    top: 15px;
  }
  15% {
    opacity: 1;
    top: 20px;
  }
  50% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 0;
    top: 15px;
  }
}

@keyframes ani-mouse {
	0% {
    opacity: 1;
    top: 15px;
  }
  15% {
    opacity: 1;
    top: 20px;
  }
  50% {
    opacity: 0;
    top: 20px;
  }
  100% {
    opacity: 0;
    top: 15px;
  }
}

@keyframes mob-slide {
	0% {
    transform:scale(2);
	-webkit-transform: scale(2);
  }
  100% {
    transform:scale(1);
	-webkit-transform: scale(1);
  }
}

.scroll__text {
  position:absolute;
  top:5px;
  left:-2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  color: #fff;
  letter-spacing:0.5px;
}
.scroll__text2 {
  position:absolute;
  top:5px;
  right:3px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  text-align: center;
  color: #fff;
  letter-spacing:0.5px;
}
/*
===================
플로팅 퀵
===================
*/
.top_quick {
	position: fixed;
	z-index: 99;
	bottom: 88px; 
	right: 30px;
	border-radius: 40%;
	text-align: center;
	height: 50px; /* 크기 */
	width: 50px; /* 크기 */
	box-sizing: border-box;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05); /* 그림자 */
	cursor: pointer;
	transition: all 350ms cubic-bezier(0.50, 1, 0.07, 1);
	border:0.1px solid rgba(0,0,0,0.1); /* 테두리라인 */
	background: #fff;
	
}
.top_quick svg {transition: all 350ms cubic-bezier(0.50, 1, 0.07, 1); margin-top: 13px;fill:#aaa;}
.top_quick:hover {box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01); border:0.1px solid rgba(0,0,0,0.5);}
.top_quick:hover svg {fill: #000;} /* 마우스오버시 svg 아이콘의 fill 변경 */

.fixed_quick {
	position: fixed;
	z-index: 99;
	bottom: 30px; /* 위치 */
	right: 30px; /* 위치 */
}

.quick {
	float:left;
	margin-right:8px;
	border-radius: 40%;
	text-align: center;
	height: 50px; /* 크기 */
	width: 50px; /* 크기 */
	box-sizing: border-box;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05); /* 그림자 */
	cursor: pointer;
	transition: all 350ms cubic-bezier(0.50, 1, 0.07, 1);
	border:0.1px solid rgba(0,0,0,0.1); /* 테두리라인 */
}
.quick svg {transition: all 350ms cubic-bezier(0.50, 1, 0.07, 1);}
.quick:hover {box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.01); border:0.1px solid rgba(0,0,0,0.5);}
.quick:hover svg {fill: #000;} /* 마우스오버시 svg 아이콘의 fill 변경 */

/* 퀵메뉴 개별 스타일 */
.quick1 {background-color: #F7E600;  }
.quick1 svg {margin-top: 13px;}

.quick2 {background-color: #fff; }
.quick2 svg {margin-top: 13px;}

.quick3 {background-color: #fff; margin-right:0; }
.quick3 svg {margin-top: 13px;}

.quick4 {background-color: #fff; }
.quick4 svg {margin-top: 13px;}

.quick5 {background-color: #fff; }
.quick5 img {width:22px; margin-top: 14px;}

.quick6 {background-color: #fff; }
.quick6 img {width:22px; margin-top: 13px;}

.quick7 {background-color: #fff; }
.quick7 img {width:20px; margin-top: 14px;}

.quick5 img.qhover, .quick6 img.qhover, .quick7 img.qhover {display:none;transition: all 0.5s;}
.quick5 img.qnor, .quick6 img.qnor, .quick7 img.qnor{display:inline-block;transition: all 0.5s; }
.quick5:hover img.qhover, .quick6:hover img.qhover,.quick7:hover img.qhover {display:inline-block; transition: all 0.5s;}
.quick5:hover img.qnor, .quick6:hover img.qnor, .quick7:hover img.qnor {display:none; transition: all 0.5s;}


/*
===================
샵 퀵메뉴 및 뉴스배너
===================
*/

.shopquick {position:absolute; width:50px; top:35px; left:50%; margin-left:-690px;  z-index:3; box-shadow:10px 10px 30px rgb(0 0 0 / 5%); border-top:1px solid #e0e4f7; transition:all 0.5s; }
	.shopquick.min {position:fixed; top:100px; bottom:initial; transition:all 0.5s;  }
	.shopquick h2 { border-top:2px solid #212990; padding:15px 20px; background:#eceef9; text-align:center; color:#212990; font-size:1.1rem;}
	.shopquick li { background:#fff; color:#333; padding:15px; font-weight:500; border:1px solid #e0e4f7; font-size:0.94rem; border-top:1px solid #fff; }
	.shopquick li i {margin-right:5px; color:#1a218a; font-size:1.2rem; }
	.shopquick li a {color:#333;}
	.shopquick li:hover {background:#f3f4fb; width:140px; border-top-color:#e0e4f7; box-shadow:10px 10px 30px rgb(0 0 0 / 5%); }
	.shopquick li:hover a {color:#212990;}
	.shopquick li span {display:none;}
	.shopquick li:hover span {display:inline-block;}

.latnews {float:left; width:100%; background:url('../img/sub_etc2.jpg') center 42%; background-size:cover; color:#fff; padding:40px; margin-top:110px; }
	.latnews .left {float:left; width:80%; font-size:1.4rem; font-weight:500; line-height:40px;}
	.latnews .right {float:left; width:20%; text-align:right; line-height:40px;}
	.latnews .right a {display:inline-block; padding:0 40px; background:#000; color:#fff; font-size:.9rem;}


/*
===================
푸터
===================
*/

.qbanner {float:left; width:100%;  margin:150px 0 0 0; }
	.qbanner .left {float:left; width:50%; position:relative;  padding:70px 0; overflow:hidden; }
		.qbanner .left:before {content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:url('../img/qbanner_1.jpg'); background-size:cover; background-position:50% 30%;  z-index:-1;  -webkit-filter: grayscale(20%); transition:all .5s; }
		.qbanner .left:after {content:''; background:rgb(47 91 67 / 85%);top:0; left:0; width:100%; height:100%; position:absolute;z-index:-1; animation: opacity 1s;}

	.qbanner .right {float:right; width:50%; text-align:right; position:relative;  padding:70px 0; overflow:hidden;}
		.qbanner .right:before {content:''; position:absolute; top:0; left:0; width:100%; height:100%; 
		background:url('../img/qbanner_2.jpg'); background-size:cover; background-position:50% 20%;  z-index:-1;  -webkit-filter: grayscale(20%); transition:all .5s; }
		.qbanner .right:after {content:''; background:rgb(36 45 59 / 75%);top:0; left:0; width:100%; height:100%; position:absolute;z-index:-1; animation: opacity 1s;}

	.qbanner .left, .qbanner .right {max-height:275px;}

	.qbanner .left:hover:before, .qbanner .right:hover:before {transform:scale(1.2); transition:all .5s; } 
	.qbanner .left .txtbox {float:right;}
	.qbanner .right .txtbox {float:left; }
	.qbanner .txtbox {width:100%; max-width:600px;}
	.qbanner .txtbox .tit {font-size:1.8rem; font-weight:bold; color:#fff;}
	.qbanner .txtbox .tit img {width:120px;}
	.qbanner .txtbox .txt {font-size:1.1rem; color:#f7f7f7; margin:10px 0 20px 0;}
	.qbanner .txtbox a {color:#fff; display: inline-block; padding:10px 40px; border:1px solid #ddd; transition:all .5s;}
	.qbanner .txtbox a:hover {}

#footer {float:left; width:100%; background:#222; color:#fff; padding:50px 0;  }
#footer a {color:#dcdcdc;}
#footer p {}
#footer .copylink {float:left; width:100%; margin:30px 0; border:1px solid #464646; border-left:0; border-right:0; padding:10px 0; font-size:.94rem;}
#footer .copylink a {margin-right:10px; color:#888; }
#footer .copylink a:after {content:'|'; color:#525252; margin-left:13px;}
#footer .copylink a:last-child {margin-right:0;}
#footer .copylink a:last-child:after {display:none;}
#footer .copylink a:hover {color:#fff;}
#footer .topbar {position:relative; float:left; width:100%; border-top:1px solid rgba(67,74,88,.4);  padding-top:50px; margin-top:0;}
#footer .gototop {position:absolute; font-size:10px; top:-21px; right:0; width:42px; height:42px; padding-top:6px;  line-height:14px; border:1px solid rgba(67,74,88,.4); color:#fff; background:#222;}
#footer .gototop i {font-size:13px;}
#footer .gototop a {color:#fff;}
#footer .gototop:hover {background:#000; border:1px solid #000;  transition:all .5s;}
#footer .gototop:hover a {color:#fff;}
#footer .bar {color:#525252; margin:0 5px; vertical-align:text-bottom; }
#footer .rights span {color:#222;}
#footer .footcont {width:100%; line-height:1.8; color:#888; font-size:.84rem; }
	#footer .footcont a {color:#888; background:transparent; border-color:#464646;}
#footer .flogo {float:right; padding-top:0; opacity:0.5;}
	#footer .flogo img {max-width:140px; filter:grayscale(100);}
#footer .fcont {position:Relative; float:left; width:calc(100% - 230px);}
#footer .contus { position:absolute; right:0; top:0; padding:7px 40px; border:1px solid rgba(67,74,88,.3); color:#434a58; }
	#footer .contus i {font-size:0.9rem; color:#bbbfc5;}

.footmenu {width:100%; max-width:1200px; margin:0 auto 50px auto; }
	.footmenu ul.bigmenu {float:left; width:100%; margin-bottom:10px;}
		.footmenu ul li.foot_1dli {float:left; width:20%;}
		.footmenu li a.foot_1da {font-weight:700;}
	.footsubbox {float:left; width:100%;}
		.footsubbox ul {float:left; width:20%;}
		.footsubbox li.foot_2dli {padding:5px 0;}
		.footsubbox li a.foot_2da {font-size:1rem;}

#footer.white {background:#fff; color:#858a95;}
	#footer.white a {color:#858a95;}
	#footer.white .copylink {border:0; border-top:1px solid #e7eaef; margin:30px 0 10px 0; padding-top:20px;}
	#footer.white .copylink a {color:#525356; font-weight:500;}
	#footer.white .copylink a:after {color:#ccd3e2;}
	#footer.white .footmenu ul li a.foot_1da {font-size:17px; font-weight:600; color:#333;}
	#footer.white .topbar {border-color:rgb(207,209,216);}
	#footer.white .gototop {border:1px solid rgba(67,74,88,.4); background:#54575f;}
	#footer.white .gototop a {color:#fff;}
	#footer.white .contus {background:#fff;border:1px solid rgba(201,203,208,1); }
	#footer.white .rights span {color:transparent;}
	#footer.white .fcont {font-size:14px; letter-spacing:-0.3px;}
	#footer.white .bar {color:#d3d7de; font-size:13px; vertical-align:initial;}
	#footer.white .flogo img {opacity:1;}

/*============
shop detail
*============*/
#sit_inf_explan, #sit_inf_explan * {font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif !important; color:#4c4c4c !important; }
#sit_dvex {font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif !important; }
#settle_bank {font-family:'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif !important; font-size:15px; padding:10px 20px;}
#settle_bank label {line-height:35px;}
#settle_bank #od_deposit_name {background:#f5f5f5;}
#sit_inf_open th, #sit_inf_open td {font-size:0.9rem;}

/*============
order
============*/
#sod_frm {float:left; width:100%;}
#sod_frm section h2 {border-bottom:2px solid var(--bar-color); color:var(--bar-color); padding:10px 0; }
.cp_btn, .cp_btn1 {border:0; background:#333; color:#fff; height:28px; line-height:26px; padding:0 20px; font-size:13px; margin:0;vertical-align:top;}
.cp_cancel, .cp_cancel1 {height:28px; line-height:26px; padding:0 20px; margin:0 0 0 5px; vertical-align:top;}
.od_coupon {position:fixed; width:100%; max-width:300px; left:50%; top:50%; margin-left:-150px;}
.cp_apply {background:var(--bar-color); padding:0 10px; font-size:13px; font-weight:500;}
#sod_frm #sod_bsk_tot .sod_bsk_point span, #sod_frm #sod_bsk_tot .sod_bsk_cnt span, #sod_frm_pay .pay_tbl th, #sod_frm #sod_bsk_tot li span {color:#333;}
#sod_frm .btn_confirm {background:none; padding:20px 0; border:0;}

.sod_left {float:left; display:block; padding:0 20px 0 0;}
.sod_right {float:left; display:block; font-size:13px;}

#sod_frm .od_prd_list {margin:0 0 30px 0;}
.tbl_head03 table {border-bottom:1px solid #ddd;; font-size:14px; text-align:center;}
.tbl_head03 thead tr {}
.tbl_head03 thead th {border-top:2px solid var(--bar-color); color:var(--bar-color); border-left:0; border-right:0; padding:12px 0; font-weight:500; font-size:.94rem; background:#f6f7ff; border-bottom:0; letter-spacing:-0.02em;}
.tbl_head03 tr:nth-child(odd) {background:none;}
.tbl_head03 td { border:0; text-align:center !important;}
#sod_frm .tbl_frm01 {padding:20px 0;}
#sod_frm .tbl_frm01 th, #sod_frm .tbl_frm01 th label {font-weight:500;}
#sod_frm .tbl_frm01 th, #sod_frm .tbl_frm01 td {padding:10px 0;}
.tbl_frm01 table {border:0;}
.tbl_frm01 td {border:0;}
.od_prd_list .td_prd .sod_name {padding:0 0 0 20px; text-align:left;}
.sod_opt {margin:6px 0;}
.sod_opt li {margin:2px 0;}
.sod_opt li:before, .sod_frm_mobile .sod_opt li:before, #sod_fin_list .sod_name .sod_opt:before {background:var(--bar-color); font-size:12px; font-weight:500; padding:5px 10px; color:#fff;}

#sod_frm_orderer {padding:0 20px 0 0;}
#sod_frm_orderer, #sod_frm_taker {font-size:16px; background:none; border:0; padding:0; color:#6f6f6f;}
#sod_frm_orderer table th, #sod_frm_taker table th {font-weight:400; padding:10px 0; color:#333;}
#sod_frm_orderer table td, #sod_frm_taker table td {padding:10px;}
#sod_frm_taker {padding:0; margin-top:40px;}
#sod_frm_taker .tbl_frm01 .btn_frmline, .sod_frm_mobile #order_address {background:#e6e6e6; height:45px; line-height:45px; color:#525252; font-weight:500; border-radius:3px; border:0; width:110px; top:0; right:0;}
#sod_frm_taker h2, #sod_frm_orderer h2 {border-bottom:2px solid #4a4a4a;}
.odf_list .btn_addsch {height:40px; padding: 0 20px; border-radius:0;}
#daum_juso_pageod_zip {margin:25px 0 !important;}
.close_daum_juso {right:-1px !important;}

.order_choice_place label{margin-right:10px;}

#sod_frm #sod_bsk_tot li {border-color:#eee; height:90px;}
#sod_frm #sod_bsk_tot li:last-child {border:0;}
#sod_frm_pay {margin:0;}
.pay_tbl {border:1px solid #eee; border-bottom:0 !important; border-top:0 !important;}
#sod_frm_pay .pay_tbl th, #sod_frm_pay .pay_tbl td {padding:5px 15px;}
#od_tot_price {margin:0 0 10px 0; border:1px solid #eee; border-top:0; background:#f6f7ff;}
#sod_frm_pay h2 {margin-top:20px;}
#od_pay_sl h3 {margin-top:20px;}

#forderform .frm_input {width:50%; height:48px; line-height:45px; padding:0 10px; color:#333; font-size:14px;}
#forderform textarea {padding:10px; font-size:14px;}
#forderform textarea::placeholder {color:#8c8c8c;}
#forderform .frm_input::placeholder {color:#8c8c8c;}
#forderform .frm_input::-webkit-input-placeholder{color:#8c8c8c;}
#forderform .frm_input:-ms-input-placeholder{color:#8c8c8c;}

#forderform .frm_address {width:100%;}
#forderform .required, #forderform textarea.required  {background-image:none !important;}
.input_bg {background:#eee !important;}

#sod_frm .btn_submit {font-size:18px; letter-spacing:-0.5px; font-weight:500; height:50px; line-height:48px; background:var(--bar-color); border:0;}
#sod_frm .btn_cancel, #sod_frm .btn01 {font-size:18px; letter-spacing:-0.5px; font-weight:500; height:50px; text-align:center; border:0; background:#efefef;}

.btn_address {background:none; border:1px solid #ddd; height:48px; color:#545454; padding:0 30px; margin-left:5px; vertical-align:middle; font-size:15px; font-weight:400;}

#forderform .od_pay_buttons_el {padding:20px 15px;}
#sod_frm #sod_frm_pt_alert,.sod_frm_mobile#sod_frm #sod_frm_pt_alert{color:#545454; line-height:1.4; margin:15px 0 30px 0; background:none;}
#sod_frm_pay .lb_icon {width:100%; padding-top:15px; font-weight:500; border:1px solid #ddd;}
#sod_frm #sod_bsk_tot .sod_bsk_coupon:before, #sod_frm #sod_bsk_tot .sod_bsk_dvr:before, #sod_frm #sod_bsk_tot .sod_bsk_cnt strong, #od_tot_price strong {color:var(--bar-color);}
#od_pay_sl input[type="radio"]:checked+.lb_icon {border-color:var(--bar-color);}
#sod_frm_pay input[type="radio"]:checked+.lb_icon {color:var(--bar-color);}
#od_sel_addr_new {margin-left:10px;}

#settle_bank { line-height:40px;}
	#od_pay_sl .lb_icon {/*margin-bottom:10px;*/}
#order_address {border:1px solid #d8d8d8; background:#f3f3f3; color:#585858; height:40px; line-height:37px; width:210px;}

/*============
order finish
============*/
.tbl_wrap table {border:0;}
#sod_fin {font-size:14px; margin:10px auto; width:100%; max-width:1200px;}
#sod_fin_no {text-align:center; font-size:1rem; padding:10px 10px; background:#272727; border:0; color:#fff;}
.sod_fin_list .prqty_stat {background:var(--bar-color); padding:2px 10px; font-size:13px;}
.sod_opt {padding:0 10px;}
#sod_fin_legend {padding:20px; color:#333; line-height:30px;}
.sod_list .li_name {font-size:14px; line-height:50px;}
#sod_fin_view h3, #sod_fin_tot h2 {border-bottom:2px solid #444; padding-bottom:10px; margin:40px 0 20px 0;}
.odf_tbl table {border:0;}
.odf_tbl table th, .odf_tbl table td {border:0;}
#sod_sts_explan_open {padding:0 20px; height:48px;}
#sod_fin_tot li {background:none; border:0; color:#333;}
#sod_fin_cancel button {height:60px; font-size:15px; font-weight:500; color:#333; border:1px solid #ddd; background:#fff; border-radius:0;}
#sod_fin_cancel button {height:50px;}

/*============
cart
============*/
#sod_bsk {font-size:14px;}
#sod_bsk_act .btn_submit {font-size:16px; font-weight:400;}
#sod_chk {padding:0;}
#mod_option_frm {width:95%; max-width:310px; max-height:350px; }
#mod_option_frm #sit_sel_option {border:0;}
#mod_option_frm h3 {color:var(--bar-color);}
#mod_option_frm #sit_tot_price strong {margin-left:10px;}
#sod_bsk .btn_del_wr {margin:15px 0;}
#sod_bsk .btn_del_wr .btn01 {height:50px; padding:0 20px; margin-right:5px; width:100px;}

.cart_list .sod_li {box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none; border:1px solid #e6e6e6; transition:all .5s;}
.cart_list .sod_li:hover {border:1px solid #fff; box-shadow:0 5px 10px rgba(0,0,0,0.15); transition:all .5s;}
.cart_list .li_prqty {background:#f8f8f8;}
.cart_list .li_prqty_sp span, .cart_list .total_price span {font-size:13px; font-weight:500;}
.cart_list .total_price {background:#eee; color:#484848;}

#sod_bsk .go_shopping .btn_b01 {height:50px; line-height:48px; font-size:16px; font-weight:500;}
#sod_bsk_act .btn01 {background:#fff; }
#sod_bsk_list #mod_option_frm {margin-left:initial; margin-top:initial; transform:translate(-50%,-50%);}
#sod_bsk_list .mod_option_bg {background:rgba(0,0,0,0.6);}
#mod_option_frm #sit_tot_price {padding:0 20px;}
#sit_opt_added .sit_opt_del {border:1px solid #ddd;}

/*============
orderinquiry
============*/
#sod_v_info {background:#131313; padding:15px 0; font-size:14px; color:#fff; border:0;}

/*============
wishlist
============*/
#sod_ws {display:table; margin:0 auto; width:100%; max-width:550px;}
#sod_ws .wish_img {left:30px;}
#sod_ws .wish_info {font-size:14px; padding:30px 30px 30px 120px;}
#sod_ws_act .btn01, #sod_ws_act .btn02 {font-size:16px; font-weight:400; letter-spacing:-0.5px;}

/*============
point
============*/
.new_win #win_title {font-size:15px; font-weight:700; }
.new_win #win_title i {margin-right:7px;}
#point_ul .point_log {font-size:14px; font-weight:700;}
#point_ul .point_date {font-style:normal; color:#ababab; font-size:13px;}
#point_ul .point_inout {color:var(--bar-color);}

#point .point_all {background:var(--bar-color); border-bottom:0; font-size:1.1rem;}
#point .point_tit {font-weight:500; font-size:1rem;}
#point .point_date1 {color:#979797; font-style:initial; font-size:.9rem;}
#point .point_num {color:var(--bar-color);}
#point .pg {display:table; margin:0 auto; }
#point .pg_page {font-size:1rem; margin:0 2px;}
#point .pg_current {line-height:28px;}

.new_win .btn_close {padding:0 20px; font-weight:400; background:#ececec; border-radius:0; vertical-align:middle; }

/*============
memo
============*/
.new_win .win_ul {border-bottom:2px solid #ddd;}
.new_win .win_ul li .selected {background:none; box-shadow:none; -webkit-box-shadow:none; border-bottom:2px solid var(--bar-color); border-radius:0; color:#333; padding-bottom:10px; margin-bottom:-2px;}
.new_win .win_desc {color:#757575;}

#memo_write .form_01 {padding:10px;}
#memo_write .form_01 .frm_info {background:#eee; color:gray; padding:10px; margin:0;}
#memo_write .form_01 .frm_info:last-child {margin-top:-20px; padding:0 10px 10px 10px; }

#memo_write .win_btn {padding:10px;}

#memo_view_ul {margin:10px 0 0 0; border:1px solid #ddd; border-bottom:0;  border-radius:0;box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
#memo_view p {border:1px solid #ddd; border-radius:0; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
.new_win .win_btn a {margin:10px 0; padding:0 20px; color:#333; font-weight:400;}

/*============
coupon
============*/
#scp_list ul {border-top:1px solid #ddd;}
#scp_list li {float:left; width:100%; border-bottom:1px solid #ddd; padding:20px;}
.cou_top .cou_tit {float:left; margin-right:5px; font-size:16px; font-weight:500; color:gray; }
	.cou_top .cou_tit:before {content:"\f02b"; font-family:'Line Awesome Free'; font-weight:900; margin-right:5px; color:gray;}
.cou_top .cou_pri {float:left; font-size:16px; font-weight:500; color:gray;}

.cou_target {color:gray; float:left; width:100%; text-align:right; color:var(--bar-color); font-weight:500;}
.cou_target i {display:none;}
.cou_date {float:left; width:100%; text-align:right; color:gray;}

.couponzone_list {float:left; width:100%; margin:0; padding: 20px 0;}

/*============
find id
============*/
.new_win_con {margin:0 20px;}
#find_info #info_fs p {color:gray; background:#eee; padding:20px;}
.new_win .win_btn {margin: 10px 0;}
.new_win .win_btn .btn_submit {border-radius:0; height:40px; line-height:38px; font-weight:500;}

/*============
mypage
============*/
#smb_my {font-size:14px; padding:0; width:100%; max-width:100%;}
#smb_my_ov {position:static; float:left; margin:0 !important;}
#smb_my_ov .hello_name {background:none;}
#smb_my_ov .op_area dt {color:#666;}
#smb_my_ov .smb_me a {height:32px; line-height:32px; border:1px solid #ddd; border-radius:0; padding:0 15px; font-weight:500; font-size:15px;}
#smb_my_ov .smb_me a.smb_info {background:var(--bar-color); color:#fff;}

#smb_my_list {width:calc(100% - 295px); margin-left:30px;}
#smb_my_wr {float:left; width: calc(100% - 300px); margin: 10px 0 0 20px;}

#smb_my_od {margin: 0 0 40px 0;}
#smb_my_od h2, #smb_my_od2 h2 {margin: 0 0 15px 0;}
#smb_my_wish h2 {border-bottom:2px solid #131313; padding:0 0 10px 0; margin: 0 0 5px 0;}

#sod_inquiry li .idtime_link {letter-spacing:0;}
#sod_inquiry li .inquiry_name { font-weight:400;}
#sod_inquiry li .inquiry_price {color:#333;}

#smb_my_wish li a {font-weight:500; margin:10px 0 5px 0;}
.wish_info .info_date {color:gray; letter-spacing:0;}

.my_cou_wr a {color:var(--bar-color);}
.my_info dt {color:#3b3b3b; font-weight:700; font-size:14px;}
.my_info dd {font-weight:400; color:gray; font-size:13px; letter-spacing:0; padding:5px 0 10px 0;}

.td_numbig {width:100px;}

#smb_private .win_point strong, #smb_private .win_coupon strong {background:#b4b4b4; letter-spacing:0;}
#smb_private a:hover strong {background:var(--bar-color);}
#smb_private li a:hover {color:var(--bar-color)}
#smb_private li a:hover:after {background:var(--bar-color);}
#smb_private li i {color:var(--bar-color);}
#smb_private li:hover i {color:var(--bar-color)}
.smb_my_more a {background-position:0 6px;}

/*
===================
shop status
===================
*/
.status_01 {background:#d8ece9; color:#40920d;}


/*
===================
모바일 레이아웃
===================
*/

@media (max-width:480px) {
	/*메인*/
	.main-pr-right img {width:100% !important; height:auto !important; left:0 !important; margin-left:0 !important;}

	/*슬라이드 서클*/
	.slide-circle-image {width:180px; height:180px; padding:60px 0; }
	.slide-circle-image p {width:180px; font-size:1.5rem;}
	.slide-circle-image img {margin-top:-50px;}

	/*슬라이드 화살표*/
	.kenburn-slider .flex-direction-nav .flex-prev, .kenburn-slider .flex-direction-nav .flex-next {top:50%; height:1em; margin-top:-15%; padding:0 !important;}

	/*슬라이드 포지션*/
	.kenburn-slider .slides li:nth-child(1) .slide-image {background-position:52% 0;}
	.kenburn-slider .slides li:nth-child(2) .slide-image {background-position:70% 0;}
	.kenburn-slider .slides li:nth-child(3) .slide-image {background-position:73% 0;}
}

@media (min-width:481px) and (max-width:768px) {
	/*슬라이드 화살표*/
	.kenburn-slider .flex-direction-nav .flex-prev, .kenburn-slider .flex-direction-nav .flex-next {top:50%; height:1em; margin-top:-16%;}
}

@media (min-width:1101px) and (max-width:1499px) {
	.menuBox .menu > LI {width:120px;}
	.menuBox .submenulist {width:120px;}
}

@media (max-width:1100px) {

	html,body {height:100vh !important;}

  .subhead.show {display:none !important;}

  .pconly {display:none !important;}
  .mobonly {display:inline-block !important;}
  .pconly2 {display:none !important;}
  .mobonly2 {display:block !important;}
  .pconly3 {display:none !important;}
  .mobonly3 {display:table !important;}
  .pconly4 {display:none !important;}
  .mobonly4 {display:table-cell !important;}

  .innerwrap {width:100%; padding: 0 20px;}
  .innerwrap2 {padding: 0 20px;}
  .subpagetit {margin:30px 0;}
  .subpagetit h2 {font-size:1.8rem;}
  .subpagetit p {font-size:.8rem; margin-top:15px;}
  .subpagetit .subbar {margin-top:-5px;}
  .subpagetit2 {margin:60px 0;}
  .subpagetit2 .tpoint2 {font-size:1.7rem;}
  .contit {background:linear-gradient(to right, #432392 0%, #7046d8 50%, #a181ec 100%); padding:6px 15px 7px 15px; font-size:1.1rem; line-height:1.4rem; width:100%; border-radius:0;}
  .consqr {padding:15px;}

.col-2 .one {width:100%; margin: 0 0 2% 0;}

  .navheader {padding:15px 0 15px 0; transition:none;}
  .navheader #nav {display:none;}
  nav { width:100%; padding:0;  margin:0 auto;}
  nav .logo {margin-top:-5px;}
  .mlogo {position:absolute; left:20px; top:20px; width:100px; line-height:initial !important; z-index:9992;}
  .mainmenu li:after {	padding:0; height:0;  }
  .menudown {background:none; border:0; display:inline-block; color:#c5c5c5; width:40px; font-size:30px; height:40px; line-height:35px; z-index:99;}

  .nav-container:before {
	content:'';
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:65px;
	background:linear-gradient(rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0));
	z-index:9991;
  }
  .submenu {
    display:none;
    position:relative !important;
	margin:0 !important;
	padding:20px 0;
	float:left;
	border-top: 1px solid #ddd;
   }
  .submenu li {
	border-bottom:0 !important;
	margin-top:-1px !important;
   }
  .submenu li a {
	font-size:16px !important;
	padding:0 !important;
  }
  .submenu li a:hover {
	color:#111 !important;
  }
  .nav-container {
    position: fixed;
    top: 0;
    left: 0%;
    height: 100%;
    width: 100% !important;
    z-index: -1;
    background: #f7f7f7;
    opacity: 0;
    transition: all 0.2s ease;
	display:none;
	overflow:scroll;
  }

  .nav-container ul {
	width: 100%;
	margin:170px 0 50px 0;
	border-top:1px solid #ddd;
  }
  .nav-container ul li {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
	padding: 0;
	border-bottom:1px solid #ddd;
	background:#fff;
  }
  .nav-container ul li li {
	background:transparent;
  }
  .nav-container ul li:nth-child(1) a {
    transition-delay: 0.2s;
  }
  .nav-container ul li:nth-child(2) a {
    transition-delay: 0.3s;
  }
  .nav-container ul li:nth-child(3) a {
    transition-delay: 0.4s;
  }
  .nav-container ul li:nth-child(4) a {
    transition-delay: 0.5s;
  }
  .nav-container ul li:not(:first-child) {
    margin-left: 0;
  }
  .nav-container ul li a {
    padding: 15px;
    opacity: 0;
    color: #333;
    font-size: 17px;
    font-weight: 500;
    transform: translateY(-20px);
    transition: all 0.2s ease;
	min-width:85%;
	padding: 20px;
  }
  .nav-open {
    position: fixed;
    right: 10px;
    top: 10px;
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
    border-radius: 50%;
	transition:all .5s;
  }
  .nav-open i {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    margin-left: 14px;
  }
  .navheader.min .nav-open i {
	background:#333;
  }
  .nav-open i:nth-child(1) {
    margin-top: 16px;
  }
  .nav-open i:nth-child(2) {
    margin-top: 4px;
    opacity: 1;
	width:20px;
	margin-left:14px;
  }
  .nav-open i:nth-child(3) {
    margin-top: 4px;
  }
  nav .mlang {
	border-bottom:0 !important;
	position:fixed !important;
	bottom:0 !important;
	left:0;
	width:100%;
	background:var(--point-color) !important;
	z-index:9999;
  }
  nav .mlang img {margin-right:3px; vertical-align:middle;}
  nav .mlang a{
	float:left;
	width:50% !important;
	min-width:initial !important;
	font-size:16px !important;
	border:0;
	text-align:center;
	color:#fff !important;
	height:60px;
	line-height:60px !important;
	padding:0 !important;
   }
   nav .mlang a:first-child {border-right:1px solid #858699;}

	/*메뉴로그인*/
	.mlogin {	position: absolute;	top: 90px;	left: 0;width: 100%;	z-index: 9992;	color: #333;	text-align: left;
	padding: 0; background:#f7f7f7;}
	.mlogin h2 span {margin:0 10px;}
	.mlogin h2 {font-size: 1.2rem;	font-weight: 500;	border: 1px solid #ddd;border-left: 0;
	border-right: 0; margin-bottom:10px; background:#fff; padding:0 20px; height:60px; line-height:60px;}
	.mlogin ul {margin: 0 0 10px 0;float: left;	border-top:0; width: 100%;}
	.mlogin li {border: 1px solid #ddd;float: left;width: 33.33% !important;	display: initial; background:#fff; padding:15px !important; text-align:center !important; border-left:0; }
	.mlogin li:last-child {border-right:0;}
	.mlogin li a {width:initial !important; padding:0 !important; min-width:initial !important; font-size:1rem;}
	.mlogin li i {font-size:2.2rem !important; color:var(--point-color) !important; margin-right:0 !important;}

	/*상단 레이아웃*/
	nav .logo {width:50%; margin-top:2px;}
	nav .logo img {width:100px;  filter:invert(1) brightness(1000); transition:all .2s;}
	.navheader.min {height:60px; line-height:60px; transition:none;}
	.navheader.min ul li {height:auto; line-height:initial;  }
	.navheader.min .logo img {width:100px;  margin-top:-35px; filter:none;transition:all .2s;}
	.navheader.min .nav-open { transition:all .5s;}
	#minibar {display:none; top:60px; transition:none;}
	#minibar.min {top:50px; transition:none;}
	#backbtn {top:0; left:20px; margin-left:0; height:40px; line-height:40px;}

	/*슬라이더*/
	.slideropc {background:rgba(0,0,0,0.1);}
	.slidertxt {transform:translate(-50%,-50%); padding:0 20px; text-align:center;}
	.slidertxt p {word-break:keep-all;}
	.slidertxt .smalltxt {font-size:1.1rem; padding:0; margin-bottom:20px; font-weight:400;}
	.slidertxt .bigtxt {font-size:1.8rem; line-height:1.5;}
	.subslider {margin-top:0;}
	.subslider .slides > li {height:350px !important; min-height:initial;}
	.subslider .slidertxt {top:52%; }
	.subslider .slidertxt .smalltxt {font-size:.9rem; margin-bottom:5px !important;}
	.subslider .slidertxt .bigtxt {font-size:2.5rem; font-weight:700}
	.subslider .slide-image {background-position:50% 40% !important;}

	/*슬라이드 화살표*/
	.kenburn-slider .flex-direction-nav .flex-prev, .kenburn-slider .flex-direction-nav .flex-next {display:none;  -webkit-transform: scale(0.72); transform: scale(0.72); font-weight:300; opacity:0.2; font-family:sans-serif;}
	.kenburn-slider .flex-direction-nav .flex-prev:after, .kenburn-slider .flex-direction-nav .flex-next:before {vertical-align:middle;}

	/*슬라이더 컨트롤*/
	.wrap-scrolldownhoney {bottom:30px;}

	/*페이지*/
	.ver_line_sub {height:40px;}
	.contentbox {padding:0; overflow:hidden;}

	.breadcrumb {padding-top:0;}
	.breadcrumb .innerwrap {max-width:100%; padding:0 20px;}
	.breadcrumb li {padding:0 5px; margin-left:0; font-size:.8rem; height:40px; line-height:40px; max-width:120px; overflow:hidden;}
	.breadcrumb li i {font-size:.9rem;}
	.breadcrumb li:after {margin-left:10px;}
	.quickmenu {width:90%; height:60px; bottom:-30px; white-space:nowrap; overflow-x: auto; overflow-y:hidden; }
	.quickmenu ul { text-align:center;  margin:20px 0; float:left; }
	.quickmenu ul li:first-child {padding: 0 20px;}
	.quickmenu ul li {padding:0 20px; }
	.quickmenu ul li:nth-of-type(3) {padding-right:0; }
	.quickmenu ul li a {}
	.quickmenu ul li select {width:125px; height:20px; line-height:20px; margin-top:-3px;}

	.pagetit {font-size:17px;}
	.about {padding: 40px 0;}
		.about .sc1 {float:left; width:100%; padding:0 0 20px 0; font-size:15px;}
		.about .sc2 {float:left; width:100%; padding:0;}
		.about_2 {padding:0;}
	.fac_info {padding:15px; font-size:15px;}
	.layout_page h2{font-size: 22px;}
	.layout_page p {font-size:14.8px;}
	.layout_box {padding:50px 0 40px 0;}
		.layout_box .left {width:100%; border:0; border-bottom:1px solid #ddd; padding-bottom:30px;}
		.layout_box .center {width:100%; border:0; border-bottom:1px solid #ddd; padding:30px 0;}
		.layout_box .right {width:100%; padding-top:30px;}
	.mini_info {font-size:15px; padding:25px;}
		.mini_info .tit {font-size:22px; margin-bottom:10px;}

	.biztop {}
		.biztop .imgline {width:90%; height:180px; margin-top:5%;}
		.biztop .txtline {width:300px;}
		.biztop .txtline .tit {line-height:normal; font-size:1.2rem; }

	.imgup {width:90%; height:250px; margin:5% 0;}
		.imgup .txtbox {width:300px;}
		.imgup .txtbox .bigtxt {font-size:2rem; margin:15px 0;}

		@keyframes imgups {
			0% {width:100%; margin-left:0; margin-right:0;}
			100% {width:90%; margin-left:5%; margin-right:5%;}
		}

	.bgfixed { background-attachment: scroll !important;}

	/*스타일*/
	.mt-1-rem {margin-top:0.5rem;}
	.mt-2-rem {margin-top:1rem;}
	.mt-3-rem {margin-top:1.5rem;}
	.mt-4-rem {margin-top:2rem;}
	.mt-5-rem {margin-top:2.5rem;}
	.mt-6-rem {margin-top:3rem;}
	
	.mtb-1-rem {margin: 0.5rem 0;}
	.mtb-2-rem {margin: 1rem 0;}
	.mtb-3-rem {margin: 1.5rem 0;}
	.mtb-4-rem {margin: 2rem 0;}
	.mtb-5-rem {margin: 2.5rem 0;}
	.mtb-6-rem {margin: 3rem 0;}

	.lightbox img {max-width:90%;}
	.tpoint3 {font-size:1.7rem;}

	.topsec {padding:60px 0;}
	.topsec .left, .topsec .right {width:100%;}
	.topsec .left {margin-bottom:10px;}
	.topsec h2 {font-size:1.7rem;}

	/*인트로*/
	#fp-nav.left {top:initial !important; bottom:100px !important; left:initial !important; right:10px !important;}

	.pagi {left:-25px; bottom:70px;}
		.pagi .nowp, .pagi .totp {display:none;}
		.pagi .cirdown:before {width:35px;}
		.pagi .txt {font-size:.8rem; letter-spacing:0;}

	.intro .secbg {background-position:60% center !important;}
	.intro2 .secbg {background-position:50% 80% !important;}
	.section .txt {width:90%;}
	.section .txt h1 {font-size:2rem; letter-spacing:-2px;}
	.section .txtp {line-height:normal;}
	.section video {width:auto; height:120vh;}
	
	.intro2 .bglayer {top:17%; padding:0; height:auto; z-index:4; -webkit-transform: translate3d(0,0,0);}
	.intro2 h5 {font-size:1rem; }
	.intro2 h1 {font-size:1.7rem; margin:20px 0;} 

	.bglayer .col-3 {gap:10px; }
	.bglayer .one {padding:20px 10px; width:100%;}
	.bglayer .one i {font-size:2.4rem;}
	.bglayer .one h3 {font-size:0.8rem;}
	.bglayer p {font-size:1rem;}

	.guide h2 {font-size:1.3rem; }
	.guide p {font-size:0.84rem;}
	.guide .box1 {position:absolute; width:100%; left:0; top:0; background-position:30% center !important; z-index:0;}
	.guide .box1 .opclayer {z-index:1; background:rgba(0,0,0,0.4);}
	.guide .box2 {width:90%; height:150px; margin-left:5%;}
		.guide .box2 h2 {margin:5px 0 15px 0;}
	.guide .box3 {width:90%; height:150px; margin-left:5%;}
		.guide .box3 h2 {margin:5px 0 15px 0;}
	.guide .box4 {width:45%; height:100px; margin-left:5%;}
	.guide .box5 {width:45%; height:100px;}
	.guide .txtbox {position:initial; float:left; padding:30px 20px; transform:none !important;}
	.notice .txts h2 {font-size:1.7rem;}
	.notice .txts p {font-size:1rem;}

	.notice .colorlay {width:50%;}
	.lat li {width:100%; margin-right:0; border-bottom:1px solid #ddd; padding:20px;}
	.lat li h2 {font-size:1.2rem !important; margin-bottom:10px !important;}
	.lat li p {display:none;}

	/*회사소개*/
	.newstory {height:580px;}
	.newstory .txtbox {padding:0 20px; transform:translate(-50%,-50%); }
	.newstory h2 {font-size:1.8rem;}
	.newstory .one span.no {font-size:2rem;}
	
	.newinfo h2 {font-size:1.6rem;}
	.newinfo p {line-height:1.7;}

	.newstory2 .txtbox {padding:0 20px;}
	.newstory2 h2 {font-size:1.9rem;}

	.story h1 {margin:3rem 0; font-size:1.7rem;}
	.story .one {margin:30px 0;}
	.story .one .imgbox, .story .one .txtbox, .story .one.right .imgbox, .story .one .right .txtbox{width:100%;}
	.story .one .txts {transform:none !important; position:initial; width:100%;}
	.story .one:before {display:none;}
	.story .one .imgbox {padding-top:55%;}
	.story .one .txtbox {padding-top:20px;}
	.story .one .txtbox h2 {font-size:1.7rem;}
	.story .one.left .keyword {display:none;}
	.story .one:last-child {margin-bottom:90px;}

	.latnews {padding:30px 0; background-size:350%; background-position:15% 42%; margin-top:35px; }
	.latnews .left {font-size:1.1rem; line-height:1.6;}
	.latnews .right {padding-left:10px;}
	.latnews .right a {padding:0 20px;}

	.tabsbox.sm {margin-top:5%;}
	.tabsbox .marks {width:initial; padding:20px; height:auto;}
	.tabsbox .marks .txt {font-size:1.6rem;}
	ul.tabs li a {font-size:15px; padding:10px 0;}
	.tab_content {padding:0;}

	/*사업분야*/
	.business_box {}
	.business_box .txtbox {padding:0 20px;}
	.business_box h2 {font-size:1.7rem;}
	.business_box .col-2 {width:90%; left:5%;}
	.business_box .col-6 {width:90%; left:5%;}
	.business_box .col-6 .one {width:49%;}
	.business_box .one .smtxt {font-size:0.7rem; letter-spacing:0;}
	.business_box .one .bot_box {font-size:.84rem;}

	/*오시는길*/
	.maps {margin-bottom:0;}
	.maps h2 {margin:40px 0; font-size:1.7rem;}
	.maps .innerwrap2 {grid-template-columns:1fr; padding:0 20px 60px 20px;}
	.maps .innerwrap2 iframe {height:400px !important; }
	.maps .txts {padding:40px 20px;}
	.maps .txts .one:last-child {margin-bottom:0;}
	.maps .imgs {padding:50px 0;}

	/*고객센터*/
	.contact th {padding:10px 10px 10px 0;} 
	.contact td { padding:10px 0;}
	.contact tr:first-child th, .contact tr:first-child td {padding-top:25px;}
	.contact tr:last-child th, .contact tr:last-child td {padding-bottom:25px;}
	.send_btn1 {padding:15px 0; width:180px; font-size:1rem;}
	.agreed textarea {padding:20px;}

	/*푸터*/
	.qbanner {margin-top:50px;}
	.qbanner .left, .qbanner .right {padding:15px 0; width:100%; }
	.qbanner .right:before {background-position:35% center;}
	.qbanner .txtbox {width:100%; padding:20px 30px; }
	.qbanner .txtbox .tit {font-size:22px;}
	.qbanner .txtbox .tit img {width:200px;}
	.qbanner .txtbox .txt {font-size:15px; line-height:1.25rem; word-break:keep-all;}
	.qbanner .txtbox a {padding:5px 15px; font-size:12px;}

	#footer {padding:0 0 90px 0;}
	.footmenu ul.bigmenu, .footsubbox {display:none;}
	#footer .copylink {border:0; padding:0 20px;}
	#footer.white .copylink {border:0;}
	#footer .topbar {padding-top:30px; width:90%; margin-left:5%;}
	#footer .footcont *, #footer .right * {word-break:keep-all;}
	#footer .fcont {width:100%;}
	#footer .footcont, #footer .rights {padding:0;}
	.flogo {padding:0 20px; margin-bottom:20px;}
	.fcont {padding:0 20px;}
	#footer .contus {display:none;}
	#footer .flogo {display:none;}

	.top_quick, .fixed_quick {right:20px; bottom:20px;}

	/** cart **/
	#sod_bsk #sod_bsk_tot li span {display:block; clear:both; float:initial;}
	.od_prd_list table th:nth-of-type(5), .od_prd_list table th:nth-of-type(6), .od_prd_list table th:nth-of-type(7) {display:none;}
	.od_prd_list table td:nth-of-type(5), .od_prd_list table td:nth-of-type(6), .od_prd_list table td:nth-of-type(7){display:none;}
	.od_prd_list .td_prd {padding-left:15px;}
	.od_prd_list .td_prd .sod_img {float:left; width:100%; position:initial; text-align:left; margin-bottom:20px;}
	.od_prd_list .td_prd .sod_img img {width:50px; height:50px; border:1px solid #ddd;}
	.od_prd_list .td_prd .sod_name {padding:0;}
	.sod_opt {padding:0;}
	#sod_bsk #sod_bsk_tot li {padding:20px;}

	/** order **/
	#sod_frm {margin-top:-10px;}
	.sod_frm_mobile .sod_list {margin:0 0 20px 0;}
	.sod_frm_mobile .sod_list .sod_li {border:1px solid #ddd; margin:0 0 10px 0;}
	.sod_frm_mobile .sod_list .li_prqty {margin-top:20px;}
	.sod_frm_mobile .sod_list .total_price {background:#f6f7ff;}
	.sod_frm_mobile .sod_list .total_price strong {color:var(--bar-color);}
	
	.sod_frm_mobile #m_sod_bsk_tot {background:#fff; color:#000; border:1px solid #e3e5e8;}
	.sod_frm_mobile #m_sod_bsk_tot strong {font-weight:400;}
	.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt {background:#f6f7ff; margin:0; height:40px;}
	.sod_frm_mobile #m_sod_bsk_tot .sod_bsk_cnt strong {color:var(--bar-color);}
	
	.sod_frm_mobile #sod_frm_orderer {border:0; padding:0;}
	.sod_frm_mobile #sod_frm_taker {border:0; padding:0;}
	.sod_frm_mobile .odf_list label, .sod_frm_mobile .odf_list strong, #sod_frm_taker label {font-weight:500;}
	.sod_frm_mobile .odf_list .dlv_slt {background:none; border:0; padding:0; margin-bottom:10px;}
	#od_sel_addr_new {margin-left:0;}
	#sod_frm #sod_frm_pt_alert, .sod_frm_mobile#sod_frm #sod_frm_pt_alert {padding:15px; font-size:.9rem;}
	.sod_frm_mobile #sod_frm_pt_alert::before {background:none;}

	#sod_frm_pay .lb_icon {width:initial; padding-top:0; border:0;}
	.sod_frm_mobile #m_sod_frm_paysel li {width:100%; margin-bottom:5px;}

	.sod_frm_mobile #od_tot_price {border:0; margin:0; padding:0 5px;}
	#sod_frm .btn_cancel, #sod_frm .btn01 {color:#000;}

	/** order finish **/
	#sod_fin {margin:0;}
	#sod_fin table th:nth-of-type(3), #sod_fin table th:nth-of-type(4), #sod_fin table th:nth-of-type(5) {display:none;}
	#sod_fin table td:nth-of-type(3), #sod_fin table td:nth-of-type(4), #sod_fin table td:nth-of-type(5) {display:none;}
	#sod_fin table .sod_name {text-align:left; width:100%;}
	.sod_left {float:left; width:100%; padding:0;}
	.sod_right {width:100%; padding:0;}
	#sod_fin_list .td_prd {padding-left:15px; width:50%;} 
	#sod_fin_list .sod_img {display:none;}
	#sod_fin_list td {padding:20px 10px;}

	/** order history **/
	#sod_v td {padding:20px 10px;}
	#sod_v table th:nth-of-type(2),#sod_v table th:nth-of-type(3), #sod_v table th:nth-of-type(4), #sod_v table th:nth-of-type(5) {display:none;}
	#sod_v table td:nth-of-type(2),#sod_v table td:nth-of-type(3), #sod_v table td:nth-of-type(4), #sod_v table td:nth-of-type(5) {display:none;}
	
	/** mypage **/
	#smb_my_ov {width:100%;}
	#smb_my td {padding:20px 10px;}
	#smb_my_list {margin:0; float:left; width:100%; margin:20px 0;}
	#smb_my_od table th:nth-of-type(2),#smb_my_od table th:nth-of-type(3), #smb_my_od table th:nth-of-type(4), #smb_my_od table th:nth-of-type(5) {display:none;}
	#smb_my_od table td:nth-of-type(2),#smb_my_od table td:nth-of-type(3), #smb_my_od table td:nth-of-type(4), #smb_my_od table td:nth-of-type(5) {display:none;}

	/**review **/
	#sit_qa_wbtn a {font-size:0.9rem; line-height:35px;}
	.sit_qa_dl {width:100%; font-size:0.9rem;}

	#sqa_sch {padding:20px;}
	#sqa_sch .sch_input {width:120px; margin:0 10px;}
	#sqa li {padding:15px 0;}
	#sqa li .sit_qaa_done, #sqa li .sit_qaa_yet {top:15px; right:0;}
	#sqa dd {font-size:0.9rem;}
	.sqa_section p {font-size:0.9rem;}

	/** etc **/
	#captcha.m_captcha #captcha_key {height:40px;}
}

@media (min-width:769px) {
	.mainmenu li:hover .submenu {
	  display:block;
	}
}
@media (min-width:769px) and (max-width:1024px) {
	.innerwrap {max-width:960px;}
}
@media (min-width:1025px) and (max-width:1440px) {
	.innerwrap {max-width:1170px;}
	.menuBox .centerbox {margin:0 auto 0 15%;}
}
@media (min-width:1441px) and (max-width:1600px) {
	.innerwrap {max-width:1200px;}
	.menuBox .centerbox {margin:0 auto 0 15%;}
}