/*=================================================================================================
// 명    칭 : 메인화면 스타일쉬트
// 처리내용 :
// 작 성 자 : 2013-09-06 강대인
//=================================================================================================*/
@charset "utf-8";
@import url("/common/css/global.css");
@import url("notokr.css");
/* NanumBarunGothic 기본 폰트
@font-face{
font-family: "NanumBarunGothic";
src: url('/common/css/font/NanumBarunGothic.eot')format('eot');
src: url('/common/css/font/NanumBarunGothic.woff') format('woff');
}
 NanumBarunGothic 굵은 폰트
@font-face{
font-family: "NanumBarunGothicBold";
src: url('/common/css/font/NanumBarunGothicBold.eot')format('eot');
src: url('/common/css/font/NanumBarunGothicBold.woff') format('woff');
}*/
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
@font-face {
font-family: 'notokr-regular';
src: url('/common/css/font/notokr-regular.eot');
src: url('/common/css/font/notokr-regular.eot?#iefix') format('embedded-opentype'),
url('/common/css/font/notokr-regular.woff') format('woff'),
url('/common/css/font/notokr-regular.ttf') format('truetype'),
url('/common/css/font/notokr-regular.svg#notokr-regular') format('svg');
src: url('/common/css/font/notokr-medium.eot');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: "notokr-bold";
src: url('/common/css/font/notokr-bold.eot')format('eot');
src: url('/common/css/font/notokr-bold.woff') format('woff');
}

* { margin:0; padding:0; }
html, body { height:100%; font-size:14px;  font-family:"굴림체", Sans-serif, Dotum, "돋움", Gulim, AppleGothic; margin:0; padding:0;
  scrollbar-face-color:#F2F2F2;
	scrollbar-shadow-color:#c2c2c2;
	scrollbar-highlight-color:#c2c2c2;
	scrollbar-3dlight-color:#FFF;
	scrollbar-darkshadow-color:#FFF;
	scrollbar-track-color:#F2F2F2;
	scrollbar-arrow-color:#c2c2c2;
}




/*김태용 기본 스타일*/
@import url("/modules/user/css/ty_base.css"); /*기본스타일*/
@import url("/modules/user/css/ty_neosans.css"); /*NeoSans 폰트스타일*/
@import url("/modules/user/css/ty_nanumgothic.css"); /*나눔고딕 폰트스타일*/
/*//김태용 기본 스타일*/

html,body,h1,h2,h3,h4,input,button{ font-family:'Noto Sans KR','본고딕', 나눔고딕, 'NanumGothic', 'NanumGothicWeb', 돋움, 굴림, Dotum, Gulim, sans-serif;line-height:160%;  color:#666; }
html,body{_text-align:center;background:#fff;}




/* 공통 */
a {color:#ccc;-webkit-transition: background 0.3s;transition: background 0.3s;}
a:hover {}

/* Layout Selector */
#di_wrap { position: relative; width: 100%; margin:0px auto;}
#di_wrap #di_accessibility { position: absolute; top:-5px; left:-2000px;display:none; }
#di_wrap #di_left { float:left; width:210px; }





/* Header */




#di_gnb {width:1000px;margin:0px auto 0;overflow:hidden;font-size:0.85em;padding:5px 0 0px 0;}
#di_gnb ul { margin:0;float:right;}
#di_gnb li { float:left;}
#di_gnb a {color:#888;}
#di_gnb a:hover {color:#000;}
#di_gnb span {padding:0 5px;color:#ccc;}



/* 탑메뉴 */
#di_header {position:relative;width:100%;margin:0 0 0px 0;z-index:999;height:110px;border-bottom:1px solid #ddd;}
#di_menu  {width:100%;  margin:0 auto; background:#fff;height:50px;}

#di_nav {width:1000px;height:50px;margin:0px auto;}
#di_nav .dc_logo {width:200px;text-align:left;margin:0;padding:18px 0 0px 0;float:left;}
#di_nav .dc_nav {float:right;width:720px;  margin:0;padding:20px 0 0 0;}

.gnb { position:absolute; height:50px; z-index:999; }
.gnb li { float:left;   }
.gnb_li {width:180px;}
.gnb_li .gnbTit {height:50px;line-height:46px;color:#222;font-size:1.6em;text-align:center; }
.gnb_li .gnbTit.tmenu {background:#d4d0cc;}
/*.gnb_li a {display:block;border-top:5px solid #ffffff;}*/
.gnb_li a {display:block;}
.gnb_li a:hover { display:block;color:#000;}
.gnb>li>ul.gnb_sub { height:210px;border-right:1px dotted #fff;overflow:hidden;}
.gnb>li>ul.gnb_sub li { line-height:150%; padding:5px 0; text-align:center; margin:0 auto;}
.gnb>li>ul.gnb_sub li a {width:180px; font-size:1.1em;display:block;padding:2px 0; color:#fff; text-align:center;line-height:150%;-webkit-transition: background 0.3s;transition: background 0.3s;margin:1px 0;}
.gnb>li>ul.gnb_sub li a:hover {color:#fff;font-weight:bold;line-height:150%;background:#222;}
.gnb_line { width:1000px;position:absolute; top:109px; left:0;height:210px;margin:0 auto; background:#c10c3d; opacity:0.9;z-index:999;  right:0;}
.gnb_line .gnb_back {width:1000px;margin:0 auto;}

.gnb_sub1 { padding:10px 0 0 0px;}
.gnb_sub2 { padding:10px 0 0 0px; }
.gnb_sub3 { padding:10px 0 0 0px; }
.gnb_sub4 { padding:10px 0 0 0px; }
.gnb_sub5 { padding:10px 0 0 0px; }
.gnb_sub6 { padding:10px 0 0 0px; }

/* 탑메뉴 */

/*footer*/

#di_footer {width:100%;height:150px; clear:both;border-top:1px solid #ddd; font-family:'Noto Sans KR','본고딕',  나눔고딕, 'NanumGothic', 'NanumGothicWeb';margin:25px auto 0;}
#di_footer #di_copyright { width:1000px; margin:0 auto;}
#di_footer #di_copyright ul { overflow:hidden; }
#di_footer #di_copyright ul li { float:left; }

.dc_copy {text-align:left;margin:0px 0;color:#999;font-size:0.9em;font-family:'Noto Sans KR','본고딕',  나눔고딕, 'NanumGothic', 'NanumGothicWeb';line-height:140%;overflow:hidden;padding:0 0px 0 0;}
.dc_copy .dc_span {padding:0 4px; color:#ccc;}
.dc_footer_logo { float:right; margin:0px 15px 0 0; height:30px;}


.dc_copyright {width:1000px;margin:0 auto;padding:2px 0 0 0px;text-align:left}
.dc_copyright a {color:#888;}


.dc_copyright2 {padding:10px 0;}
.dc_copyright2 a {color:#888;}

#di_footer .dc_footer {overflow:hidden;padding:20px 0 15px 0;width:1000px; margin:0 auto;}
#di_footer .dc_footer .footer_logo {text-align:left;width:250px;float:left;}
#di_footer .dc_footer ul {padding:0 0 0 0px;}
#di_footer .dc_footer a {color:#888;}
#di_footer .dc_footer a:hover {color:#000;}
#di_footer .dc_footer span {padding:0 5px;color:#ccc;}
#di_footer .dc_footer .dc_family {float:right;}
#di_footer .dc_footer .dc_family span {color:#777;}
#di_footer .dc_top  {position:relative;right:0;top:-40px;float:right;}
#di_footer .dc_footer .link {}
#di_footer .dc_footer .sns a {margin:0;}
#di_footer .dc_footer .sns {float:right;margin:0 0 0 0px;text-align:right;}
#di_footer .dc_footer .sns img {margin:0 1px;}

/* 풋터메뉴 */
#di_foot_menu {float:left;width:800px;border-left:0px solid #cecece;overflow:hidden;}
#di_foot_menu .dc_foot_menu {padding:20px 0 0 0px;}
#di_foot_menu .dc_foot_menu ul {}
#di_foot_menu .dc_foot_menu li {float:left; overflow:hidden;width:120px;text-align:left;}
#di_foot_menu .dc_foot_menu .foot_menu {padding:10px 0 0 0;}
#di_foot_menu .dc_foot_menu .foot_menu li {clear:both;}
#di_foot_menu .dc_foot_menu a {color:#aaabac;font-size:0.9em;}
#di_foot_menu .dc_foot_menu a:hover {color:#fff;}
#di_foot_menu a.dc_foot_title {font-size:1.1em; color:#fff;padding:0 0 0px 0;}




/* Container */
#di_container {margin:0;overflow:hidden;padding:0 0 0px 0;}

#di_sub_visual {width:100%;background:#fff;margin:40px 0 0 0;}
#di_sub_visual .dc_sub_visual {margin:0 auto;height:300px;overflow:hidden;}


/* 서브용  ==========================================================================================*/

#di_contents_group { width:1000px; min-height:600px; margin:0 auto;overflow:hidden;padding:0px 0 10px 0;}
#di_contents_group #di_location_wrap .dc_title {width:400px; height:100px;padding:10px 0 30px 0; clear:both;}
#di_location_wrap  {width:1000px;margin:0 auto;}
#di_location_wrap #di_location {width:100%;margin:0 auto;text-align: left; color: #888; font-size: 0.9em; padding:10px 0px;line-height:110%; }
#di_htitle {width:100%;padding:0px 0 0px 0;}
.dc_htitle {color:#88b14b; text-align:center;font-size:2.5em;line-height:100%;margin:0px auto;padding:0px 0 0 0;}
.dc_stitle {color:#333; text-align:center;font-size:3.0em;line-height:100%;padding:0px 0;}

#di_page { width:100%; min-height:600px; margin:0 auto; position:relative; padding:10px 0 20px 0; overflow:hidden; }
#di_page span { color:#af2139; }

#di_contents {width:100%; margin:0 auto; padding:25px 0px;position:relative;line-height:180%;overflow:hidden;}
#di_contents  #di_subImg {text-align:center;margin:0 auto;}
#di_contents h1 {color:#0c4c8a; font-size:1.5em;font-weight:bold;line-height:150%;}
#di_contents h2 {color:#8e8279; font-size:1.8em;font-weight:100;line-height:120%;}
#di_contents h3 {color:#222;font-size:1.0em;line-height:140%;margin:0 0 10px 0;padding:5px 0 0 0px;font-weight:400;}
#di_contents h4 {color:#525252;font-size:1.3em;font-weight:bold;line-height:150%;padding:0 0 0 0px;overflow:hidden;}
#di_contents h5 {color:#000;font-size:1.1em;font-weight:bold;line-height:150%;margin:15px 0 0 0;overflow:hidden;}
h3 span {background:#dff6fd;padding:2px;margin:0 0 0 20px;}

/* 서브메뉴 */
#di_leftmenu {width:100%; margin:0px auto;padding:0 0 0px 0;}
#di_leftmenu .dc_left_title {text-align:center;}
#di_left_box {margin:0 auto;}

#di_snb { width:100%;margin:10px auto;text-align:center;}




#di_leftend {text-align:center;margin:0 auto;padding:20px 0 0 0;}


#di_snb .dc_snb {text-align:center;margin:0px auto;overflow:hidden;padding:20px 0 10px 0;}
#di_snb .dc_snb td {}

#di_snb .dc_snb span {margin:0px;overflow:hidden;float:left;padding:0 0px 0 0px;}
#di_snb .dc_snb a {width:250px;padding:15px 0;line-height:120%;display:block;margin:5px auto;font-size:1.2em;-webkit-transition: background 0.3s;transition: background 0.3s;text-align:center;color:#333;
opacity:0.7;border:1px solid #ccc;background:#fff;}
#di_snb .dc_snb a:hover {color:#000;opacity:1;background:#f6d258;}
#di_snb .dc_snb .dc_selected {color:#000;opacity:1;background:#f6d258;}
#di_snb .dc_snb .span {color:#a5a5a8;margin:0 10px;font-size:1em;}

#di_snb .dc_snb .dc_submenu_1010 {width:200px;}
#di_snb .dc_snb .dc_submenu_1020 {width:200px;}
#di_snb .dc_snb .dc_submenu_1030 {width:200px;}
#di_snb .dc_snb .dc_submenu_1040 {width:200px;}
#di_snb .dc_snb .dc_submenu_1050 {width:200px;}

#di_snb .dc_snb .dc_submenu_2010 {width:200px;}
#di_snb .dc_snb .dc_submenu_2020 {width:200px;}
#di_snb .dc_snb .dc_submenu_2030 {width:200px;}
#di_snb .dc_snb .dc_submenu_2040 {width:200px;}
#di_snb .dc_snb .dc_submenu_2050 {width:200px;}
#di_snb .dc_snb .dc_submenu_2060 {width:200px;}
#di_snb .dc_snb .dc_submenu_2070 {width:200px;}
#di_snb .dc_snb .dc_submenu_2080 {width:200px;}
#di_snb .dc_snb .dc_submenu_2090 {width:200px;}
#di_snb .dc_snb .dc_submenu_2091 {width:200px;}

#di_snb .dc_snb .dc_submenu_3010 {width:500px;}
#di_snb .dc_snb .dc_submenu_3020 {width:500px;}

#di_snb .dc_snb .dc_submenu_5010 {width:200px;}
#di_snb .dc_snb .dc_submenu_5020 {width:200px;}
#di_snb .dc_snb .dc_submenu_5030 {width:200px;}
#di_snb .dc_snb .dc_submenu_5040 {width:200px;}
#di_snb .dc_snb .dc_submenu_5050 {width:200px;}

/*#di_snb .dc_snb span {margin:0 0px;overflow:hidden;float:left;}
#di_snb .dc_snb a {width:180px;height:50px;line-height:45px;display:block;margin:0 auto;font-size:1.3em;-webkit-transition: background 0.3s;transition: background 0.3s;text-align:center;color:#eb2024;background:#fff;
border:3px solid #eb2024;border-radius:15px;opacity:0.7;margin:0 4px;}
#di_snb .dc_snb a:hover {color:#eb2024;background:#fff;border:3px solid #eb2024;border-radius:15px;opacity:1;font-weight:bold;}
#di_snb .dc_snb .dc_selected {color:#eb2024;background:#fff;border:3px solid #eb2024;border-radius:15px;opacity:1;font-weight:bold;} */






/* 공통 */
/* 레이아웃 (Layout) */
.img_size img {width:100%;}
.none { display: none; }
.clear { clear: both; }

.mb_least { margin-bottom: 5px; }
.mb_less { margin-bottom: 10px; }
.mb { margin-bottom: 20px; }
.mb_more { margin-bottom: 50px; }
.mb_most { margin-bottom: 80px; }

.mt_least { margin-top: 10px; }
.mt_less { margin-top: 20px; }
.mt { margin-top: 30px; }
.mt_more { margin-top: 60px; }
.mt_most { margin-top: 80px; }

.pd_least { padding: 0px 5px }
.pd_less  { padding: 5px 10px; }
.pd       { padding: 0px 0px 25px 25px; }
.pd_more  { padding: 20px 40px; }
.pd_most  { padding: 40px 80px; }

.pb_more { padding:0 0 40px 0; }

.pt_less {padding:10px 0 0 0;}
.pt {padding:20px 0 0 0;}
.pt_more {padding:50px 0 0 0;}
.pt_most {padding:70px 0 0 0;}

.pr {padding:0 10px 0 0;}

.ml { padding: 10px 0 0 30px; }
.ml_more { padding: 10px 0 0 20px; }
.ml_most { padding: 10px 0 0 45px; }

.mr {padding: 10px 20px 0 0; }

.f_left { float: left; }
.f_right { float: right; }

.test { border: 1px solid red; }

.ta_left { text-align: left; }
.ta_center {text-align:center;}
.ta_right { text-align: right; }
.dc_white {color:#fff;}
.dc_red {color:#88b14b;}

.dc_blue {color:#50a8c2;}
.dc_black {color:#000;}
.dc_yellow {color:#f8981d;}
.dc_orange {color:#ff8a00;}
.dc_green {color:#9bad6b;}
.dc_brown {color:#770a03;}
.dc_box_gray {background:#888;color:#fff;padding:1px 8px;border-radius:10px;}
.dc_box_orange {background:#da4733;color:#fff;padding:1px 8px;border-radius:10px;}
.dc_box_yellow {background:#f8981d;color:#fff;padding:2px;}
.dc_box_green {background:#9bad6b;color:#fff;padding:5px}
.dc_box_brown {background:#a39161;color:#fff;padding:2px}

.txt_indent {padding:0 0 0 20px;}
.txt_size {font-size:16px;}
.ta_bold {font-weight:bold;}
.h1 {color:#9a6d4d;font-size:2.2em;line-height:150%;}
.h2 {color:#649023;font-size:1.4em;line-height:150%;}

.h3 {color:#333;font-size:1.4em;font-weight:bold;line-height:150%;}
.h3 span {border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.h4 {color:#000;font-size:1.2em;font-weight:bold;line-height:150%;padding:5px 0;}
.h5 {color:#9bad6b;font-size:1.8em;font-weight:bold;line-height:150%;}
.h6 {font-size:1.4em;line-height:150%;}
.radius img {border-radius:50%;}
/* Layout */
.full { float: left; margin-bottom: 20px; width: 960px !important; }
.one { float: left; margin-bottom: 20px; width: 720px !important; }
.two_third { float: left; margin-right: 10px; margin-bottom: 20px; width: 620px !important; }
.half_page { float: left; margin-right: 10px; margin-bottom: 20px; width: 450px; }
.one_third { float: left; margin-right: 10px; margin-bottom: 20px; width: 300px !important; }
.one_fourth { float: left; margin-right: 10px; margin-bottom: 20px; width: 230px !important; }
.one_fifth { float: left; margin-right: 10px; margin-bottom: 20px; width: 125px !important; }
.one_eight { float: left; margin-right: 20px; width: 100px; }
.right_side { margin-right: 0; }

.dc_sbox {background:url(/modules/user/img/sub/sbox.gif) repeat;border-radius:50px;padding:15px 15px;overflow:hidden;margin:20px 0 30px 0;}
.sub_line {width:100%;height:1px;border-top:1px dotted #ccc;margin:20px 0;overflow:hidden;clear:both;}


/* 회사소개 */
.dc_intro {margin:40px 0 0 0;height:400px;overflow:hidden;background:url(/modules/user/img/sub/img_1010_1.png) no-repeat 0 0;vertical-align:top;padding:0 0 0 520px;font-size:1.1em;}

.dc_intro .stitle {color:#235ea4;font-weight:bold;font-size:1.7em;line-height:130%;}
.dc_intro .stext {font-size:1.2em;}











.dc_tab {background:#5d8bca;color:#fff;width:250px;border-radius:15px 15px 0 0;font-weight:bold;font-size:1.1em;line-height:150%;padding:2px 2px;text-align:center;margin:15px 0 0 20px;}
.dc_tab_list {background:#fff;border-radius:20px;padding:15px; border-top:2px solid #5d8bca; border-left:2px solid #eee; border-right:2px solid #eee; border-bottom:2px solid #eee;margin:0 0 25px 0;}
.dc_tab_list li {clear:both;padding:15px 0;border-bottom:1px dotted #ccc;}
.dc_tab_list .dc_img_list li img {float:left;padding:0px 10px 0 0;vertical-align:top;margin:0 0 35px 0;}
.dc_ul_list li {background:url(/modules/user/img/sub/icon_aw.png) no-repeat 0% 50%;padding:0 0 0 15px;}

.dc_tab_list li.line_none {border-bottom:none;}
.dc_tab_list .dc_img_list2 li img {float:left;padding:0px 10px 0 0;vertical-align:top;margin:0 0 5px 0;}
.dc_tab_list .dc_img_list3 li img {float:left;padding:0px 10px 0 0;vertical-align:top;margin:0 0 55px 0;}


/* 절차 */
.dc_process2 {width:100%;clear:both;overflow:hidden;margin:20px 0;}
.dc_process2 img {padding:0 5px 0 0;}
.dc_process2 p {text-align:center;margin:0px 0 5px 0;}
.dc_process2 ul {clear:both;}
.dc_process2 li {float:left;}
.dc_process2 .dc_text {width:190px;padding:5px 0px 10px 0px;text-align:center;letter-spacing:-0.1em;}








/* 인테리어 */
#di_gallery {position:relative; width:715px; padding:10px; border:5px solid #fff; background:#eee; margin:20px 0 0 0;}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:700px; height:460px; padding:5px; border:2px solid #ccc; background:#FFF url(images/sub/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:710px; height:80px; border:2px solid #ccc; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:81px; width:700px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:80px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin:0 0px 0 5px; cursor:pointer}
.imgnav {position:absolute;  width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/sub/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/sub/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}



/* 유지보수 */
.ssBox01 table { width:100%; border-top: 1px solid #bfbfbf; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #dbdbdb; margin:0 auto; }
.ssBox01 th    { padding: 3px; border-right: 1px solid #ffffff; border-bottom: 1px solid #dbdbdb; color: #777777; background: #f7f6f6; text-align:center; font-weight:bold; }
.ssBox01 td    { font-size: 12px; color: #7c7c7c; line-height: 18px; background: #ffffff; padding:5px; border-bottom: 1px solid #dbdbdb; }

.ssBox02 table { width:100%; border-top: 3px solid #af2139; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #dbdbdb; margin:0 auto; }
.ssBox02 th    { padding: 3px; border-right: 1px solid #ffffff; border-bottom: 1px solid #dbdbdb; color: #777777; background: #f7f6f6; text-align:center; font-weight:bold; }
.ssBox02 td    { font-size: 12px; color: #7c7c7c; line-height: 18px; background: #ffffff; padding:5px; border-bottom: 1px solid #dbdbdb; }

/* 오시는길 */

.dc_map {width:100%;margin:0 auto;background:#fff;padding:15px}
.dc_map h3 {line-height:100%;}
.dc_map li {height:70px;margin:10px 0;border-bottom:1px dotted #ccc;}
.dc_map li img {float:left;padding:0 10px 0 0;clear:both;}
.dc_map li.dc_subway {  background: url(/modules/user/img/sub/icon_subway.png) no-repeat 0 25%;padding:10px 0 0 85px; }
.dc_map li.dc_bus { background: url(/modules/user/img/sub/icon_bus.png) no-repeat 0 25%; padding:10px 0 0 85px;}
.dc_map li.dc_address {  background: url(/modules/user/img/sub/icon_tel.png) no-repeat 0 25%; padding:10px 0 0 85px;}
.dc_map .dc_subtitle {font-size:1.2em;color:#000;font-weight:bold;}
.dc_load_map {border:1px solid #fff; width:900px; margin:0px auto;}


.dc_map_box {width:1000px;margin:0 auto;}
.dc_map_box h3 {line-height:100%;}
div.map_box1 {	margin: 30px 0px 0px; width: 48%; float: left;}
div.map_box1 p.map_tit {margin: 0px 0px 15px; padding: 0px 0px 10px; width: 100%; color: rgb(68, 68, 68); font-size: 1.2em; font-weight: bolder; border-bottom-color: rgb(201, 201, 201); border-bottom-width: 1px; border-bottom-style: dotted; float: left;
}
div.map_box1 p.map_icon {background:#666; padding: 0px 0px 0px; border-radius: 50%; width: 49px; height: 50px;  line-height: 40px;text-align: center; color: rgb(255, 255, 255); font-size: 30px; float: left;
}
div.map_box1 ul {width: 85%; float: right;}
div.map_box1 ul li {width: 100%; color: rgb(68, 68, 68); line-height: 160%; font-size: 1.0em; float: left;}
div.map_box2 {	margin: 30px 0px 0px; width: 48%; float: right;}
div.map_box2 p.map_tit {margin: 0px 0px 15px; padding: 0px 0px 10px; width: 100%; color: rgb(68, 68, 68); font-size: 1.2em; font-weight: bolder; border-bottom-color: rgb(201, 201, 201); border-bottom-width: 1px; border-bottom-style: dotted; float: left;
}
div.map_box2 p.map_icon {background:#666; padding: 0px 0px 0px; border-radius: 50%; width: 49px; height: 50px;  line-height: 40px;text-align: center; color: rgb(255, 255, 255); font-size: 30px; float: left;
}
div.map_box2 ul {width: 85%; float: right;}
div.map_box2 ul li {width: 100%; color: rgb(68, 68, 68); line-height: 160%; font-size: 1.0em; float: left;}












/* 테이블 스타일 */
.tb_style {width:100%;border-bottom:1px solid #888;border-right:1px solid #888;}
.tb_style table {}
.tb_style .highlight { background-color: #92D050; }
.tb_style tbody tr:hover td {background-color:#F7F6F6}

.tb_style thead th {padding:8px 10px; border:1px solid #ccc;color:#fff; font-weight:bold; text-align:center;background:#888; }

.tb_style th {padding:8px 10px; border:1px solid #ccc;color:#fff; font-weight:bold; text-align:center;background:#888; }

.tb_style td {padding:8px 10px; /*border:1px solid #888;*/text-align:center;}

.tb_style td {border-left:1px solid #888;border-top:1px solid #888;}


.tb_style td.tb_bold {color:#666;font-weight:bold; text-align:center;background:#f7f7f7; }
.tb_style td.tb_line {border-right:1px solid #e2e2e2;}
.tb_style td.tb_none {border-left:none;}
.tb_style td.ta_center {text-align:center;}
.tb_style td.tb_left {text-align:left;}
.tb_style .tb_price {color:#000;text-align:right;padding-right:30px;}
.tb_style span.small {padding:0 1px;margin:0;font-size:0.7em;}
.tb_style .bg {background:#f7f7f7;}
.tb_style input {padding:5px;font-size:1em;border:1px solid #ddd;color:#000;}
.tb_style textarea {padding:5px;font-size:1em;border:1px solid #ddd;color:#000;}

.standby {color:#fe3509;}

.tb_style_alt {width:100%;border-bottom:2px solid #888;}
.tb_style_alt  table {}
.tb_style_alt  th {padding:8px 10px; border:1px solid #ccc;color:#fff; font-weight:bold; text-align:center;background:#888;}
.tb_style_alt  td {padding:8px 10px; border:1px dotted #888;text-align:left;}
.tb_style_alt  td.tb_bold {color:#666;font-weight:bold; text-align:center; background:#f7f7f7; }
.tb_style_alt  td.tb_line {border-right:1px solid #e2e2e2;}
.tb_style_alt  td.tb_none {border-left:none;}
.tb_style_alt  td.ta_center {text-align:center;}
.tb_style_alt  td.ta_left {text-align:left;}
.tb_style_alt .tb_price {text-align:right;color:#88b14b;}
.tb_style_alt .ta_right {text-align:right;}

.tb_list {width:100%;border-top:1px dotted #bbb;border-bottom:1px dotted #bbb;background:#f7f7f7;font-size:1em;}
.tb_list th {background:#bbb;color:#fff;padding:5px 10px;font-weight:bold;border-bottom:1px solid #fff;}
.tb_list td {padding:5px 10px;border-bottom:1px solid #fff;}

.tb_style2 {width:100%;background:#f7f7f7;border-top:3px solid #88b14b;}
.tb_style2 table {border-bottom:1px dotted #888;}
.tb_style2 td {border-bottom:1px dotted #888;padding:10px 15px;}
.tb_style2 .tb_bold {color:#444;font-weight:bold;}




.tb_style3 {width:100%;margin:10px 0 10px 0;border-top:2px solid #8e8279;}
.tb_style3 table {border-bottom:1px solid #ccc;}
.tb_style3 th {padding:6px; border-bottom:1px solid #ccc; color:#444; background:#ddd;font-weight:bold; text-align:center; border-right:1px solid #bbb;}
.tb_style3 th.th_bold {border-left:none;}
.tb_style3 td {padding:3px 6px; border:1px dotted #777;color:#444;background:#fff;text-align:center;}
.tb_style3 td.tb_stitle {padding:4px; border:1px solid #ccc; color:#444; background:#ededed;font-weight:bold; text-align:center;}
.tb_style3 td.tb_bold {font-weight:bold;text-align:center;background:#f6f6f6;color:#6e5d57;border-left:none;}
.tb_style3 td.tb_line {border-right:1px solid #e2e2e2;}
.tb_style3 td.tb_none {border-left:none;}
.tb_style3 td.ta_center {text-align:center;}
.tb_style3 tr:hover {background:#f5f5f5;}
.tb_style3 td.ta_price {color:#8e8279;font-weight:bold;}
.tb_style3 td.dc_price {color:#8e8279;font-weight:bold;text-align:right;}

.tb_style4 {width:80%;border:2px solid #ccc;margin:0px auto;}
.tb_style4 th {color:#444;text-align:center;font-weight:bold;padding:2px 2px;border-bottom:1px solid #8e8279;}
.tb_style4 td {border:1px solid #ccc;padding:10px 4px;text-align:center; font-size:1.1em;}
.tb_style4 .tb_bold {background:#999;color:#fff; font-weight:bold;text-align:center;  font-size:1.1em;}
.tb_style4 .tb_price {color:#ed6d01;font-weight:bold;font-size:1.5em;}














/* dl 스타일 */
.dc_dl_style {margin:10px 10px;width:420px;}
.dc_dl_style dl {}
.dc_dl_style dt {background:#666;border-radius:10px 10px 0 0;color:#fabf3a; font-weight:bold;font-size:1.3em;text-align:center;padding:10px 0;}
.dc_dl_style dd {text-align:center;padding:10px 10px;border:1px solid #ddd;height:130px;overflow:hidden;}
.dc_dl_style dd img {padding:0 0 10px 0;}

/* 브랜드스토리*/

.dc_brand {margin:30px 0;overflow:hidden;}
.dc_brand  img {margin:10px 25px 20px 0;float:left;}
.dc_brand .info_right {float:left;width:730px;margin:10px 0 0 0;}

.brand_1 ul {clear:both;border-bottom:1px dotted #ccc;padding:40px 0;overflow:hidden;}
.brand_1 li {float:left;margin:0px 0 30px 0;overflow:hidden;}
.brand_1 .end {width:770px;}
.brand_1 .img {width:400px;margin:0 30px 0 0;}
.brand_1 .dc_tit {color:#000;font-weight:bold;font-size:1.5em;line-height:160%;}







/* 프랜차이즈 서브버튼 */
.dc_sub_link {clear:both;overflow:hidden;margin:0 0 30px 0;}
.dc_sub_link ul {}
.dc_sub_link li {float:left;padding:0 10px 0 0;}

.mc_scroll { line-height: 150%; overflow: auto; color: #513d27; width: 100%; height: 150px; padding: 10px 0 0 10px;border:1px solid #efefef;margin:10px 0 30px 0; }

.mc_btn { text-align:center; }



.dc_menu_box {width:100%; margin:10px 0 0 0;border-radius:4px;box-shadow: 3px 3px 3px #bbb;background:#fff;padding:0px;border:1px solid #eee;}

/* 인테리어 추가 */
.dc_mc_box {width:800px;margin:5px auto;}
.dc_mc_box .mc_pic_smail {margin: 10px auto;overflow: hidden;}
.dc_mc_box .mc_pic_smail li {padding: 0 5px 7px 0;float:left;width: 74px;}
.dc_mc_box .mc_pic_smail img {border:1px solid #ddd;}
.dc_mc_pic_big {background:#dfdfdf;padding:10px;border-radius:10px;margin:20px auto;border:1px solid #ccc;}

/* 메뉴 */
#di_food {width:100%;}
#di_food h3 {font-size:1.0em;line-height:110%;color:#666;padding:5px 0;}
#di_food h1 {text-align:center;color:#2e2e2e;font-size:1.8em;line-height:150%;background:url(/modules/user/img/sub/icon_h1.png) no-repeat top center;padding:5px 0 0 0;letter-spacing:-0.05em;}
#di_food .dc_price {color:#eb2024;margin:5px 0 0 0;font-weight:bold;font-size:1.5em;}
.dc_food img {margin:0 15px 0 0;}
.dc_food {background:#f1e9e5;overflow:hidden;border:1px solid #e0e0e0;padding:10px;margin:0 0 20px 0;}
#di_food .dc_line {text-align:center;margin:5px 0 0 0;padding:5px 5px;overflow:hidden;border-top:1px solid #e0e0e0;}
.dc_f_list {width:100%;overflow:hidden;}
.dc_f_list ul {margin:20px 0 0 0;}
.dc_f_list li {border-bottom:1px dotted #bbb;padding:15px 0;}
.dc_f_list img {float:left;margin:0 10px 0 0;overflow:hidden;width:250px;height:250px;}
.dc_f_list .dc_f_info {width:680px;overflow:hidden;min-height:150px;}

.food_text {width:100%;margin:20px auto;}
.food_text ul {overflow:hidden;border-top:1px dotted #ccc;}
.food_text li {float:left;width:50%;padding:20px 0;}
.food_text .name {font-size:1.2em;color:#666;font-weight:bold;margin:0 0 5px 0;}
.food_text .txt {font-size:1em;color:#ccc;margin:10px 0 0px 0;}
.food_text .price {font-size:1em;color:#eb2024;margin:5px 0 0 0;}
.food_text .info {margin:5px 0 0 0;height:40px;}
.food_text .art li {float:left;width:25%;padding:20px 0;}
.food_tip {width:88%;margin:30px auto 0;border:2px dotted #888;padding:15px 15px;background:#222;}
.food_tip .tit {color:#fff;font-weight:bold;line-height:150%;}
/* 개인정보취급방침 */
#di_privacy {padding:0 0 0 0px; color:#666;font-size:1.0em;width:100%;}
#di_privacy dt {padding:5px; text-align:left;margin:25px 0 5px 0;font-weight:bold;color:#000;}
#di_privacy dd {padding-left:10px; text-align:left; line-height:150%;}
#di_privacy a {color:#333;}
#di_privacy a:hover {color:#f15c23;}
#di_privacy  h3 {font-size:1.1em;}
#di_privacy table {border:4px solid #eee;width:100%;margin:10px auto;background:#fff;}
#di_privacy td {padding:10px;line-height:150%;}

/* 이용약관 */
 #di_agree {padding:0 0 0 0px; color:#666;font-size:1.0em;width:100%;}
 #di_agree dt {padding:5px; text-align:left;margin:25px 0 5px 0;font-weight:bold;color:#000;}
 #di_agree dd {padding-left:10px; text-align:left; line-height:150%;}
 #di_agree a {color:#333;}
 #di_agree a:hover {color:#f15c23;}
 #di_agree  h3 {font-size:1.1em;}












/* 회칙 */
#di_agree2 h5 {border-bottom:1px dotted #ccc;width:100%;padding:5px 10px;margin:15px 0 10px 0;font-size:1.2em;color:#000;background:#eee;}
#di_agree2 h6 {font-size:1.0em;margin:10px 0 0 0;}
#di_agree2 h3 {font-size:1.5em;margin:30px 0 0 0;color:#4c2f1d;}
#di_agree2 .dc_txt {margin:5px 0 10px 15px;}







.dc_input {width:90%;padding:2px 2px;border:1px solid #ccc;background:#fff;line-height:110%;text-align:center;font-size:1em;color:#666;}

/* 예약안내 */

.dc_reservation .reserve {float:right;margin:10px 15px 20px 0;overflow:hidden;clear:both;}
.dc_reservation .btn_reserve {float:left;text-align:center;font-size:1.0em;display:block;background:#eb2024 url(/modules/user/img/main/arrow_01.png) no-repeat 92% 55%;width:140px;height:40px;line-height:36px;color:#fff;padding:0 30px 0 0;-webkit-transition: background 0.3s;transition: background 0.3s;}
.dc_reservation .btn_reserve:hover {background:#fc050a url(/modules/user/img/main/arrow_01.png) no-repeat 96% 55%;}

.dc_reservation .btn_cancel {float:left;text-align:center;font-size:1.0em;display:block;background:#888 url(/modules/user/img/main/arrow_01.png) no-repeat 92% 55%;width:140px;height:40px;line-height:36px;color:#fff;padding:0 30px 0 0;-webkit-transition: background 0.3s;transition: background 0.3s;margin:0 0 0 5px;}
.dc_reservation .btn_cancel:hover {background:#444 url(/modules/user/img/main/arrow_01.png) no-repeat 96% 55%;}

.dl_style {width:100%;margin:30px auto 10px;overflow:hidden;}
.dl_style dl {background:#f9f8f8;border-radius:10px;border:10px solid #949393;padding:10px;}
.dl_style dt {color:#444;text-align:left;font-weight:bold;font-size:1.2em;padding:10px 0 0px 10px;background:url(/modules/user/img/sub/h3.png) no-repeat 10px 12px;}
.dl_style dd {border-bottom:0px solid #c9a949;padding:5px 10px;}

.dc_reservation select {min-width:155px;}
.dc_reservation input[type=text] {width:155px;}
.dc_reservation {width:980px;margin:0 auto;}
.dc_reservation .reservation1 {width:500px;height:500px;float:left;background:#444;}
.dc_reservation .reservation2 {width:500px;height:500px;float:left;padding:20px 30px;background:#444;overflow:hidden;border-top:0px solid #555;border-right:0px solid #555;border-bottom:0px solid #555;}
.dc_reservation .reservation2 .text {font-size:1em;line-height:180%;}
.dc_reservation .reservation2 .txt {font-size:1.2em;color:#ccc;margin:20px 0;border-top:1px dotted #666;border-bottom:1px dotted #666;padding:20px 0;line-height:180%;}
.dc_reservation .reservation2 .tel {color:#eb2024;font-size:1.6em;}
.dc_reservation .reservation2 span {margin:0 20px 0 10px;}

.dc_reservation textarea {width:90%;padding:2px 2px;border:1px solid #ccc;background:#fff;line-height:110%;text-align:left;font-size:1em;color:#666;}
.dc_check {font-size:1.6em;color:#eb2024;line-height:110%;font-family:굴림,굴림체,돋움,돋움체}
/* 인테리어 */
.sliderkit-nav {position:absolute;left:0;top:100px;overflow:hidden;margin:460px 0 0 0;}
.dc_interior {width:870px;margin:20px auto 0;text-align:center;border:10px solid #eee;}
.dc_interior2 {text-align:center;background:#666;margin:50px 0;border-top:1px solid #ccc;padding:50px 0;}




/* 연혁 */
.dc_history_box {background:url(/modules/user/img/sub/img_1020_1.png) no-repeat 100% 0%;margin:0px 0 0 0;height:400px;}
.dc_history {margin:30px 0 10px 0;font-size:1.2em;}
.dc_history .h4 {font-size:2.8em;font-weight:bold;color:#ccc;line-height:150%;vertical-align:top;margin:0 0 0 50px;}
.dc_history .h4 span {color:#9a6d4d;}

.dc_history li {width:480px;line-height:170%;background:url(/modules/user/img/sub/list_arrow.gif) no-repeat 0 50%;padding:15px 0 15px 15px;border-bottom:1px dotted #ccc;}

.dc_history .month {font-weight:bold;color:#235ea4;margin:0 20px 0 0;float:left;width:90px;}

.li_style li {clear:both;padding:5px 0;}
.li_style .dc_day {float:left;width:70px;color:#444;font-size:1.1em;font-weight:bold;margin:0 0px 0 0;background:url(/modules/user/img/sub/icon_h5.png) no-repeat 0% 50%;padding:0px 0px 0px 25px;}
.li_style .dc_text {float:left;}





/* 가맹점 찾기 */
.shop_icon {font-size:0.9em;text-align:right;}
.shop_icon span {margin:0 10px 0 0;}
.shop_icon img {margin:0 2px 0 0;}
#di_shop_search .shop_area {width:380px; height:380px;  float:left;  background:#f4f0ea;}
#di_shop_search .shop_area .mLeft { width:300px; text-align:center; margin:0px auto;padding:10px 0 10px 0;}


#di_shop_search .shop_area .mLeft .mapArea { position:relative; width:230px; height:360px; background:url(/modules/user/img/map_all.png) no-repeat; margin:0px auto; }


#di_shop_search .shop_area .mLeft a {cursor:pointer;text-decoration:none;color:#fff;}
#di_shop_search .shop_area span {display: block; }
#di_shop_search .shop_area .mLeft a.sido_1 { position: absolute; left: 136px; top: 56px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_2 { position: absolute; left: 70px; top: 80px;  z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_3 { position: absolute; left: 122px; top: 218px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_4 { position: absolute; left: 164px; top: 135px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_5 { position: absolute; left: 61px; top: 225px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_6 { position: absolute; left: 145px; top: 180px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_7 { position: absolute; left: 94px; top: 156px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_8 { position: absolute; left: 170px; top: 245px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_9 { position: absolute; left: 60px; top: 50px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_10 { position: absolute; left: 175px; top: 203px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_11 { position: absolute; left: 10px; top: 55px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_12 { position: absolute; left: 34px; top: 260px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_13 { position: absolute; left:62px; top: 190px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_14 { position: absolute; left: 34px; top: 320px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_15 { position: absolute; left: 40px; top: 130px; z-index: 3; }
#di_shop_search .shop_area .mLeft a.sido_16 { position: absolute; left: 95px; top: 110px; z-index: 3; }


#di_shop_search .shop_area .mLeft a {  display: block;  padding: 3px 5px; background: #ccc; font-size:11px; border-radius:50%;cursor:pointer;color:#fff;}
#di_shop_search .shop_area .mLeft a:hover { background: #707070;  color:#fff; cursor:pointer;}


#di_shop_search {width:100%; margin:0 auto 30px;background:#fff;overflow:hidden;border:1px solid #e1e1e1;}
#di_shop_search .dc_area {padding:35px 15px 0 15px;overflow:hidden;}
#di_shop_search .dc_title {color:#000;font-size:1.3em;border-bottom:1px solid #e1e1e1;padding:0 0 8px 0;}
#di_shop_search .dc_area dl {clear:both;margin:10px 0 40px 0;}
#di_shop_search .dc_area dt {color:#666;float:left;padding:0 5px 0 0;line-height:30px;}
#di_shop_search .mc_input {border:1px solid #eee;background:#fff;height:30px;line-height:30px;text-align:center;}
#di_shop_search select {border:1px solid #eee;background:#fff;height:30px;line-height:30px;}
#di_shop_search input {border:1px solid #eee;background:#fff;height:30px;line-height:30px;}
#di_shop_search .dc_tip {color:#ec6d20;padding:0px 2px;font-weight:bold;font-size:1.3m;}
#di_shop_search .btn_search {margin:0 0 0 5px;}

/* 가맹점 찾기 가맹점리스트 테이블 */
.mc_table_list {width:100%;margin:10px 0 10px 0;border-top:1px solid #8e8279;}
.mc_table_list thead tr th {padding:4px; border-bottom:1px solid #ccc; color:#444; background:#ededed;font-weight:bold; text-align:center;}
.mc_table_list thead tr th.bar {padding:4px; border-bottom:1px solid #ccc; color:#444; background:#ededed;font-weight:bold; text-align:center;}
.mc_table_list tbody tr th {padding:4px; border-bottom:1px solid #ccc; color:#444; background:#ededed;font-weight:bold; text-align:center;}
.mc_table_list tbody tr td {padding:4px 4px 4px 4px;height:54px; border-bottom:1px solid #e2e2e2;text-align:center;border-left:1px solid #e2e2e2;background:#fff; }
.mc_table_list tbody tr td a {color:#684f40; }
.mc_table_list tbody tr td a:hover {color:#f15c23; }
.mc_table_list tbody tr td.tb_bold {border-left:none;text-align:center;color:#333;background:#f6f6f6;}
.mc_table_list tbody tr td.tb_name {font-weight:bold;}
.mc_table_list tbody tr td.tb_line {border-right:1px solid #e2e2e2;}
.mc_table_list tbody tr td.tb_none {border-left:none;}
.mc_table_list tbody tr td.ta_center {text-align:center;}
.mc_table_list tbody tr td.ta_left {text-align:left;}
.mc_table_list tr:hover {background:#eee;}

/* 페이징 */
#paging { clear: both; margin: 20px auto 30px; padding: 10px 0px; text-align: center; }
#paging .num_first { display:none; padding: 3px; border:none; }
#paging .num_prev  { width: 33px; height: 17px; width: 33px; text-indent: -9999px; text-align:center;  font-weight:normal; }
#paging .num_box   { padding: 3px; border:0px solid #847158; color:#959595; font-weight:bold;}
#paging .cur_num   { padding: 3px; border:0px solid #847158; color:#DF7A1C; font-weight:bold; }
#paging .num_next  { width: 33px; height: 17px; text-indent: -9999px; margin:0 0 0 2px;  font-weight:normal; }
#paging .num_end   { display:none;  padding: 3px; border:none; }

#paging a {margin:0 5px;}
#paging .selected {font-weight:bold;color:#f06358;}


/* 매장 상세보기  */
.mc_shop_view {}
.mc_shop_view h2 {color:#616161;font-size:2.0em;font-weight:100;line-height:150%;  }
.mc_shop_view h3 {color:#4c2f1d;font-size:1.9em;font-weight:bold;line-height:150%;}
.mc_shop_view h4 {color:#525252;font-size:1.7em;font-weight:bold;line-height:150%;padding:0 0 0 0px;margin:0 0 10px 0;}
.mc_shop_view h5 {color:#000;font-size:1.2em;font-weight:bold;line-height:150%;}

.mc_shop_view .mc_right_title { float: right; margin:0px 0 0 0; color:#9a6d4d; text-align: right; vertical-align:bottom; font-size:1.3em;}
.mc_shop_view .mc_title {text-align:left;width:100%;color:#9a6d4d;font-size:2.2em;line-height:150%;padding:0px 0;letter-spacing:-0.05em;margin:0 0 15px 0;}
.mc_shop_view .mc_box { width:100%; margin: 0 0 30px 0; }
.mc_shop_view .mc_box .mc_pic_big { width:100%; clear: both; padding: 0px 0; }
.mc_shop_view .mc_box .mc_pic_big img { border:1px solid #c2c2c2; width:100%; height:350px;}
.mc_shop_view .mc_box .mc_pic_smail { margin: 10px auto; overflow:hidden; }
.mc_shop_view .mc_box .mc_pic_smail li { padding: 0 6px 7px 0 ; float: left; width: 74px; }
.mc_shop_view .mc_box .mc_pic_smail li img { border:1px solid #c2c2c2; }

.mc_shop_view .shop_left {width:500px;float:left;}

.mc_shop_view .shop_right {width:430px;float:right;overflow:hidden;vertical-align:top;margin:0px 0 0 0;}


/* 매장 상세보기 테이블 */
.mc_table_view {width:100%;margin:10px 0 10px 0;border-top:1px solid #8e8279;}
.mc_table_view tbody tr th {padding:4px; border-bottom:1px solid #ccc; color:#444; background:#ededed;font-weight:bold; text-align:center; }
.mc_table_view tbody tr td {padding:4px 6px 4px 6px; border-bottom:1px solid #e2e2e2;background:#fff; }
.mc_table_view span {margin:0 10px 0 0;}
.dc_add {color:#c29369;padding:0 0px;}
/* 매장 상세보기 오시는길-지도 */
.mc_shop_map {  }
.mc_shop_map ul { clear: both; float: left; margin: -19px 0 0 28px; height: 50px; }
.mc_shop_map ul li { float: left; padding: 0 8px 0 0px; }
.mc_shop_map .mc_map { clear: both; margin: 0 0 30px 0; overflow:hidden; }
#mi_button {margin:20px auto;text-align:center;}
 a.mc_button{width:180px;height:34px;line-height:34px;background:#333;color:#fff;text-align:center;margin:20px 5px;float:left;}
 a.mc_button:hover {background:#8e8279;color:#fff;}

 a.mc_button2{width:180px;height:34px;line-height:34px;background:#666;color:#fff;text-align:center;margin:20px 5px;float:left;}
 a.mc_button2:hover {background:#000;color:#fff;}



/* 자주하는 질문 */
  #sub_tab04 {overflow: hidden;margin:40px 0 20px 0;border-bottom:1px solid #ddd;}
#sub_tab04 ul li {float:left; padding:10px 0; font-size:14px;font-weight:normal; background-color:#fff; text-align:center;  border-left:1px solid #ddd; border-top:1px solid #ddd; width: 25%;cursor: pointer;}
#sub_tab04 ul li:last-child{border-right:1px solid #ddd;}
#sub_tab04 ul li a:link,
#sub_tab04 ul li a:active,
#sub_tab04 ul li a:visited,
#sub_tab04 ul li a:hover {color:#333;}
#sub_tab04 ul li.on {z-index: 10;color: #fff;font-weight:bold;background-color: #eee;border-left:1px solid #aaa;border-top:1px solid #aaa;}
#sub_tab04 ul li.on a:link,
#sub_tab04 ul li.on a:active,
#sub_tab04 ul li.on a:visited,
#sub_tab04 ul li.on a:hover {color:#888;}


#di_faq { width:100%; margin:0 auto 0; }
#di_faq .dc_faq_question {font-size:1em; color:#666; line-height:150%; border-bottom:1px dotted #888; padding: 10px 0 10px 20px;}
#di_faq .dc_faq_question img { margin:0 10px 0 0; }
#di_faq .dc_faq_answer { overflow:hidden; background:#f5f5f5; padding:20px; }
#di_faq .dc_faq_answer li { float:left; line-height:150%;font-size: 1em; width:80%;}
#di_faq .dc_faq_answer .dc_answer_icon { padding:0 20px 0 10px; margin: 0 0 0 0; width:10%; text-align: center;}
#di_faq .dc_faq_answer .dc_answer_icon img{}


.faq_box{clear:both;}

/* 개설문의 입력폼 wrap */
#mi_regis {clear:both;  }
#mi_regis h1 {color:#33b875;font-size:3.0em;font-weight:bold;line-height:150%;}
#mi_regis h2 {color:#616161;font-size:2.0em;font-weight:100;line-height:150%; }
#mi_regis h3 {color:#4c2f1d;font-weight:bold;line-height:150%;}
#mi_regis h4 {color:#525252;font-size:1.4em;font-weight:bold;line-height:150%;margin:10px 0 5px 0;}
#mi_regis h5 {color:#000;font-size:1.2em;font-weight:bold;line-height:150%;}
#mi_regis .mc_regis_box { width: 720px; height: 167px; background:url(/skin/home/images/bg_box.png) no-repeat; padding: 40px 20px 25px 43px; }
#mi_regis .mc_regis_box .mc_scroll { line-height: 17px; overflow: auto; color: #959595; width: 640px; height: 140px; padding: 10px 0 0 30px; }
#mi_regis .mc_agree { clear: both; width: 760px; float: left; text-align: right; margin: 10px 0 30px 0; color: #959595; }
#mi_regis .mc_agree span { padding: 0 20px 0 0 ;  }
#mi_regis .mc_regis_button { clear: both; width: 100%; margin:20px 0 0px 0; text-align: center; padding: 0 0 40px 0; }
#mi_regis .dc_consult {background:url(/skin/home/images/sub/img_4070_1.png) no-repeat 98% 0%;height:90px;}
#mi_regis input {margin:0 2px 0 6px;}

/* 개설문의 입력폼 테이블 */
.mc_table_regis  { clear:both; width:100%;margin:10px 0 10px 0;border-top:1px solid #8e8279;}
.mc_table_regis tr th {padding:4px; border-bottom:1px solid #ccc; color:#444; background:#ededed;  text-align:center;}
.mc_table_regis tr td { padding:4px 6px 4px 6px; border-bottom:1px solid #e2e2e2;border-left:1px solid #e2e2e2; background:#fafafa; }
.mc_table_regis tr td.mc_subject { color:#f8ab53; font-weight:bold;}
.mc_table_regis tr td.mc_content { background: #e5dfd4; }
.mc_table_regis tr td.mc_comment { color: #999999; margin: 5px 15px 5px 0; line-height: 16px; }
.mc_table_regis tr td select { vertical-align:middle; }
.mc_table_regis .mc_ta { width: 90%; height: 150px; background: #fff; border:1px solid #e2e2e2;  font-size: 12px; padding:5px 5px 0 5px; line-height:120%;}
#di_pic_box {width:900px;height:720px;margin:30px auto;overflow:hidden;}
#di_pic_box .dc_tab {background:#ccc;width:250px;height:50px;border-radius:20px 20px 0 0; color:#fff; font-weight:bold;font-size:2.2em;text-align:center;overflow:hidden;}
#di_pic_box .dc_pic_box {background:#ccc;padding:10px;}






/* 사이트맵 */
.sitemapBox {width:100%;}
.sitemapBox .sitemapDetail {min-height:300px;overflow:hidden;}
.sitemapBox .sitemapContents {margin:30px 20px;float:left; position:relative; width:28%; }
.sitemapBox .sitemapContents .title {background:#ccc;font-size:1.1em;padding:4px 10px;}
.sitemapBox .sitemapContents li {border-bottom:1px dotted #777;padding:4px 10px;}
.sitemapBox .sitemapContents a {color:#777;}
.sitemapBox .sitemapContents a:hover {color:#000;}


/* 개인정보취급방침 */
    #di_privacy {padding:0 0 0 0px; color:#888;font-size:1.0em;}
    #di_privacy dt {padding:5px; text-align:left;margin:20px 0 5px 0;font-weight:bold;color:#444; }
    #di_privacy dd {padding-left:10px; text-align:left; line-height:150%;}
    #di_privacy a {color:#666;}
	#di_privacy a:hover {color:#000;}
    #di_privacy  h3 {}
	#di_privacy table {border:4px solid #ccc;width:100%;margin:10px auto;background:#f7f7f7;}
	#di_privacy td {padding:10px;line-height:150%;}

/* 이용약관 */
 #di_agreement {padding:0 0 0 0px; color:#888;font-size:1.0em;}
 #di_agreement dt {padding:5px; text-align:left;margin:20px 0 5px 0;font-weight:bold;color:#444; }
 #di_agreement dd {padding-left:10px; text-align:left; line-height:150%;}
 #di_agreement a {color:#666;}
 #di_agreement a:hover {color:#000;}


/* 프로그램 */
.dc_program {width:100%;background: url(/modules/user/img/sub/img_1020_1.jpg) no-repeat 100% 75%;background-size:cover;height:800px;padding:50px;margin:10px 0 0 0;}

 /* 인사말 */
 .dc_ceo {width:100%;background: url(/modules/user/img/sub/img_6010_1.jpg) no-repeat 100% 100%;background-size:cover;height:650px;padding:50px;}


.ul_style1 {overflow:hidden;background:#f5f5f5;margin:10px 0;border-radius:5px;}
.ul_style1 li {float:left;border-right:1px dotted #ccc;text-align:center;width:33.3%;padding:20px 0;vertical-align:top;}
.ul_style1 li.r_none {border-right:none;}

.ul_style2 {overflow:hidden;margin:10px 0;font-size:1.15em;}
.ul_style2 li {border-bottom:1px dotted #ccc;padding:10px 10px;-webkit-transition: background 0.3s;transition: background 0.3s;}
.ul_style2 li:hover {background:#f7f7f7;color:#000;}
.ul_style2 img {margin:0 10px 0 0;}

.ul_style3 ul {width:100%;overflow:hidden;}
.ul_style3 li {float:left;width:46%;padding:20px 0;vertical-align:top;margin:0 15px;}

/* bi */
.dc_bi {width:80%;padding:50px 0;margin:0 auto;border:1px solid #eee;background:#f7f7f7;text-align:center;}



/* 상품리스트 */
.dc_product_list {overflow: hidden;}
.dc_product_list  li {float:left;width:230px;margin:10px 5px;}
.dc_product_list .pic img {width:230px;height:230px;border:1px solid #ddd;-webkit-transition: background 0.3s;transition: background 0.3s;-webkit-transition: border 0.3s;transition: border 0.3s;}
.dc_product_list .pic img:hover {border:1px solid #f7941d;}
.dc_product_list .title {text-align:left;margin:5px 0 2px 0;color:#222;font-size:1.1em;font-weight:bold;}
.dc_product_list .price {color:#4961b2;font-size:1em;font-weight:bold;}
.dc_product_list .text {color:#888;font-size:0.9em;line-height:140%;height:60px;}

.dc_product_detail {width:100%;padding:20px;background:#f7f7f7;overflow: hidden;}
.dc_product_detail .detail_pic {width:500px;float:left;margin:0 20px 0 0;}
.dc_product_detail .detail_pic img {width:100%;}
.dc_product_detail .title {text-align: left;font-size:1.5em;margin:0px 0;color:#222;padding:10px 0;font-weight:bold;}
.dc_product_detail .price {color:#4961b2;font-size:1.2em;line-height:150%;font-weight:bold;}
.dc_product_detail .size {}
.dc_product_detail .text {color:#888;font-size:1em;line-height:140%;margin:15px 0;padding:5px 0;}


a.btn_style {font-weight:bold;border-radius:20px; display: block;clear:both;width:30%;background:#c10c3d;color:#fff !important;padding:12px 0px;text-align:center;margin:20px auto;font-size:1.1em;}
a.btn_style:hover {background:#f8005e;color:#fff;}
a.btn_search {font-weight:bold;border-radius:1px;clear:both;background:#333;color:#fff !important;padding:5px 16px;text-align:center;margin:0px 2px;font-size:1em;}
a.btn_search:hover {background:#000;}

a.btn_print {font-weight:bold;border-radius:4px;clear:both;background:#eee;color:#0a4995 !important;padding:3px 20px;text-align:center;margin:0px 2px;font-size:1em;border:1px solid #ccc;}
a.btn_print:hover {border-radius:4px;background:#0a4995;color:#fff !important;border:1px solid #0a4995;}

.ssInput input {color:#666;}