@charset "utf-8";

/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family:'Nanum Gothic';
  font-style: normal;
  font-weight: 600;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}
@font-face {
  font-family:'Nanum Gothic Bold';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Bold.ttf) format('truetype');
}
@font-face {
  font-family:'Nanum Gothic exBold';
  font-style: normal;
  font-weight: 800;
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot);
  src: url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.woff) format('woff'),
       url(//fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-ExtraBold.ttf) format('truetype');
}

/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,big,cite,code,del,dfn,em,font,img,ins,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:none 0}
body{font-family:'Nanum Gothic',Dotum,sans-serif;font-size:13px;color:#666;line-height:19px}
select,input,img,li,button{vertical-align:middle;text-align:left}
input{margin:0 3px;padding:0}
form legend,table caption{width:0;height:0;font-size:0;text-indent:-9999px;line-height:0}
select{min-width:83px;height:25px;vertical-align:top;font-size:13px;line-height:19px;font-family:'Nanum Gothic',Dotum,sans-serif;border:1px solid #ccc;color:#333}
textarea{margin:0;padding:2px 5px;font-size:13px;line-height:19px;font-family:'Nanum Gothic',Dotum,sans-serif;border:1px solid #ccc;color:#333;resize:none}
img,fieldset,iframe{border:0 none}
h1,h2,h3,h4,h5,h6{font-weight:normal}
table,div{border-collapse:collapse;border-spacing:0}
table{width:100%}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:normal}
ul,li,ol{list-style-type:none}
li{line-height:17px}
li,p,dt,dd,div,span{white-space:normal}
button{*overflow:visible;border:0 none;padding:0;margin:0;*margin-top:-2px;font-size:13px;line-height:19px;font-family:'Nanum Gothic',Dotum,sans-serif;background:transparent;cursor:pointer}
button::-moz-focus-inner{border:0;padding:0}
a{text-decoration:none;color:#666}
label{cursor:pointer}
button,select,option,input,textarea{outline:none}

/* global class */
/* none */
.bg_none{background:none !important}
.pad_none{padding:0 !important}
.mar_none{margin:0 !important}
.bor_none{border:0 none !important}
.over_h{overflow:hidden !important}
/* align */
.txt_left{text-align:left !important}
.txt_center{text-align:center !important}
.txt_right{text-align:right !important}
/* float */
.floatL{float:left !important}
.floatR{float:right !important}
.float_a{display:block !important;float:left !important}
.list_float{overflow:hidden !important}
.list_float li{float:left !important}
/* font */
.font11{font-size:11px !important}
.font12{font-size:12px !important}
.font13{font-size:13px !important}
.font14{font-size:14px !important}
.font16{font-size:16px !important}
.bold{font-weight:bold !important}
.normal{font-weight:normal !important}
.underline{text-decoration:underline !important}
.letter-1{letter-spacing:-1px !important}
.letter0{letter-spacing:0 !important}
.line16{line-height:16px !important}
.line18{line-height:18px !important}
/* color */
.blk{color:#2b2b2b !important}
.g88{color:#888 !important}
.pur{color:#4250b9 !important}
/* ellipsis */
.ellWrap{width:100%}
.ellipsis,.ellipsisList li{display:block;overflow:hidden;width:100%;text-overflow:ellipsis;white-space:nowrap}
/* margin */
.mgr5{margin-right:5px !important}
.mgt3{margin-top:3px !important}
.mgt5{margin-top:5px !important}
.mgt10{margin-top:10px !important}
.mgt15{margin-top:15px !important}
.mgt20{margin-top:20px !important}
.mgt30{margin-top:30px !important}
.mgt40{margin-top:40px !important}
.mgb2{margin-bottom:2px !important}
.mgb5{margin-bottom:5px !important}
.mgb7{margin-bottom:7px !important}
.mgb10{margin-bottom:10px !important}
.mgb15{margin-bottom:15px !important}
.mgb20{margin-bottom:20px !important}
.mgb30{margin-bottom:30px !important}
.mgb40{margin-bottom:40px !important}
.mgb50{margin-bottom:50px !important}
.mgb60{margin-bottom:60px !important}
/* padding */
.pdt12{padding-top:12px !important}
.pdt30{padding-top:30px !important}
.pdl15{padding-left:15px !important}
/* display */
.in{display:inline !important}
/* input */
.txt{
	height:19px;
	margin:0;padding:2px 0;
	vertical-align:top;
	font-size:13px;
	font-family:'Nanum Gothic',Dotum,sans-serif;
	border:1px solid #ccc;
	background-color:#fff;
	line-height:19px;text-indent:5px
}
.txtH28 {height:18px;margin:0;padding:4px 5px;line-height:18px;border:solid 1px #ccc;font-family:'Nanum Gothic',Dotum,sans-serif;}
.blind{position:absolute;top:-9999px;overflow:hidden;width:0;height:0;padding:0;line-height:0}


/* initialize */
body{min-width:1024px}
#wrap{position:relative;overflow:hidden}

/* top Ad */
#topAd{position:relative;overflow:visible !important;width:1000px;margin:0 auto}
#topAd.hidden{display:none;height:0}
#topAd div{width:1920px;margin:0 0 0 -460px;text-align:center}
#topAd div a,
#topAd div img{vertical-align:top}
#topAd button{position:absolute;bottom:19px;right:22px;overflow:hidden;width:19px;height:17px;margin:0;padding:0;text-indent:-9999px;outline:none;border:none;background:url(../imgs/button/btn_cateClose.png) 0 0 no-repeat}

/* header */
#header{position:relative;width:100%;height:176px;background:url(../imgs/global/bg_header.png) 0 0 repeat-x}
#header h1{position:absolute;top:11px;left:50%;margin:0 0 0 -500px}
#header h1 div{display:table-cell;width:330px;height:115px;vertical-align:middle}
#header h1 a,
#header h1 img{display:inline-block;max-width:330px;max-height:115px}
#header .utility{position:absolute;top:10px;right:50%;margin:0 -500px 0 0}
#header .utility li{float:left;height:11px;margin:0 0 0 10px;padding:0 0 0 9px;border-left:1px solid #dedede}
#header .utility li a{float:left;height:18px;margin:-4px 0 0;font-size:11px;color:#767676;line-height:20px;letter-spacing:-0.05em;font-family:Dotum,sans-serif}
#header .utility li.name{float:left;height:18px;margin:-4px 0 0;font-size:11px;color:#767676;line-height:20px;letter-spacing:-0.05em;font-family:Dotum,sans-serif}
#header .utility li a .count{display:inline-block;width:24px;height:18px;margin:0 0 0 4px;vertical-align:top;text-align:center;color:white;line-height:20px;font-weight:bold;background:url(../imgs/global/utility_count_bg.png) 0 1px no-repeat}
#header .utility li a span{vertical-align:top;font-weight:bold}
#header .utility li.first{border:none}
#header .utility li.first a{width:51px;text-align:center;background:url(../imgs/button/btn_utility.gif) 0 0 no-repeat}
#header .topSearch{width:340px;height:78px;margin:0 auto;padding:48px 0 0}
#header .topSearch:after{content:"";display:block;clear:both}
#header .topSearch input{float:left;width:286px;height:37px;margin:0;padding:0;text-indent:10px;font-size:14px;color:#333;line-height:37px;font-family:'Nanum Gothic',Dotum,sans-serif;border:2px solid #363b3f;border-right:none;background:white}
#header .topSearch .project_menu{clear:both;padding:6px 0 0;text-align:center}
#header .topSearch .project_menu:after{content:"";display:block;clear:both}
#header .topSearch .project_menu li{display:inline-block;height:11px;margin:5px 10px 0 0;padding:0 9px 0 0;vertical-align:top;border-right:1px solid #dedede}
#header .topSearch .project_menu li a{display:inline-block;height:18px;margin:-4px 0 0;vertical-align:top;font-size:11px;color:#767676;line-height:20px;letter-spacing:-0.05em;font-family:'Nanum Gothic',Dotum,sans-serif;}
#header .topSearch .project_menu li.bg_none{border:none}
#header .topSearch button{float:left;width:52px;height:41px;margin:0;padding:0;border:none;background:none}
#header .topSearch button img{float:left}
#header .topBanner{position:absolute;top:36px;right:50%;overflow:hidden;width:256px;height:90px;margin:0 -500px 0 0}
#header .topBanner a,
#header .topBanner img{display:block}
#header .topBanner .bannerItem{display:none;position:absolute;top:0;left:0;z-index:1;width:250px;height:90px}
#header .topBanner .prev{position:absolute;top:0;right:15px;z-index:2;overflow:hidden;width:16px;height:13px;margin:0;padding:0;text-indent:-9999px;border:1px solid #b9b9b9;background:white url(../imgs/global/top_banner_prev.gif) center center no-repeat}
#header .topBanner .next{position:absolute;top:0;right:0;z-index:2;overflow:hidden;width:16px;height:13px;margin:0;padding:0;text-indent:-9999px;border:1px solid #b9b9b9;background:white url(../imgs/global/top_banner_next.gif) center center no-repeat}
#header .topBanner .prev:hover,
#header .topBanner .next:hover{z-index:3}

/* GNB */
#gnb{position:relative;width:1000px;height:50px;margin:0 auto}
#gnb ul{min-width:1px;padding:0 0 0 180px}
#gnb ul:after{content:"";display:block;clear:both}
#gnb ul li{float:left;}
#gnb ul li button{outline:none}
#gnb ul li button,
#gnb ul li a,
#gnb ul li img{float:left}
#gnb ul li.first{position:absolute;top:0;left:0;margin:0}

/* total category */
#header_total_ctg{display:none;position:relative;z-index:1000;overflow:hidden;width:996px;margin:0 auto;padding:0 0 42px;border:2px solid #5c544d;border-top:none;background:url(../imgs/global/totalCate_bg.png) center 0 repeat-y}
#header_total_ctg .close{position:absolute;bottom:20px;right:20px}
#header_total_ctg .close img{display:block}
#header_total_ctg ul{overflow:hidden;width:1000px}
#header_total_ctg ul li{float:left;width:200px;padding:0 0 33px}
#header_total_ctg ul li a{display:block;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;padding:0 15px;white-space:nowrap;font-size:14px;color:#666;line-height:30px}
#header_total_ctg ul li a.cateTitle{display:block;position:relative;overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;margin:0 0 7px;padding:10px 15px 13px;white-space:nowrap;font-size:15px;color:#222;line-height:20px;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
#header_total_ctg ul li a.cateTitle:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;box-sizing:border-box;border-left:15px solid white;border-right:15px solid white;background:#222}


/* container */
#container{position:relative;width:1000px;min-height:540px;margin-top:20px}
#container:after{content:"";display:block;clear:both}

/* contents */
#contents{float:left;width:800px;text-align:left;margin:0 0 50px} /* 왼쪽메뉴 있을 때 */
#contents100{width:100%;text-align:left;margin:0 0 50px} /* 왼쪽메뉴 없을 때 */

/* navi */
/*
#navi{overflow:hidden;padding:0 10px;height:40px}
#navi li{float:left;font-size:11px;line-height:20px;background:url(../imgs/icon/bul_navi.gif) left 4px no-repeat;padding:0 5px 0 10px}
#navi li.home{background:url(../imgs/icon/ico_home.gif) left 4px no-repeat;padding:0 5px 0 15px}

#navi button.ctg{height:20px;border:solid 1px #ccc;font-size:11px;color:#666;padding:0 35px 0 8px;margin:0;line-height:14px;font-family:'Nanum Gothic',Dotum,sans-serif;background:url(../imgs/button/navi_category_btn.gif) #fff right top no-repeat}
#navi li div{position:absolute;top:0px;z-index:10;display:none}
#navi li div ol{background:#fff;border:solid 2px #aaa;margin-top:22px;}
#navi li div ol:after{content:" ";display:block;clear:both}
#navi li div ol li{padding:10px 20px 10px 15px;background:none;border-right:solid 1px #ddd}
#navi li div ol li.last{border-right:none}
#navi li div ol li a{color:#444;display:block;line-height:18px}
#navi li div ol li a:hover{color:#f4620b}
#navi li div ol li a.on{font-weight:bold;color:#f4620b}
*/

#navi{position:relative;z-index:20;clear:both;margin:-10px 0 20px;padding:0 0 11px}
#navi:before{content:"";position:absolute;bottom:0;left:-5000px;width:15000px;height:1px;background:#eee}
#navi:after{content:"";display:block;clear:both}
#navi li{position:relative;z-index:20;float:left;margin:0 26px 0 0;font-size:13px;color:#333;line-height:19px;font-family:'Nanum Gothic',Dotum,sans-serif}
#navi li:before{content:"";position:absolute;top:11px;left:-15px;width:0;height:0;border:4px solid transparent;border-left:6px solid #666}
#navi li:first-child:before{display:none;}
#navi li a{float:left;padding:5px 0}
#navi li strong{float:left;padding:5px 0;color:black;font-weight:bold;text-decoration:underline}
#navi li button.ctg{position:relative;float:left;width:140px;padding:4px 16px 4px 10px;box-sizing:border-box;font-size:13px;color:#666;line-height:19px;font-family:'Nanum Gothic',Dotum,sans-serif;border:1px solid #ccc;background:white}
#navi li button.ctg:after{content:"";position:absolute;top:11px;right:8px;border:4px solid transparent;border-top:6px solid #666}
#navi li div{position:absolute;top:29px;left:0;z-index:20;width:100%;box-sizing:border-box;border:1px solid #ccc;border-top:none;background:white}
#navi li div ol li{float:none;margin:0}
#navi li div ol li a{display:block;float:none;padding:5px 10px;font-size:13px;color:#666;line-height:19px;font-family:'Nanum Gothic',Dotum,sans-serif}
#navi li div ol li a:hover{background:#f9f9f9}


/* 타이틀 */
strong{font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
.bul_red_arrow{padding-left:17px;background:url(../imgs/icon/bul_red_arrow.gif) 0 2px no-repeat}
.red_square_dotList li,.red_square_dot{padding:1px 0 1px 10px;font-size:13px;background:url(../imgs/icon/bul_red_square.gif) 0 9px no-repeat;line-height:19px;color:#666}
.red_square_dotList li a:hover{text-decoration:underline}
.bul_red_rect{padding:0 0 10px 15px;border-bottom:1px solid #e1e1e1;background:url(../imgs/icon/bul_red_rect.gif) 6px 0 no-repeat}

.sub_title{position:relative;margin:0 0 20px;padding:0 0 15px 10px;font-size:0;background:url(../title/bg_sub_title.gif) 0 bottom repeat-x;line-height:0}

.big_title{position:relative;margin:0 0 30px;padding:0 0 16px;white-space:nowrap;font-size:32px;color:#222;line-height:36px;font-weight:bold;font-family:'Nanum Gothic exBold',Dotum,sans-serif;border-bottom:solid 2px #555}
.big_title.lnb{padding:0 0 12px;white-space:nowrap;font-size:26px;color:#222;line-height:30px;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
.middle_title{position:relative;padding:0 0 8px;white-space:nowrap;font-size:20px;color:#222;line-height:24px;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
.small_title{position:relative;padding:0 0 4px;white-space:nowrap;font-size:16px;color:#222;line-height:20px;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}

.big_title .summary{display:inline-block;padding:12px 0 0 15px;vertical-align:top;font-size:15px;color:#777;line-height:20px;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
.big_title.lnb .summary{display:inline-block;padding:9px 0 0 12px;vertical-align:top;font-size:13px;line-height:18px;font-weight:normal;font-family:'Nanum Gothic',Dotum,sans-serif}
.middle_title .summary{display:inline-block;padding:6px 0 0 9px;vertical-align:top;font-size:11px;color:#777;line-height:16px;font-weight:normal;font-family:'Nanum Gothic',Dotum,sans-serif}
.small_title .summary{display:inline-block;padding:3px 0 0 9px;vertical-align:top;font-size:11px;color:#888;line-height:16px;font-weight:normal;font-family:'Nanum Gothic',Dotum,sans-serif}

.small_title .smallbutton{position:absolute;top:-3px;right:0}
.middle_title .smallbutton{position:absolute;top:-1px;right:0}

.middle_title .check{font-size:12px}
.middle_title .check.red{color:red}

.bgSubnote {padding:15px 20px;font-size:11px;color:#666;background:#f8f8f8;}
.titles_box {position: relative}
.titles_box .history {position: absolute;right:0;top: 50%;height: 30px;margin-top: -23px;padding: 0 10px;}

/* lnb_area */
#lnb_area{float:left;overflow:hidden;width:180px;margin-right:20px;margin-bottom:50px}
#lnb_area h2.ctg_txt a{display:block;color:#222;padding:3px 0 10px 5px;font-size:16px;font-weight:bold;letter-spacing:-0.1em;background:url(../imgs/icon/ctg_icon.png) right 5px no-repeat}
#lnb_area .ctg{padding:14px 12px;font-size:12px;border-top:1px solid #414141;border-bottom:1px solid #414141;background-color:#fff;letter-spacing:-0.1em}
#lnb_area .ctg li{line-height:26px}
#lnb_area .ctg li.on a{color:#f4620b !important}
#lnb_area .ctg li a{color:#888}
#lnb_area .ctg li a:hover{color:#f4620b !important}
#lnb_area .lnb_banner{margin-top:20px}
#lnb_area img{max-width:180px}

#lnb_area_sub{float:left;overflow:hidden;width:180px;margin-right:20px;margin-bottom:50px;font-size:12px}
#lnb_area_sub .left_my_info{padding:0 0 10px;border:1px solid #444}
#lnb_area_sub .left_my_info h2{margin:0 0 10px;padding:16px 0;text-align:center;font-size:24px;color:white;line-height:30px;font-weight:bold;font-family:'Nanum Gothic exBold',Dotum,sans-serif;background:#444}
#lnb_area_sub .left_my_info span{display:block;margin:0 10px;padding:7px 0;text-align:center;color:#444;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif;border-bottom:1px solid #444}
#lnb_area_sub .left_my_info p{padding:13px 0;text-align:center;color:#808183}
#lnb_area_sub .left_my_info ul{padding:10px 10px 0}
#lnb_area_sub .left_my_info ul li{position:relative;margin-bottom:10px;padding-left:8px;background:url(../imgs/icon/bul_left_info.gif) 0 5px no-repeat;line-height:14px;color:#808183}
#lnb_area_sub .left_my_info ul li div{position:absolute;right:0;top:0;color:#3f3b39}
#lnb_area_sub .left_navigation > li{border-bottom:solid 1px #ddd;}
#lnb_area_sub .left_navigation li > div{padding:14px 5px 13px;font-size:15px;color:#333;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
#lnb_area_sub .left_navigation li > div a{font-size:15px;color:#333}
#lnb_area_sub .left_navigation li ul{padding:7px 0 3px;border-top:solid 1px #ddd;background:#f9f9f9;}
#lnb_area_sub .left_navigation li li{padding:5px 0 5px 15px;border:0 none;background:none;line-height:20px}
#lnb_area_sub .left_navigation li li a {font-size:13px;color:#666}
#lnb_area_sub .lnb_banner{margin-top:20px}
#lnb_area_sub img{max-width:180px}

/* quick bar */
#wing_left{visibility:hidden;position:absolute;top:0;left:50%;z-index:5;width:100px;margin:0 0 0 -620px;/*-moz-transition:0.3s;-webkit-transition:0.3s;transition:0.3s*/}
#wing_left a,
#wing_left img{display:block;width:98px;margin:0 0 9px}
#wing_left a img{margin:0}
#wing_left .banner{margin:0;padding:0}

#wing_right{visibility:hidden;position:absolute;top:0;left:50%;z-index:5;width:108px;margin:0 0 0 520px;border:1px solid #ccc;background:white}
#wing_right:after{content:"";display:block;clear:both}
#wing_right .title{display:block;height:50px;text-align:center;font-size:13px;color:#222;line-height:50px;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif;border-bottom:1px solid #ccc}
#wing_right .title span{vertical-align:top;}
#wing_right .todays_slide{display:none;position:relative;float:left;width:100%;padding:8px 0;border-bottom:1px solid #ccc;background:white}
#wing_right .todays_slide .todays_container{position:relative;width:100%}
#wing_right .todays_slide .todays_container ul{position:absolute;top:0;left:14px;width:80px;}
#wing_right .todays_slide .todays_container li{width:76px;height:76px}
#wing_right .todays_slide .todays_container li img{width:100%;height:100%}
#wing_right .todays_slide .todays_pagination{position:relative;height:20px;margin:5px 0 0;text-align:center;font-size:13px;color:#988774;line-height:17px}
#wing_right .todays_slide .todays_pagination a{display:block;position:absolute}
#wing_right .todays_slide .todays_pagination a.prev{top:0;left:14px;height:17px}
#wing_right .todays_slide .todays_pagination a.prev img{float:left;margin:4px 0 0}
#wing_right .todays_slide .todays_pagination a.next{top:0;right:14px;height:17px}
#wing_right .todays_slide .todays_pagination a.next img{float:left;margin:4px 0 0}
#wing_right .todays_slide .todays_pagination strong{vertical-align:top;color:#f2740d}
#wing_right .todays_slide .todays_pagination .pageDisabled{opacity:0.4;filter:alpha(opacity=40)}
#wing_right .link{display:block;clear:both;height:50px;text-align:center;font-size:13px;color:#222;line-height:50px;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif;border-bottom:1px solid #ccc}
#wing_right .link span{vertical-align:top}
#wing_right .top{display:block;height:50px;text-align:center;font-size:13px;color:#222;line-height:50px;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}

/* paging */
.paging{overflow:hidden;text-align:center;margin-top:30px}
.paging ul{display:inline-block;vertical-align:top}
.paging ul:after{content:"";display:block;clear:both}
.paging ul li{float:left;margin:0 -1px 0 0}
.paging ul li a{float:left;width:32px;height:32px;text-align:center;font-size:13px;color:#666;line-height:32px;border:1px solid #ddd;background:white}
.paging ul li a strong{float:left;width:32px;height:32px;text-align:center;font-size:13px;color:#222;line-height:32px;background:#f4f4f4}
.paging ul li a.first{position:relative;overflow:hidden;text-indent:-9999px}
.paging ul li a.prev{position:relative;overflow:hidden;text-indent:-9999px}
.paging ul li a.next{position:relative;overflow:hidden;text-indent:-9999px}
.paging ul li a.last{position:relative;overflow:hidden;text-indent:-9999px}
.paging ul li a.first:before{content:"";position:absolute;top:11px;left:6px;width:0;height:0;border:5px solid transparent;border-right:5px solid #999}
.paging ul li a.first:after{content:"";position:absolute;top:11px;left:11px;width:0;height:0;border:5px solid transparent;border-right:5px solid #999}
.paging ul li a.prev:before{content:"";position:absolute;top:11px;left:8px;width:0;height:0;border:5px solid transparent;border-right:5px solid #999}
.paging ul li a.next:before{content:"";position:absolute;top:11px;right:8px;width:0;height:0;border:5px solid transparent;border-left:5px solid #999}
.paging ul li a.last:before{content:"";position:absolute;top:11px;right:6px;width:0;height:0;border:5px solid transparent;border-left:5px solid #999}
.paging ul li a.last:after{content:"";position:absolute;top:11px;right:11px;width:0;height:0;border:5px solid transparent;border-left:5px solid #999}

/* footer */
#footer{clear:both;height:190px;background:#f3f3f3;border-top:solid 1px #ededed;}
#footer .inner {width:1000px;margin:0 auto;}
#footer .footer_menu {background:#fff;border-bottom:solid 1px #ededed;}
#footer .footer_menu ul{padding:14px 0;text-align:center}
#footer .footer_menu li{display:inline-block;margin:0 15px 0 0;padding:0 16px 0 0;vertical-align:top;background:url(../imgs/global/bul_footer_menu.gif) right 0 no-repeat}
#footer .footer_menu li a{display:inline-block;margin:-1px 0 0;vertical-align:top;font-size:12px;color:#6b6a6a;line-height:16px;font-family:Dotum,sans-serif}
/*
@media screen and (-webkit-min-device-pixel-ratio:0){
	#footer .footer_menu li a{margin:-3px 0 0}
}
*/

#footer .footer_content {position:relative;padding:30px 250px 0 177px}
#footer .footer_content h5{position:absolute;top:30px;left:0}
#footer .footer_content address{/*white-space:nowrap;*/font-size:11px;color:#8c8c8c;line-height:17px;font-family:Dotum,sans-serif}
#footer .footer_content address span{margin:0 4px;vertical-align:top;font-size:10px;color:#c7c7c7}
#footer .footer_content address a{vertical-align:top;color:#8c8c8c}
#footer .footer_content address a:hover{text-decoration:underline}
#footer .footer_content address .btnbiz {background:#999;display:inline-block;vertical-align:top;text-align:center;line-height:15px;height:15px;padding:0 4px; color:#fff;margin-left:4px;}
#footer .footer_content address .btnbiz:hover{text-decoration:none;}
#footer .footer_content p{padding:4px 0 0;font-size:11px;color:#8c8c8c;line-height:17px;font-family:Dotum,sans-serif}
#footer .footer_content .amark{position:absolute;top:0;right:0}
#footer .footer_content .amark li{float:left;margin:0 0 0 24px}
#footer .footer_content .amark li a,
#footer .footer_content .amark li img{display:block}

/* 하단 모바일 버전으로 보기 */
.go_mobile{clear:both;background:#444;text-align:center;margin-top:10px}
.go_mobile a{display:block;color:#fff;font-size:53px;padding:37px 0}

/* 버튼 */
.btn_mid{text-align:center}
.btn_left{text-align:left}
.btn_right{text-align:right}

/* 버튼 */
.wrap_buttons{text-align:center;margin-top:40px;}
.wrap_buttons button,
.wrap_buttons a{display:inline-block;width:176px;padding:13px 0 15px;vertical-align:top;text-align:center;font-size:18px;color:#fff !important;font-family:'Nanum Gothic Bold',Dotum,sans-serif;border:solid 1px #444;background:#444}
.wrap_buttons .gray{background:#888;border:solid 1px #888;}
.wrap_buttons .bor{background:#fff;border:1px solid #999;color:#888 !important;}
.wrap_buttons.popup{margin-top:30px;}
/* 카테고리박스 */
.box_ctg_small{padding-bottom:5px;background:url(../imgs/goods/bg_ctg_bottoms.png) 0 bottom no-repeat}
.box_ctg_small h3{padding:15px 0 7px 25px;*padding:15px 0 9px 25px;font-size:12px;background:url(../imgs/goods/bg_ctg_tops.png) 0 0 no-repeat;font-weight:bold}
.box_ctg_small ul{overflow:hidden;padding:12px 0 5px 25px;background:url(../imgs/goods/bg_ctg_mids.gif) 0 0 repeat-y}
.box_ctg_small ul li{padding:0 0 9px 16px;background:url(../imgs/button/btn_ctg_more.gif) 6px 6px no-repeat;float:left;width:22%}
.box_ctg_big{overflow:hidden;margin:15px 0 20px;padding-bottom:8px;background:url(../imgs/goods/bg_ctg_bottom.png) 0 bottom no-repeat}
.box_ctg_big h3{height:14px;margin:0;padding:18px 0 14px 25px;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif;background:url(../imgs/goods/bg_ctg_top.png) 0 0 no-repeat}
.box_ctg_big ul{overflow:hidden;padding:20px 0 10px 25px;background:url(../imgs/goods/bg_ctg_mid.gif) 0 0 repeat-y}
.box_ctg_big ul li{padding:0 0 9px 16px;background:url(../imgs/button/btn_ctg_more.gif) 6px 6px no-repeat;float:left;width:18%;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
.box_ctg_big ul li a{color:#535353}

/* 쿠폰 조회 */
.listHidden{display:none}

/* 레이어박스 */
.layer_wrap{background:#f4f4f4;padding:5px}
.layer_wrap .layer_cont{border:solid 1px #ccc;background:#fff;padding:20px 15px 30px}

.layer_cont h1{margin-bottom:20px;padding-bottom:10px;font-size:22px;color:#222;line-height:28px;font-family:'Nanum Gothic Bold',Dotum,sans-serif;border-bottom:solid 2px #555}
.layer_cont h2{font-weight:bold;color:#3d3d3d;font-size:12px}

.layer_wrap .layer_cont p.txt_area{overflow:hidden;margin:30px 0 0;padding:37px 19px;font-size:14px;border:1px solid #dcdcdc;background-color:#f8f8f8;color:#222;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
.layer_wrap .layer_cont .couponList{overflow-y:auto;max-height:240px;margin:0 0 20px;padding:4px 10px 5px;border:1px solid #dcdcdc;background:#f8f8f8}
.layer_wrap .layer_cont .couponList li{padding:3px 0 3px 8px;word-wrap:break-word;font-size:12px;color:#555;line-height:18px;background:url(../imgs/icon/bul_left_info.gif) 0 11px no-repeat}

/*---------------------------------------------- table ------------------------------------------------------*/
.table_fixed{table-layout:fixed}
.table_ver{margin:10px 0 0;border-top:1px solid #444}
.table_ver thead{background:#f8f8f8;border-bottom:solid 1px #dbdbdb}
.table_ver thead th{text-align:center;font-weight:normal;padding:10px 0;font-size:13px;color:#444;line-height:19px}
.table_ver tbody td{text-align:center;padding:10px 0;font-size:13px;color:#666;line-height:19px;border-bottom:solid 1px #dbdbdb;word-break:break-all}/*1224띄어쓰의 없을경우 테이블 벗어남*/
.table_ver tbody td.text_left{text-align:left;padding:10px}
	/* 총 합계 쪽 */
.table_ver tr.total_price td{height:50px !important;padding:0 !important;background-color:#f7f7f7}
.table_ver tr.total_price td div{position:relative;width:100%;height:100%}
.table_ver tr.total_price td p{position:absolute;right:0;top:0;display:inline-block;margin:5px 6px;padding:10px 13px;border:1px solid #e6e6e6;background-color:#fff;color:#000}
.table_ver tr.total_price td p span{display:inline-block;margin-right:120px}
.table_ver tr.total_price td p span{margin-right:38px}
	/* 상품이미지,상품명 */
.table_ver tbody td.table_product{text-align:left;padding:15px}
.table_ver tbody td.table_product a{float:left}
.table_ver tbody td.table_product a img{border:solid 1px #e6e6e6;width:120px;height:120px;margin-right:15px}
.table_ver tbody td.table_product a img.no{border:none;width:auto;margin-right:0}
.table_ver tbody td.table_product p{float:left;width:80%;margin:5px 0 0}
.table_ver tbody td.table_product p a{width:100%}
.table_ver tbody td.table_product p img{clear:both}
.table_ver tbody td.table_product:first-child{padding:15px 15px 15px 0}
.table_ver tbody td button{margin:2px 0}
.table_ver tbody td .default{display:inline-block;margin:1px 0;padding:0 5px;vertical-align:top;font-size:11px;color:white;line-height:17px;border-radius:3px;background:#999}
.table_ver tbody td .label{display:inline-block;margin:1px 0;padding:0 5px;vertical-align:top;font-size:11px;line-height:15px;border-radius:3px;border:1px solid #999;background:white}
.table_ver tbody td .state{display:block;text-align:center;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
.table_ver td.productimg{padding:15px 0}
.table_ver td.productimg a{display:block;position:relative;width:80px;height:80px}
.table_ver td.productimg img{display:block;width:78px;height:78px;border:1px solid #dedede}
.table_ver td.productimg.big a{width:140px;height:140px}
.table_ver td.productimg.big img{width:138px;height:138px}
.table_ver td.product{padding:15px;text-align:left}
.table_ver td.product img{margin:0;border:0 none;*vertical-align:middle}
.table_ver td.product span{display:block;margin-top:5px;font-size:12px;color:#999;line-height:18px}
.table_ver td.product span button{font-size:11px;font-family:'돋움',dotum,'굴림',gulim;font-weight:bold;color:#ca1818;text-decoration:underline;margin:0}
.table_ver td.product span em{color:#ca1818;font-style:normal}
.table_ver td.orderstep a,
.table_ver td.orderstep button{margin:2px 0}
.table_ver td.delivery{padding:10px;text-align:right;line-height:25px;background:#f9f9f9}
.table_ver .article td{padding:20px;background:#f8f8f8}
.table_ver .article td .articlecont{word-wrap:break-word;text-align:left}

#contents .table_ver tbody td.table_product p{width:60%}

.table_hor{margin:10px 0 0;border-top:1px solid #444}
.table_hor tbody th{background:#f8f8f8;text-align:left;font-weight:normal;padding:10px 15px;color:#444;border-bottom:solid 1px #dbdbdb}
.table_hor tbody th.line{border-left:solid 1px #dbdbdb}
.table_hor tbody td{text-align:left;padding:10px 15px;color:#666;border-bottom:solid 1px #dbdbdb;word-break:break-all}/*1224띄어쓰의 없을경우 테이블 벗어남*/
/* 상품이미지,상품명 */
.table_hor tbody td.table_product{text-align:left;padding:10px}
.table_hor tbody td.table_product a{float:left}
.table_hor tbody td.table_product a img{border:solid 1px #e6e6e6;width:80px;margin-right:10px}
.table_hor tbody td.table_product p{float:left;width:80%;margin:5px 0 0}
.table_hor tbody .form th{padding:10px 15px;line-height:25px}
.table_hor tbody .form td{padding:10px 15px;line-height:25px}
.table_hor tbody .dotnonetext{display:inline-block;margin:0 0 0 8px;vertical-align:top}

.essential{margin:4px 0 0;vertical-align:top}
.table_hor tbody .form th .essential{margin:7px 0 0}

.popCloseButton{display:inline-block;position:relative;top:-1px;overflow:hidden;width:39px;height:0;margin:0 0 0 5px;padding:19px 0 0;vertical-align:middle;line-height:20px;background:url(../imgs/button/btn_close_popup.gif) 0 0 no-repeat}

/* 주문할상품 , 할인 및 배송비 */
.order_ver{margin:10px 0 0;font-size:13px;border-top:1px solid #444}
.order_ver .noIncrease{font-size:11px}
.order_ver thead{background:#f3f3f3;border-bottom:solid 1px #dbdbdb}
.order_ver thead th{text-align:center;font-weight:normal;padding:10px 0;color:#444}
.order_ver tbody td{text-align:center;padding:10px 0;color:#444;border-bottom:solid 1px #dbdbdb}
.order_ver tbody td strong{color:#000}
.order_ver tbody td button{margin:2px 0}
.order_ver tbody td .forIcon{position:relative;padding:10px 0}
.order_ver tbody td .forIcon img{position:absolute;top:50%;right:0;margin:-15px -15px 0 0}
.order_ver tbody td .x_price{font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
.order_ver tbody .priceBig{font-size:14px}
.order_ver tbody .priceBig span{vertical-align:-1px;font-size:21px;font-weight:bold;font-family:Tahoma !important}

/* 상품명에 해당하는 영역 : 상품이미지+상품명+옵션+판매자 */
.order_ver td.productimg{padding:15px 0}
.order_ver td.productimg a{display:block;position:relative;width:80px;height:80px}
.order_ver td.productimg img{display:block;width:78px;height:78px;border:1px solid #dedede}
.order_ver td.product{padding:15px;text-align:left}
.order_ver td.product img{margin:0;border:0 none;*vertical-align:middle}
.order_ver td.product span{display:block;margin-top:5px;font-size:12px;color:#999;line-height:18px}
.order_ver td.product span button{font-size:11px;font-family:'돋움',dotum,'굴림',gulim;font-weight:bold;color:#ca1818;text-decoration:underline;margin:0}
.order_ver td.product span em{color:#ca1818;font-style:normal}

/* 총 비용 */
.order_ver tr.total_price td{background-color:#f7f7f7}
.order_ver tr.total_price td div{float:right;margin:0 10px 0 0;padding:8px 13px;text-align:left;border:1px solid #e6e6e6;background-color:#fff}
.order_ver tr.total_price td div span{display:inline-block;width:0;vertical-align:top;font-size:13px;color:#666;line-height:23px;white-space:nowrap}
.order_ver tr.total_price td div strong{display:inline-block;width:279px;vertical-align:top;text-align:right;font-size:13px;color:#666;line-height:23px;font-weight:bold;font-family:'Nanum Gothic Bold',Dotum,sans-serif}

/* 추가할인적용 */
.order_hor{clear:both;margin:10px 0 0;font-size:13px;border-top:1px solid #444}
.order_hor th{background:#f3f3f3;border-bottom:solid 1px #dbdbdb;text-align:center;font-weight:normal;padding:9px 0 7px;color:#444}
.order_hor td{border-bottom:solid 1px #dbdbdb;text-align:left;padding:10px;color:#666;line-height:16px}
.order_hor td.total span{font-size:15px}
.order_hor td.point strong{color:#000}
.order_hor td.payment span{font-size:19px;font-family:Tahoma}
.order_hor tbody .form th{padding:10px 15px;line-height:25px}
.order_hor tbody .form td{padding:10px 15px;line-height:25px}

/* 공통상품 */
.product_box{}
.common_product{position:relative;margin:10px -14px 0;padding:21px 0 0}
.common_product:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;box-sizing:border-box;border-left:14px solid white;border-right:14px solid white;background:black}
.common_product ul:after{content:"";display:block;clear:both}
.common_product li{float:left;width:25%;margin:0 0 30px;padding:0 14px;box-sizing:border-box}
.common_product li .check{margin-bottom:10px}
.common_product li .check input{margin:0}
.common_product li a.link_box,
.common_product li a.link_box>span{display:block}
.common_product li a.link_box .thumb_box{position:relative;overflow:hidden;width:100%;height:229px}
.common_product li a.link_box .thumb_box .thumb{display:block;height:100%;margin:0 auto;}
.common_product li a.link_box .thumb_box .best{display:block;position:absolute;top:5px;left:5px}
.common_product li a.link_box .info_box{height:132px;padding:12px 5px 0}
.common_product li a.link_box .info_box>span{display:block;color:#333;line-height:22px}
.common_product li a.link_box .info_box .name{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:40px;margin:0 0 5px;word-wrap:break-word;font-size:13px;line-height:20px;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
.common_product li a.link_box .info_box .summary{overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;font-size:12px;color:#777}
.common_product li a.link_box .info_box .market,
.common_product li a.link_box .info_box .marketPrice{overflow:hidden;font-size:12px;color:#999;text-decoration:line-through}
.common_product li a.link_box .info_box .price{overflow:hidden;font-size:14px;color:#000;font-family:'Nanum Gothic Bold',Dotum,sans-serif}
.common_product li a.link_box .info_box .price .sale{padding:0 0 0 5px;color:#ca1818}
.common_product li a.link_box .info_box .icons{overflow:hidden;margin-top:5px;font-size:12px !important;line-height:0 !important;}
.common_product li a.link_box .info_box .icons img{display:inline-block;height:16px;vertical-align:top}
.common_product li.none_pro{clear:both;width:100%;text-align:center;padding:50px 14px;box-sizing:border-box;color:#999}

.common_product.list2{margin:10px -20px 0 0}
.common_product.list2:before{border-left:20px solid white;border-right:20px solid white}
.common_product.list2 ul li{width:50%;padding:0 20px}
.common_product.list2 li a.link_box .thumb_box{height:470px}

.common_product.list3{margin:10px -35px 0 0}
.common_product.list3:before{border-left:none;border-right:35px solid white}
.common_product.list3 ul{margin:0 -1% 0 0}
.common_product.list3 ul li{width:345px;padding:0 35px 0 0}
.common_product.list3 li a.link_box .thumb_box{height:310px}

.common_product.list5{margin:10px -10px 0}
.common_product.list5:before{border-left:10px solid white;border-right:10px solid white}
.common_product.list5 ul li{float:left;width:20%;padding:0 10px}
.common_product.list5 li a.link_box .thumb_box{height:184px}
.common_product.list5 li.none_pro{padding:50px 10px}

/* 상품관련 */
.pro_name {display:block;color:#444;line-height:16px;font-size:13px;height:32px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap:break-word;font-family: 'Nanum Gothic Bold';}
.pro_name a {color:#444;}
.pro_summary{display:block;font-size:11px;height:16px;overflow: hidden;text-overflow: ellipsis;-o-text-overflow: ellipsis;word-wrap:break-word;color:#777;margin-top:5px;text-overflow: ellipsis;white-space: nowrap;}
.pro_market{display: block;overflow: hidden;height: 22px;text-overflow: ellipsis;-o-text-overflow: ellipsis;margin: 0 10px;white-space: nowrap;text-align: center;font-size: 13px;color: #7b7b7b;line-height: 22px;text-decoration: line-through;}
.pro_market2{display: block;overflow: hidden;height: 22px;text-overflow: ellipsis;-o-text-overflow: ellipsis;white-space: nowrap;font-size: 13px;color: #7b7b7b;line-height: 22px;text-decoration: line-through;}
.pro_summary a {color:#777}
.org_price{display:block;}
.org_price del{display:block;color:#999;text-decoration:line-through;height:16px;overflow:hidden;margin-top:8px;}
.sale_price{display:block;font-family: 'Nanum Gothic Bold';color:#000;font-size:15px;height:18px;line-height:18px;overflow:hidden;margin-top:6px;}
.point{display:block;font-size:12px;color:#7b7b7b;margin-top:5px;}
.icons{display:block;height:16px;overflow:hidden;margin-top:5px;font-size:5px !important;line-height:0 !important;}

.dragDummy{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:url(../imgs/global/dummy.gif) 0 0 repeat}

.smallbutton{display:inline-block;position:relative;margin:0;padding:2px 8px;vertical-align:top;text-align:center;font-size:12px;color:white;line-height:19px;font-weight:normal;font-family:'Nanum Gothic',Dotum,sans-serif;border:1px solid black;background:#444}
.smallbutton.gray{color:#888;border:1px solid #ccc;background:white}
.smallbutton.red{color:white;border:1px solid red;background:red}


/* ---------- 221114 add css ----------  */
.dn { display:none !important; }
body { font-family:"Noto Sans KR", "Roboto"; }

/* 로고 */
#header #logo { display:table-cell; vertical-align:middle; width:330px; height:115px; }
#header h1 a,
#header h1 img { max-width:230px; }

/* 상단 */
#header { height:238px; background:none; }
#header .header_inner { position:relative; max-width:1000px; margin:0 auto; }
#header .header_middle { padding:30px 0; border-bottom:solid 1px #e5e5e5; }

/* 상단 검색 */
#header .topSearch input { width:326px; height:40px; line-height:40px; padding:0 37px 0 0; border:0; border-bottom:solid 2px #363b3f; box-sizing:border-box; }
#header .topSearch button { width:30px; height:30px; margin:0 0 0 -30px; }
#header .topSearch button img { display:none; }
#header .topSearch button::before { content:""; display:block; width:100%; height:100%; background: url("/imgs/button/search_icon.png") no-repeat; background-size:30px; }

/* 상단 내비게이션 */
#gnb { width:100%; border-bottom:solid 1px #e5e5e5; }
#gnb ul { height:50px; padding:0; font-size:0; }
#gnb ul li { display:inline-block; vertical-align:top; float:none; height:100%; padding:0 22px; }
#gnb ul li a,
#gnb ul li button { display:block; width:100%; height:100%; color:#151515; font-size:14px; font-weight:400; font-family:"Noto Sans KR"; line-height:50px; }
#gnb ul li.first { position:relative; padding-left:0; }
#gnb ul li.first button { padding:0 0 0 27px; }
#gnb ul li.first button::before { content:""; display:block; position:absolute; left:0; top:19px; width:16px; height:11px; border-top:solid 1px #151515; border-bottom:solid 1px #151515; }
#gnb ul li.first button::after { content:""; display:block; position:absolute; left:0; top:25px; width:16px; height:1px; background:#151515; }
#gnb ul li img { display:none; opacity:0; }
#header_total_ctg { position:absolute; left:50%; width:1000px; max-height:500px; margin:0 0 0 -500px; border:solid 1px #5c544d; box-sizing:border-box; overflow-y:auto; }
#navi li strong { text-decoration:none; }

/* 우측 윙 메뉴 숨김 */
#wing_right { display:none; }

/* 우측 고정 메뉴 */
#fixed_right { position:fixed; right:0; top:50%; width:50px; min-height:100px; transform:translateY(-50%); z-index:20; }
#fixed_right .link { position:relative; padding:10px 12px; border:solid 1px #e5e5e5; border-right:0; box-sizing:border-box; background:#fff; }
#fixed_right .link ul li { display:inline-block; vertical-align:top; position:relative; margin:16px 0; color:#fff; }
#fixed_right .link ul li a { display:block; }
#fixed_right .link ul li a > img { width:100%; }
#fixed_right .link ul li a .name { display:none; position:absolute; right:180%; top:50%; width:56px; padding:2px 0; color:#fff; font-size:12px; text-align:center; background:#cd141c; box-sizing:border-box; transform:translateY(-50%); }
#fixed_right .link ul li a .name::after { content:""; display:block; position:absolute; right:-3px; top:50%; width:6px; height:6px; margin:-3px 0 0; background:#cd141c; transform:rotate(45deg); }
#fixed_right .link .todays_slide { position:absolute; right:9999px; top:-1px; width:90px; height:auto; padding:14px 0; border:solid 1px #e5e5e5; box-sizing:border-box; }
#fixed_right.on .link .todays_slide { right:calc(100% + 10px); }
#fixed_right.on .link .todays_slide::after { content:""; display:block; position:absolute; left:100%; top:0; width:10px; height:100%; }
#fixed_right .link .todays_slide > p { margin:0 0 10px; font-size:12px; font-weight:400; text-align:center; }
#fixed_right .link .todays_slide .todays_container { position:relative; }
#fixed_right .link .todays_slide .todays_container ul { position:absolute; top:0; left:10px; }
#fixed_right .link .todays_slide .todays_container ul li { display:block; width:68px; margin:0 auto; }
#fixed_right .link .todays_slide .todays_pagination { text-align:center; }
#fixed_right .button #kakao-talk-channel-chat-button { width:50px; height:50px; margin:0 auto; background:#ffe227; }
#fixed_right .button #kakao-talk-channel-chat-button a { display:block; width:100%; height:100%; background:url("../imgs/button/fix_btn_kakao.png") no-repeat; background-size:50px; }
#fixed_right .button #kakao-talk-channel-chat-button img { display:none; }
#fixed_right .button .top { display:block; width:50px; margin:0; color:#151515; font-family:"Noto Sans KR"; text-align:center; line-height:48px; border:solid 1px #ececec; box-sizing:border-box; background:#ececec; }

/* 하단 */
#footer { height:auto; }
#footer .footer_content { display:flex; padding:46px 0; font-size:0; }
#footer .footer_content h5 { display:inline-block; vertical-align:top; position:static; width:auto; margin:0 10px 0 0; }
#footer .footer_content h5 a img { vertical-align:top; }
#footer .footer_content .footer_info { display:inline-block; vertical-align:top; width:auto; margin:0 16px 0 0; }
#footer .footer_content .df-escrow-toss { display:inline-block; vertical-align:top; cursor:pointer; }

/* 공통 타이틀 */
.sub_page_title { margin:90px 0 0; }
.sub_page_title h2 { color:#000; font-size:32px; font-weight:700; text-align:center; line-height:1; }
