@charset "utf-8";

/*=============================================
=                   ##LAYOUT                  =
=============================================*/
	/*vod*/
	#vod{position:relative; width:100%;}
	#vod .khwrap div.left{float:left; width:50%; box-sizing:border-box; padding:40px 40px 30px 0; position:relative;}
	#vod .khwrap div.left:after{content:""; display:block; position:absolute; right:0; top:0; background:#eaeaea; width:300%; height:100%; z-index:-1;}
	#vod .khwrap div.left .txt-box{}
	#vod .khwrap div.left .txt-box .tite{font-size:20px; letter-spacing:-1.2px; font-weight:500; word-break:keep-all; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
	#vod .khwrap div.left .txt-box .txt{font-size:16px; color:#555; letter-spacing:-0.8px; margin-top:5px; word-break:keep-all; line-height:1.5; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
	#vod .khwrap div.left .txt-box .more-btn{color:#999; width:30%; text-align:center; margin:10px 0 0;}
	#vod .khwrap div.left .txt-box .more-btn a{display:block; color:#999; border:solid 1px #999; background:#fff; padding:10px; font-size:15px;}
	#vod .khwrap div.left .txt-box .more-btn a:hover{border:solid 1px #fff ; color:#fff ;}

	#vod .khwrap div.right{float:left; width:50%; box-sizing:border-box; padding:15px 20px 0 40px;}
	#vod .khwrap div.right dl{}
	#vod .khwrap div.right dl dd{overflow:hidden; border-bottom:dashed 1px #bbb; padding:25px 0 20px;}
	#vod .khwrap div.right dl dd:last-child{border:none;}

	#vod .khwrap div.right dl dd .s-left{float:left; width:40%;}
	#vod .khwrap div.right dl dd .s-right{float:left; width:60%; box-sizing:border-box; padding:0 15px;}
	#vod .khwrap div.right dl dd .s-right .tite{font-size:16px; font-weight:500; letter-spacing:-0.5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
	#vod .khwrap div.right dl dd .s-right .txt{font-size:14px; color:#555; padding-top:5px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
	#vod .khwrap div.right dl dd .s-right .more-btn{width:40%; text-align:center; margin:9px 0;}
	#vod .khwrap div.right dl dd .s-right .more-btn a{display:block; color:#999; border:solid 1px #999; padding:7px;}
	#vod .khwrap div.right dl dd .s-right .more-btn a:hover{border:solid 1px #fff ; color:#fff ;}

	/*group-css*/
	.comm-vod{position:relative;}
	.comm-vod #video-box{background:none; padding:20px 0 50px; border-top:thick double #ddd;}
	.comm-vod p.more-btn{position:absolute; top:0; right:0;}

	/*video-box*/
	#video-box{position:relative;padding:50px 0;background:#fff;}
	#video-box .list li{margin-bottom:20px;}
	#video-box .list li:focus{outline:none;}
	#video-box .left iframe{border-radius:10px !important;}
	#video-box .right{margin-right:12px;}
	#video-box .right h3{font-size:16px; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight:500; margin:10px 0 5px; border-bottom:dashed 1px #bbb; padding-bottom:4px;}
	#video-box .right .tite{text-align:center; color:#999; margin:15px 0; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
	#video-box .right .view-more{width:50%; text-align:center; margin:10px auto; border:solid 1px #999;}
	#video-box .right .view-more a{display:block; color:#999; padding:5px;}
	#video-box .right .view-more:hover{border:solid 1px #55c255;}
	#video-box .right .view-more a:hover{color:#55c255;}

	#video-box .control .arrow{position:absolute; top:50%; z-index:1001; width:36px; height:62px; text-indent:-9999em; font-size:0; overflow:hidden; transform:translateY(-50%);}
	#video-box .control .arrow:before
	{content:'';display:block;position:absolute;top:10px;width:40px;height:40px;border:2px solid #ccc; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;}
	#video-box .control .prev:before{left:10px; border-right-width:0; border-bottom-width:0;}
	#video-box .control .next:before{left:auto; right:10px; border-left-width:0; border-top-width:0;}
	#video-box .control .prev{left:-10%;}
	#video-box .control .next{right:-10%;}
	#video-box .tool{position:relative;padding:10px 0;width:100%;text-align:center;}
	#video-box .tool .slick-dots{display:inline-block;}
	#video-box .tool .slick-dots li{display:inline-block;}
	#video-box .tool .slick-dots button{position:relative; padding:8px 6px; text-indent:-9999em; overflow:hidden; font-size:0; vertical-align:middle;}
	#video-box .tool .slick-dots button:focus{outline:none;}
	#video-box .tool .slick-dots button:after{content:''; position:relative; display:block; width:9px; height:9px; border-radius:18px; background:#999; opacity:.7; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;}
	#video-box .tool .slick-dots .slick-active button:after{width:60px; opacity:1; background:#fff ;}
	#video-box .tool .ctrl{position:relative; display:inline-block; width:25px; height:25px; margin-left:5px; background:#3f3f3f; border-radius:25px; text-indent:-999px; overflow:hidden; font-size:0; vertical-align:middle}
	#video-box .tool .ctrl:focus{outline:none;}
	#video-box .tool .play:before{content:'';position:absolute;display:block;top:7px;left:11px;width:0;height:0;border:5px transparent solid; border-right-width:0; border-left-color:#fff;}
	#video-box .tool .pause:before,
	#video-box .tool .pause:after{content:'' ;position:absolute; display:block; top:8px; left:9px; width:2px; height:9px; background:#fff;}
	#video-box .tool .pause:after{left:14px;}
	#video-box .slick-prev.slick-arrow{display:none !important;}
	#video-box .slick-next.slick-arrow{display:none !important;}


.intro-con1{background:#blue url("/theme/taurus/img/sub/01-01-box.jpg"); width:100%; height:300px; margin-top:2%;}
.intro-con1 .tit{font-size:18px; line-height:1.8; transform:skew(-0.001deg); padding:2% 0 2% 0;}
.impor-txt{font-size:20px; font-family: 's-core-dream-medium', sans-serif; transform:skew(-0.001deg); letter-spacing:-1.2px;}


@media (min-width:1260px) {
	/* PC v.css */
	#khplay{position:relative;width:100%;height:100%}
	#khplay .khwrap{position:relative;margin:0 auto;width:1280px;zoom:1}
	#khplay .khwrap:before,
	#khplay .khwrap:after{content:'';display:table;line-height:0;clear:both}

	
	/* popup layer */
	#khpopup{position:relative;z-index:10002}
	#khpopup h2{display:none;font-size:0}
	#khpopup .khpop{position:absolute;box-shadow:0px 3px 1px rgba(0,0,0,0.05)}
	#khpopup .khpop .img{border:1px solid #ddd}
	#khpopup .khpop .img img{width:100%;height:auto;vertical-align:middle}
	#khpopup .control{border-top:0;background: #111;overflow:hidden;}
	#khpopup .control button{float:left;width:50%;position: relative;font-size:13px;color: rgba(255,255,255,0.8);height:40px;line-height:40px;background:none;text-align:center;}
	#khpopup .control button:nth-child(n+2):before{content:'';position:absolute;top:50%;left:0;width:1px;height: 40%;background: rgba(255,255,255,0.3);transform: translateY(-50%);}
	#khpopup .control .khpop_close{float:right}
	
	/* preview */
	#preview{position:relative;z-index:110}
	#preview *{color:#fff;border:0}
	#preview .preview .desc{border:0;background:#222}
	#preview .preview .desc a{display:block;text-align:center}
	#preview .preview .desc img{display:block;margin:0 auto;width:auto;max-width:100%;height:auto;verical-align:top}
	#preview .nopreview{padding: 35px 0;height:110px;text-align:center;/*background:#000000;*/ background:url("/theme/taurus/img/banner_bg.jpg")repeat-x 50% 50%;}
	#preview .nopreview .tit{line-height: 40px; font-size:30px; color:#fff; text-align:left; font-style:italic; position:relative;}
	#preview .nopreview .tit:after{content:""; display:block; background:url("/theme/taurus/img/coupon.png")no-repeat; position:absolute; top:-70%; right:0; width:191px; height:102px;}
	#preview .nopreview .tit i{color:#f2be22;}
	#preview .nopreview .tit strong{color:#fff}
	#preview .nopreview .txt{font-size:15px;font-weight:300;color:#fff}
	#preview .nopreview .txt span{color:#fff}
	#preview .close{position:absolute;top:50%;right:20px;margin-top:-12px;line-height:24px}
	#preview .close a{font-size:24px;vertical-align:top}
	#preview .close a span{display:none}
	#preview .todays{display: none;position:absolute;top:50%;left:65px;margin-top:-12px;line-height:24px;}
	#preview .todays label{position:relative;padding-left:20px;display:block;line-height:24px;font-size:14px;color:rgba(255,255,255,0.75);letter-spacing:-0.5px;cursor:pointer}
	#preview .todays label:before{content:'';position:absolute;top:50%;left:0;margin-top:-7px;width:12px;height:12px;border:1px solid rgba(255,255,255,0.2);background:none}
	#preview .todays label:after{content:"\e929";display:none;position:absolute;top:50%;left:0;margin-top:-6px;width:12px;height:12px;line-height:12px;text-align:center}
	#preview .todays input[id="chkbox"]{display:none}
	#preview .todays input[id="chkbox"]:checked + label{color:#fff}
	#preview .todays input[id="chkbox"]:checked + label:before{border-color:#fff}
	#preview .todays input[id="chkbox"]:checked + label:after{display:block}

	
	/* header */
	#header{position:fixed; width:104%; left:-4%; height:70px;  display:block; top:0px; z-index:50; }
	#header .hd_magin{height:50px;}
	#header .tnb{position:relative;z-index:101;border-bottom:1px solid #e9e9e9;}
	#header .tnb .define{float:left}
	#header .tnb .define:after{content:'';display:table;line-height:0;clear:both}
	#header .tnb .define > ul > li{float:left;position:relative;padding:0 15px;line-height:14px;text-align:center}
	#header .tnb .define > ul > li > a{display:block;padding:10px 0;font-size:12px;font-weight:500;color:#999;letter-spacing:-0.5px}
	#header .tnb .define > ul > li.active{background:#fff;border-left:1px solid #eee;border-right:1px solid #000}
	#header .tnb .define > ul > li.active:before{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:#fff}
	#header .tnb .define > ul > li.active > a,
	#header .tnb .define > ul > li > a:hover{color:#222}
	#header .tnb .qnb{float:right}
	#header .tnb .qnb:after{content:'';display:table;line-height:0;clear:both}
	#header .tnb .qnb > ul > li{float:left;position:relative;padding:0 15px;line-height:14px;text-align:center}
	#header .tnb .qnb > ul > li:nth-child(n+2):before{content:'';position:absolute;top:50%;left:0;width:1px;height:8px;margin-top:-4px;background:#eee}

	#header .tnb .qnb > ul > li.pay{line-height:31px; padding:0 3px;}
	/*#header .tnb .qnb > ul > li.pay:nth-child(n+2):before{display:none;}*/

	#header .tnb .qnb > ul > li > a{display:block;padding:10px 0;font-size:13px;font-weight:500;color:#666;letter-spacing:-0.5px}
	#header .tnb .qnb > ul > li.active > a,
	#header .tnb .qnb > ul > li > a:hover{color:#222}
	#header .tnb .qnb > ul > li > ul{display:none;position:absolute;top: 30px;left:50%;margin-left:-70%;width:140%;padding:15px;background:#fff;border-radius: 4px;border: 1px solid #333;text-align: left;transition:all 0.3s;}
	#header .tnb .qnb > ul > li > ul > li{display:block;text-algin:center}
	#header .tnb .qnb > ul > li > ul > li > a{line-height:30px;font-size:12px;color:#555}
	#header .tnb .qnb > ul > li:hover > ul{display:block}
	/*#header .header{position:relative;z-index:100;background:#fff}*/
	#header .header .logo{display:inline-block; top:25px; padding:8px 0; margin-left:-5px; text-align:left; position:relative;}
	#header .header .mhome-back{display:none;}
	#header .header .logo a{display:inline-block}
	#header .header .logo a img{width:auto;height:56px;max-width:200px}

	#header .header .logo .etc-logo{position:absolute; top:37px; right:-220px;}
	#header .header .logo .etc-logo dl{overflow:hidden;}
	#header .header .logo .etc-logo dl dd{float:left; padding-left:11px;}
	#header .header .logo .etc-logo dl dd:nth-child(2){padding-top:6px;}
	#header .header .logo .etc-logo dl dd:nth-child(3){padding-top:11px;}

	#header .header .logo .pay-logo{display:none;}

	#header .header .search{display:none; position:absolute; top:56%; left:99.99%; margin:-20px 0 0 -250px;}
	#header .header .search > fieldset{overflow:hidden;}
	#header .header .search > fieldset > form > input{float:left; width:120px; height:30px; padding:0 15px; background:#333; font-size:12px; color:#fff; border-radius:10px 0 0 10px; border:1px solid #000; border-right:0;}
	#header .header .search > fieldset > form > input::placeholder{color:#fff;}
	#header .header .search > fieldset > form > button{float:left; width:40px; height:30px;  color:#fff; border-radius:0 10px 10px 0; background:#333 url("../img/search2.png") no-repeat 50% 50%; background-size:20px auto; cursor:pointer; font-size:22px;}
	#header .header .member{position:absolute;right:0;top:50%; left:87%; transform:translateY(-50%)}
	#header .header .member > ul:after{content:'';display:table;line-height:0;clear:both}
	#header .header .member > ul > li{float:left; width:45px; position:relative; text-align:center;}
	#header .header .member > ul > li:nth-child(n+2){margin-left:10px}	
	#header .header .member > ul > li img{width:50px; height:auto; opacity:1;}
	#header .header .member > ul > li span{position:relative; display:block; line-height:20px; font-size:11px; font-weight:200; color:#666; text-align:center; background:#fff;}
	#header .header .member > ul > li:hover img{opacity:0.5;}
	#header .header .mob{display:none}
	/*#header .header .member > ul > li span.kakao-cs{background:#083860; color:#fff;}*/

	/* shop_global */
	#header .global{position:relative;z-index:99;box-shadow:0px 3px 10px rgba(0,0,0,0.025)}
	#header .global .menu{position:relative; z-index:109; background:#fff;}
	#header .global .menu::after{content:""; display:block; position:absolute; top:0; right:0; width:45%; height:100%; background-color:#fff;}
	/*
	#header .global .menuOpen{position:absolute; z-index:6; top:0; left:0; width:70px; height:50px; border:0; background:#2e8d2b; text-align:center; color:#fff; font-size:18px}
	#header .global .menuOpen .bars{position:absolute;top:50%;left:50%;margin:-8px 0 0 -10px;width:20px;height:16px}
	#header .global .inner{position:relative; z-index:5; padding-left:70px; /*padding-right:320px;/}
	*/
	.ca{ letter-spacing:-1.5px;}

	#header .global .menuOpen{display:none; position:relative; width:60px;  height:50px; text-align:right; color:#333; font-size:16px; float:right; line-height:30px; text-indent:6%;}
	#header .global .menuOpen .bars{position:absolute; top:45px; left:80%;  width:30px; height:16px;}
	#header .global .menuOpen .bars > span{position:absolute; display:block; height:2px; background:#000; transition:all 0.5s;}
	#header .global .menuOpen .bars .ba1{top:0; left:0; width:100%;}
	#header .global .menuOpen .bars .ba2{top:50%; left:0; width:100%; margin-top:-1px;}
	#header .global .menuOpen .bars .ba3{top:100%; left:0; width:100%; margin-top:-2px;}
	#header .global .menuOpen.sel .bars .ba1{top:50%; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
	#header .global .menuOpen.sel .bars .ba2{width:0%;}
	#header .global .menuOpen.sel .bars .ba3{top:50%; margin-top:0px; -webkit-transform:rotate(-45deg); transform:rotate(-45deg);}
	#header .global .inner {position:relative; z-index:5; float:left; margin-top:-70px; margin-left:300px; }
	#header .global .inner:after{content:''; display:table; line-height:0; clear:both;}
	#header .global .shop_menu{float:left;}
	#header .global .shop_menu:after{display:block; visibility:hidden;clear:both;content:""}
	#header .global .shop_menu li{float:left; position:relative; padding:0 18px; line-height:50px; text-align:center;}

	#header .global .shop_menu li:nth-child(n+2):before{content:'';position:absolute;top:50%;left:0;width:1px;height:10px; background:#338e30; transform:translateY(-50%)}
	#header .global .shop_menu li a{position:relative;display:inline-block;font-size:16px;font-weight:500;color:#333;letter-spacing:-0.5px;vertical-align:top;transition:all 0.5s}
	#header .global .shop_menu li a:hover{color:#333;}
	#header .global .shop_menu li a:before{content:'';position:absolute;bottom:0;left:50%;width:0px;height:3px;background:rgb(255, 255, 255);transition:all 0.5s}
	#header .global .shop_menu li a:hover:before{width:100%;margin-left:-50%}
	#header .global .comm_menu{float:left; width:1000px; margin-left:30px;}
	#header .global .comm_menu:after{display:block;visibility:hidden;clear:both;content:""}
	#header .global .comm_menu > li{float:left; left:29%; top:40px; position:relative;padding-right:100px; color:#efefef; text-align:center}
	#header .global .comm_menu > li:nth-child(n+2):before{content:''; position:absolute; top:50%; left:12px; width:20px; height:24px; background:url(".jpg ");  transform:translateY(-50%)}
	#header .global .comm_menu > li > a{position:relative;display:inline-block;font-size:1.6em;font-weight:600;color:#000; letter-spacing:-0.5px;vertical-align:top;transition:all 0.2s}
	#header .global .comm_menu > li > a:hover{color:#a62a68}
	#header .global .comm_menu > li > a:before{content:'';position:absolute;bottom:-10px; left:50%;width:0px;height:3px;background:#fff;transition:all 0.5s}
	#header .global .comm_menu > li > a:hover:before{width:100%;margin-left:-50%}
	#header .global .comm_menu > li > .depth2{position:absolute;top:90%;left: 50%; margin-top:50px; margin-left: -85%;padding:10px 0;width: 105%;height:auto;background:#fff;opacity:0;visibility:hidden;transition:all 0.1s; border-radius: 3%}
    #header .global .comm_menu > li > .depth2 > li{line-height:35px}
	#header .global .comm_menu > li > .depth2 > li > a{position:relative;display:inline-block;font-size:1.0em;font-weight:600;color:#000;letter-spacing:-0.5px;vertical-align:top;transition:all 0.5s}
	#header .global .comm_menu > li > .depth2 > li > a:hover{color:#a62a68}
	#header .global .comm_menu > li.sel > .depth2{top:100%;opacity:1;visibility:visible;transition:all 0.2s}
	#header .global .notice{position:absolute;z-index:6;top:0;right:0;width:300px}
	#header .global .notice .ntc{position:relative;padding:10px 0;padding-left:35px;padding-right:30px;width:100%;height:50px;overflow:hidden}
	#header .global .notice .ntc:before{content:'';position:absolute;top:50%;left:0;margin-top:-10px;width:24px;height:20px;background:url("../img/ntcimg.png") no-repeat 50% 50%}
	#header .global .notice .ntc .desc{line-height:30px;border:0;font-size:13px;font-weight:400;color:rgba(0,0,0,0.75);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
	#header .global .notice .ntc .desc a{display:block;font-size:13px;font-weight:400;/*color:rgba(0,0,0,0.75);*/color:#fff;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
	#header .global .notice .ntc .desc a:hover{color:#efefef;text-decoration:underline}
	#header .global .notice .ctrl{position:absolute;top:0;right:0;padding:10px 0;width:25px}
	#header .global .notice .ctrl button{display:block;width:25px;height:15px;line-height:15px;font-size:15px; /*color:#ccc;*/ color:#fff; background:none;}
	#header .global .notice .ctrl button:hover{/*color:#999999;*/ color:#1da292;}

	/*커뮤니티 메뉴*/
	#header .global .comm_menu li.home-back{padding:0 20px; background-color:#2c8229; box-shadow:inset 4px 2px 12px rgba(68,68,68,0.5);}
	#header .global .comm_menu li.home-back:hover{background-color:#91ad52;}
	
	/* 커뮤니티 */
	#global .depth1{float:left}
	#global .depth1:after{display:block;visibility:hidden;clear:both;content:""}
	#global .depth1 .dl1{float:left;position:relative;padding:0 25px;line-height:50px;text-align:center}
	#global .depth1 .dl1:nth-child(n+2):before{content:'';position:absolute;top:50%;left:0;width:1px;height:10px;background:rgba(5, 56, 83, 0.1);transform:translateY(-50%)}
	#global .depth1 .dl1 .da1{position:relative;display:inline-block;font-size:15px;font-weight:500;color:#000000;letter-spacing:-0.5px;vertical-align:top;transition:all 0.5s}
	#global .depth1 .dl1:hover .da1{color:#000000}
	#global .depth1 .dl1 li a:before{content:'';position:absolute;bottom:0;left:50%;width:0px;height:3px;background:rgb(5, 56, 99);transition:all 0.5s}
	#global .depth1 .dl1 li a:hover:before{width:100%;margin-left:-50%}
	#global .depth1 .da1 span{position:relative}
	#global .depth2{position:absolute;z-index:104;top:85px;left:50%;padding:0px 0 25px 0;margin-left:-50%;width:100%;background:#00265b;background-size:cover;box-shadow:5px 5px 10px rgba(0,0,0,0.15);visibility:hidden;opacity:0}
	#global .depth2 .da2{position:relative;display:block;padding:8px 10px;line-height:25px;font-size:15px;font-weight:400;color:rgba(255,255,255,0.5);text-align:center}
	#global .depth2 .da2:hover,
	#global .depth2 .da2.sel,
	#global .depth2 .da2:focus{color:#fff}
	#global .depth3{padding:1px 0;margin-left:30px}
	#global .depth3 .da3{position:relative;display:block;padding-left:10px;line-height:1.2;font-size:13px;font-weight:400;color:rgba(0,0,0,0.5);text-align:left}
	#global .depth3 .da3:before{content:'';position:absolute;top:0;left:0;bottom:0;width:1px;height:100%;background:rgba(0,0,0,0.5)}
	#global .depth3 .da3:hover,
	#global .depth3 .da3.sel,
	#global .depth3 .da3:focus{color:#222;text-decoration:underline}
	#global .depth3 .da3:hover:before,
	#global .depth3 .da3.sel:before,
	#global .depth3 .da3:focus:before{background:#222}

	/* category */
	#category{position:absolute; z-index:1000; top:20px; left:50px; width:105%; background:#fefefe; border-top:1px solid #efefef; opacity:0; visibility:hidden; transition:all 0.5s; box-shadow:-2px 3px 10px rgba(39,39,39,0.5);}
	#category.sel{top:20px; opacity:1; visibility:visible;}
	#category .title{display:none;}
	#category .cateMenu,
	#category .memberMenu{overflow:hidden; border-top:1px solid #f2f2f2;}
	#category .tit{float:left; width:15%; position:relative; padding:10px 0; text-align:center; letter-spacing:-1px; font-size:20px; font-weight:700;}
	#category .list{position: relative;}
	#category .cate{font-size:0;}
	#category .cate_li_1{display:inline-block; width:12.5%; min-height:10px; margin:10px; padding-top:20px; vertical-align:top;}
	#category .cate_li_1_a{position:relative; display:block; margin-bottom:20px; line-height:40px; font-size:20px; text-align:center; font-weight:600; color:#333; background-color:#f4f4f4; border:solid 1px #ddd; }
	#category .cate_li_1 button{display:none;}
	#category .cate_li_2{display:inline-block; width:12.5%; min-height:10px; margin:10px; padding-top:20px; vertical-align:top;}
	#category .cate_li_2_a{position:relative; display:block; margin-bottom:20px; line-height:40px; font-size:20px; text-align:center; font-weight:600; color:#333; background-color:#f4f4f4; border:solid 1px #ddd; }
	#category .cate_li_2 button{display:none;}
	/*#category .cate_li_2{}
	#category .cate_li_2 a{display:block; line-height:20px; font-size:15px; font-weight:400; color:#999;}
	#category .cate_li_2 a:hover{color:#000000; text-decoration:underline;}*/
	#category .member,
	#category .search,
	#category .memberlist,
	#category .today,
	#category .tool,
	#category .menutabs{display:none;}
	#category .foot{border-top:1px solid #e9e9e9; background:#fafafa;}
	#category .foot .close_btn{float:right; width:50px; height:50px; background:none; color:#ccc; border:0; vertical-align:top; font-size:18px;}
	#category .foot .close_btn:hover{color:#111;}

	/* sidemenu */
	#sidemenu{height:100%; position:fixed; top:0; right:-230px; z-index:120; transition:all 0.5s;}
	#sidemenu.sel{right:0;}
	#sidemenu .quickmenu{position:absolute; z-index:1; top:50%; left:-65px; width:55px; transform:translate(0,-50%);}
	#sidemenu .quickmenu li{position:relative;}
	#sidemenu .quickmenu li:nth-child(n+2){margin-top:10px;}
	#sidemenu .quickmenu li button{width: 50px;height: 50px; border:0; font-size:20px; border-radius:50%; border:1px solid transparent; background:rgba(0,0,0,0.75);/*rgba(5, 56, 99, 0.75);*/box-shadow:0 0 10px rgba(5, 56, 99, 0.05); color:#fff;}
	#sidemenu .quickmenu li button:hover{background:#999 ;}
	#sidemenu .quickmenu li .tit{position:absolute; top:12px; right:60px; white-space:pre; padding:0 15px; line-height:30px; background:#000000; color:#fff; font-size:12px; letter-spacing:-0.5px; opacity:0; visibility:hidden; transition:all 0.3s;}
	#sidemenu .quickmenu li .tit:after{content:""; position:absolute; top:10px; right:-8px; display:inline-block; width:0; height:0; border-style:solid; border-top:5px solid transparent; border-bottom:5px solid transparent; border-left:5px solid #000000; color:transparent;}
	#sidemenu .quickmenu li:hover .tit{opacity:1; visibility:visible;}
	#sidemenu .quickmenu li .btn_sm_on{/*background:#fff;*/ background:#fff ; border-color: #f4f4f4;}
	#sidemenu .quickmenu li .btn_sm_on i{/*color:#000000;*/ color:#fff;}
	#sidemenu .sidecon{position:relative; z-index:2000; width:230px; height:100%; text-align:left; border-left:1px solid #e5e7ea; background:#fff; }
	#sidemenu .sidecon .item{position:absolute; top:0; left:0; width:230px; overflow-y:auto; height:100%; opacity:0; visibility:hidden;}
	#sidemenu .sidecon .item.sel{opacity:1; visibility:visible; box-shadow:10px 10px 40px rgba(0,0,0,0.3);}

	#sidemenu .sidecon .item > .inner{position:relative; padding:0; height:100%; overflow-y:auto; width:230px; height:100%; background:#fff;}
	#sidemenu .sidecon .item > .inner{transform:translateZ(0);transform-style:preserve-3d;transition-delay:.05s;transition-duration:.05s;transition-property:transform, left;transition-timing-function:cubic-bezier(.4, 0, .2, 1);scrollbar-3dLight-Color:#efefef;scrollbar-arrow-color:#dfdfdf;scrollbar-base-color:#333949;scrollbar-Face-Color:#fff;scrollbar-Track-Color:#333949;scrollbar-DarkShadow-Color:#efefef;scrollbar-Highlight-Color:#efefef;scrollbar-Shadow-Color:#333949}
	#sidemenu .sidecon .item > .inner::-webkit-scrollbar-track{background-color:#fafafa}
	#sidemenu .sidecon .item > .inner::-webkit-scrollbar{width:3px;background-color:transparent}
	#sidemenu .sidecon .item > .inner::-webkit-scrollbar-thumb{background-color:#ccc}
	#sidemenu .sidecon .item > .inner .s_h2{position:relative;margin:0;line-height:25px;font-size:15px;font-weight:500;padding:15px 15px;border-bottom:1px solid #e5e7ea}
	#sidemenu .sidecon .item > .inner .s_h2 span{display:inline-block; margin-left:5px; min-width:25px; line-height:25px; color:#000000; font-size:13px; font-weight:600; background:#f2f3f7; vertical-align:top; border-radius:30px; text-align:center;}
	#sidemenu .sidecon .item > .inner .btn_side_shop{position:relative;width:100%;height:30px;background:none;border:0;text-align:left;font-weight:bold}
	#sidemenu .sidecon .item > .inner .btn_side_shop span{position:absolute;top:5px;right:0;padding:0 5px;line-height:20px;border-radius:10px;color:#fff;background:#ed1c24}
	#sidemenu .sidecon .item > .inner .con_close{position:fixed;top:0;right:230px;width:50px;height:50px;border:0;background:none;font-size:25px;color:#dedede}
	#sidemenu .sidecon .item > .inner .con_close:hover{color:rgba(0,0,0,0.8)}
	#sidemenu .sidecon .item > .inner .side_tnb{padding:25px}
	#sidemenu .sidecon .item > .inner .side_tnb li a{display:block;line-height:28px;color:#465168;padding:5px 0}
	#sidemenu .sidecon .item > .inner .side_tnb li:hover a{color:#000000}
	
	/* container */
	#container{position:relative; min-height:545px;}
	#container:after{content:'';display:table;line-height:0;clear:both}
	#container.shop #title{position:relative; line-height:30px; background-attachment:fixed; text-align:left; padding:30px 0 10px 0;}
	#container.shop #title h3{display:block; font-size:27px; font-weight:500; color:#000; letter-spacing:-1.8px; font-family:'GmarketSansBold';}
	#container.shop #title .mob{display:none}
	#container.comm #title{position:relative;padding:50px 0 20px 0;line-height:30px;background-attachment:fixed;text-align:center}
	#container.comm #title h3{display:block; text-align:center; font-size:25px; font-weight:500; color:#000000; letter-spacing:-0.5px; font-family: 'GmarketSansBold';}
	#container.comm #title .mob{display:none;}
	#container.comm .section .khwrap{width:100% !important;}
	#container .content{position:relative; min-height:940px}
	
	/* aside*/
	#container .aside{float:left; width:20%; vertical-align:top;}
	#container .section{float:right; width:80%; padding-left:5%; vertical-align:top;}
	#container .snb h2{padding:22px 0; font-size:23px; font-weight:400; color:#317750; border-bottom:2px solid #317750;}
	#container .snb ul{padding:20px;}
	#container .snb ul li a{display:block; padding:5px 0; font-size:14px; font-weight:500; color:#777;}
	#container .snb .sel a{color:#317750}
	#container .etc .number{margin-top:30px}
	#container .etc .phone{padding:20px;background:#f7f7f7;box-sizing:border-box}
	#container .etc .phone span{display:block;line-height:1;font-size:14px;color:#000}
	#container .etc .phone strong{display:block;line-height:1;font-size:26px;color:#317750}
	#container .etc .week{margin-bottom:10px;padding:0 20px;background:#f7f7f7}
	#container .etc .week ul{padding:10px 0 20px 0;border-top:1px solid #ddd}
	#container .etc .week ul li{padding:3px 0;overflow:hidden}
	#container .etc .week ul li span{float:left;font-size:12px;font-weight:300;color:#000}
	#container .etc .week ul li strong{float:right;padding:0 0 0 10px;font-size:12px;font-weight:400;color:#000}
	#container .etc .counsel{position:relative;margin-bottom:10px;padding:20px;padding-right:0;background:#f7f7f7}
	#container .etc .counsel i{position:absolute;top:20%;right:10px;font-size:48px}
	#container .etc .banner a{display:block;margin-bottom:10px;padding:10px 20px;border:1px solid #d1d1d1;border-radius:3px}
	#container .etc .banner a i{float:right;font-size:20px;color:#777}

	
	/* footer */
	#footer{background:#333}
	#footer .fnb{border-bottom:1px solid #555}
	#footer .fnb .link{}
	#footer .fnb .link li{float:left;padding:10px 0}
	#footer .fnb .link li a{display:block;padding:0 15px;line-height:30px;font-size:14px;font-weight:400;color:#ccc;letter-spacing:-0.5px}
	#footer .fnb .link li a strong{font-weight:600;color:#fff}
	#footer .fnb .link li a:hover{color:#fff}
	#footer .footer{padding:30px 0 60px 0}
	#footer .footer h2{position:absolute;top:0;left:50px;}
	#footer .footer h2 img{width:auto;max-width:150px;height:auto}
	#footer .footer address{display:block;padding-left:250px;padding-right:10%}
	#footer .footer address br{display:none}
	#footer .footer address span{display: inline-block;padding-right: 10px;line-height:24px;font-size:13px;font-weight:300;color:rgba(255,255,255,0.5);}
	#footer .footer address span i.num{/*font-style:initial;*/font-style:normal;}
	#footer .footer address span i.num a{color:rgba(255,255,255,0.5) !important;}
	#footer .footer address span strong{display:inline-block;line-height: 24px;font-size: 13px;font-weight: 400;margin-right: 2px;color: rgba(255,255,255,0.75);}
	#footer .footer cite{display:block;padding:0 0 0 250px;padding-right:25%;font-size:12px;font-weight:300;color:rgba(255,255,255,0.5)}
	#footer .footer p{display:block;padding:5px 0 0 250px;padding-right:25%;font-size:11px;font-weight:300;color:rgba(255,255,255,0.4)}
	#footer .back-top{display:none;}


	/* captcha */
	#captcha{display:inline-block;position:relative}
	#captcha legend{position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
	#captcha #captcha_img{height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
	#captcha #captcha_mp3{margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px}
	#captcha #captcha_reload{margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
	#captcha #captcha_key{margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;vertical-align:top}
	#captcha #captcha_info{display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
	
	/* ckeditor */
	.cke_sc{margin:0 0 5px;text-align:right}
	.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
	.cke_sc_def{margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
	.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
	.cke_sc_def dl:after{display:block;visibility:hidden;clear:both;content:""}
	.cke_sc_def dt, .cke_sc_def dd{float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
	.cke_sc_def dt{width:20%;font-weight:bold}
	.cke_sc_def dd{width:30%}
	#bo_v_con ul{display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
	#bo_v_con ol{display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
	#bo_v_con li{display:list-item}
	
	/* 버튼 */
	a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
	-webkit-transition:background-color 0.3s ease-out;
	-moz-transition:background-color 0.3s ease-out;
	-o-transition:background-color 0.3s ease-out;
	transition:background-color 0.3s ease-out}
	
	a.btn01{display:inline-block;padding:7px 15px;font-size:13px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
	a.btn01:focus, a.btn01:hover{text-decoration:none}
	button.btn01{display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
	a.btn02{display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
	a.btn02:focus, .btn02:hover{text-decoration:none}
	button.btn02{display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
	
	.btn_confirm{text-align:right} /* 서식단계 진행 */
	
	.btn_submit{border:0; background:#555; color:#fff; cursor:pointer;}
	.btn_close{border:1px solid #dcdcdc; cursor:pointer; background:#fff;}
	a.btn_close{text-align:center; line-height:50px;}
	
	
	a.btn_cancel{display:inline-block; background:#969696; color:#fff; text-decoration:none; vertical-align:middle;}
	button.btn_cancel{display:inline-block; background:#969696; color:#fff; text-decoration:none; vertical-align:middle;}
	.btn_cancel:hover{background:#aaa;}
	a.btn_frmline, button.btn_frmline,a.btn_idcheck{display:inline-block; padding:0 15px; height:40px; line-height:38px; border:1px solid #d0d3db; background:#fff; color:#434a54; text-decoration:none; vertical-align:top; text-align:center;} /* 우편번호검색버튼 등 */
	a.btn_frmline{}
	button.btn_frmline{font-size:13px;}
	
	/* 게시판용 버튼 */
	a.btn_b01,.btn_b01{display:inline-block; color:#bababa; text-decoration:none; vertical-align:middle; border:0; background:transparent;}
	.btn_b01:hover, .btn_b01:hover{color:#000;}
	a.btn_b02,.btn_b02{display:inline-block; background:#253dbe; padding:0 10px; color:#fff; text-decoration:none; border:0; vertical-align:middle;}
	a.btn_b02:hover, .btn_b02:hover{background:#0025eb}
	a.btn_b03, .btn_b03{display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle;}
	a.btn_b03:hover, .btn_b03:hover{background:#ebedf6;}
	a.btn_b04, .btn_b04{display:inline-block; background:#fff; border:1px solid #ccc; color:#707070; text-decoration:none; vertical-align:middle;}
	a.btn_b04:hover, .btn_b04:hover{color:#333; background:#f9f9f9}
	a.btn_admin,.btn_admin{display:inline-block; color:#000000; text-decoration:none; vertical-align:middle} /* 관리자 전용 버튼 */
	.btn_admin:hover, a.btn_admin:hover{color:#ff3746;}
	
	
	/* 기본테이블 */
	.tbl_wrap table{width:100%; border-collapse:collapse; border-spacing:0 5px; background:#fff; border-top:1px solid #ececec; border-bottom:1px solid #ececec;} 
	.tbl_wrap caption{padding:10px 0; font-weight:bold; text-align:left;}
	
	.tbl_head01{margin:0 0 10px;}
	.tbl_head01 caption{padding:0; font-size:0; line-height:0; overflow:hidden;}

	.tbl_head01 thead th{padding:20px 0; font-weight:normal; text-align:center; border-bottom:1px solid #ececec; height:40px;}
	.tbl_head01 thead th input{vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
	.tbl_head01 tfoot th, .tbl_head01 tfoot td{padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
	.tbl_head01 tbody th{padding:8px 0;border-bottom:1px solid #e8e8e8}
	.tbl_head01 td{color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
	.tbl_head01 tbody tr:hover td{background:#fafafa}
	.tbl_head01 a:hover{text-decoration:underline}
	
	.tbl_head02{margin:0 0 10px}
	.tbl_head02 caption{padding:0;font-size:0;line-height:0;overflow:hidden}
	.tbl_head02 thead th{padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
	.tbl_head02 thead a{color:#383838}
	.tbl_head02 thead th input{vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
	.tbl_head02 tfoot th, .tbl_head02 tfoot td{padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
	.tbl_head02 tbody th{padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
	.tbl_head02 td{padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
	.tbl_head02 a{}
	
	.tbl_head03{margin:0 0 20px;}
	.tbl_head03 table{border-bottom:1px solid #ddd !important;}
	.tbl_head03 caption{padding:0;font-size:0;line-height:0;overflow:hidden}
	.tbl_head03 thead th{padding:15px 0; width:40px; color:#383838; font-size:14px; font-weight:500; text-align:center; letter-spacing:-0.5px; border-top:1px solid #959da6; border-bottom:1px solid #d3d3d3;}
	.tbl_head03 table tr:nth-child(1){background:#f5f5f5;}
	.tbl_head03 thead th .selec_chk + label span,
	.tbl_head03 tbody td .selec_chk + label span{top:50%;left:50%;margin:-6.5px 0 0 -6.5px}
	.tbl_head03 thead a{color:#383838}
	.tbl_head03 thead th input{vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
	.tbl_head03 tfoot th, .tbl_head03 tfoot td{padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
	.tbl_head03 tbody th{padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
	.tbl_head03 td{background:#fff; background-clip:padding-box; padding:25px 15px; border-top:1px solid #ccd2d9; border-left:1px solid #ededed; line-height:20px; word-break:break-all; text-align:center;}
	.tbl_head03 td:first-child{border-left:0}
	.tbl_head03 a{}
	
	/* 폼 테이블 */
	.tbl_frm01{margin:0 0 20px}
	.tbl_frm01 table{width:100%;border-collapse:collapse;border-spacing:0}
	.tbl_frm01 th{width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;border-right:0;background:#fff;text-align:left}
	.tbl_frm01 td{padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
	.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input{min-width: 200px;border:1px solid #ddd;background:#fff;color:#000;vertical-align:middle;padding:5px 10px; /*-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);*/}
	.tbl_frm01 textarea{padding:10px}
	.frm_input{height:40px}
	
	.full_input{width:100%}
	.half_input{width:49.5%}
	.twopart_input{width:385px;margin-right:10px}
	.tbl_frm01 textarea, .write_div textarea{width:100%;height:100px}
	.tbl_frm01 a{text-decoration:none}
	.tbl_frm01 .frm_file{display:block;margin-bottom:5px}
	.tbl_frm01 .frm_info{display:block;padding:0 0 5px;line-height:1.4em}
	
	/*기본 리스트*/
	.list_01 ul{border-top:1px solid #ececec}
	.list_01 li{border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
	.list_01 li:nth-child(odd){background:#f6f6f6}
	.list_01 li:after{display:block;visibility:hidden;clear:both;content:""}
	.list_01 li:hover{background:#f9f9f9}
	.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
	
	.list_02 ul{font-size:0;margin: 0 -10px;overflow: hidden;}
	.list_02 ul:after{display:block;visibility:hidden;clear:both;content:""}
	.list_02 li{display: inline-block;width: 20%;padding: 0 10px 10px;}
	/*.list_02 li:nth-child(5n+1){clear:both;margin-left:0}*/
	

	/*폼 리스트*/
	.form_01 h2{font-size:16px;font-weight: 500;color: #333;}
	.form_01 li{margin-bottom:10px}
	.form_01 ul:after,
	.form_01 li:after{display:block;visibility:hidden;clear:both;content:""}
	.form_01 .left_input{float:left}
	.form_01 .margin_input{margin-right:1%}
	.form_01 textarea{height:100px;width:100%}
	.form_01 .frm_label{display:inline-block;width:130px}
	
	/* 자료 없는 목록 */
	.empty_table{padding:50px 0 !important;text-align:center}
	.empty_list{padding:20px 0 !important;color:#666;text-align:center}
	
	/* 필수입력 */
	.required, textarea.required{background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}
	
	/* 테이블 그리드 padding 0 5px 고려한 넓이 */
	.grid_1{width:40px}
	.grid_2{width:90px}
	.grid_3{width:140px}
	.grid_4{width:190px}
	.grid_5{width:240px}
	.grid_6{width:290px}
	.grid_7{width:340px}
	.grid_8{width:390px}
	.grid_9{width:440px}
	.grid_10{width:490px}
	.grid_11{width:540px}
	.grid_12{width:590px}

	.grid_13{width:640px}
	.grid_14{width:690px}
	.grid_15{width:740px}
	.grid_16{width:790px}
	.grid_17{width:840px}
	.grid_18{width:890px}
	
	/* 테이블 항목별 정의 */
	.td_board{width:80px;text-align:center}
	.td_category{width:80px;text-align:center}
	.td_chk{width:30px;text-align:center}
	.td_date{width:60px;text-align:center}

	.td_datetime{width:110px;text-align:center}
	.td_group{width:80px;text-align:center}
	.td_mb_id{width:100px;text-align:center}
	.td_mng{width:80px;text-align:center}
	.td_name{width:100px;text-align:left}
	.td_nick{width:100px;text-align:center}
	.td_num{width:50px;text-align:center}
	.td_numbig{width:80px;text-align:center}
	.td_stat{width:60px;text-align:center}
	
	.txt_active{color:#5d910b}
	.txt_done{color:#ea7026;}
	.txt_expired{color:#ccc}
	.txt_rdy{/*color:#8abc2a*/ color:#bbb;}
	
	/* 새창 기본 스타일 */
	.new_win{position:relative}
	.new_win .tbl_wrap{margin:0 20px}
	.new_win #win_title{font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
	box-shadow:0 1px 10px rgba(0,0,0,.1)}
	.new_win #win_title .sv{font-size:0.75em;line-height:1.2em}
	.new_win .win_ul{margin-bottom:15px;padding:0 20px}
	.new_win .win_ul:after{display:block;visibility:hidden;clear:both;content:""}
	.new_win .win_ul li{float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
	.new_win .win_ul li:first-child{margin-left:0}
	.new_win .win_ul li a{display:block;padding:8px 0;color:#6794d3}
	.new_win .win_ul .selected{background:#3a8afd;border-color:#3a8afd;position:relative;z-index:500}
	.new_win .win_ul .selected a{color:#fff;font-weight:bold}
	.new_win .win_desc{position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
	.new_win .win_desc i{font-size:1.2em;vertical-align:baseline}
	.new_win .win_desc:after{content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453; 0 0 3px}
	.new_win .frm_info{font-size:14px;color:#919191}
	.new_win .win_total{float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
	.new_win .new_win_con{margin:20px 0;padding:20px}
	.new_win .new_win_con:after{display:block;visibility:hidden;clear:both;content:""}
	.new_win .new_win_con2{margin:20px 0}
	.new_win .btn_confirm:after{display:block;visibility:hidden;clear:both;content:""}
	.new_win .win_btn{text-align:center;}
	.new_win .btn_close{height:45px;width:60px;font-size:14px;font-weight:500;overflow:hidden;cursor:pointer}
	.new_win .btn_submit{padding:0 20px;height:45px;font-size:14px;font-weight:500}
	
	/* 검색결과 색상 */
	.sch_word{color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}
	
	/* 자바스크립트 alert 대안 */
	#validation_check{margin:100px auto;width:500px}
	#validation_check h1{margin-bottom:20px;font-size:1.3em}
	#validation_check p{margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}
	
	/* 사이드뷰 */
	.sv_wrap{position:relative;font-weight:normal}
	.sv_wrap .sv{z-index:1000;display:none;margin:5px 0 0;font-size:14px;background:#333;
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
	.sv_wrap .sv:before{content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
	.sv_wrap .sv a{display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
	.sv_wrap .sv a:hover{background:#000;color:#fff}
	.sv_member{color:#333}

	.sv_on{display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
	.sv_nojs .sv{display:block}
	
	/* 페이징 */
	.pg_wrap{clear:both;display:block;padding:25px 0;text-align:center}
	.pg_wrap:after{display:block;visibility:hidden;clear:both;content:""} 
	.pg{font-size:0;text-align:center}
	.pg_page, .pg_current{display:inline-block;margin:0 2px;vertical-align:middle;background:#fafafa;border:1px solid #e9e9e9}
	.pg a:focus, .pg a:hover{text-decoration:none}
	.pg_page{color:#959595;font-size:13px;height:36px;line-height:36px;min-width:36px;text-decoration:none}
	.pg_page:hover{background-color:#fafafa}
	.pg_start{text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
	.pg_prev{text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
	.pg_end{text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fafafa;padding:0;border:1px solid #eee}
	.pg_next{text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
	.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}
	.pg_current{display:inline-block;background:#fff;border:1px solid #333;color:#333;font-size:13px;font-weight:500;height:36px;width:36px;line-height:36px;text-align:center}
	
	/* 팁 */
	.tooltip_icon{display:inline-block;vertical-align:middle;color:#b3b5b8;border:0;font-size: 20px;background:transparent;cursor:pointer;}
	.tooltip_icon:hover{color:#000000}
	.tooltip{position:relative;width:auto;color:#fff;background:#000;padding:10px;font-size:small;line-height:18px;display:none;position:absolute;z-index:9;font-weight:normal;margin-left:15px;margin-top:20px}
	.tooltip:before{content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000}
	
	.tooltip_txt{position:relative;text-align:left;color:#fff;height:50px;line-height:50px;font-size:1.1em;background:#f2838f;margin:0 0 10px;padding:0 20px;border-radius:5px;font-weight:bold}
	.tooltip_txt:before{content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453}
	.tooltip_txt i{font-size:1.2em;vertical-align:middle}
	
	/* cheditor 이슈 */
	.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before{ -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box}
	
	/* Mobile화면으로 */
	#device_change{display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

	/*.sit_dex_box img{width:900px;}*/

}

@media (max-width:1580px) and (min-width:1260px) {
	#header{position:fixed; width:100%; left:-5%; height:70px; display:block;   top:0; z-index:500;}
	#header .global .comm_menu{float:left; width:960px; }
	#header .global .comm_menu:after{display:block;visibility:hidden;clear:both;content:""}
	#header .global .comm_menu > li{float:left; left:35%; top:20px;  position:relative;padding-right:70px; line-height:70px; color:#efefef; text-align:center}
	#khplay .khwrap{position:relative;margin:0 auto;width:1100px;zoom:1}
	#header .global .menuOpen .bars{position:absolute; top:45px; right:150%;  width:30px; height:16px;}
	#category .cate_li_1{display:inline-block; width:12.3%; min-height:10px; margin:10px; padding-top:20px; vertical-align:top;}
	#category .cate_li_1_a{position:relative; display:block; margin-bottom:10px; line-height:40px; font-size:17px; text-align:center; font-weight:600; color:#333; background-color:#f4f4f4; border:solid 1px #ddd; }
	#category .cate_li_1 button{display:none;}
	#category .cate_li_2{display:inline-block; width:12.3%; min-height:10px; margin:10px; padding-top:20px; vertical-align:top;}
	#category .cate_li_2_a{position:relative; display:block; margin-bottom:10px; line-height:40px; font-size:17px; text-align:center; font-weight:600; color:#333; background-color:#f4f4f4; border:solid 1px #ddd; }
	#category .cate_li_2 button{display:none;}


}

@media (max-width:1259px) and (min-width:748px) {
	
	/* Tablet v.css */
	#khplay{position:relative;width:100%;height:100%}
	#khplay .khwrap{position:relative;width:100%;zoom:1}
	#khplay .khwrap:before,
	#khplay .khwrap:after{content:'';display:table;line-height:0;clear:both}
	
	/* popup layer */
	#khpopup{position:relative;z-index:10002}
	#khpopup h2{display:none;font-size:0}
	#khpopup .khpop{position:absolute;box-shadow:0px 3px 1px rgba(0,0,0,0.05)}
	#khpopup .khpop .img{border:1px solid #ddd}
	#khpopup .khpop .img img{width:100%;height:auto;vertical-align:middle}
	#khpopup .control{border:1px solid #ddd;border-top:0;background:#fff;overflow:hidden}
	#khpopup .control button{float:left;width:50%;font-size:13px;color:#333;height:40px;line-height:40px;background:none;text-align:center}
	#khpopup .control button:first-child{border-right:1px solid #ddd}
	#khpopup .control .khpop_close{float:right}
	
	/* preview */
	#preview{position:relative;z-index:110}
	#preview *{color:#fff;border:0}
	#preview .preview .desc{border:0;background:#222}
	#preview .preview .desc a{display:block;text-align:center}
	#preview .preview .desc img{display:block;margin:0 auto;width:auto;max-width:100%;height:auto;verical-align:top}
	#preview .nopreview{padding:20px 0;text-align:center;/*background:#000000*/background:url("/theme/taurus/img/banner_bg.jpg")repeat-x 50% 50%;}
	#preview .nopreview .tit{font-size:20px; color:#fff; text-align:left; text-indent:4%; font-style:italic;}
	#preview .nopreview .tit:after{content:""; display:block; background:url("/theme/taurus/img/coupon.png")no-repeat; position:absolute; top:-64%; right:7%; width:120px; height:65px; background-size:contain;}
	#preview .nopreview .tit strong{color:#fff}
	#preview .nopreview .txt{font-size:12px;font-weight:300;color:#fff}
	#preview .nopreview .tit i{color:#f2be22;}
	#preview .nopreview .txt span{color:#fff}
	#preview .close{position:absolute;top:50%;right:20px;margin-top:-12px;line-height:24px}
	#preview .close a{font-size:24px;vertical-align:top}
	#preview .close a span{display:none}
	#preview .todays{display: none;position:absolute;top:50%;left:65px;margin-top:-12px;line-height:24px;}
	#preview .todays label{position:relative;padding-left:20px;display:block;line-height:24px;font-size:14px;color:rgba(255,255,255,0.75);letter-spacing:-0.5px;cursor:pointer}
	#preview .todays label:before{content:'';position:absolute;top:50%;left:0;margin-top:-7px;width:12px;height:12px;border:1px solid rgba(255,255,255,0.2);background:none}
	#preview .todays label:after{content:"\e929";display:none;position:absolute;top:50%;left:0;margin-top:-6px;width:12px;height:12px;line-height:12px;font-family:xeicon;text-align:center}
	#preview .todays input[id="chkbox"]{display:none}
	#preview .todays input[id="chkbox"]:checked + label{color:#fff}
	#preview .todays input[id="chkbox"]:checked + label:before{border-color:#fff}
	#preview .todays input[id="chkbox"]:checked + label:after{display:block}

	/* header */
	#header{position:fixed;z-index:110;}
	#header .tnb{position:relative;z-index:101;border-bottom:1px solid #e9e9e9;background:#fafafa}
	#header .tnb .define{float:left}
	#header .tnb .define:after{content:'';display:table;line-height:0;clear:both}
	#header .tnb .define > ul > li{float:left;position:relative;padding:0 15px;line-height:14px;text-align:center}
	#header .tnb .define > ul > li > a{display:block;padding:10px 0;font-size:12px;font-weight:500;color:#999;letter-spacing:-0.5px}
	#header .tnb .define > ul > li.active{;border-left:1px solid #eee;border-right:1px solid #eee}
	#header .tnb .define > ul > li.active:before{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:1px;}
	#header .tnb .define > ul > li.active > a,
	#header .tnb .define > ul > li > a:hover{color:#222}
	#header .tnb .qnb{float:right}

	#header .tnb .qnb > ul > li.pay{line-height:31px; padding:0 3px;}

	#header .tnb .qnb:after{content:'';display:table;line-height:0;clear:both}
	#header .tnb .qnb > ul > li{float:left;position:relative;padding:0 15px;line-height:14px;text-align:center}
	#header .tnb .qnb > ul > li:nth-child(n+2):before{content:'';position:absolute;top:50%;left:0;width:1px;height:8px;margin-top:-4px;background:#eee}
	#header .tnb .qnb > ul > li > a{display:block;padding:10px 0;font-size:12px;font-weight:500;color:#999;letter-spacing:-0.5px}
	#header .tnb .qnb > ul > li.active > a,
	#header .tnb .qnb > ul > li > a:hover{color:#222}
	#header .tnb .qnb > ul > li > ul{display:none;position:absolute;top:34px;left:50%;margin-left:-70%;width:140%;padding:15px;;border:1px solid #eee;transition:all 0.3s}
	#header .tnb .qnb > ul > li > ul > li{display:block;text-algin:center}
	#header .tnb .qnb > ul > li > ul > li > a{line-height:30px;font-size:12px;color:#555}
	#header .tnb .qnb > ul > li:hover > ul{display:block}
	#header .header{position:fixed;z-index:1000;padding:0 20px;}
	#header .header .logo{display:inline-block;padding:25px 0;text-align:left; position:relative;}
	#header .header .logo a{display:inline-block}
	#header .header .logo a img{width:auto;height:auto;max-width:125px}
	#header .header .mhome-back{display:none;}
	#header .header .search{display:none; position:absolute;top:50%;left:50%;margin:-20px 0 0 -150px}
	#header .header .search > fieldset{overflow:hidden}
	#header .header .search > fieldset > form > input{float:left;min-width:250px;height:40px;padding:0 12px;background:#fff;font-size:13px;color:#333;border-radius:3px 0 0 3px;border:1px solid #c9c9c9;border-right:0}
	#header .header .search > fieldset > form > input::placeholder{color:#999}
	#header .header .search > fieldset > form > button{float:left;width:50px;height:40px;border:0;color:#fff;border-radius:0 3px 3px 0;background:#333 url(../img/search2.png) no-repeat 50% 50%;background-size:15px auto;cursor:pointer;font-size:22px}
	#header .header .member{position:absolute;right:0;top:50%;transform:translateY(-50%)}
	#header .header .member > ul:after{content:'';display:table;line-height:0;clear:both}
	#header .header .member > ul > li{float:left;width:40px;position:relative;text-align:center}
	#header .header .member > ul > li:nth-child(n+2){margin-left:5px}	
	#header .header .member > ul > li img{opacity:0.5;width:40px}
	#header .header .member > ul > li span{display:none;position:relative;line-height:20px;font-size:12px;font-weight:400;color:#999;text-align:center;background:#fff}
	#header .header .member > ul > li:hover img{opacity:1}
	#header .header .mob{display:none}


	#header .header .logo .etc-logo{display:none;}
	#header .header .logo .pay-logo{display:none;}



	/* shop_global */
	#header .global .menuOpen{display:none; position:relative; width:60px;  height:50px; text-align:right; color:#333; font-size:16px; float:right; line-height:30px; text-indent:6%;}
	#header .global .menuOpen .bars{position:absolute; top:15px; right:1%;  width:30px; height:16px;}
	#header .global .menuOpen .bars > span{position:absolute; display:block; height:2px; background:#000; transition:all 0.5s;}
	#header .global .menuOpen .bars .ba1{top:0; left:0; width:100%;}
	#header .global .menuOpen .bars .ba2{top:50%; left:0; width:100%; margin-top:-1px;}
	#header .global .menuOpen .bars .ba3{top:100%; left:0; width:100%; margin-top:-2px;}
	#header .global .menuOpen.sel .bars .ba1{top:50%; -webkit-transform:rotate(45deg); transform:rotate(45deg);}
	#header .global .menuOpen.sel .bars .ba2{width:0%;}
	#header .global .menuOpen.sel .bars .ba3{top:50%; margin-top:0px; -webkit-transform:rotate(-45deg); transform:rotate(-45deg);}
	#header .global .inner {position:relative; z-index:5; float:left; margin-top:-70px; margin-left:300px; }
	#header .global .inner:after{content:''; display:table; line-height:0; clear:both;}
	#header .global .shop_menu{float:left;}
	#header .global .shop_menu:after{display:block; visibility:hidden;clear:both;content:""}

	#header .global .shop_menu li:nth-child(n+2):before{content:'';position:absolute;top:50%;left:0;width:1px;height:10px; background:#338e30; transform:translateY(-50%)}
	#header .global .shop_menu li a{position:relative;display:inline-block;font-size:16px;font-weight:500;color:#333;letter-spacing:-0.5px;vertical-align:top;transition:all 0.5s}
	#header .global .shop_menu li a:hover{color:#333;}
	#header .global .shop_menu li a:before{content:'';position:absolute;bottom:0;left:50%;width:0px;height:3px;background:rgb(255, 255, 255);transition:all 0.5s}
	#header .global .shop_menu li a:hover:before{width:100%;margin-left:-50%}
	#header .global .comm_menu{float:left; width:800px;}
	#header .global .comm_menu:after{display:block;visibility:hidden;clear:both;content:""}
	#header .global .comm_menu > li{float:left; left:1%; top:10px; position:relative;padding-right:50px; color:#efefef; text-align:center}
	#header .global .comm_menu > li:nth-child(n+2):before{content:''; position:absolute; top:50%; left:12px; width:20px; height:24px; background:url(".jpg ");  transform:translateY(-50%)}
	#header .global .comm_menu > li > a{position:relative;display:inline-block;font-size:1.5em;font-weight:600;color:#000; letter-spacing:-0.5px;vertical-align:top;transition:all 0.2s}
	#header .global .comm_menu > li > a:hover{color:#a62a68}
	#header .global .comm_menu > li > a:before{content:'';position:absolute;bottom:-10px; left:50%;width:0px;height:3px;background:#fff;transition:all 0.5s}
	#header .global .comm_menu > li > a:hover:before{width:100%;margin-left:-50%}
	#header .global .comm_menu > li > .depth2{position:absolute;top:90%;left: 50%; margin-top:50px; margin-left: -85%;padding:10px 0;width: 105%;height:auto;background:#fff;opacity:0;visibility:hidden;transition:all 0.1s; border-radius: 3%}
    #header .global .comm_menu > li > .depth2 > li{line-height:35px}
	#header .global .comm_menu > li > .depth2 > li > a{position:relative;display:inline-block;font-size:1.0em;font-weight:600;color:#000;letter-spacing:-0.5px;vertical-align:top;transition:all 0.5s}
	#header .global .comm_menu > li > .depth2 > li > a:hover{color:#a62a68}
	#header .global .comm_menu > li.sel > .depth2{top:100%;opacity:1;visibility:visible;transition:all 0.2s}



	/* 커뮤니티 */
	#global .depth1{float:left}
	#global .depth1:after{display:block;visibility:hidden;clear:both;content:""}
	#global .depth1 .dl1{float:left;position:relative;padding:0 25px;line-height:50px;text-align:center}
	#global .depth1 .dl1:nth-child(n+2):before{content:'';position:absolute;top:50%;left:0;width:1px;height:10px;background:rgba(5, 56, 83, 0.1);transform:translateY(-50%)}
	#global .depth1 .dl1 .da1{position:relative;display:inline-block;font-size:15px;font-weight:500;color:#000000;letter-spacing:-0.5px;vertical-align:top;transition:all 0.5s}
	#global .depth1 .dl1:hover .da1{color:#000000}
	#global .depth1 .dl1 li a:before{content:'';position:absolute;bottom:0;left:50%;width:0px;height:3px;background:rgb(5, 56, 99);transition:all 0.5s}
	#global .depth1 .dl1 li a:hover:before{width:100%;margin-left:-50%}
	#global .depth1 .da1 span{position:relative}
	#global .depth2{position:absolute;z-index:400;top:85px;left:50%;padding:0px 0 25px 0;margin-left:-50%;width:100%;background:#00265b;background-size:cover;box-shadow:5px 5px 10px rgba(0,0,0,0.15);visibility:hidden;opacity:0}
	#global .depth2 .da2{position:relative;display:block;padding:8px 10px;line-height:25px;font-size:15px;font-weight:400;color:rgba(255,255,255,0.5);text-align:center}
	#global .depth2 .da2:hover,
	#global .depth2 .da2.sel,
	#global .depth2 .da2:focus{color:#fff}
	#global .depth3{padding:1px 0;margin-left:30px}
	#global .depth3 .da3{position:relative;display:block;padding-left:10px;line-height:1.2;font-size:13px;font-weight:400;color:rgba(0,0,0,0.5);text-align:left}
	#global .depth3 .da3:before{content:'';position:absolute;top:0;left:0;bottom:0;width:1px;height:100%;background:rgba(0,0,0,0.5)}
	#global .depth3 .da3:hover,
	#global .depth3 .da3.sel,
	#global .depth3 .da3:focus{color:#222;text-decoration:underline}
	#global .depth3 .da3:hover:before,
	#global .depth3 .da3.sel:before,
	#global .depth3 .da3:focus:before{background:#222}

	/* category */
	#category{position:absolute;z-index:1000;top:0;width:100%;background:#fff;border-bottom:1px solid #e9e9e9;opacity:0;visibility:hidden;transition:all 0.5s}
	#category.sel{top:50px;opacity:1;visibility:visible}
	#category .title{display:none}
	#category .cateMenu,
	#category .memberMenu{overflow:hidden;border-top:1px solid #f2f2f2}
	#category .tit{display:none;float:left;width:15%;position:relative;padding:20px 0;text-align:left;letter-spacing:-1px;font-size:20px;font-weight:700}
	#category .list{width:100%}
	#category .cate{font-size:0}
	#category .cate_li_1{display:inline-block;width:20%;min-height:150px;padding:20px;vertical-align:top}
	#category .cate_li_1_a{position:relative;display:block;margin-bottom:10px;line-height:25px;font-size:15px;font-weight:500;color:#000000}
	#category .cate_li_1 button{display:none}
	#category .cate_li_2{}
	#category .cate_li_2 a{display:block;line-height:25px;font-size:13px;font-weight:400;color:#555}
	#category .cate_li_2 a:hover{color:#000000; text-decoration:underline;}
	#category .tool{font-size:0}
	#category .tool li{display:inline-block;width:16.66%;padding:15px 0;vertical-align:top}
	#category .tool li a{display:block;margin:0 10px 10px 0;line-height:50px;font-size:15px;font-weight:400;color:#333;text-align:center;border-radius:5px;background:#fafafa}
	#category .foot{border-top:1px solid #e9e9e9;background:#fafafa}
	#category .foot .close_btn{float:right;width:50px;height:50px;background:none;color:#ccc;border:0;vertical-align:top;font-size:18px}
	#category .foot .close_btn:hover{color:#111}
    #category .member,
	#category .search,
	#category .memberlist,
	#category .today,
	#category .tool,
	#category .menutabs{display:none}

	/* sidemenu */
	#sidemenu{display:none;height:100%;position:fixed;top:0;right:-230px;background:#fff;z-index:120;transition:all 0.5s}
	#sidemenu.sel{right:0}
	#sidemenu .quickmenu{position:absolute;z-index:1000;bottom:0;left:-55px;width:55px;box-shadow:0 0 20px rgba(0,0,0,0.05)}
	#sidemenu .quickmenu li{position:relative}
	#sidemenu .quickmenu li:nth-child(n+2){border-top:1px solid #375771}
	#sidemenu .quickmenu li button{width:55px;height:55px;border:0;font-size:20px;background:#000000;color:#fff}
	#sidemenu .quickmenu li .tit{position:absolute;top:12px;right:60px;white-space:pre;padding:0 15px;line-height:30px;background:#000000;color:#fff;font-size:12px;letter-spacing:-0.5px;opacity:0;visibility:hidden;transition:all 0.3s}
	#sidemenu .quickmenu li .tit:after{content:"";position:absolute;top:10px;right:-8px;display:inline-block;width:0;height:0;border-style:solid;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;color:transparent}
	#sidemenu .quickmenu li:hover .tit{opacity:1;visibility:visible}
	#sidemenu .quickmenu li .btn_sm_on{background:#fff}
	#sidemenu .quickmenu li .btn_sm_on i{color:#000000}
	#sidemenu .sidecon{position:relative;z-index:200;width:230px;height:100%;text-align:left;border-left:1px solid #e5e7ea}
	#sidemenu .sidecon .item{position:absolute;top:0;left:0;width:230px;overflow-y:auto;height:100%;opacity:0;visibility:hidden}
	#sidemenu .sidecon .item.sel{opacity:1;visibility:visible}
	#sidemenu .sidecon .item > .inner{position:relative;padding:0;height:100%;overflow-y:auto;width:230px;height:100%;background:#fff}
	#sidemenu .sidecon .item > .inner{transform:translateZ(0);transform-style:preserve-3d;transition-delay:.05s;transition-duration:.05s;transition-property:transform, left;transition-timing-function:cubic-bezier(.4, 0, .2, 1);scrollbar-3dLight-Color:#efefef;scrollbar-arrow-color:#dfdfdf;scrollbar-base-color:#333949;scrollbar-Face-Color:#fff;scrollbar-Track-Color:#333949;scrollbar-DarkShadow-Color:#efefef;scrollbar-Highlight-Color:#efefef;scrollbar-Shadow-Color:#333949}
	#sidemenu .sidecon .item > .inner::-webkit-scrollbar-track{background-color:#fafafa}
	#sidemenu .sidecon .item > .inner::-webkit-scrollbar{width:3px;background-color:transparent}
	#sidemenu .sidecon .item > .inner::-webkit-scrollbar-thumb{background-color:#ccc}
	#sidemenu .sidecon .item > .inner .s_h2{position:relative;margin:0;line-height:25px;font-size:15px;font-weight:500;padding:15px 15px;border-bottom:1px solid #e5e7ea}
	#sidemenu .sidecon .item > .inner .s_h2 span{display:inline-block;margin-left:5px;min-width:25px;line-height:25px;color:#000000;font-size:13px;font-weight:600;background:#f2f3f7;vertical-align:top;border-radius:30px;text-align:center}
	#sidemenu .sidecon .item > .inner .btn_side_shop{position:relative;width:100%;height:30px;background:none;border:0;text-align:left;font-weight:bold}
	#sidemenu .sidecon .item > .inner .btn_side_shop span{position:absolute;top:5px;right:0;padding:0 5px;line-height:20px;border-radius:10px;color:#fff;background:#ed1c24}
	#sidemenu .sidecon .item > .inner .con_close{position:fixed;top:0;right:230px;width:50px;height:50px;border:0;background:none;font-size:25px;color:#dedede}
	#sidemenu .sidecon .item > .inner .con_close:hover{color:rgba(0,0,0,0.8)}
	#sidemenu .sidecon .item > .inner .side_tnb{padding:25px}
	#sidemenu .sidecon .item > .inner .side_tnb li a{display:block;line-height:28px;color:#465168;padding:5px 0}
	#sidemenu .sidecon .item > .inner .side_tnb li:hover a{color:#000000}
	#sidemenu .topbtn{position:absolute;bottom:0;left:0;border:0;border-top:1px solid #e5e7ea;margin-top:-25px;width:50px;height:50px;background:none;font-size:20px;color:#dedede}
	#sidemenu .topbtn:hover{border-color:#000000;background:#000000;color:#fff}
	

	/* container */
	#container{position:relative}
	#container:after{content:'';display:table;line-height:0;clear:both}
	#container.shop #title{position:relative;padding:40px 20px 20px;line-height:30px;background-attachment:fixed;text-align:left}
	#container.shop #title h3{display:block;font-size:24px;font-weight:500;color:#000000;letter-spacing:-1px}


	#container.shop #title .mob{display:none}
	#container.comm #title{position:relative;padding:50px 0 30px 0;line-height:30px;background-attachment:fixed;text-align:left}
	#container.comm #title h3{display:block;padding:0 20px;font-size:22px;font-weight:500;color:#000000;letter-spacing:-0.5px}
	#container.comm #title .mob{display:none}
	#container.comm .section .khwrap{width:100% !important}
	#container .content{position:relative;padding:0 20px;padding-bottom:80px;min-height:400px}

	/* aside*/
	#container .aside{float:left;width:20%;vertical-align:top}
	#container .section{float:right;width:80%;padding-left:5%;vertical-align:top}
	#container .snb h2{padding:22px 0;font-size:23px;font-weight:400;color:#317750;border-bottom:2px solid #317750}
	#container .snb ul{padding:20px}
	#container .snb ul li a{display:block;padding:5px 0;font-size:14px;font-weight:500;color:#777}
	#container .snb .sel a{color:#317750}
	#container .etc .number{margin-top:30px}
	#container .etc .phone{padding:20px;background:#f7f7f7;box-sizing:border-box}
	#container .etc .phone span{display:block;line-height:1;font-size:14px;color:#000}
	#container .etc .phone strong{display:block;line-height:1;font-size:26px;color:#317750}
	#container .etc .week{margin-bottom:10px;padding:0 20px;background:#f7f7f7}
	#container .etc .week ul{padding:10px 0 20px 0;border-top:1px solid #ddd}
	#container .etc .week ul li{padding:3px 0;overflow:hidden}
	#container .etc .week ul li span{float:left;font-size:12px;font-weight:300;color:#000}
	#container .etc .week ul li strong{float:right;padding:0 0 0 10px;font-size:12px;font-weight:400;color:#000}
	#container .etc .counsel{position:relative;margin-bottom:10px;padding:20px;padding-right:0;background:#f7f7f7}
	#container .etc .counsel i{position:absolute;top:20%;right:10px;font-size:48px}
	#container .etc .banner a{display:block;margin-bottom:10px;padding:10px 20px;border:1px solid #d1d1d1;border-radius:3px}
	#container .etc .banner a i{float:right;font-size:20px;color:#777}

	/* footer */
	#footer{background:#333}
	#footer .fnb{padding:0 20px;border-bottom:1px solid #555}
	#footer .fnb .link{}
	#footer .fnb .link li{float:left;padding:10px 0}
	#footer .fnb .link li a{display:block;padding:0 15px;line-height:30px;font-size:13px;font-weight:400;color:#ccc;letter-spacing:-0.5px}
	#footer .fnb .link li a strong{font-weight:600;color:#fff}
	#footer .fnb .link li a:hover{color:#fff}
	#footer .footer{padding:20px 35px 50px}
	#footer .footer h2{position: relative;}
	#footer .footer h2 img{width:auto;max-width:150px;height:auto}
	#footer .footer address{display:block;padding-top: 25px;}
	#footer .footer address br{display:none}
	#footer .footer address span{display: inline-block;padding-right: 10px;line-height: 18px;font-size: 12px;font-weight:300;color:rgba(255,255,255,0.5);}
	#footer .footer address span strong{display:inline-block;line-height: 18px;font-size: 12px;font-weight: 400;margin-right: 2px;color: rgba(255,255,255,0.75);}
	#footer .footer cite{display:block;padding: 15px 0 0 0;font-size: 11px;font-weight:300;color:rgba(255,255,255,0.5);}
	#footer .footer p{display:block;padding: 15px 0 0 0;font-size:11px;font-weight:300;color:rgba(255,255,255,0.4);}
	
	/* captcha */
	#captcha{display:inline-block;position:relative}
	#captcha legend{position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
	#captcha #captcha_img{height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
	#captcha #captcha_mp3{margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px}
	#captcha #captcha_reload{margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
	#captcha #captcha_key{margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;vertical-align:top}
	#captcha #captcha_info{display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
	
	/* ckeditor */
	.cke_sc{margin:0 0 5px;text-align:right}
	.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
	.cke_sc_def{margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
	.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
	.cke_sc_def dl:after{display:block;visibility:hidden;clear:both;content:""}
	.cke_sc_def dt, .cke_sc_def dd{float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
	.cke_sc_def dt{width:20%;font-weight:bold}
	.cke_sc_def dd{width:30%}
	#bo_v_con ul{display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
	#bo_v_con ol{display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
	#bo_v_con li{display:list-item}
	
	/* 버튼 */
	a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
	-webkit-transition:background-color 0.3s ease-out;
	-moz-transition:background-color 0.3s ease-out;
	-o-transition:background-color 0.3s ease-out;
	transition:background-color 0.3s ease-out}
	
	a.btn01{display:inline-block;padding:7px 15px;font-size:13px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
	a.btn01:focus, a.btn01:hover{text-decoration:none}
	button.btn01{display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
	a.btn02{display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
	a.btn02:focus, .btn02:hover{text-decoration:none}
	button.btn02{display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
	
	.btn_confirm{text-align:right} /* 서식단계 진행 */
	
	.btn_submit{border:0;background:#000000;color:#fff;cursor:pointer}
	.btn_close{border:1px solid #dcdcdc;cursor:pointer;background:#fff}
	a.btn_close{text-align:center;line-height:50px}
	
	
	a.btn_cancel{float:left;display:inline-block;background:#eee;color:#333;text-decoration:none;vertical-align:middle}
	button.btn_cancel{display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
	.btn_cancel:hover{background:#aaa}
	a.btn_frmline, button.btn_frmline, a.btn_idcheck{display:inline-block;padding:0 15px;height: 40px;line-height: 38px;border:1px solid #000000;background:#000000;color:#fff;text-decoration:none;vertical-align:top;text-align:center;} /* 우편번호검색버튼 등 */
	a.btn_frmline{}
	button.btn_frmline{font-size:13px}
	
	/* 게시판용 버튼 */
	a.btn_b01,.btn_b01{display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
	.btn_b01:hover, .btn_b01:hover{color:#000}
	a.btn_b02,.btn_b02{display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
	a.btn_b02:hover, .btn_b02:hover{background:#0025eb}
	a.btn_b03, .btn_b03{display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
	a.btn_b03:hover, .btn_b03:hover{background:#ebedf6}
	a.btn_b04, .btn_b04{display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
	a.btn_b04:hover, .btn_b04:hover{color:#333;background:#f9f9f9}
	a.btn_admin,.btn_admin{display:inline-block;color:#000000;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */


	.btn_admin:hover, a.btn_admin:hover{color:#ff3746}
	
	
	/* 기본테이블 */
	.tbl_wrap table{width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
	.tbl_wrap caption{padding:10px 0;font-weight:bold;text-align:left}
	
	.tbl_head01{margin:0 0 10px}
	.tbl_head01 caption{padding:0;font-size:0;line-height:0;overflow:hidden}


	.tbl_head01 thead th{padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
	.tbl_head01 thead th input{vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
	.tbl_head01 tfoot th, .tbl_head01 tfoot td{padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
	.tbl_head01 tbody th{padding:8px 0;border-bottom:1px solid #e8e8e8}
	.tbl_head01 td{color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
	.tbl_head01 tbody tr:hover td{background:#fafafa}
	.tbl_head01 a:hover{text-decoration:underline}
	
	.tbl_head02{margin:0 0 10px}
	.tbl_head02 caption{padding:0;font-size:0;line-height:0;overflow:hidden}
	.tbl_head02 thead th{padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
	.tbl_head02 thead a{color:#383838}
	.tbl_head02 thead th input{vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
	.tbl_head02 tfoot th, .tbl_head02 tfoot td{padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
	.tbl_head02 tbody th{padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
	.tbl_head02 td{padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
	.tbl_head02 a{}
	
	.tbl_head03{margin:0 0 10px}
	.tbl_head03 table{border-bottom:1px solid #d3d3d3}
	.tbl_head03 caption{padding:0;font-size:0;line-height:0;overflow:hidden}
	.tbl_head03 thead th{padding:20px 0;width:40px;color:#383838;font-size:14px;font-weight:500;text-align:center;letter-spacing:-0.5px;border-top:1px solid #959da6;border-bottom:1px solid #d3d3d3}
	.tbl_head03 thead th .selec_chk + label span,
	.tbl_head03 tbody td .selec_chk + label span{top:50%;left:50%;margin:-6.5px 0 0 -6.5px}
	.tbl_head03 thead a{color:#383838}
	.tbl_head03 thead th input{vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
	.tbl_head03 tfoot th, .tbl_head03 tfoot td{padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
	.tbl_head03 tbody th{padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
	.tbl_head03 td{background:#fff;background-clip:padding-box;padding:25px 15px;border-top:1px solid #ccd2d9;border-left:1px solid #f6f6f6;line-height:20px;word-break:break-all;text-align:center}
	.tbl_head03 td:first-child{border-left:0}
	.tbl_head03 a{}
	
	/* 폼 테이블 */
	.tbl_frm01{margin:0 0 20px}
	.tbl_frm01 table{width:100%;border-collapse:collapse;border-spacing:0}
	.tbl_frm01 th{width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;border-right:0;background:#fff;text-align:left}
	.tbl_frm01 td{padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
	.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input{border:1px solid #e9e9e9;background:#fff;color:#000;vertical-align:middle;padding:5px 10px}
	.tbl_frm01 textarea{padding: 10px;}
	.frm_input{height:40px}
	
	.full_input{width:100%}
	.half_input{width:49.5%}
	.twopart_input{width:385px;}
	.tbl_frm01 textarea, .write_div textarea{width:100%;height:100px}
	.tbl_frm01 a{text-decoration:none}
	.tbl_frm01 .frm_file{display:block;margin-bottom:5px}
	.tbl_frm01 .frm_info{display:block;padding:0 0 5px;line-height:1.4em}
	
	/*기본 리스트*/
	.list_01 ul{border-top:1px solid #ececec}
	.list_01 li{border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
	.list_01 li:nth-child(odd){background:#f6f6f6}
	.list_01 li:after{display:block;visibility:hidden;clear:both;content:""}
	.list_01 li:hover{background:#f9f9f9}
	.list_01 li.empty_li{text-align:center;padding:20px 0;color:#666}
	
	.list_02 ul:after{display:block;visibility:hidden;clear:both;content:""}
	.list_02 li{float:left;width:225px;margin:10px 0 20px 18px}
	.list_02 li:nth-child(5n+1){clear:both;margin-left:0}
	

	/*폼 리스트*/
	.form_01 h2{font-size:16px}
	.form_01 li{}
	.form_01 li+li{margin-top:8px;}
	.form_01 ul:after,
	.form_01 li:after{display:block;visibility:hidden;clear:both;content:""}

	.form_01 .left_input{float:left}
	.form_01 .margin_input{margin-right:1%}
	.form_01 textarea{height:100px;width:100%}
	.form_01 .frm_label{display:inline-block;width:130px}

	.form_01 .form_left{margin-bottom:14px;}
	.form_01 .chk_box input[type="checkbox"] + label span{margin:0;}
	
	/* 자료 없는 목록 */
	.empty_table{padding:50px 0 !important;text-align:center}
	.empty_list{padding:20px 0 !important;color:#666;text-align:center}
	
	/* 필수입력 */
	.required, textarea.required{background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}
	
	/* 테이블 그리드 padding 0 5px 고려한 넓이 */
	.grid_1{width:40px}
	.grid_2{width:90px}
	.grid_3{width:140px}
	.grid_4{width:190px}
	.grid_5{width:240px}
	.grid_6{width:290px}
	.grid_7{width:340px}
	.grid_8{width:390px}
	.grid_9{width:440px}
	.grid_10{width:490px}
	.grid_11{width:540px}
	.grid_12{width:590px}
	.grid_13{width:640px}
	.grid_14{width:690px}
	.grid_15{width:740px}
	.grid_16{width:790px}
	.grid_17{width:840px}
	.grid_18{width:890px}
	
	/* 테이블 항목별 정의 */
	.td_board{width:80px;text-align:center}
	.td_category{width:80px;text-align:center}
	.td_chk{width:30px;text-align:center}
	.td_date{width:60px;text-align:center}
	.td_datetime{width:110px;text-align:center}
	.td_group{width:80px;text-align:center}
	.td_mb_id{width:100px;text-align:center}
	.td_mng{width:80px;text-align:center}
	.td_name{width:100px;text-align:left}
	.td_nick{width:100px;text-align:center}
	.td_num{width:50px;text-align:center}
	.td_numbig{width:80px;text-align:center}
	.td_stat{width:60px;text-align:center}
	
	.txt_active{color:#5d910b}
	.txt_done{color:#e8180c}
	.txt_expired{color:#ccc}
	.txt_rdy{color:#8abc2a}
	
	/* 새창 기본 스타일 */
	.new_win{position:relative}
	.new_win .tbl_wrap{margin:0 20px}
	.new_win #win_title{font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
	box-shadow:0 1px 10px rgba(0,0,0,.1)}
	.new_win #win_title .sv{font-size:0.75em;line-height:1.2em}
	.new_win .win_ul{margin-bottom:15px;padding:0 20px}
	.new_win .win_ul:after{display:block;visibility:hidden;clear:both;content:""}
	.new_win .win_ul li{float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
	.new_win .win_ul li:first-child{margin-left:0}
	.new_win .win_ul li a{display:block;padding:8px 0;color:#6794d3}
	.new_win .win_ul .selected{background:#3a8afd;border-color:#3a8afd;position:relative;z-index:500}
	.new_win .win_ul .selected a{color:#fff;font-weight:bold}
	.new_win .win_desc{position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
	.new_win .win_desc i{font-size:1.2em;vertical-align:baseline}
	.new_win .win_desc:after{content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453; 0 0 3px}
	.new_win .frm_info{font-size:14px; color:#9c9c9c; display:block; margin:6px 0 0; padding-left:9px; position:relative;}
	.new_win .frm_info::after{content:"*"; display:block; position:absolute; top:3px; left:0;}

	.new_win .win_total{float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
	.new_win .new_win_con{margin:20px 0;padding:20px}
	.new_win .new_win_con:after{display:block;visibility:hidden;clear:both;content:""}
	.new_win .new_win_con2{margin:20px 0}
	.new_win .btn_confirm:after{display:block;visibility:hidden;clear:both;content:""}
	.new_win .win_btn{text-align:center; margin-top:10px;}
	.new_win .btn_close{height:45px;width:60px;font-size:14px;font-weight:500;overflow:hidden;cursor:pointer}
	.new_win .btn_submit{padding:0 20px;height:45px;font-size:14px;font-weight:500}

	
	/* 검색결과 색상 */
	.sch_word{color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}
	
	/* 자바스크립트 alert 대안 */
	#validation_check{margin:100px auto;width:500px}
	#validation_check h1{margin-bottom:20px;font-size:1.3em}
	#validation_check p{margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}
	
	/* 사이드뷰 */
	.sv_wrap{position:relative;font-weight:normal}
	.sv_wrap .sv{z-index:1000;display:none;margin:5px 0 0;font-size:14px;background:#333;
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
	.sv_wrap .sv:before{content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
	.sv_wrap .sv a{display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
	.sv_wrap .sv a:hover{background:#000;color:#fff}
	.sv_member{color:#333}

	.sv_on{display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
	.sv_nojs .sv{display:block}
	
	/* 페이징 */
	.pg_wrap{clear:both; /*float:left;*/ width:100%; display:inline-block; margin:2% 0;}
	.pg_wrap:after{display:block;visibility:hidden;clear:both;content:""} 
	.pg{text-align:center; margin:0 auto; display:block;}
	.pg_page, .pg_current{display:inline-block;vertical-align:middle;background:#fafafa;border:1px solid #e9e9e9}
	.pg a:focus, .pg a:hover{text-decoration:none}
	.pg_page{color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none}
	.pg_page:hover{background-color:#fafafa}
	.pg_start{text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
	.pg_prev{text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
	.pg_end{text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
	.pg_next{text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
	.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}
	.pg_current{display:inline-block;background:#fff;border:1px solid #333;color:#333;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px}
	
	/* 팁 */
	.tooltip_icon{display:inline-block;vertical-align:middle;color:#b3b5b8;border:0;font-size:1.4em;background:transparent;cursor:pointer}
	.tooltip_icon:hover{color:#448bf5}
	.tooltip{position:relative;width:auto;color:#fff;background:#000;padding:10px;font-size:small;line-height:18px;display:none;position:absolute;z-index:9;font-weight:normal;margin-left:15px;margin-top:20px}
	.tooltip:before{content:"";position:absolute;top:0;left:-10px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom:10px solid transparent;border-left:0;border-right:10px solid #000}
	
	.tooltip_txt{position:relative;text-align:left;color:#fff;height:50px;line-height:50px;font-size:1.1em;background:#f2838f;margin:0 0 10px;padding:0 20px;border-radius:5px;font-weight:bold}
	.tooltip_txt:before{content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453}
	.tooltip_txt i{font-size:1.2em;vertical-align:middle}
	
	/* cheditor 이슈 */
	.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before{ -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box}
	
	/* Mobile화면으로 */
	#device_change{display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}
	
	/*배송지목록 수정 21-01-21*/
	.order-add #win_title{font-size:15px; font-weight:500; height:50px; line-height:30px; padding:10px 20px; background:#000; color:#fff;}
	.order-tbl thead th{padding:13px 0; background:#f5f5f5; border-top:solid 1px #ccd2d9; border-bottom:solid 1px #ccd2d9;}
	#sod_addr .order-tbl .td_sbj{text-align:center;}
	#sod_addr .order-tbl td{height:auto; vertical-align:inherit; padding:10px;} 
	#sod_addr .order-tbl .td_address{text-align:left;}
	#sod_addr .order-tbl .ad_tel{margin-top:5px;}
	#sod_addr .order-tbl .ad_tel span{display:block;}
	.order-tbl tbody td .selec_chk + label span{top:10px;}


	/*vod*/
	#vod .khwrap iframe{width:100%;}
	#vod .khwrap div.left{padding:4% 10%; float:none; width:100%;}
	#vod .khwrap div.left .video iframe{height:450px;}

	#vod .khwrap div.right{float:none; width:100%;}

	#vod .khwrap div.right .s-left iframe{height:221px;}

	/*video-box*/
	#video-box .video{margin:0 5%;}
	#video-box .control .arrow{display:none !important;}
	#video-box .list li{margin-left:10px !important;}
	#video-box .left iframe{width:100% !important; height:auto !important;}


}

@media (max-width:800px) {
	/*vod*/
	#vod .khwrap div.left{padding:5% 5%;}
	#vod .khwrap div.left .video iframe{height:395px;}
	#vod .khwrap div.left .txt-box{text-align:center;}
	#vod .khwrap div.left .txt-box .txt{font-size:19px; margin-top:1%;}
	#vod .khwrap div.left .txt-box .more-btn{margin:2% auto 0; width:50%;}
	#vod .khwrap div.left .txt-box .more-btn a{font-size:17px; padding:6%; border-radius:10px;}

	#vod .khwrap div.right dl dd{padding:15px 0;}
	#vod .khwrap div.right .s-left iframe{height:163px;}
	#vod .khwrap div.right dl dd .s-right{padding:0 30px;}
	#vod .khwrap div.right dl dd .s-right .tite{font-size:18px;}
	#vod .khwrap div.right dl dd .s-right .txt{font-size:16px; line-height:1.6;}
	#vod .khwrap div.right dl dd .s-right .more-btn{width:50%; margin:15px 0;}
	#vod .khwrap div.right dl dd .s-right .more-btn a{padding:6%; font-size:15px; border-radius:10px;}

}

@media (max-width:747px) {
	
		/* Tablet v.css */
	#khplay{position:relative;width:100%;height:100%}
	#khplay .khwrap{position:relative;width:100%;zoom:1}
	#khplay .khwrap:before,
	#khplay .khwrap:after{content:'';display:table;line-height:0;clear:both}
	#khplay .khwrap img{max-width:100%;}
	
	/* popup layer */
	#khpopup{position:relative;z-index:10002}
	#khpopup h2{display:none;font-size:0}
	#khpopup .khpop{position:absolute;top: 0 !important;left: 0 !important;margin: 5px !important;height: auto !important;box-shadow: 0px 3px 1px rgba(0,0,0,0.05);}
	#khpopup .khpop .img{width: 100% !important;border: 1px solid #ddd;}
	#khpopup .khpop .img img{width:100%;height:auto;vertical-align:middle}
	#khpopup .control{border:1px solid #ddd;border-top:0;background:#fff;overflow:hidden}
	#khpopup .control button{float:left;width:50%;font-size:13px;color:#333;height:40px;line-height:40px;background:none;text-align:center}
	#khpopup .control button:first-child{border-right:1px solid #ddd}
	#khpopup .control .khpop_close{float:right}
	
	/* preview */
	#preview{position:relative;z-index:110}
	#preview *{color:#fff;border:0}
	#preview .preview .desc{border:0;background:#222}
	#preview .preview .desc a{display:block;text-align:center}
	#preview .preview .desc img{display:block;margin:0 auto;width:auto;max-width:100%;height:auto;verical-align:top}
	#preview .nopreview{padding:20px 0;text-align:center;/*background:#000000*/background:url("/theme/taurus/img/banner_bg.jpg")repeat-x 50% 50%; background-size:cover;}
	#preview .nopreview .tit{padding:0 15px; font-size:12px; color:#fff; text-align:left; font-style:italic;}
	#preview .nopreview .tit:after{content:""; display:block; background:url("/theme/taurus/img/coupon.png")no-repeat; position:absolute; top:-65%; right:1%; width:77px; height:41px; background-size:contain;}
	#preview .nopreview .tit i{color:#f2be22;}
	#preview .nopreview .tit strong{color:#fff}
	#preview .nopreview .txt{font-size:12px;font-weight:300;color:#fff}
	#preview .nopreview .txt span{color:#fff}
	#preview .close{position:absolute;top:50%;right:20px;margin-top:-10px;line-height:20px}
	#preview .close a{font-size:20px;vertical-align:top}
	#preview .close a span{display:none}
	#preview .todays{display:none;position:absolute;top:50%;left:65px;margin-top:-12px;line-height:24px}
	#preview .todays label{position:relative;padding-left:20px;display:block;line-height:24px;font-size:14px;color:rgba(255,255,255,0.75);letter-spacing:-0.5px;cursor:pointer}
	#preview .todays label:before{content:'';position:absolute;top:50%;left:0;margin-top:-7px;width:12px;height:12px;border:1px solid rgba(255,255,255,0.2);background:none}
	#preview .todays label:after{content:"\e929";display:none;position:absolute;top:50%;left:0;margin-top:-6px;width:12px;height:12px;line-height:12px;font-family:xeicon;text-align:center}
	#preview .todays input[id="chkbox"]{display:none}
	#preview .todays input[id="chkbox"]:checked + label{color:#fff}
	#preview .todays input[id="chkbox"]:checked + label:before{border-color:#fff}
	#preview .todays input[id="chkbox"]:checked + label:after{display:block}

	
	/* header */
	#header{position:relative;z-index:110;background:#fff}
	#header .tnb{display:none;position:relative;z-index:101;border-bottom:1px solid #e9e9e9;background:#fafafa}
	#header .tnb .define{float:left}
	#header .tnb .define:after{content:'';display:table;line-height:0;clear:both}
	#header .tnb .define > ul > li{float:left;position:relative;padding:0 15px;line-height:14px;text-align:center}
	#header .tnb .define > ul > li > a{display:block;padding:10px 0;font-size:12px;font-weight:500;color:#999;letter-spacing:-0.5px}
	#header .tnb .define > ul > li.active{background:#fff;border-left:1px solid #eee;border-right:1px solid #eee}
	#header .tnb .define > ul > li.active:before{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:#fff}
	#header .tnb .define > ul > li.active > a,
	#header .tnb .define > ul > li > a:hover{color:#222}
	#header .tnb .qnb{float:right}
	#header .tnb .qnb:after{content:'';display:table;line-height:0;clear:both}
	#header .tnb .qnb > ul > li{float:left;position:relative;padding:0 5px;line-height:15px;text-align:center}
	#header .tnb .qnb > ul > li:nth-child(n+2):before{content:'';position:absolute;top:50%;left:0;width:1px;height:8px;margin-top:-4px;background:#eee}
	#header .tnb .qnb > ul > li > a{display:block;padding:10px 0;font-size:11px;font-weight:500;color:#999;letter-spacing:-0.5px}
	#header .tnb .qnb > ul > li.active > a,
	#header .tnb .qnb > ul > li > a:hover{color:#222}
	#header .tnb .qnb > ul > li > ul{display:none;position:absolute;top:34px;left:50%;margin-left:-70%;width:140%;padding:15px;background:#fff;border:1px solid #eee;transition:all 0.3s}
	#header .tnb .qnb > ul > li > ul > li{display:block;text-algin:center}
	#header .tnb .qnb > ul > li > ul > li > a{line-height:30px;font-size:12px;color:#555}
	#header .tnb .qnb > ul > li:hover > ul{display:block}
	#header .header{position:relative;z-index:100;background:#fff;}
	#header .header .logo{display:block;padding: 10px 0 9px;text-align:center; position:relative;}

	#header .header .logo .etc-logo{display:none;}
	#header .header .logo .pay-logo{position:absolute; top:18px; right:10px;}
	#header .header .logo .pay-logo dl{overflow:hidden;}
	#header .header .logo .pay-logo dl dd{float:left;}

	#header .header .logo a{display:inline-block}
	#header .header .logo a img{margin-top:8px; width:auto;height:auto;max-height: 32px;vertical-align: text-bottom;}
	#header .header .search{display:none; position:relative;padding: 10px;padding-top: 0;}
	#header .header .search > fieldset{overflow:hidden;position: relative;}
	#header .header .search > fieldset > form > input{display:block; width:100%; height:40px; padding:0 12px; padding-right:45px; background:#f4f4f4; font-size:13px; color:#333; border-radius:3px;}
	#header .header .search > fieldset > form > input::placeholder{color:#999}
	#header .header .search > fieldset > form > button{position:absolute;top:0;right:0;width:45px;height:40px;border:0;color:#fff;border-radius:0 3px 3px 0;background:#333 url(../img/search2.png) no-repeat 50% 50%;background-size:15px auto;cursor:pointer;font-size:18px}
	#header .header .member{display:none;position:absolute;right:0;top:16px}
	#header .header .member > ul:after{content:'';display:table;line-height:0;clear:both}
	#header .header .member > ul > li{float:left;position:relative;text-align:center}
	#header .header .member > ul > li:nth-child(n+2){margin-left:5px}	
	#header .header .member > ul > li img{opacity:0.5;width:24px}
	#header .header .member > ul > li span{display:none;position:relative;line-height:20px;font-size:12px;font-weight:400;color:#999;text-align:center;background:#fff}
	#header .header .member > ul > li:hover img{opacity:1}
    #header .header .mob{position:absolute; top:0; right:0; width:62px; height:62px; z-index:109; /*background:#fff;*/}
	#header .header .mob .menuOpen{width:50px;height:50px;border:0;text-align:center;color:#000000;background:none;font-size:18px}
	#header .header .mob .menuOpen .bars{position:absolute;top:50%;left:50%;margin:-8px 0 0 -10px;width:20px;height:16px}
	#header .header .mob .menuOpen .bars > span{position:absolute;display:block;height:2px;background:#000000}
	#header .header .mob .menuOpen .bars .ba1{top:0;left:0;right:0}
	#header .header .mob .menuOpen .bars .ba2{top:50%;left:0;right:0;margin-top:-1px}
	#header .header .mob .menuOpen .bars .ba3{bottom:0;left:0;right:0}

	#header .header .mhome-back{position:absolute; top:6px; right:13px; font-size:24px; padding:8px;}
	#header .header .mhome-back a{color:#6d5e56;}
	#header .header .mhome-back span{display:block; font-size:14px; margin-top:-5px; display:none;}

	/* shop_global */
	#header .global{position:relative;z-index:101;border-top:1px solid #e9e9e9;box-shadow:0px 3px 10px rgba(0,0,0,0.025)}
	#header .global .menu{position:relative;z-index:109;background:#fff;}
	#header .global .menuOpen{display:none;position:absolute;top:0;left:0;width:50px;height:50px;border:0;background:#000000;text-align:center;color:#fff;font-size:18px}s
	#header .global .menuOpen .bars{position:absolute;top:50%;left:50%;margin:-8px 0 0 -10px;width:20px;height:16px}
	#header .global .menuOpen .bars > span{position:absolute;display:block;height:2px;background:#ffffff}
	#header .global .menuOpen .bars .ba1{top:0;left:0;right:0}
	#header .global .menuOpen .bars .ba2{top:50%;left:0;right:0;margin-top:-1px}
	#header .global .menuOpen .bars .ba3{bottom:0;left:0;right:0}
	#header .global .inner{width:100%; overflow-y:hidden; overflow-x:auto; white-space:nowrap; -webkit-overflow-scrolling:touch; overflow-scrolling:touch;}
	#header .global .inner::-webkit-scrollbar {display:none; width:0 !important; height:0 !important; background-color:transparent}
	#header .global .shop_menu{display:inline-block; font-size:0; white-space:nowrap; vertical-align:top; width:100%;}
	#header .global .shop_menu:after{display:block;visibility:hidden;clear:both;content:""}
	#header .global .shop_menu li{position:relative; line-height:50px; text-align:center; float:left; width:25%;}
	#header .global .shop_menu li:nth-child(n+2):before{content:''; position:absolute; top:50%; left:0; width:1px; height:10px; background:#338e30; transform:translateY(-50%);}
	#header .global .shop_menu li a{position:relative; display:inline-block; font-size:16px; font-weight:500; color:#333; letter-spacing:-0.5px; vertical-align:top; transition:all 0.5s;}
	#header .global .shop_menu li a:hover{color:#333;}
	#header .global .shop_menu li a:before{content:''; position:absolute; bottom:0; left:50%; width:0px; height:3px; background:rgb(255, 255, 255); transition:all 0.5s;}
	#header .global .shop_menu li a:hover:before{width:100%; margin-left:-50%;}

	#header .global .comm_menu{display:none; vertical-align:top; background-color:#fff; width:100%;}
	#header .global .comm_menu:after{display:block; visibility:hidden; clear:both; content:"";}
	#header .global .comm_menu > li{float:left; width:33.3%; position:relative; line-height:40px; color:#999; text-align:center;}
	#header .global .comm_menu > li:nth-child(2):before, #header .global .comm_menu > li:nth-child(5):before{display:none;}
	#header .global .comm_menu > li:nth-child(n+2):before{content:'';position:absolute;top:50%;left:0;width:1px;height:10px;background:#93a767;transform:translateY(-50%)}
	#header .global .comm_menu > li > a{position:relative; display:inline-block; font-size:16px; font-weight:500; color:#000; letter-spacing:-0.5px; vertical-align:top; transition:all 0.5s;}
	#header .global .comm_menu > li > a:hover{color:#999}
	#header .global .comm_menu > li > a:before{content:'';position:absolute;bottom:0;left:50%;width:0px;height:3px; background:#fff; transition:all 0.5s}
	#header .global .comm_menu > li > a:hover:before{width:100%;margin-left:-50%}
	#header .global .comm_menu > li > .depth2{position:absolute;top:90%;left:0;padding:10px 0;width:100%;height:auto;background:#000000;opacity:0;visibility:hidden;transition:all 0.2s}
    #header .global .comm_menu > li > .depth2 > li{line-height:35px}
	#header .global .comm_menu > li > .depth2 > li > a{position:relative;display:inline-block;font-size:12px;font-weight:400;color:#666;letter-spacing:-0.5px;vertical-align:top;transition:all 0.5s}
	#header .global .comm_menu > li > .depth2 > li > a:hover{color:#000000}
	#header .global .comm_menu > li.sel > .depth2{top:100%;opacity:1;visibility:visible;transition:all 0.2s}
	#header .global .notice{display:none;position:absolute;top:0;right:0;width:200px}
	#header .global .notice .ntc{position:relative;padding:10px 0;padding-left:35px;padding-right:30px;width:100%;height:50px;overflow:hidden}
	#header .global .notice .ntc:before{content:'';position:absolute;top:50%;left:0;margin-top:-10px;width:24px;height:20px;background:url("../img/ntcimg.png") no-repeat 50% 50%}
	#header .global .notice .ntc .desc{line-height:30px;border:0;font-size:13px;font-weight:400;color:rgba(0,0,0,0.75);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
	#header .global .notice .ntc .desc a{display:block;font-size:13px;font-weight:400;color:rgba(0,0,0,0.75);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
	#header .global .notice .ntc .desc a:hover{color:#000;text-decoration:underline}
	#header .global .notice .ctrl{position:absolute;top:0;right:0;padding:10px 0;width:25px}
	#header .global .notice .ctrl button{display:block;width:25px;height:15px;line-height:15px;font-size:15px;color:#ccc;background:none}
	#header .global .notice .ctrl button:hover{color:#000000;}
	
	#header .global .comm_menu li.home-back{display:none;}


	/* 커뮤니티 */
	#global .depth1{float:left}
	#global .depth1:after{display:block;visibility:hidden;clear:both;content:""}
	#global .depth1 .dl1{float:left;position:relative;padding:0 25px;line-height:50px;text-align:center}
	#global .depth1 .dl1:nth-child(n+2):before{content:'';position:absolute;top:50%;left:0;width:1px;height:10px;background:rgba(5, 56, 83, 0.1);transform:translateY(-50%)}
	#global .depth1 .dl1 .da1{position:relative;display:inline-block;font-size:15px;font-weight:500;color:#000000;letter-spacing:-0.5px;vertical-align:top;transition:all 0.5s}
	#global .depth1 .dl1:hover .da1{color:#000000}
	#global .depth1 .dl1 li a:before{content:'';position:absolute;bottom:0;left:50%;width:0px;height:3px;background:rgb(5, 56, 99);transition:all 0.5s}
	#global .depth1 .dl1 li a:hover:before{width:100%;margin-left:-50%}
	#global .depth1 .da1 span{position:relative}
	#global .depth2{position:absolute;z-index:400;top:85px;left:50%;padding:0px 0 25px 0;margin-left:-50%;width:100%;background:#00265b;background-size:cover;box-shadow:5px 5px 10px rgba(0,0,0,0.15);visibility:hidden;opacity:0}
	#global .depth2 .da2{position:relative;display:block;padding:8px 10px;line-height:25px;font-size:15px;font-weight:400;color:rgba(255,255,255,0.5);text-align:center}
	#global .depth2 .da2:hover,
	#global .depth2 .da2.sel,
	#global .depth2 .da2:focus{color:#fff}
	#global .depth3{padding:1px 0;margin-left:30px}
	#global .depth3 .da3{position:relative;display:block;padding-left:10px;line-height:1.2;font-size:13px;font-weight:400;color:rgba(0,0,0,0.5);text-align:left}
	#global .depth3 .da3:before{content:'';position:absolute;top:0;left:0;bottom:0;width:1px;height:100%;background:rgba(0,0,0,0.5)}
	#global .depth3 .da3:hover,
	#global .depth3 .da3.sel,
	#global .depth3 .da3:focus{color:#222;text-decoration:underline}
	#global .depth3 .da3:hover:before,
	#global .depth3 .da3.sel:before,
	#global .depth3 .da3:focus:before{background:#222}

	/* category */
	#category{position:relative;z-index:10002}
	#category.sel .category{left:0px;visibility:visible}
    #category .category{position:fixed;z-index:1149;visibility:hidden;top:0;left:-100%;padding-bottom:100px;width:calc(100% - 60px);height:100%;background:#fff;box-shadow:5px 5px 20px rgba(0,0,0,0.2);transition:all 0.8s;overflow:hidden;overflow-y:scroll}
	#category .category:before,
	#category .category:after{clear:both;display:table;content:"";line-height:0}
	#category .title{background:#fff; padding:0 15px}
	#category .title .logout{position:relative; padding:15px 0; line-height:1.4; font-size:14px; font-weight:300; color:rgba(255,255,255,0.8);}
	#category .title .logout a{font-weight:500;color:#333}
	#category .title .logout .button{position:absolute; top:50%; right:0; margin-top:-11px; padding:0 10px; border-radius:30px; border:1px solid rgba(255,255,255,0.5);}
	#category .title .logout .button a{line-height:22px; font-size:13px; font-weight:500; color:#fff;}
	#category .title .login{position:relative;padding:15px 0; line-height:1.4; font-size:14px; font-weight:400; color:rgba(255,255,255,0.8)}
	#category .title .login .button{position:absolute; top:80%; right:0; margin-top:-11px; padding:0 10px; border-radius:30px; border:1px solid rgba(255,255,255,0.5);}
	#category .title .login .button a{line-height:22px; font-size:13px; font-weight:500; color:#fff}
	#category .title .login .img{float:left;margin:0 10px 0 0}
	#category .title .login .img img{padding:2px; width:auto; max-width:32px; height:auto; border-radius:50%; background:#fff; border:1px solid #e9e9e9;}
	#category .title .login span{font-weight:500; color:#000;}
	#category .member{}
	#category .member ul{font-size:0;}
	#category .member ul:after{content:''; display:table; line-height:0;clear:both}
	#category .member li{float: left;width:33.33%; -webkit-box-sizing:border-box; box-sizing:border-box; margin:0;}
	#category .member li:nth-child(n+2){}

	#category .member li:nth-child(5n){border-left:0}
	#category .member li a{display:block;padding:5px 0;text-align:center;border: 1px solid #f4f4f4;border-width: 0 1px 1px 0;-webkit-box-sizing: border-box;box-sizing: border-box;}
	#category .member li a img{width:44px;height:auto}
	#category .member li a span{display:block;font-size:14px;font-weight:400;color:#000;text-align:center;letter-spacing:-1px}
	#category .search{position:relative;padding:10px}
	#category .search > fieldset{overflow:hidden;position:relative}
	#category .search > fieldset > form > input{display:block;width:100%;height:36px;padding:0 12px;padding-right:40px;background:#fafafa;font-size:12px;color:#333;border-radius:3px}
	#category .search > fieldset > form > input::placeholder{color:#999}
	#category .search > fieldset > form > button{position:absolute;top:0;right:0;width:36px;height:36px;border:0;color:#000000;border-radius:0 3px 3px 0;background:none;cursor:pointer;font-size:18px}
	#category .menutabs{position:relative;z-index:500;padding-top: 15px;}
	#category .menutabs:before{content:'';position:absolute;top:0;left:0;width:100%;height: 6px;border-top:1px solid #d1d1d1;background:#f5f5f5;}
	#category .menutabs ul{border-bottom:1px solid #e9e9e9;overflow:hidden}
	#category .menutabs li{float:left;width:50%;text-align:center}
	#category .menutabs li a{position:relative; display:block; padding:15px 15px; line-height:20px; color:#999; letter-spacing:-1px; font-weight:800; font-size:1.2em; background:#fff; text-align:left;}
	#category .menutabs li a:before{content:''; position:absolute; bottom:0px; left:0; width:100%; height:1px; background:none;}
	#category .menutabs li a.sel{color:#000000;}
	#category .menutabs li a.sel:before{background:#000000;}
	#category .menucons{position:relative}
	#category .tit{position:relative;padding:15px 15px; text-align:left; letter-spacing:-1px; font-size:16px; font-weight:500; border-bottom:1px solid #e9e9e9; background:#fff;}
	#category .tit span{float:right; margin:2px 0; width:16px; height:16px; line-height:16px; font-size:12px; font-weight:500; color:#fff; background:#000000; border-radius:50%; text-align:center;}
	#category .list{position:relative;z-index:400;background:#fff}
	#category .cate{font-size:0}
	#category .cate_li_1{display:block;position:relative;border-bottom:1px solid #f4f4f4;vertical-align:top}
	#category .cate_li_1:nth-last-child(1){border-bottom:0}
	#category .cate_li_1 > .sub_ct_toggle{position:absolute;top:0;right:0; /*width:42px;*/ width:100px; height:42px; background:none}
	#category .cate_li_1 > .sub_ct_toggle:before{content:'';position:absolute;top:50%; /*left:50%;*/ left:80%; margin:-1px 0 0 -5px;width:9px;height:1px;background:rgba(0,0,0,0.5);transition:all 0.3s}
	#category .cate_li_1 > .sub_ct_toggle:after{content:'';position:absolute;top:50%; /*left:50%;*/ left:80%; margin:-5px 0 0 -1px;width:1px;height:9px;background:rgba(0,0,0,0.5);transition:all 0.3s}
	#category .cate_li_1.sel{border-bottom:0}
	#category .cate_li_1.sel > .sub_ct_toggle:before{visibility:hidden;opacity:0;background:#fff}
	#category .cate_li_1.sel > .sub_ct_toggle:after{margin:-1px 0 0 -5px;width:9px;height:1px;background:#fff}
	#category .cate_li_1 > a{position:relative; display:block; padding:0 15px; line-height:42px; font-size:16px; font-weight:800; color:#555; text-align:left;}
	#category .cate_li_1.sel > a{color:#000;background:#fff }
	#category .cate_li_1.sel > i:before{visibility:hidden;opacity:0}
	#category .cate_li_1.sel > i:after{margin:-1px 0 0 -6px;width:12px;height:2px}
	#category .sub_cate{display:none;width:200%;padding:5px 0;border-bottom:1px solid#f4f4f4;border-top:1px solid #f1f1f1;background:#f9f9f9;overflow:hidden}
	#category .cate_li_2{}
	#category .cate_li_2 > a{position:relative;display:block;padding:0 20px;line-height:32px;font-size:15px;font-weight:400;color:#777;letter-spacing:-0.5px}
	#category .cate_li_2.sel > a,
	#category .cate_li_2 > a:hover{color:#00265b;text-decoration:underline}
	#category .cate_li_2 > a:before{content:'';display:inline-block;margin-right:6px;width:2px;height:2px;background:#000;vertical-align:4px}
    #category .today{position:relative;padding-top: 7px;}
	#category .today:before{content:'';position:absolute;top:0;left:0;right:1px;height: 6px;border-top:1px solid #d1d1d1;background:#f5f5f5;}
    #category .today .s_h2{display:none}
	#category .tools{font-size:0}
	#category .tools li{display:inline-block;width:16.66%;padding:15px 0;vertical-align:top}
	#category .tools li a{display:block;margin:0 10px 10px 0;line-height:50px;font-size:15px;font-weight:400;color:#333;text-align:center;border-radius:5px;background:#fafafa}
	#category .foot{border-top:1px solid #e9e9e9;background:#fafafa}
	#category .foot .close_btn{float:right;width:50px;height:50px;background:none;color:#ccc;border:0;vertical-align:top;font-size:18px}
	#category .foot .close_btn:hover{color:#111}
	#category .blind{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.75);opacity:0;visibility:hidden;transition:all 0.3s}
	#category .blind.sel{opacity:1;visibility:visible}
	
	/* sidemenu */
	#sidemenu{display:none;height:100%;position:fixed;top:0;right:-230px;background:#fff;z-index:120;transition:all 0.5s}
	#sidemenu.sel{right:0}
	#sidemenu .quickmenu{position:absolute;z-index:100;bottom:0;left:-55px;width:55px;box-shadow:0 0 20px rgba(0,0,0,0.05)}
	#sidemenu .quickmenu li{position:relative}
	#sidemenu .quickmenu li:nth-child(n+2){border-top:1px solid #375771}
	#sidemenu .quickmenu li button{width:55px;height:55px;border:0;font-size:20px;background:#000000;color:#fff}
	#sidemenu .quickmenu li .tit{position:absolute;top:12px;right:60px;white-space:pre;padding:0 15px;line-height:30px;background:#000000;color:#fff;font-size:12px;letter-spacing:-0.5px;opacity:0;visibility:hidden;transition:all 0.3s}
	#sidemenu .quickmenu li .tit:after{content:"";position:absolute;top:10px;right:-8px;display:inline-block;width:0;height:0;border-style:solid;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:5px solid #000000;color:transparent}
	#sidemenu .quickmenu li:hover .tit{opacity:1;visibility:visible}
	#sidemenu .quickmenu li .btn_sm_on{background:#fff}
	#sidemenu .quickmenu li .btn_sm_on i{color:#000000}	
	#sidemenu .sidecon{position:relative;z-index:200;width:230px;height:100%;text-align:left;border-left:1px solid #e5e7ea}
	#sidemenu .sidecon .item{position:absolute;top:0;left:0;width:230px;overflow-y:auto;height:100%;opacity:0;visibility:hidden}
	#sidemenu .sidecon .item.sel{opacity:1;visibility:visible}
	#sidemenu .sidecon .item > .inner{position:relative;padding:0;height:100%;overflow-y:auto;width:230px;height:100%;background:#fff}
	#sidemenu .sidecon .item > .inner{transform:translateZ(0);transform-style:preserve-3d;transition-delay:.05s;transition-duration:.05s;transition-property:transform, left;transition-timing-function:cubic-bezier(.4, 0, .2, 1);scrollbar-3dLight-Color:#efefef;scrollbar-arrow-color:#dfdfdf;scrollbar-base-color:#333949;scrollbar-Face-Color:#fff;scrollbar-Track-Color:#333949;scrollbar-DarkShadow-Color:#efefef;scrollbar-Highlight-Color:#efefef;scrollbar-Shadow-Color:#333949}

	#sidemenu .sidecon .item > .inner::-webkit-scrollbar-track{background-color:#fafafa}
	#sidemenu .sidecon .item > .inner::-webkit-scrollbar{width:3px;background-color:transparent}
	#sidemenu .sidecon .item > .inner::-webkit-scrollbar-thumb{background-color:#ccc}
	#sidemenu .sidecon .item > .inner .s_h2{position:relative;margin:0;line-height:25px;font-size:15px;font-weight:500;padding:15px 15px;border-bottom:1px solid #e5e7ea}
	#sidemenu .sidecon .item > .inner .s_h2 span{display:inline-block;margin-left:5px;min-width:25px;line-height:25px;color:#000000;font-size:13px;font-weight:600;background:#f2f3f7;vertical-align:top;border-radius:30px;text-align:center}
	#sidemenu .sidecon .item > .inner .btn_side_shop{position:relative;width:100%;height:30px;background:none;border:0;text-align:left;font-weight:bold}
	#sidemenu .sidecon .item > .inner .btn_side_shop span{position:absolute;top:5px;right:0;padding:0 5px;line-height:20px;border-radius:10px;color:#fff;background:#ed1c24}
	#sidemenu .sidecon .item > .inner .con_close{position:fixed;top:0;right:230px;width:50px;height:50px;border:0;background:none;font-size:25px;color:#dedede}
	#sidemenu .sidecon .item > .inner .con_close:hover{color:rgba(0,0,0,0.8)}
	#sidemenu .sidecon .item > .inner .side_tnb{padding:25px}
	#sidemenu .sidecon .item > .inner .side_tnb li a{display:block;line-height:28px;color:#465168;padding:5px 0}
	#sidemenu .sidecon .item > .inner .side_tnb li:hover a{color:#000000}
	#sidemenu .topbtn{position:absolute;bottom:0;left:0;border:0;border-top:1px solid #e5e7ea;margin-top:-25px;width:50px;height:50px;background:none;font-size:20px;color:#dedede}
	#sidemenu .topbtn:hover{border-color:#000000;background:#000000;color:#fff}
	
	/* container */
	#container{}
	#container:after{content:'';display:table;line-height:0;clear:both}
	#container.shop #title{position:relative;padding:0;line-height:50px;background-attachment:fixed;text-align:left;border-bottom:1px solid #e9e9e9}
	#container.shop #title h3{display:block; padding:0 50px; font-size:16px; font-weight:500; color:#000000; letter-spacing:-1px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
	#container.shop #title .mob{position:absolute;top:0;left:0;width:50px;height:50px;line-height:50px;font-size:24px;font-weight:500;text-align:center}
	#container.comm #title{position:relative;padding:0;line-height:50px;background-attachment:fixed;text-align:left}
	#container.comm #title h3{display:block; padding:0 50px; font-size:18px; font-weight:600; color:#000000; letter-spacing:-1px; text-align:center; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; border-bottom:solid 1px #ddd;}
	#container.comm #title .mob{position:absolute;top:0;left:0;width:50px;height:50px;line-height:50px;font-size:24px;font-weight:500;text-align:center}
	#container.comm .section .khwrap{width:100% !important}
	#container .content{position:relative;padding:10px;padding-bottom:50px;min-height:400px}
	#container #index{position:relative;z-index:109}
	
	/* aside*/
	#container .aside{float:left;width:20%;vertical-align:top}
	#container .section{float:right;width:80%;padding-left:5%;vertical-align:top}
	#container .snb h2{padding:22px 0;font-size:23px;font-weight:400;color:#317750;border-bottom:2px solid #317750}
	#container .snb ul{padding:20px}
	#container .snb ul li a{display:block;padding:5px 0;font-size:14px;font-weight:500;color:#777}
	#container .snb .sel a{color:#317750}
	#container .etc .number{margin-top:30px}
	#container .etc .phone{padding:20px;background:#f7f7f7;box-sizing:border-box}
	#container .etc .phone span{display:block;line-height:1;font-size:14px;color:#000}
	#container .etc .phone strong{display:block;line-height:1;font-size:26px;color:#317750}
	#container .etc .week{margin-bottom:10px;padding:0 20px;background:#f7f7f7}
	#container .etc .week ul{padding:10px 0 20px 0;border-top:1px solid #ddd}
	#container .etc .week ul li{padding:3px 0;overflow:hidden}
	#container .etc .week ul li span{float:left;font-size:12px;font-weight:300;color:#000}
	#container .etc .week ul li strong{float:right;padding:0 0 0 10px;font-size:12px;font-weight:400;color:#000}
	#container .etc .counsel{position:relative;margin-bottom:10px;padding:20px;padding-right:0;background:#f7f7f7}
	#container .etc .counsel i{position:absolute;top:20%;right:10px;font-size:48px}
	#container .etc .banner a{display:block;margin-bottom:10px;padding:10px 20px;border:1px solid #d1d1d1;border-radius:3px}
	#container .etc .banner a i{float:right;font-size:20px;color:#777}

	
	/* footer */
	#footer{background:#333; position:relative;}
	#footer .fnb{/*padding:0 20px;*/ border-bottom:1px solid #555; padding:0;}
	#footer .fnb .link{text-align:center}
	#footer .fnb .link li{/*display:inline-block*/ float:left; width:50%;}
	/*#footer .fnb .link li:nth-child(1), #footer .fnb .link li:nth-child(2){border-bottom:solid 1px #555;}*/
	#footer .fnb .link li:nth-child(1), #footer .fnb .link li:nth-child(3){border-right:solid 1px #555;}
	#footer .fnb .link li a{display:block; /*padding:0 15px;*/ padding:2%; line-height:35px;font-size:13px;font-weight:400;color:#ccc;letter-spacing:-0.5px}
	#footer .fnb .link li a strong{font-weight:600;color:#fff}
	#footer .fnb .link li a:hover{color:#fff}
	#footer .footer{padding:20px 20px 50px}
	#footer .footer h2{position:relative;text-align:center}
	#footer .footer h2 img{width:auto;max-width:125px;height:auto}
	#footer .footer address{display:block;margin-top:15px;text-align:center}
	#footer .footer address br{display:none}
	#footer .footer address span{display:inline-block; line-height:12px; font-size:13px; font-weight:300; color:rgba(255,255,255,0.5);}
	#footer .footer address span strong{display:inline-block; font-weight:300; color:rgba(255,255,255,0.8);}
	#footer .footer address span i.num{font-style:initial;}
	#footer .footer address span i.num a{color:rgba(255,255,255,0.5) !important;}
	#footer .footer cite{display:block; padding:15px 0 15px 0; font-size:11px; font-weight:300; color:rgba(255,255,255,0.5); text-align:center}
	#footer .footer p{display:block; padding:10px 0 50px 0; font-size:11px; font-weight:300; color:rgba(255,255,255,0.3); text-align:center}
	#footer .back-top{display:block; position:absolute; bottom:0; right:0;}
	#footer .back-top a.top{color:#fff; padding:14px 18px; background-color:#000; display:block;}

	/* captcha */
	#captcha{display:inline-block; position:relative;}
	#captcha legend{position:absolute; margin:0; padding:0; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden;}
	#captcha #captcha_img{height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
	#captcha #captcha_mp3{margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat;text-indent:-999px}
	#captcha #captcha_reload{margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
	#captcha #captcha_key{margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;vertical-align:top}
	#captcha #captcha_info{display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
	
	/* ckeditor */
	.cke_sc{margin:0 0 5px;text-align:right}
	.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
	.cke_sc_def{margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
	.cke_sc_def dl{margin:0 0 5px;text-align:left;zoom:1}
	.cke_sc_def dl:after{display:block;visibility:hidden;clear:both;content:""}
	.cke_sc_def dt, .cke_sc_def dd{float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}

	.cke_sc_def dt{width:20%;font-weight:bold}
	.cke_sc_def dd{width:30%}
	#bo_v_con ul{display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
	#bo_v_con ol{display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
	#bo_v_con li{display:list-item}
	
	/* 버튼 */
	a.btn,.btn{line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
	-webkit-transition:background-color 0.3s ease-out;
	-moz-transition:background-color 0.3s ease-out;
	-o-transition:background-color 0.3s ease-out;
	transition:background-color 0.3s ease-out}
	
	a.btn01{display:inline-block;padding:3px 12px;font-size:11px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
	a.btn01:focus, a.btn01:hover{text-decoration:none}
	button.btn01{display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
	a.btn02{display:inline-block;padding:3px 12px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
	a.btn02:focus, .btn02:hover{text-decoration:none}
	button.btn02{display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
	
	.btn_confirm{text-align:right} /* 서식단계 진행 */
	
	.btn_submit{border:0;background:#000000;color:#fff;cursor:pointer}
	.btn_close{border:1px solid #dcdcdc;cursor:pointer;background:#fff}
	a.btn_close{text-align:center;line-height:50px}
	
	
	a.btn_cancel{float:left;display:inline-block;background:#f9f9f9;border:1px solid #e9e9e9;color:#333;text-decoration:none;vertical-align:middle}
	button.btn_cancel{display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
	.btn_cancel:hover{background:#aaa}
	a.btn_frmline, button.btn_frmline, a.btn_idcheck{display:inline-block;padding:0 10px;margin-left:5px;width:96px; height:38px;line-height:36px;border:1px solid #000000;background:#000000;font-size: 11px;color:#fff;text-decoration:none;vertical-align:top;text-align:center;} /* 우편번호검색버튼 등 */
	a.btn_frmline{}
	button.btn_frmline{font-size:13px;}
	
	/* 게시판용 버튼 */
	a.btn_b01,.btn_b01{display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
	.btn_b01:hover, .btn_b01:hover{color:#000}
	a.btn_b02,.btn_b02{display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
	a.btn_b02:hover, .btn_b02:hover{background:#0025eb}
	a.btn_b03, .btn_b03{display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
	a.btn_b03:hover, .btn_b03:hover{background:#ebedf6}
	a.btn_b04, .btn_b04{display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
	a.btn_b04:hover, .btn_b04:hover{color:#333;background:#f9f9f9}
	a.btn_admin,.btn_admin{display:inline-block;color:#000000;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
	.btn_admin:hover, a.btn_admin:hover{color:#ff3746}
	
	
	/* 기본테이블 */
	.tbl_wrap table{width:100%;border-collapse:collapse; border-spacing:0 5px; background:#fff; border-top:1px solid #ececec; border-bottom:1px solid #ececec;} 
	.tbl_wrap caption{padding:10px 0;font-weight:bold;text-align:left}
	
	.tbl_head01{margin:0 0 10px}
	.tbl_head01 caption{padding:0;font-size:0;line-height:0;overflow:hidden}

	.tbl_head01 thead th{padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
	.tbl_head01 thead th input{vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
	.tbl_head01 tfoot th, .tbl_head01 tfoot td{padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
	.tbl_head01 tbody th{padding:8px 0;border-bottom:1px solid #e8e8e8}
	.tbl_head01 td{color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
	.tbl_head01 tbody tr:hover td{background:#fafafa}
	.tbl_head01 a:hover{text-decoration:underline}
	
	.tbl_head02{margin:0 0 10px;}

	.tbl_head02 caption{padding:0; font-size:0; line-height:0; overflow:hidden;}
	.tbl_head02 thead th{padding:5px 0; border-top:1px solid #d1dee2; border-bottom:1px solid #d1dee2; background:#e5ecef; color:#383838; font-size:0.95em;text-align:center;letter-spacing:-0.1em}
	.tbl_head02 thead a{color:#383838;}
	.tbl_head02 thead th input{vertical-align:top;} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
	.tbl_head02 tfoot th, .tbl_head02 tfoot td{padding:10px 0; border-top:1px solid #c1d1d5; border-bottom:1px solid #c1d1d5; background:#d7e0e2; text-align:center;}
	.tbl_head02 tbody th{padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
	.tbl_head02 td{padding:5px 3px; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; background:#fff; line-height:1.4em; word-break:break-all;}
	.tbl_head02 a{}

	
	.tbl_head03{margin:0 0 10px}
	.tbl_head03 table{border-bottom:1px solid #d3d3d3;}
	.tbl_head03 caption{padding:0; font-size:0; line-height:0; overflow:hidden;}

	.tbl_head03 thead th{padding:20px 0;width:40px;color:#383838;font-size:14px;font-weight:500;text-align:center;letter-spacing:-0.5px;border-top:1px solid #959da6;border-bottom:1px solid #d3d3d3}
	.tbl_head03 thead th .selec_chk + label span,
	.tbl_head03 tbody td .selec_chk + label span{border:1px solid #e9e9e9;}
	.tbl_head03 thead a{color:#383838}
	.tbl_head03 thead th input{vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
	.tbl_head03 tfoot th, .tbl_head03 tfoot td{padding:10px 0; border-top:1px solid #c1d1d5; border-bottom:1px solid #c1d1d5; background:#d7e0e2; text-align:center;}
	.tbl_head03 tbody th{padding:10px 0; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9;}
	.tbl_head03 td{background:#fff; background-clip:padding-box; padding:25px 15px;border-top:1px solid #ccd2d9;border-left:1px solid #f6f6f6;line-height:20px;word-break:break-all;text-align:center}
	.tbl_head03 td[data-th]{color:#333;}
	.tbl_head03 td:first-child{border-left:0; border-bottom:0;}
	.tbl_head03 a{}

	/*21-07-08추가*/
	.tbl_head03 tr:first-child{border-top:0;}
	.tbl_head03 td:first-child span.bt-content{padding:7px 8px 0;}
	table.responsive tbody th:before, table.responsive tbody td[data-th="상품명"]:before, table.responsive tbody th:before, table.responsive tbody td.td_chk:before{display:none;}
	.tbl_head03 td[data-th="포인트"] span.bt-content{color:#fff;}

    /* 반응형 테이블*/
	table.responsive{width:100%; border-collapse:collapse;}
	table.responsive thead{display:none;}
	table.responsive tbody tr{display:block; /*margin:0 0 10px 0;*/ margin: 0 0 20px 0; padding:0; border-top:1px solid #efefef; border-left:1px solid #efefef; overflow:hidden;}
	table.responsive tbody th,
	table.responsive tbody td{display:table; width:100%; font-weight:400; border-top:0; border-right:1px solid #efefef; border-bottom:1px solid #efefef; overflow:hidden;}
	table.responsive tbody th:before,
	table.responsive tbody td:before{content:attr(data-th); display:table-cell; padding:5px 8px; width:30%; height:20px; line-height:20px; font-size:15px; vertical-align:middle; background:#f9f9f9; white-space:nowrap; overflow:hidden; text-align:left;}
	table.responsive tbody th .bt-content,
	table.responsive tbody td .bt-content{display:table-cell; padding:8px 8px; width:70%; font-size:15px; text-align:right; background:#fff;}
	table.responsive tbody th .bt-content a,
	table.responsive tbody td .bt-content a{color:#000;}
	table.responsive tbody td.bt-hide{display:none;}
	

	/* 폼 테이블 */
	.tbl_frm01{margin:0 0 20px;}
	.tbl_frm01 table{width:100%; border-collapse:collapse; border-spacing:0;}
	.tbl_frm01 th{width:70px; padding:7px 13px; border:1px solid #e9e9e9; border-left:0; border-right:0; background:#fff; text-align:left;}
	.tbl_frm01 td{padding:7px 10px; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; background:transparent}
	.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input{border:1px solid #e9e9e9; background:#fff; color:#000; padding:5px 10px; font-size:13px; vertical-align:top; width:100%; box-sizing:border-box;}
	.tbl_frm01 textarea{padding:10px;}
	.frm_input{height:38px;}
	
	.full_input{width:100%;}
	.half_input{width:49.5%;}
	.twopart_input{width:calc(100% - 105px);}
	.tbl_frm01 textarea, .write_div textarea{width:100%; height:100px;}
	.tbl_frm01 a{text-decoration:none;}
	.tbl_frm01 .frm_file{display:block; margin-bottom:5px;}
	.tbl_frm01 .frm_info{display:block; padding:0 0 5px; line-height:1.4em;}
	
	/*기본 리스트*/
	.list_01 ul{border-top:1px solid #ececec;}
	.list_01 li{border-bottom:1px solid #ececec; background:#fff; padding:10px 15px; list-style:none; position:relative;}
	.list_01 li:nth-child(odd){background:#f6f6f6;}
	.list_01 li:after{display:block; visibility:hidden; clear:both; content:"";}
	.list_01 li:hover{background:#f9f9f9;}
	.list_01 li.empty_li,
	.list_01 li.empty_table{display:block; padding:20px 0; width:100%; color:#666; clear:both; text-align:center;}
	
	.list_02 ul{margin:0 -5px;font-size:0}
	.list_02 ul:after{display:block; visibility:hidden; clear:both; content:"";}
	.list_02 li{float:left; width:50%; padding:0 5px;}
	/*.list_02 li:nth-child(5n+1){clear:both;margin-left:0}*/
	

	/*폼 리스트*/
	.form_01 h2{font-size:16px;}
	.form_01 li{/*font-size: 0;*/}
	.form_01 li+li{margin-top:5px;}
	.form_01 ul:after,
	.form_01 li:after{display:block; visibility:hidden; clear:both; content:"";}
	.form_01 .left_input{float:left;}
	.form_01 .margin_input{margin-right:1%;}
	.form_01 textarea{height:100px; width:100%;}
	.form_01 .frm_label{display:inline-block; width:130px;}
	
	/* 자료 없는 목록 */
	.empty_table{padding:50px 0 !important; width:100% !important; text-align:center;}
	.empty_list{padding:20px 0 !important;width:100% !important; color:#666; text-align:center;}
	
	/* 필수입력 */
	.required, textarea.required{background-image:url('../img/require.png') !important; background-repeat:no-repeat !important; background-position:right top !important;}
	
	/* 테이블 그리드 padding 0 5px 고려한 넓이 */
	.grid_1{width:40px;}
	.grid_2{width:90px;}
	.grid_3{width:140px;}
	.grid_4{width:190px;}
	.grid_5{width:240px;}
	.grid_6{width:290px;}
	.grid_7{width:340px;}
	.grid_8{width:390px;}
	.grid_9{width:440px;}
	.grid_10{width:490px;}
	.grid_11{width:540px;}
	.grid_12{width:590px;}
	.grid_13{width:640px;}
	.grid_14{width:690px;}
	.grid_15{width:740px;}
	.grid_16{width:790px;}
	.grid_17{width:840px;}
	.grid_18{width:890px;}
	
	/* 테이블 항목별 정의 */
	.td_board{width:80px; text-align:center;}
	.td_category{width:80px; text-align:center;}
	.td_chk{width:30px; text-align:center;}
	.td_date{width:60px; text-align:center;}
	.td_datetime{width:110px; text-align:center;}
	.td_group{width:80px; text-align:center;}
	.td_mb_id{width:100px; text-align:center;}
	.td_mng{width:80px; text-align:center;}
	.td_name{width:100px; text-align:left;}
	.td_nick{width:100px; text-align:center;}
	.td_num{width:50px; text-align:center;}
	.td_numbig{width:80px; text-align:center;}
	.td_stat{width:60px; text-align:center;}
	
	.txt_active{color:#5d910b;}
	.txt_done{color:#e8180c;}
	.txt_expired{color:#ccc;}
	.txt_rdy{color:#8abc2a;}
	
	/* 새창 기본 스타일 */
	.new_win{position:relative}
	.new_win .tbl_wrap{margin:0 20px;}
	.new_win #win_title{font-size:15px; font-weight:500; height:50px; line-height:30px; padding:10px 20px; background:#000000; color: #fff;}
	.new_win #win_title .sv{font-size:0.75em; line-height:1.2em;}
	.new_win .win_ul{margin-bottom:15px; padding:0 20px;}
	.new_win .win_ul:after{display:block;visibility:hidden; clear:both; content:"";}
	.new_win .win_ul li{float:left; background:#fff; text-align:center; padding:0 10px; border:1px solid #ddd; border-radius:30px; margin-left:5px;}
	.new_win .win_ul li:first-child{margin-left:0;}
	.new_win .win_ul li a{display:block; padding:8px 0; color:#999;}
	.new_win .win_ul .selected{background:#fff; border-color:#fff; position:relative; z-index:5000;}
	.new_win .win_ul .selected a{color:#fff; font-weight:bold;}
	.new_win .win_desc{position:relative; margin:10px; border-radius:5px ;font-size:1em; background:#f5f5f5; color:#333;line-height:50px;text-align:left;padding:0 20px}
	.new_win .win_desc i{font-size:1.2em;vertical-align:baseline}
	.new_win .win_desc:after{content:""; position:absolute; left:0; top:0; width:4px; height:50px; background:#ddd;}
	.new_win .frm_info{font-size:14px;color:#919191}
	.new_win .win_total{float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#555;background:#f6f6f6;padding:0 10px;border-radius:5px}
	.new_win .new_win_con{padding:20px;}
	.new_win .new_win_con:after{display:block;visibility:hidden;clear:both;content:""}
	.new_win .new_win_con2{margin:20px 0}
	.new_win .btn_confirm:after{display:block;visibility:hidden;clear:both;content:""}
	.new_win .win_btn{margin-top: 20px;text-align:center;}
	.new_win .btn_close{height:40px;padding:0 20px;font-size:14px;font-weight:500;overflow:hidden;cursor:pointer}
	.new_win .btn_submit{padding:0 20px;height:40px;font-size:14px;font-weight:500}
	
	/* 검색결과 색상 */
	.sch_word{color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}
	
	/* 자바스크립트 alert 대안 */
	#validation_check{margin:100px auto;width:500px}
	#validation_check h1{margin-bottom:20px;font-size:1.3em}
	#validation_check p{margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}
	
	/* 사이드뷰 */
	.sv_wrap{position:relative;font-weight:normal}
	.sv_wrap .sv{z-index:1000;display:none;margin:5px 0 0;font-size:14px;background:#333;
	-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
	.sv_wrap .sv:before{content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
	.sv_wrap .sv a{display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
	.sv_wrap .sv a:hover{background:#000;color:#fff}
	.sv_member{color:#333}

	.sv_on{display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
	.sv_nojs .sv{display:block}
	
	/* 페이징 */
	.pg_wrap{clear:both;padding:30px 0;display:block}
	.pg_wrap:after{display:block;visibility:hidden;clear:both;content:""} 
	.pg{display:block;font-size:0;text-align:center}
	.pg_page, .pg_current{display:inline-block;margin:0 1px;vertical-align:middle;background:#fafafa;border:1px solid #eee}
	.pg a:focus, .pg a:hover{text-decoration:none}
	.pg_page{color:#959595;height:30px;line-height:28px;padding:0 5px;min-width:30px;font-size:11px;font-weight:500;text-decoration:none}
	.pg_page:hover{background-color:#fafafa}
	.pg_start{text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
	.pg_prev{text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
	.pg_end{text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
	.pg_next{text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
	.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover{background-color:#fafafa}
	.pg_current{background:#fff;border:1px solid #000000;color:#000000;font-weight:500;height:30px;line-height:30px;padding:0 10px;min-width:30px;font-size:12px}
	

	/* 팁 */
	.tooltip_icon{display:inline-block;vertical-align:middle;color:#b3b5b8;border:0;font-size:15px;background:transparent;cursor:pointer;vertical-align: top;}
	.tooltip_icon:hover{color:#448bf5}
	.tooltip{position:relative;width:auto;color:#fff;background:#000;padding:10px;font-size: 11px;line-height:18px;display:none;position:absolute;z-index:9;font-weight:normal;margin-left: 10px;margin-top: 8px;}
	.tooltip:before{content:"";position:absolute;top:0;left: -5px;width:0;height:0;border-style:solid;border-top:0px solid transparent;border-bottom: 5px solid transparent;border-left:0;border-right: 5px solid #000;}
	
	.tooltip_txt{position:relative;text-align:left;color:#fff;height:50px;line-height:50px;font-size:1.1em;background:#f2838f;margin:0 0 10px;padding:0 20px;border-radius:5px;font-weight:bold}
	.tooltip_txt:before{content:"";position:absolute;top:0;left:0;width:5px;height:50px;border-radius:5px 0 0 5px;background:#da4453}
	.tooltip_txt i{font-size:1.2em;vertical-align:middle}
	
	/* cheditor 이슈 */
	.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before{ -webkit-box-sizing:content-box; -moz-box-sizing:content-box; box-sizing:content-box}
	
	/* Mobile화면으로 */
	#device_change{display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}
	


	/*vod*/
	#vod .khwrap div.left{float:none; width:100%; padding:8% 5%;}
	#vod .khwrap div.left .video iframe{width:100%; height:211px;}
	#vod .khwrap div.left .txt-box .tite{font-size:18px; margin-top:2%;}
	#vod .khwrap div.left .txt-box .txt{font-size:16px;}
	#vod .khwrap div.left .txt-box .more-btn{margin:4% auto 0;}
	#vod .khwrap div.left .txt-box .more-btn a{font-size:15px; padding:6%;}

	#vod .khwrap div.right{float:none; width:100%; padding:5%;}
	#vod .khwrap div.right .s-left iframe{width:100%; height:110px;}
	#vod .khwrap div.right dl dd{padding:4% 0;}
	#vod .khwrap div.right dl dd .s-left{width:45%;}
	#vod .khwrap div.right dl dd .s-right{padding:0 0 0 5%; width:55%;}
	#vod .khwrap div.right dl dd .s-right .tite{font-size:14px;}
	#vod .khwrap div.right dl dd .s-right .txt{font-size:13px;}
	#vod .khwrap div.right dl dd .s-right .more-btn{width:100%; margin:3% 0 0;}
	#vod .khwrap div.right dl dd .s-right .more-btn a{font-size:12px; padding:5%;}

	/*video-box*/
	#video-box{padding:8% 0;}
	#video-box .video{margin:0 5%;}
	#video-box .list li{margin-left:10px !important; margin-bottom:0;}
	#video-box .left iframe{width:100% !important; height:auto !important;}
	#video-box .right .view-more{width:100%;}
	#video-box .right h3{font-size:14px;}
	#video-box .right .tite{font-size:12px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
	#video-box .control .arrow{display:none !important;}

	.comm-vod{padding:0 4%; margin-bottom:5%; box-sizing:border-box;}
	.comm-vod #video-box{padding:4% 0;}
	.comm-vod #video-box .video{margin:0;}
	.comm-vod p.more-btn{position:relative; top:0; right:0; width:100%; line-height:30px; background-color:#f5f5f5;}
	.comm-vod p.more-btn a{display:block; text-align:center;}
}


@media all and (max-width:375px) {
#header .global .shop_menu li a{}
#header .global .shop_menu li:nth-child(n+2):before{display:none;}

	/*video-box*/
	#video-box .left iframe{width:100% !important; height:initial !important;}
	#video-box .control .arrow{display:none !important;}
	#video-box .right .tite{font-size:12px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
}

@media (max-width:320px) {
	#video{height:178px;}
}