/* 베이직 */
.hidden-xs {display:block;}
.hidden-md {display:none !important;}
.map-big {display:block;}
.map-mid {display:none;}
.map-small {display:none;}
.space80 {clear:both; width:100%; height:80px;}
.space200 {clear:both; width:100%; height:200px;}

@media all and (max-width:1200px) {
	.space80 {height:50px;}
	.space200 {height:100px;}
}

@media all and (max-width:960px) {
	.hidden-md {display:block !important;}
	.map-big {display:none;}
	.map-mid {display:block;}
	.map-small {display:none;}
	.space80 {height:60px;}
}

@media all and (max-width:620px) {
	.space80 {height:30px;}
	.space200 {height:50px;}
}

@media all and (max-width:460px) {
	.hidden-xs {display:none;}
	.map-mid {display:none;}
	.map-small {display:block;}
	.space80 {height:30px;}
	.space200 {height:50px;}
}

/* 상단영역 */
#header {display:inline-block; vertical-align:middle; position:fixed; left:0; top:0; z-index:10; width:100%; height:100px; padding:20px 0; transition:0.3s; -webkit-transition:0.3s; /* background:#fff; */}
#header .h_line {position:absolute; top:100px; left:.0; width:100%; border-bottom:1px solid rgba(255,255,255,.2); transition:0.3s; -webkit-transition:0.3s;}
/* #header div {display:inline-block; vertical-align:middle; width:100%;} */
#header .h_logo {position:absolute; left:5%; top:40px; z-index:999; width:238px; height:74px; transition:0.3s; -webkit-transition:0.3s; }
#header .h_logo a {display:inline-block; vertical-align:middle; position:relative; width:100%; height:100%; background-image:url("/image/logo.png"); background-repeat:no-repeat; background-position:center; background-size:100% auto; transition:0.3s; -webkit-transition:0.3s;}
#header .h_gnb {transition:0.2s; -webkit-transition:0.2s;}
#header .h_gnb .hg_btn {display:none;}
#header .h_gnb .hg_main {display:inline-block; vertical-align:middle; margin:20px 0; transition:0.3s; -webkit-transition:0.3s; }
#header .h_gnb .hg_main li {display:inline-block; vertical-align:middle;margin-left:100px; transition:0.3s; -webkit-transition:0.3s;}
#header .h_gnb .hg_main li:first-child {margin-left:0;}
#header .h_gnb .hg_main strong {display:inline-block; vertical-align:middle; position:relative; font-size:16px; font-weight:500; color:#caba9d; line-height:40px; cursor:pointer;}
#header .h_gnb .hg_main strong:before {content:""; position:absolute; left:0; right:100%; bottom:5px; height:4px; border-radius:1px; background:transparent; transition:0.3s; -webkit-transition:0.3s;}
#header .h_gnb .hg_main .on strong:before, #header .h_gnb .hg_main strong:hover:before {right:0; background:#caba9d;}
#header .h_gnb .hg_main strong span {display:inline-block; vertical-align:middle; float:left; position:relative;}
#header .h_gnb .hg_main strong a {display:inline-block; vertical-align:middle; position:absolute; left:0; top:0; width:100%; height:100%; }
#header .h_gnb .hg_main strong:focus span {color:#3a67a9}
#header .h_gnb .hg_sub {display:none;}
#header .h_sns {position:absolute; right:5%; top:35px; z-index:999; width:auto; height:40px; transition:0.3s; -webkit-transition:0.3s; }
#header .h_sns ul {display:inline-block; vertical-align:middle; float:left;}
#header .h_sns li {display:inline-block; vertical-align:middle; float:left; width:40px; height:40px; margin:0 25px;}
#header .h_sns li.my {position:relative;}
#header .h_sns li.my:hover .myMenu {opacity:1;}
#header .h_sns li.my .myMenu {opacity:0; position:absolute; top:50px; left:50%; width:120px; margin-left:-60px; padding:18px 17px 15px 17px; color:#000; text-align:left; border-radius:10px; background:#fff; box-shadow:0 15px 25px rgba(0,0,0,.5); z-index:5; }
#header .h_sns li.my .myMenu .userId {color:#3A68AB padding:0 0 3px 0;}
#header .h_sns li.my .myMenu a {color:#000; font-size:13px; line-height:1.5;}
#header .h_sns li.my .myMenu a:hover {color:#000; background:none;}
#header .h_sns li.my .myMenu .btnOut {position:absolute; bottom:-8px; left:50%; width:78px; margin-left:-39.5px; padding:5px 0; border-radius:50px; background:#caba9d; font-size:12px; color:#000; text-align:center; display:inline-block;}
#header .h_sns a {display:inline-block; vertical-align:middle; width:100%; height:100%; border-radius:20px; background:transparent; transition:0.3s; -webkit-transition:0.3s;}
#header .h_sns .hs_icon {display:inline-block; vertical-align:middle; width:40px; height:40px; background-image:url("/image/icon_gnb_g.png"); background-repeat:no-repeat; background-size:auto auto; transition:0.3s; -webkit-transition:0.3s;}
#header .h_sns .hs_icon.login_main {background-position:right top;}
#header .h_sns .hs_icon.cart {background-position:right center;}
#header .h_sns .hs_icon.nav {background-position:right bottom;}
#header .h_sns a:hover {background:#caba9d}
#header .h_sns a:hover .hs_icon.login_main {background-position:left top;}
#header .h_sns a:hover .hs_icon.cart {background-position:left center;}
#header .h_sns a:hover .hs_icon.nav {background-position:left bottom;}
#header.fixed {height:90px; padding:0; background:#fff;}
#header.fixed .h_line {top:20px; border-bottom:1px solid rgba(255,255,255,.0); transition:0.3s; -webkit-transition:0.3s;}
#header.fixed .h_logo {left:4%; top:24px; width:200px; height:62px; }
#header.fixed .h_logo a {background-image:url("/image/logo_b.png"); background-size:100% auto;}
#header.fixed .h_gnb .hg_main {margin:25px 0;}
#header.fixed .h_gnb .hg_main strong {color:#333; font-weight:500;}
#header.fixed .h_gnb .hg_main .on strong:before, #header.fixed .h_gnb .hg_main strong:hover:before {background:#caba9d}
#header.fixed .h_sns {right:3%; top:0; padding:25px 0 25px 25px;}
#header.fixed .h_sns .hs_icon {background-image:url("/image/icon_gnb.png");}
#header.fixed .h_sns .hs_icon.login_main {background-position:right top;}
#header.fixed .h_sns .hs_icon.cart {background-position:right center;}
#header.fixed .h_sns .hs_icon.nav {background-position:right bottom;}
#header.fixed .h_sns a:hover {background:#caba9d}
#header.fixed .h_sns a:hover .hs_icon.login_main {background-position:left top;}
#header.fixed .h_sns a:hover .hs_icon.cart {background-position:left center;}
#header.fixed .h_sns a:hover .hs_icon.nav {background-position:left bottom;}

#header.fixednone {opacity:0;}
#header .h_gnb .hg_wrap{text-align:center;}

.h_gnb .dep1 ul {position: absolute; left:50%; width:150px; margin-left:-75px; display: none;  background: rgba(255,255,255, 0.7);}
.h_gnb .dep1 ul li { display: block !important;margin-left: 0 !important;}
.h_gnb .dep1 ul li a {display: block; padding:4px 14px; font-size:14px; font-weight:500;}

.h_gnb .dep1 ul li a:hover{color:#000}


.active{color:#000;}
 

@media all and (max-width:1600px) {
	#header .h_logo {left:4%; width:115px; height:45px;}
	#header .h_gnb .hg_main li {margin-left:30px;}
	#header .h_gnb .hg_main strong {font-size:16px; }
	#header .h_sns {top:30px; right:3%;}
	#header .h_sns li {margin:0 5px;}
	#header.fixed .h_logo {top:20px;}
	#header.fixed .h_sns {right:2%; padding:23px 0;}
}


/* @media all and (max-width:1240px) {
	#header {padding:30px 0;}
	#header .h_logo {left:20px; top:30px;}
	#header .h_gnb .hg_main {float:right; margin-right:60px;}
	#header .h_sns {display:none;}
	#header.fixed .h_gnb .hg_main {margin:20px 0; margin-right:35px;}
} */


@media all and (max-width:960px) {
	#header {height:80px; padding:7px 0;}
	#header .h_logo {left:4%; top:19px; width:115px;}
	#header .h_line {display:none;}
	#header .h_gnb {display:inline-block; vertical-align:middle; position:absolute; right:3%; top:24px; width:40px; height:40px;}
	
	#header .h_gnb .hg_btn {display:inline-block; vertical-align:middle; position:relative; z-index:999; box-sizing:border-box; width:30px; height:30px; margin:5px; padding:0; border:none; background:none; outline:none; transition:0.2s; -webkit-transition:0.2s;}
	#header .h_gnb .hg_btn i {display:inline-block; vertical-align:middle; position:absolute; left:50%; top:50%; width:30px; height:2px; border-radius:1px; margin-top:-1px; margin-left:-15px; background-color:#000; transition:0.2s; -webkit-transition:0.2s;}
	#header .h_gnb .hg_btn i:before {content:""; display:inline-block; vertical-align:middle; position:absolute; left:0; top:-10px; width:100%; height:100%; border-radius:1px; background-color:#000; transition:0.2s; -webkit-transition:0.2s;}
	#header .h_gnb .hg_btn i:after {content:""; display:inline-block; vertical-align:middle; position:absolute; left:0; bottom:-10px; width:100%; height:100%; border-radius:1px; background-color:#000; transition:0.2s; -webkit-transition:0.2s;}
	#header .h_gnb .hg_btn:hover i {transform:rotate(90deg); -ms-transform:rotate(90deg);}
	#header .h_gnb.on .hg_btn i {margin-top:0; background-color:transparent;}
	#header .h_gnb.on .hg_btn i:before {top:50%; left:50%; width:120%; margin-top:-2px; margin-left:-18px; transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
	#header .h_gnb.on .hg_btn i:after {bottom:50%; left:50%; width:120%; margin-top:-2px; margin-left:-18px; transform:rotate(45deg); -ms-transform:rotate(45deg);}
	#header .h_gnb .hg_wrap {display:block; position:fixed; left:0; right:0; top:-100%; z-index:99; overflow:auto; width:100%; height:100%; padding:0; background:#fff; opacity:0; transition:0.4s; -webkit-transition:0.4s;}
	#header .h_gnb.on .hg_wrap {display:block; top:0; bottom:0; opacity:1;}
	#header .h_gnb .hg_main {display:none; position:absolute; left:15%; right:15%; top:20%; float:none; margin:0; margin-bottom:100px;}
	#header .h_gnb.on .hg_main {display:inline-block;}
	#header .h_gnb .hg_main li {float:none; width:100%; margin:10px 0; text-align:left; transition:0.3s; -webkit-transition:0.3s;}
	#header .h_gnb .hg_main strong {width:100%; font-size:22px; color:#000; line-height:40px; opacity:0.5; transition:0.3s; -webkit-transition:0.3s;}
	#header .h_gnb .hg_main strong:before {content:""; position:absolute; left:auto; right:5px !important; bottom:50%; width:2px; height:12px; margin-bottom:-6px; border-radius:1px; background:#000; opacity:0.3; transition:0.3s; -webkit-transition:0.3s;}
	#header .h_gnb .hg_main strong:after {content:""; position:absolute; left:auto; right:0px; bottom:50%; width:12px; height:2px; margin-bottom:-1px; border-radius:1px; background:#000; opacity:0.3; transition:0.3s; -webkit-transition:0.3s;}
	#header .h_gnb .hg_main strong:hover, #header .h_gnb .hg_main strong.open {opacity:1;}
	#header .h_gnb .hg_main strong:hover:before {opacity:1;}
	#header .h_gnb .hg_main strong:hover:after {opacity:1;}
	#header .h_gnb .hg_main strong.open:before {transform:rotate(90deg); -ms-transform:rotate(90deg);}
	#header .h_gnb .hg_main strong.open:after {opacity:0; transform:rotate(90deg); -ms-transform:rotate(90deg);}
	#header .h_gnb .hg_main strong a {display:none;}
	#header .h_gnb .hg_main .on strong {color:#c79d70; opacity:1;}
	#header .h_gnb .hg_sub {display:block; overflow:hidden; height:1px; margin:0 20px; transition:0.3s; -webkit-transition:0.3s;}
	#header .h_gnb .hg_sub.open {display:block; height:auto; margin:10px 20px;}
	#header .h_gnb .hg_sub li {display:inline-block; vertical-align:middle; width:100%;}
	#header .h_gnb .hg_sub a {display:inline-block; vertical-align:middle; width:100%; font-size:15px; color:#0e0e0e; line-height:30px; transition:0.3s; -webkit-transition:0.3s}
	#header .h_gnb .hg_sub.open a {color:#000;}
	#header .h_gnb .hg_sub a:hover {text-decoration:underline; text-decoration-color:rgba(67, 166, 90, 0.7);}
	#header .h_sns {top:25px; display:none;}
	
	#header.fixed {height:60px;/* background:linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */}
	/* #header.fixed {background:#fff;} */
	#header.fixed .h_logo {width:100px; left:4%; top:13px;}
	#header.fixed .h_logo a { background:url(/image/logo.png) no-repeat; background-size:100% auto;}
	#header.fixed .h_gnb {right:3%; top:15px;}
	#header.fixed .h_gnb .hg_main {margin:0; margin-right:0;}
	#header.fixed .h_gnb .hg_main strong {color:#000;}
	#header.fixed .h_gnb .hg_btn i {width:22px; height:2px; margin-top:-1px; margin-left:-11px;}
	#header.fixed .h_gnb .hg_btn i:before {top:-8px;}
	#header.fixed .h_gnb .hg_btn i:after {bottom:-8px;}
	#header.fixed .h_gnb.on .hg_btn i {background:transparent;}
	#header.fixed .h_gnb.on .hg_btn i:before {top:50%; left:50%; width:120%; margin-top:-2px; margin-left:-13px; background-color:#000;}
	#header.fixed .h_gnb.on .hg_btn i:after {bottom:50%; left:50%; width:120%; margin-top:-2px; margin-left:-13px; background-color:#000;}
	
	#header.fixed .h_sns {padding:20px 0; }

	.h_gnb .dep1 ul{ position: relative;background:none;}
}



@media all and (max-width:620px) {
	#header {height:60px;}
	#header .h_logo {top:10px; width:100px;}
	#header .h_gnb {top:15px;}
	#header .h_gnb .hg_btn {width:25px; height:25px; margin:4px;}
	#header .h_gnb .hg_btn i {width:25px; margin-left:-12.5px; }
	#header .h_gnb .hg_btn i:before {top:-8px; }
	#header .h_gnb .hg_btn i:after {bottom:-8px; }
	
}

@media all and (max-width:480px) {
	#header .h_logo {top:10px; width:90px;}
	#header.fixed .h_logo {width:90px; top:14px;}
}





/* 영역구분 */
#wrap {position:relative; width:100%; margin:0 auto; text-align:center;z-index: -1;}



/* 메인 */
.mainWrap {width:100%; height:950px; /* margin:90px 0 0 0; */ /* background:#fafbfb; */ overflow:hidden;    position: relative; }
.mainWrap .mLeft {float:left; width:50%; overflow:hidden;}
.mainWrap .mLeft img {width:auto; height:100%; }
.mainWrap .mRight {float:right; width:50%;}
.mainWrap .mRight img {width:auto; height:100%; }
.mainWrap .mRight .mUp {height:475px; padding:155px 0 0 15%; text-align:left; }
.mainWrap .mRight .mDown {height:475px; }

.mUp .title {background:#000; padding:3px 7px 5px 20px; color:#fff; font-size:12px; font-weight:800; letter-spacing:12px; display:inline-block;}
.mUp .big {padding:20px 0 15px 0; font-size:63px; font-weight:200; line-height:1; letter-spacing:-5px;}
.mUp .small {margin:0 0 0 8px; font-size:14px; font-weight:400; letter-spacing:0; line-height:1.3;}
.mainWrap .flex-control-nav{width:100%;position:absolute;bottom:10px;left:0;text-align:center;}
.mainWrap .flex-control-nav li{display:inline-block;}
.mainWrap .flex-control-nav li a{display: inline-block;width:12px;height:12px;margin:0 4px;background:#000;border-radius:12px;-ms-border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;text-indent:-999em;opacity:0.6;filter: alpha(opacity=60);}
.mainWrap .flex-control-nav li a.flex-active{background:#fff;opacity: 0.7;filter: alpha(opacity=70);}


@media all and (max-width:1400px) {
	.mainWrap {height:750px;}
	.mainWrap .mMain img { height:750px; }
	.mainWrap .mRight img {height:375px; }
	.mainWrap .mRight .mUp {height:375px; padding:70px 0 0 15%;  }
	.mainWrap .mRight .mDown {height:375px; }

	.mUp .title {padding:3px 7px 5px 20px; font-size:13px; letter-spacing:10px;}
	.mUp .big {padding:15px 0 15px 0; font-size:68px; line-height:0.9; }
	.mUp .small {margin:0 0 0 8px; font-size:14px;}
}


@media all and (max-width:1100px) {
	.mainWrap {height:650px;}
	.mainWrap .mMain img {height:650px; }
	.mainWrap .mRight img {height:325px; }
	.mainWrap .mRight .mUp {height:325px;  }
	.mainWrap .mRight .mDown {height:325px; }

	.mUp .title {padding:3px 7px 5px 20px; font-size:12px; letter-spacing:10px;}
	.mUp .big {padding:15px 0 15px 0; font-size:60px; line-height:0.9; }
	.mUp .small {margin:0 0 0 8px; font-size:12px;}
}

@media all and (max-width:960px) {
	.mainWrap {height:550px; margin:80px 0 0 0;}
	.mainWrap .mMain img {height:550px; }
	.mainWrap .mRight img {height:275px; }
	.mainWrap .mRight .mUp {height:275px;}
	.mainWrap .mRight .mDown {height:275px; }

	.mUp .title {padding:3px 7px 5px 15px; font-size:10px; letter-spacing:7px;}
	.mUp .big {padding:10px 0 10px 0; font-size:45px; line-height:0.9; }
	.mUp .small {margin:0 0 0 8px; font-size:11px;}
}

@media all and (max-width:768px) {
	.mainWrap {height:450px;}
	.mainWrap .mMain img {height:450px; }
	.mainWrap .mRight img {height:225px; margin:0 0 0 -10%;}
	.mainWrap .mRight .mUp {height:225px; padding:50px 0 0 15%; }
	.mainWrap .mRight .mDown {height:225px; }

	.mUp .title {padding:2px 5px 2px 10px; font-size:9px; letter-spacing:7px;}
	.mUp .big {padding:10px 0 10px 0; font-size:40px; line-height:0.9; }
	.mUp .small {margin:0 0 0 8px; font-size:11px;}
}

@media all and (max-width:620px) {
	.mainWrap {height:auto; margin:60px 0 0 0;}
	.mainWrap .mMain {float:none; width:100%; height:280px; }
	.mainWrap .mMain img {width:100%; height:auto;}
	.mainWrap .mRight {float:none; width:100%;}
	.mainWrap .mRight img {width:100%; height:auto; margin:0;}
	.mainWrap .mRight .mUp {height:auto; padding:50px 0 50px 10%; }
	.mainWrap .mRight .mDown {height:auto; }
}

@media all and (max-width:520px) {
	.mainWrap .mMain {height:240px;}
	.flex-control-paging{display:none;}
}

@media all and (max-width:460px) {
	.mainWrap .mMain {height:220px;}
}

@media all and (max-width:400px) {
	.mainWrap .mMain {height:190px;}
}

/*.flex-control-nav, .flex-control-paging, .flex-direction-nav {display:none;}*/
.flex-direction-nav{display:none;}

/* 메인쇼핑몰 */
.shopWrap {position:relative; width:1600px; margin:150px auto;}
.shopWrap .titS {font-size:17px; font-weight:500; letter-spacing:2px; line-height:1.1; margin-bottom: 7px}
.shopWrap .titB {font-size:40px; font-weight:900; letter-spacing:5px; line-height:1.1; }
.shopWrap .shop {/* overflow:hidden;  */padding:50px 0;}
.shopWrap .shop .sItem {position:relative; float:left; width:300px; margin:0; padding:30px 0; border:5px solid #fff;}
.shopWrap .shop .sItem .bgC {position:absolute; width:200px; height:200px; top:85px; left:50%; margin:0 0 0 -100px; background:#f5fcfe; border-radius:50%; z-index:-1;}
/*.shopWrap .shop .sItem:hover {border:5px solid #f5fcfe;} */
.shopWrap .shop .pic {width:300px; height:100%; margin:0 auto; background:#333;position: relative;}
.shopWrap .shop .pic img {width:100%; height:auto;}
.shopWrap .shop .sItem:hover img{opacity: 0.5;}
.shopWrap .shop .name {font-size:20px; color:#fff; font-weight:500; padding:25px 0 0 0;margin-bottom:20px;}
.shopWrap .shop .txt {font-size:22px; color:#fff; font-weight:300;margin-bottom:20px; }
.shopWrap .bL {position:absolute; top:48%; left:10px; width:20px; height:29px; background:url(/image/btnL_big.png) no-repeat center center; background-size:auto 100%;}
.shopWrap .bR {position:absolute; top:48%; right:10px; width:20px; height:29px; background:url(/image/btnR_big.png) no-repeat center center; background-size:auto 100%;}

.shopWrap .shop .hoverBox{position: absolute;top: 0;left: 0;right: 0; opacity: 0;z-index:1;}
.shopWrap .shop .sItem:hover .hoverBox{opacity:1;padding-top:130px;}
.shopWrap .shop .detailBtn{    
	border: 2px solid #fff;
    border-radius: 30px;
    font-size: 17px;
    color: #fff;
    margin: 0 auto;
    line-height: 2.9;
    font-size: 17px;
    border-radius: 50px;
    margin: 0 auto;
    width: 250px;
    height: 50px;
    bottom: 15%;
    transition: 0.5s;
    text-align: center;}




@media all and (max-width:1600px) {
	.shopWrap .shop .pic{width:270px;}
}


@media all and (max-width:1300px) {
	.shopWrap {width:90%;}
}

@media all and (max-width:1140px) {
	.shopWrap .titS {font-size:15px;}
	.shopWrap .titB {font-size:30px;}
}

@media all and (max-width:1050px) {
	.shopWrap .shop .sItem {width:30%;}
	.shopWrap .shop .sItem .bgC {width:180px; height:180px; top:65px; margin:0 0 0 -90px;}
	.shopWrap .shop .pic {width:250px;}
	.shopWrap .shop .name {font-size:16px;}
	.shopWrap .shop .txt {font-size:12px;}
}

@media all and (max-width:960px) {
	.shopWrap {margin:100px auto 70px;}
	.shopWrap .shop {padding:30px 0;}
	.shopWrap .titB {letter-spacing:7px;}
}

@media all and (max-width:860px) {
	.shopWrap .shop .sItem .bgC {width:160px; height:160px; top:65px; margin:0 0 0 -80px;}
	.shopWrap .shop .pic {width:220px;}
}

@media all and (max-width:660px) {
	.shopWrap .shop .sItem .bgC {width:120px; height:120px; top:55px; margin:0 0 0 -60px;}
	.shopWrap .shop .pic {width:170px;}

	.shopWrap .shop .sItem:hover .hoverBox{padding-top: 60px;}
}

@media all and (max-width:620px) {
	.shopWrap .titS {font-size:11px;}
	.shopWrap .titB {font-size:29px; letter-spacing:2px;}
}

@media all and (max-width:559px) {
	.shopWrap {margin:90px auto 80px auto;}
	.shopWrap .shop {padding:20px 0;}
	.shopWrap .shop .sItem {width:50%;}
	.shopWrap .shop .sItem .bgC {width:160px; height:160px; top:55px; margin:0 0 0 -80px;}
	.shopWrap .shop .pic {width:210px;}

	.shopWrap .shop .hoverBox{top:30px;}
}

@media all and (max-width:440px) {
	.shopWrap .shop .sItem .bgC {width:130px; height:130px; top:55px; margin:0 0 0 -65px;}
	.shopWrap .shop .pic {width:170px;}

	.shopWrap .shop .hoverBox{top:0;}
	.shopWrap .shop .detailBtn{width:130px;font-size:14px;line-height: 2;}
}


/* 메인상품설명 */
.midWrap {width:100%; height:745px; background:#eadfc6; margin:0 0 160px 0; text-align:center;}
.midWrap img {width:auto; height:100%;}
.midWrap .left {float:left; width:30%;}
.midWrap .titS {font-size:17px; font-weight:500; letter-spacing:2px; line-height:1.1;}
.midWrap .titB {font-size:44px; font-weight:900; letter-spacing:15px; line-height:1.1; }
.midWrap .inline {display:block;}
.midWrap .right { width: 60%; margin: 0 auto;}
.midWrap .right .text {padding:370px 0 0 0;    color: #fff; font-size:20px;font-weight: 600; font-size:16px; text-shadow:0 10px 30px rgba(0,0,0,.05);float:left;font-family: 'Nanum Gothic', sans-serif;}

.midWrap2{width:100%;min-height: 745px;margin: 0;position: relative;margin-bottom: 150px;background: url(/image/story_bg.jpg) no-repeat center;z-index: -1; }

.midWrap2 .titS {font-size:17px; font-weight:500; letter-spacing:2px; line-height:1.1;}
.midWrap2 .titB {font-size:44px; font-weight:900; letter-spacing:15px; line-height:1.1;margin-bottom:20px; }
.midWrap2 .leftBox{width:35%;height: 428px;overflow: hidden;background: rgba(0, 0, 0, 0.1);vertical-align: top;display: inline-block;box-shadow: 0px 14px 30px rgb(0 0 0 / 45%);z-index:1}
.midWrap2 .leftBox img{background-size: cover;}
.midWrap2 .rightBox{display: inline-block; width: 57%;box-sizing: border-box;padding: 30px 40px;text-align: left;z-index:1;}
.midWrap2 .txt17{font-size:17px; line-height:1.5;}
.bLine{width: 50px;height: 1px; background: #000; margin: 40px 0;}
.clear_20{height:25px;}
.midWrap .brandWrap{background: url(/image/main_brand.jpg) no-repeat top center, linear-gradient(#767171 50%, #fff 50%);height:100%;}
.midWrap .brandBox p{position: absolute;top: 52.9%; left: 50%;transform: translate(-50%, -50%); margin: 0;color:#767171;font-size: 155px; font-family: 'Nanum Myeongjo', serif;font-weight: bold; text-transform: uppercase;white-space: nowrap;}
.midWrap .brandBox p::before {position: absolute; top: 0; left: 0; height: 50%;color: #fff;overflow: hidden;content: attr(data-split);}
.bradnBnt{border:2px solid #767171;color: #fff !important;line-height: 2.9;font-size:17px;border-radius:50px; margin: 0 auto;width:250px;height:50px;bottom:15%;position: absolute;left:50%;transition: 0.5s;transform: translate(-45%, -140%);
    text-align: center;    background: #5a5a4a;}
.midWrap2 .bradnBnt01{background:#5a5a4a;color:#fff;line-height: 2.9;font-size:17px;border-radius:50px; margin: 0 auto;padding: 15px 20px;}
.midWrap2 .midWrapBg1{max-width: 1320px;margin: 0 auto;padding: 150px 0;}
.midWrap2 .rightBg{background:url(/image/barnd_right.png)  no-repeat top 0 center;position: absolute;width: 660px;height: 660px; top: 0;right: 120px;z-index: -1;opacity: 0.9;    z-index: -1;}
.midWrap2 .leftBg{background:url(/image/barnd_left.png)  no-repeat top 50px center;position: absolute;width: 370px;height: 370px; top: 0;left: 0;z-index: -1;opacity: 0.9;    z-index: -1;}

.bradnBnt::before{
    content: '';
    height: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #3A68AB
    color: white;
    border-radius: 50px;
    transition: .3s linear all;
}
.bradnBnt:hover::before{
    height: 100%;
}

@media all and (max-width:1600px) {
	.midWrap {height:auto;}
	.midWrap img {width:100%; height:auto;}
}

@media all and (max-width:1400px) {
	.midWrap {}
	.midWrap .right {background-size:250px auto;}
	.midWrap .right .text {padding:355px 0 0 0; font-size:18px;}
	.midWrap .brandBox p{font-size:120px;top: 73.5%; }
	.bradnBnt{bottom:0%;}
}

@media all and (max-width:1140px) {
	.midWrap { }
	.midWrap .titS {font-size:15px; }
	.midWrap .titB {font-size:30px;}
	.midWrap .right {width:35%; background-size:200px auto;}
	.midWrap .right .text {padding:220px 0 0 0; font-size:20px;}


	.midWrap2 .titS {font-size:15px; }
	.midWrap2 .titB {font-size:30px;}
	.midWrap2 .txt17{font-size:15px;}
	.midWrap .brandBox p{font-size:100px;top: 76%; }
	.bradnBnt{bottom:0%;}
	.midWrap2 .rightBg{right: -120px;}
}

@media all and (max-width:960px) {
	.midWrap .titB {letter-spacing:7px;}
	.midWrap2 .titB {letter-spacing:7px;}
	.midWrap2 .leftBg{display:none;}
}

@media all and (max-width:860px) {
	.midWrap {}
	.midWrap .right {width:45%;}
	.midWrap .right .text {font-size:20px; text-shadow:0 10px 20px rgba(0,0,0,.05);}

	.midWrap .brandBox p{font-size:80px;top: 76%; }
	.bradnBnt{bottom:0%;}
	.midWrap2 .rightBg{width:450px;height:450px;background-size:cover;top:160px;}
}

@media all and (max-width:620px) {
	.midWrap {}
	.midWrap .titS {font-size:11px;}
	.midWrap .titB {font-size:29px; letter-spacing:2px;}
	.midWrap .right {width:50%; background-size:150px auto;}
	.midWrap .right .text {padding:105px 0 0 0; font-size:18px;}


	.midWrap2.titS {font-size:11px;}
	.midWrap2 .titB {font-size:29px; letter-spacing:2px;}
	.midWrap .brandBox p{font-size:65px; top:55%; color: #fff;}
	.bradnBnt{bottom:10%;border: 2px solid #fff;font-weight: 600;}
	.midWrap .brandBox p::before{color:#fff;}
}

@media all and (max-width:580px) {
	.midWrap {}
	.midWrap .right {width:55%; background-size:120px auto; }
	.midWrap .right .text {padding:85px 0 0 0; font-size:17px;}

	.midWrap .brandBox p{font-size:55px; top:55%;}
}

@media all and (max-width:480px) {
	.midWrap {}
	.midWrap .inline {display:inline;}
	.midWrap .left {float:none; width:100%;}
	.midWrap .right {float:none; width:70%;     margin: 0 auto;}
	.midWrap .right .text {padding:65px 0 0 0; font-size:14px;}

	.midWrap .brandBox p{font-size:45px; top:55%;}
	.rightBg{display:none;}
	
}


@media all and (max-width:768px) {
.midWrap2 .leftBox{width: 63%;margin-top:30px;}
.midWrap2 .rightBox{width:100%; text-align:center;}
.midWrap2 .txt17{font-size:14px;}
.bLine{margin: 0 auto; margin-bottom: 30px;}
.midWrap2 .midWrapBg1{padding:0;}

}


@media all and (max-width:550px) {
.midWrap2 {margin:90px auto 80px auto;}
.midWrap2 .leftBox {width: 87%;height:auto;}
.midWrap2 .leftBox img{width: 100%;height: auto;}

}

.midType{max-width:1300px; margin:0 auto; margin-bottom: 110px;}
.fontC{color:#caba9d;}
.font_gy{color:#777271;margin-top:10px;}
.midType .bar{width: 50px;height: 1px;background: #000;margin:0 auto;margin-top: 40px;margin-bottom: 40px;}
.midType .titS {font-size:17px; font-weight:500; letter-spacing:2px; line-height:1.1; color:#777271; margin-bottom:7px;}
.midType .titB {font-size:40px; font-weight:900; letter-spacing:5px; line-height:1.1; margin-bottom:20px; }

.midType .flexBox{margin: 0 auto;overflow: hidden;display: flex;  justify-content: center;    flex-wrap: wrap;}
.midType > .flexBox > div{width:30%; float: left;margin-bottom:20px;}
.midType .tPic{width:260px;height: 260px; border-radius: 50%;border: 1px solid #dfdfdf; display: inline-block;}
.midType .flexBox .type01 {background:url(/image/type01.jpg) no-repeat center;}
.midType .flexBox .type02 {background:url(/image/type02.jpg) no-repeat center;}
.midType .flexBox .type03 {background:url(/image/type03.jpg) no-repeat center;}
.midType .flexBox .type04 {background:url(/image/type04.jpg) no-repeat center;}
.midType .flexBox .type05 {background:url(/image/type05.jpg) no-repeat center;}
.midType .flexBox .type06 {background:url(/image/type06.jpg) no-repeat center;}
.midType .flexBox .title{font-size:16px;color:#777271;font-weight: 500;  margin-top: 10px;}



@media all and (max-width:1150px) {
.midType > .flexBox > div{width: 26%;}
.midType .tPic{width: 230px;height: 230px;}
}

@media all and (max-width:1140px) {
	.midType .titS {font-size:15px;}
	.midType .titB {font-size:30px;}
}


@media all and (max-width:900px) {

.midType .tPic{width: 200px;height: 200px;}

}

@media all and (max-width:768px) {

.midType .tPic{width: 170px;height: 170px;}
}


@media all and (max-width:660px) {

.midType > .flexBox > div{width: 50%;}
.midType .tPic{width: 190px;height: 190px;}
}

@media all and (max-width:620px) {
	.midType .titS {font-size:11px;}
	.midType .titB {font-size:29px; letter-spacing:2px;}
}

@media all and (max-width:390px) {
.midType .tPic{width: 160px;height: 160px;}
}


.midInfo {width:1220px; margin:40px auto 100px; text-align:left; overflow:hidden; }
.midInfo .left {float:left; width:55%; padding:85px 0 0 0;}
.midInfo .left strong {font-size:45px; font-weight:700; line-height:1;}
.midInfo .left strong span {font-size:35px; font-weight:500;}
.midInfo .left .bar {width:38px; height:1px; background:#000; margin:40px 0;}
.midInfo .left .cont {padding:0 10% 0 0; font-size:16px; font-weight:200; line-height:1.4;}
.midInfo .right {float:right; width:45%; height:360px; background:url(/image/mid011.jpg) no-repeat center top; margin:50px 0 0 0; background-size:auto 100%;}


@media all and (max-width:1250px) {
	.midInfo {width:90%;}
	.midInfo .left {padding:65px 0 0 0;}
	.midInfo .left strong {font-size:40px;}
	.midInfo .left .cont {font-size:16px;}
	.midInfo .right { height:380px;}
}

@media all and (max-width:1000px) {
	.midInfo {margin:120px auto 80px;}
	.midInfo .left {padding:50px 0 0 0;}
	.midInfo .left strong {font-size:35px;}
	.midInfo .left .bar {margin:30px 0;}
	.midInfo .left .cont {padding:0 10% 0 0; font-size:14px;}
	.midInfo .right { height:300px;}
}

@media all and (max-width:660px) {
	.midInfo {width:100%; margin:100px auto 50px;}
	.midInfo .left {padding:30px 0 0 5%;}
	.midInfo .left strong {font-size:30px;}
	.midInfo .left .bar {width:25px; margin:20px 0;}
	.midInfo .right { height:250px;}
}

@media all and (max-width:480px) {
	.midInfo .left {width:60%; padding:0 0 0 5%;}
	.midInfo .left strong {font-size:27px;}	
	.midInfo .right {width:40%; height:200px;}
}


.midInfo2 {position:relative; width:100%; padding:0 0 670px 0; text-align:left;}
.midInfo2 .left {float:left; width:60%; height:576px; background:url(/image/mid021.jpg) no-repeat center top; background-size:auto 100%;}
.midInfo2 .right {float:left; width:40%; padding:200px 0 0 10%;}
.midInfo2 .right strong {font-size:45px; font-weight:700; line-height:1;}
.midInfo2 .right .inline {display:block;}
.midInfo2 .right .bar {width:38px; height:1px; background:#000; margin:40px 0;}
.midInfo2 .right .cont {padding:0 40% 0 0; font-size:18px; font-weight:200; line-height:1.4;}
.midInfo2 .bgGray {position:absolute; bottom:-570px; width:100%; height:955px; background:#f7f7f7; z-index:-1;}


@media all and (max-width:1250px) {
	.midInfo2 .left {height:450px;}
	.midInfo2 .right {padding:130px 0 0 7%;}
	.midInfo2 .right strong {font-size:40px;}
	.midInfo2 .right .bar {margin:30px 0;}
	.midInfo2 .right .cont {padding:0 10% 0 0; font-size:16px;}
}


@media all and (max-width:1000px) {
	.midInfo2 {padding:0 0 400px 0;}
	.midInfo2 .left {height:380px;}
	.midInfo2 .right {padding:110px 0 0 7%;}	
	.midInfo2 .right strong {font-size:35px;}
	.midInfo2 .right .cont {font-size:14px;}
}

@media all and (max-width:960px) {
	.midInfo2 .bgGray {bottom:-400px; height:590px;}
}

@media all and (max-width:768px) {
	.midInfo2 .bgGray {bottom:-350px; height:550px;}
}

@media all and (max-width:660px) {
	.midInfo2 {padding:0 0 250px 0;}
	.midInfo2 .left {float:none; width:90%; height:260px; background-size:100% auto; }
	.midInfo2 .right {width:100%; padding:40px 10% 0 10%;}
	.midInfo2 .right strong {font-size:30px;}
	.midInfo2 .right .inline {display:inline;}
	.midInfo2 .right .bar {width:25px; margin:20px 0;}
	.midInfo2 .bgGray {bottom:0; height:380px;}
}

@media all and (max-width:580px) {
	.midInfo2 .left {background-size:auto 100%;}
}

@media all and (max-width:480px) {
	.midInfo2 .left {height:220px;}
	.midInfo2 .right {padding:25px 5% 0 10%;}
	.midInfo2 .right strong {font-size:27px;}
}




/* 인사이드 */
.inWrap {width:1140px; margin:180px auto; overflow:hidden;}
.inWrap .inLeft {float:left; width:360px; padding:90px 0 0 0; font-size:17px; font-weight:500; letter-spacing:2px; margin-bottom:7px; text-align:left;}
.inWrap .inLeft strong {margin:12px 0 0 0; font-size:40px; font-weight:900; letter-spacing:5px; }
.inWrap .inRight {float:right; width:780px;}
.inWrap .inRight ul {position:relative; width:49%; height:270px; margin:0 0 18px 0; background-size:100% auto;}
.inWrap .inRight ul .tWrap {position:absolute; margin:175px 0 0 47px; color:#fff;  text-align:left; z-index:2;}
.inWrap .inRight ul .tWrap .small {font-size:15px;}
.inWrap .inRight ul .tWrap strong {font-weight:700; font-size:23px;}
.inWrap .inRight ul .tWrap .num {position:absolute; bottom:7px; font-size:80px; color:rgba(255,255,255,.2); font-weight:700; }
.inWrap .inRight ul:hover .tWrap {margin:100px 0 0 47px;}
.inWrap .inRight ul .txt {position:absolute; width:40%; bottom:30px; left:47px; font-size:14px; padding:20px 0 0 0; color:rgba(255,255,255,0); text-align:left; z-index:2;}
.inWrap .inRight ul:hover .txt {bottom:70px; color:rgba(255,255,255,1);}


@media all and (max-width:1140px) {
	.inWrap {width:90%;}
	.inWrap .inLeft {width:35%; font-size:15px;}
	.inWrap .inLeft strong {margin:0; font-size:30px; font-weight:900;}
	.inWrap .inRight {width:65%;}
	.inWrap .inRight ul {height:250px; background-size:auto 100%;}
	.inWrap .inRight ul .txt {width:50%;}
	.inWrap .inRight ul:hover .txt {bottom:55px;}
}

@media all and (max-width:960px) {
	.inWrap {margin:100px auto;}
	.inWrap .inLeft {font-size:15px;}
	.inWrap .inLeft strong {font-size:30px; font-weight:900; letter-spacing:7px;}
	.inWrap .inRight ul {height:200px;}
	.inWrap .inRight ul .tWrap {margin:130px 0 0 15%;}
	.inWrap .inRight ul .tWrap .small {font-size:13px;}
	.inWrap .inRight ul .tWrap strong {font-size:18px;}
	.inWrap .inRight ul .tWrap .num {bottom:15px; font-size:55px;}
	.inWrap .inRight ul:hover .tWrap {margin:70px 0 0 15%;}
	.inWrap .inRight ul .txt {width:60%; left:15%; bottom:0px; font-size:12px;}
	.inWrap .inRight ul:hover .txt {bottom:40px; font-size:12px;}
	
}

@media all and (max-width:768px) {
	.inWrap .inRight ul {height:160px; margin:0 0 10px 0;}
	.inWrap .inRight ul .tWrap {margin:105px 0 0 13%;}
	.inWrap .inRight ul .tWrap .small {font-size:12px;}
	.inWrap .inRight ul .tWrap strong {font-size:16px;}
	.inWrap .inRight ul .tWrap .num {bottom:10px; font-size:45px;}
	.inWrap .inRight ul:hover .tWrap {margin:50px 0 0 13%;}
	.inWrap .inRight ul .txt {width:60%; left:13%; bottom:0px; font-size:12px;}
	.inWrap .inRight ul:hover .txt {bottom:30px; font-size:12px;}

}


@media all and (max-width:620px) {
	.inWrap {margin:80px auto;}
	.inWrap .inLeft {width:100%; padding:0; font-size:11px; text-align:center;}
	.inWrap .inLeft strong {margin:7px 0 15px 0; font-size:29px; font-weight:900; letter-spacing:2px;}
	.inWrap .inRight {clear:both; width:100%; margin:30px 0 0 0;}
	.inWrap .inRight ul {height:180px; margin:0 0 10px 0; background-size:105% auto; }
	.inWrap .inRight ul .tWrap {margin:110px 0 0 15%;}
	.inWrap .inRight ul:hover .tWrap {margin:62px 0 0 15%;}
	.inWrap .inRight ul .txt {width:50%; left:15%;}
	.inWrap .inRight ul:hover .txt {bottom:35px;}
}

@media all and (max-width:540px) {
	.inWrap .inRight ul {height:160px; background-size:auto 108%;}
	.inWrap .inRight ul:hover .tWrap {margin:55px 0 0 15%;}
	.inWrap .inRight ul .txt {width:65%;}
	.inWrap .inRight ul:hover .txt {bottom:30px;}
}

@media all and (max-width:460px) {
	.inWrap .inRight ul {background-size:auto 100%;}
}

@media all and (max-width:420px) {
	.inWrap .inRight ul {height:140px;}
	.inWrap .inRight ul .tWrap {margin:90px 0 0 15%;}
	.inWrap .inRight ul .tWrap .small {font-size:11px;}
	.inWrap .inRight ul .tWrap strong {font-size:14px;}
	.inWrap .inRight ul .tWrap .num {bottom:10px; font-size:35px;}
	.inWrap .inRight ul:hover .tWrap {margin:45px 0 0 15%;}
	.inWrap .inRight ul .txt {width:65%; font-size:11px;}
	.inWrap .inRight ul:hover .txt {font-size:11px; bottom:25px;}
}


.inWrap .inRight ul .ulBg {position:absolute; bottom:0; left:0; width:100%; height:0; background-color: rgba(158,136,95,.7);}
.inWrap .inRight ul:hover .ulBg {height:100%; animation:animate 0.4s linear;}

.in01 {float:left; background:url(/image/in01.jpg); }
.in02 {float:right; background:url(/image/in021.jpg);}
.in03 {float:left; background:url(/image/in03.jpg); }
.in04 {float:right; background:url(/image/in04.jpg); }

@keyframes animate
{
	0%
	{
		transform-origin:bottom;
		transform:scaleY(0);
	}
	45%
	{
		transform-origin:bottom;
		transform:scaleY(1);
	}
	55%
	{
		transform-origin:top;
		transform:scaleY(1);
	}
	100%
	{
		transform-origin:top;
		transform:scaleY(1);
	}
}


/* 하단영역 */ 
.footWrap {width:100%; background:#212121; padding:55px 6%; color:rgba(255,255,255,.35); font-size:15px; line-height:1.4; overflow:hidden; letter-spacing:-0.2px; text-align:left;}
.footWrap a {color:rgba(255,255,255,.5); }

.footNav {float:left; width:100%; padding:10px 0 0 0; font-size:17px; font-weight:600; letter-spacing:0;}
.footNav span {margin:0 55px 0 0;}

.footWrap .family {float:right; position:relative; width:300px; background:url(/img/arrow_down_w.png) no-repeat center right; padding:10px 0; border-bottom:1px solid rgba(255,255,255,.5); font-weight:600; font-size:15px; color:rgba(255,255,255,.7); letter-spacing:0.4px; cursor:pointer;}
.footWrap .family .sub {position:absolute; width:100%; top:100%; background:#212121; padding:20px; border:1px solid rgba(255,255,255,.3); font-size:16px; font-weight:400; display:none;}
.footWrap .family .sub a {padding:5px 0; display:block;}
.footWrap .family .sub a:hover {color:#fff;}

.footWrap .com {float:left; width:37%; margin:55px 0 0 0;}
.footWrap .cs {float:left; width:22.5%; margin:55px 0 0 0;}
.footWrap .bank {float:left; width:20.5%; margin:55px 0 0 0;}
.footWrap .terms {float:left; width:20%; margin:55px 0 0 0;}

.termsWrap {float:right; width:300px; border-top:1px solid rgba(255,255,255,.2); border-right:1px solid rgba(255,255,255,.2);  text-align:center;}
.termsWrap ul {overflow:hidden;}
.termsWrap ul li {float:left; width:50%; padding:8px; font-size:12px; border-bottom:1px solid rgba(255,255,255,.2); border-left:1px solid rgba(255,255,255,.2);}

.footWrap .tit {padding:0 0 7px 0; color:#fff; font-size:18px; font-weight:600; letter-spacing:0.5px;}
.footWrap .bar {margin:0 10px;}
.footWrap .tel {padding:0 0 10px 0; font-size:32px; font-weight:600; color:#fff; line-height:1.1;}
.footWrap .name {font-size:16px; color:rgba(255,255,255,.6);}
.footWrap .name strong {font-weight:400; font-size:14px;}
.footWrap .num {font-size:25px; color:rgba(255,255,255,.9);}


@media all and (max-width:1600px) {
	.footWrap {font-size:13px;}
	.footWrap .family {width:260px;}
	.footWrap .tit {font-size:16px;}	
	.footWrap .tel {font-size:28px;}
	.footWrap .name {font-size:14px;}
	.footWrap .name strong {font-size:13px;}
	.footWrap .num {font-size:22px;}
	.termsWrap {width:260px;}
}

@media all and (max-width:1500px) {
	.footNav span {margin:0 35px 0 0;}
}

@media all and (max-width:1400px) {
	.footWrap .family {width:220px;}
	.termsWrap {width:220px;}

	.footWrap .com {width:39%; margin:40px 0 0 0;}
	.footWrap .cs {width:25%; margin:40px 0 0 0;}
	.footWrap .bank {width:26%; margin:40px 0 0 0;}
	.footWrap .terms {width:10%; margin:40px 0 0 0;}
	.termsWrap {width:120px;}
	.termsWrap ul li {width:100%; padding:5px; font-size:11px;}
}


@media all and (max-width:1200px) {
	.footNav {font-size:15px;}
	.footWrap .family {font-size:14px;}
	.footWrap .tel {font-size:24px;}

	.footWrap .com {width:45%; margin:40px 0 0 0;}
	.footWrap .cs {width:20%; margin:40px 0 0 0;}
	.footWrap .bank {width:25%; margin:40px 0 0 0;}
	.footWrap .terms {width:10%; margin:40px 0 0 0;}
	.termsWrap {width:120px;}
	.termsWrap ul li {width:100%; padding:5px; font-size:11px;}
}


@media all and (max-width:1150px) {
	.footWrap {padding:50px 5%;}
	.footWrap .com {width:50%; }
	.footWrap .cs {width:25%; }
	.footWrap .bank {width:25%;}
	.footWrap .terms {width:100%; margin:30px 0 0 0;}

	.termsWrap {width:100%; }
	.termsWrap ul li {width:25%; font-size:11px; }
}

@media all and (max-width:980px) {
	.footWrap {padding:40px 6%;}
	.footNav span {margin:0 25px 0 0;}
	.footWrap .family {width:190px;}
	.footWrap .com {width:60%; }
	.footWrap .cs {width:40%; }
	.footWrap .bank {width:60%;}
	.footWrap .terms {width:40%;}
	.termsWrap ul li {width:50%;}
}

@media all and (max-width:820px) {
	.footWrap .com {width:100%; }
	.footWrap .cs {width:50%; }
	.footWrap .bank {width:50%;}
	.footWrap .terms {width:100%;}
}

@media all and (max-width:768px) {
	.footWrap {padding:30px 5.5% 80px 5.5%;}
	
	.footNav span {margin:0 15px 0 0;}
	.footWrap .family {width:160px;}
}

@media all and (max-width:660px) {
	.footNav {float:none; width:100%; }
	.footNav span {margin:0 20px 15px 0;}
	.footWrap .family {width:100%; margin:10px 0 0 0; padding:10px; background:url(/img/arrow_down_w.png) no-repeat 98% center; border:1px solid rgba(255,255,255,.2);} 
}

@media all and (max-width:500px) {
	.footWrap .bar {margin:0 5px;}
	.footNav span {margin:0 10px 20px 0;}
}


@media all and (max-width:460px) {
	.footNav {font-size:12px;}
	.footNav span {margin:0 10px 15px 0;}
	.footWrap .bar {display:block; font-size:0;}
	.footWrap .tel {font-size:25px;}
	.footWrap .name {font-size:13px;}
	.footWrap .name strong {font-size:11px;}
	.footWrap .num {font-size:19px;}
}

@media all and (max-width:400px) {
	.footWrap .cs {width:100%; }
	.footWrap .bank {width:100%;}
	.footWrap .tel {font-size:27px;}
	.footWrap .name {font-size:14px;}
	.footWrap .name strong {font-size:13px;}
	.footWrap .num {font-size:22px;}
}


.fLine {clear:both; width:100%; height:1px; background:rgba(255,255,255,.2); margin:30px 0;}

.footWrap .copy {padding:10px 0 0 0; font-size:13px; letter-spacing:0.5px; text-align:center;}
.footWrap .copy strong {color:#d0b583;}

@media all and (max-width:1100px) {
	.fLine {margin:10px 0; background:transparent;}
}

@media all and (max-width:980px) {
	.fLine {margin:20px 0;background:rgba(255,255,255,.2);}
}

@media all and (max-width:820px) {
	.fLine {margin:10px 0; background:transparent;}
}



/* gotop */
.scrollToTop {
	width:60px; 
	height:60px;
	border-radius:50%;
	background:url(/image/gotop_b.png) center 16px no-repeat rgba(255,255,255,.7);
	background-size:auto;
	border:1px solid rgba(0,0,0,.3);
	position:fixed;
	bottom:35px;
	right:35px;
	display:none;
	font-size:14px;
	font-family: 'Metropolis-Bold';
	font-weight:700;
	color:rgba(0,0,0,1);
	padding:30px 0 0 0;
	text-align:center;
	z-index:5;
	transition: 0.5s ease; -moz-transition: 0.5s ease; -webkit-transition: 0.5s ease;  -o-transition: 0.5s ease;
}
.scrollToTop:hover {
	box-shadow:0 10px 10px rgba(0,0,0,.3);
	border:0px;
	background:url(/image/gotop.png) center 16px no-repeat #3A68AB
	color:#fff;
	transition: 0.5s ease; -moz-transition: 0.5s ease; -webkit-transition: 0.5s ease;  -o-transition: 0.5s ease;
}


@media all and (max-width:768px) {
	.scrollToTop {width:40px; height:40px; font-size:0px;}
}





/* 사이트맵 */
.siteMap {display:none; position:absolute; top:200px; left:50%; margin-left:-700px; width:1400px; background:#fff; color:#000; padding:110px 110px 80px 110px; text-align:left; z-index:16;}
.siteMap ul {float:left; /*width:16.66%;*/width:20%; height:235px; padding:0 20px 50px 20px; border-bottom:1px solid rgba(0,0,0,.2);}
.siteMap ul li.tit {font-size:25px; font-weight:500; letter-spacing:-0.8px;}
.siteMap ul li.con {font-size:15px; font-weight:300; padding:30px 0 0 0; line-height:1.6;}
.siteMap .sClose {position:absolute; right:0; top:0; width:60px; height:60px; background:url(/image/icon_x.png) no-repeat center center #202020; cursor:pointer;}
.siteMap .w100 {clear:both; width:100%; padding:30px; font-size:17px; font-weight:400; letter-spacing:-0.8px; overflow:hidden;}
.siteMap .w100 span {font-size:12px; font-weight:300; padding:0 15px;}
.siteMap .w100 .icons {float:right; margin:-15px 0 0 0; display:inline-block;}
.sIcon01 {width:40px; height:40px; border-radius:50%; margin:0 5px 0 0; background:url(/image/icon_user.png) no-repeat right center; display:inline-block;  }
.sIcon02 {width:40px; height:40px; border-radius:50%; background:url(/image/icon_cart.png) no-repeat right center; display:inline-block; }

.sIcon01:hover { background:url(/image/icon_user.png) no-repeat left center #3A68AB}
.sIcon02:hover { background:url(/image/icon_cart.png) no-repeat left center #3A68AB}

#mask {display:none; position:absolute; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:15;}
#pop {display:none; overflow:hidden; padding:10px; position:absolute; z-index:9999; top:0; border:1px solid #ccc; background:#fff;}



@media all and (max-width:1450px) {
	.siteMap {margin-left:-45%; width:90%; padding:75px 60px 55px 60px;}
	.siteMap ul {height:220px;}
	.siteMap ul li.tit {font-size:22px;}
	.siteMap ul li.con {font-size:14px; padding:25px 0 0 0;}

	.siteMap .sClose {width:40px; height:40px;}
}


