@charset "utf-8";


/* reset */
* { padding:0; margin:0 }
*, :after, :before { -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; }
html { overflow-y:scroll; height:100% }
body {font-family: 'Noto Sans KR', sans-serif; color:#222; height:100%; font-weight:300; font-size:0.85em }
img { max-width:100% }

ul, ol { list-style:none }
html, h1, h2, h3, h4, h5, h6, form, fieldset, img { border:0 }
h1, h2, h3, h4, h5, h6 { font-weight:500; font-size:1em; font-family:noto sans kr }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block }

label, input, button, select, img { vertical-align:middle }

button { cursor:pointer; outline:none }
select { border:1px solid #ddd; height:36px; padding:0 0 0 9px; cursor:pointer; color:#222; }
.styled_select { height:36px; overflow:hidden; border:1px solid #ddd; background:#fff; display:inline-block; border-radius:3px; vertical-align:middle; position:relative }
.styled_select i { position:absolute; right:10px; text-align:center; height:34px; line-height:32px; top:0; font-size:14px }
.styled_select select { background:transparent; height:34px; border:0; -webkit-appearance: none; outline:none; padding-right:40px; width:100%; vertical-align:top; position:relative; z-index:1 }
.styled_select select:disabled { cursor:default; background:#f0f0f0 }
.styled_select select::-ms-expand { display:none }
hr { display:none; background:#ddd; border:none; height:1px }
a, a:link, a:visited { text-decoration:none; color:#222; -webkit-tap-highlight-color : transparent }
a, .btn { transition:all .3s }
strong, b, th { font-weight:500; }

caption { display:none; font-size:0; line-height:0 }
textarea {color:#222; font-size:1em; line-height:1.5; border:1px solid #ddd; padding:10px; width:100%; border-radius:3px; vertical-align:top }
address { font-style:normal }

/* global */
.txt_black { color:#222 !important }
.txt_white { color:#fff !important }
.txt_gray { color:#aaa !important }
.txt_red { color:#cc121d !important }
.txt_blue { color:#069be8 !important }
.txt_orange { color:#ffaa00 !important }
.txt_green { color:#8ecd09 !important }
.txt_brown { color:#9f5e15 !important }
.wrap:after { content:""; display:block; clear:both }
.clear:after { content:""; display:block; clear:both }
.center { text-align:center !important }
.left { text-align:left !important }
.right { text-align:right !important }
.f_left { float:left !important }
.f_right { float:right !important }
.skip { font-size:0; text-indent:-9000px; line-height:0; display:none }
.ellipsis { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:inline-block }
input.short { width:70px; text-align:center }
input.long { width:100% }
input.half { width:49% }
ul:after { clear:both; content:""; display:block }
.overflow_y { overflow-x:hidden; overflow-y:scroll; border:1px solid #ddd }

.succession { margin-top:20px !important }
.paragraph { margin-bottom:40px !important }
span.space { display:inline-block; width:20px }
.prepare { width:500px; margin:50px auto; padding:50px; border:1px solid #eaeaea}
.prepare h2 { font-size:24px; text-align:center; margin:0 0 20px }
.prepare h2 i { font-size:50px; margin:0 0 20px; display:block; color:#ddd }
.prepare p { text-align:center; font-size:13px }

.pc_only { display:block !important }
.pc_no { display:none !important }
.mobile_only { display:none !important }
.s_mobile_only { display:none !important }
.ahref { position:absolute; text-indent:-9000px; background:red; display:inline-block; opacity:0; filter:alpha(opacity=0) }

.btn { padding:.8rem 1.4rem .9rem 1.4rem; line-height:1; font-weight:500; border:1px solid #ccc; transition:all .2s; display:inline-block; border-radius:0; outline:none; vertical-align:middle; border-radius:3px; font-size:1em; text-decoration:none !important }
a.btn, .btn { font-weight:500 }
.btn-primary { background:#2188d8; border-color:#2188d8; color:#fff !important }
.btn-primary-line { background:#fff; border-color:#2188d8; color:#2188d8 !important }
.btn-info { background:#3e444c; border-color:#2f343a; color:#fff !important }
.btn-green { background:#71c702; border-color:#71c702; color:#fff !important }
.btn-green-line { background:#fff; border-color:#71c702; color:#71c702 !important }
.btn-red { background:#e93c20; border-color:#e93c20; color:#fff !important }
.btn-red-line { background:#fff; border-color:#e93c20; color:#e93c20 !important }
.btn-default { background:#fff }
.btn-lg { padding:1.1rem 2.4rem; font-size:1.1rem; border-radius:5px }
.btn-ml { padding:10px 20px 12px 20px; font-size:14.5px; border-radius:5px }
.btn-ml i { font-size:14px }
.btn-sm { padding:0 15px; height:36px; line-height:32px; font-size:.95rem; border-radius:3px }
.btn-sm i { font-size:14px }
.btn-xs { padding:5px 7px 6px 7px; font-size:.95rem; border-radius:3px }
.btn-xs i { font-size:14px }

.btn_guide { position:fixed; z-index:100; right:0; top:40% }
.btn_guide a { display:block; background:red; color:#fff; width:100px; line-height:30px; text-align:center; margin:0 0 3px; font-weight:500 }

.tab_menu ul { font-size:0; margin:0 0 0 1px }
.tab_menu li { display:inline-block; }
.tab_menu li a { display:inline-block; border:1px solid #e0e0e0; padding:12px 25px; margin:0 0 0 -1px; color:#999; font-weight:400; font-size:.9rem }
.tab_menu li:hover a { background:#f0f0f0 }
.tab_menu li.on a { border-color:#000; color:#222; position:relative; z-index:1; background:#fff }
.tab_con > section { display:none }

/* pop layer */
#popLayerBg { position:fixed; z-index:99; width:100%; height:100%; background:#000; opacity:0.8; filter:alpha(opacity=80); display:none }
.pop_layer { z-index:100; display:none; position:fixed; left:50%; top:50%; transform:translate(-50%, -50%); background:#fff; border-radius:0; box-shadow:0 0 5px rgba(0,0,0,0.6); }
.pop_layer > header { background:#576f8d; height:46px; border-radius:0; }
.pop_layer > header h2 { text-align:center; font-family:nanumsquare; font-size:18px; font-weight:500; color:#fff; line-height:42px; }
.pop_layer .btn_close { position:absolute; top:12px; right:12px; display:block; font-size:20px; text-align:center; width:20px; height:20px; line-height:20px; text-indent:-9000px; background:url(../img/btn_close.png) no-repeat; background-size:100% }
.pop_layer > header + .con { padding:30px; padding-bottom:40px }
.pop_layer .btn_add i { font-size:19px }
.pop_layer .btn_area { text-align:center; margin:30px 0 0 0 }
.pop_layer .btn_area .btn { min-width:150px }

.wrap { width:1200px; margin:0 auto; position:relative }

#header {margin-top:-100px; height:100px; position:fixed; width:100%; z-index:100; color:#fff; background:#fff; transition:all .3s }
#header a {  }
#header h1 { float:left;font-size:40px; width:227px; height:49px; margin-top:20px; font-family: 'Noto Serif KR', serif; font-weight:700;}
#header h1 a { width:227px; height:49px;display:inline-block; color:#393939;}
#header .gnb { float:right; margin:25px 40px 0 30px }
#header .gnb .depth1 { float:left; padding:0 0px; width:135px; position:relative }
#header .gnb .depth1:nth-child(3) {width:150px;}
#header .gnb .depth1:nth-child(4) {width:120px;}
#header .gnb .depth1 > a {color:#363636; display:inline-block; height:45px; line-height:45px; font-size:17px; font-weight:400; letter-spacing:-1px;}
#header .gnb .depth1 ul { padding-top:0; transition:all .3s; height:0; overflow:hidden }
#header .gnb .depth2 > a { display:inline-block; font-weight:400; font-size:1.05em; line-height:1.4; padding:7px 0;letter-spacing:-1px; }
#header .btn_user { float:right; margin:35px 0 0 0; display:block; font-size:19px }
#header .user {  float:right;  margin-top:35px; display:block;  }
#header .user li {border:1px solid #ddd; padding:6px 17px; font-size:12px; font-weight:500; text-align:center; border-radius:50px; display:inline-block;}
#header .user li a {color:#767676; }
#header .user a:hover { color:#222 }
#header .user.on { opacity:1 }
#header .user.on a { height:40px }
#header .gnb .depth1 > a:before { background:#262626; margin-top:50px; content:""; height:3px; left:0px; position: absolute; width:0%; transition:0.3s; }
#header .gnb .depth1:hover > a:before { width:50px; }

#header.down { background:#fff; height:100px }
#header.down a { color:rgba(0,0,0,0.7) }
#header.down .gnb .depth1 { overflow:hidden }
#header.down .gnb .depth1 > a { margin-bottom:25px }
#header.down .gnb .depth1:hover > a { color:rgba(0,0,0,1) }
#header.down .gnb .depth1 ul { height:auto; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#2d3691 }

#header.on { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.2) }
#header.on a { color:rgba(0,0,0,0.7) }
#header.on h1 a { background-position:0 -42px }

#footer { padding:20px 0; border-top:1px solid #d8d8d8;}
#footer h1 { float:left }
#footer h1 a { text-indent:-9000px; font-size:0; width:200px; height:29px; background-image:url(../img/ci.png); background-position:0 29px; display:block; overflow:hidden; background-size:100% }
.foot_gnb {width:100%; border-bottom:0px solid #d8d8d8; padding:15px 0; border-top:1px solid #d8d8d8;}
.foot_gnb ul li { display:inline-block; padding-right:20px;  font-weight:500; }
.foot_gnb ul li a { color:#898989;}
#footer .f_left { margin:0 0 0 0px; color:#898989; font-weight:500; letter-spacing:-.5px;}
#footer dt, #footer dd { display:inline-block }
#footer dd { margin:0 20px 0 5px }
#footer .copyright { margin:0px 0 0 0 }
#footer #top_btn { border:0; background:rgba(0,0,0,0.5); font-size:30px; color:#fff; right:30px; bottom:30px }
#footer #top_btn:hover { background:rgba(0,0,0,1) }
#footer #top_btn i { vertical-align:2px }

#main_visual {margin-top:100px; height:calc(543px); text-align:center; color:#fff; position:relative; z-index:1 }
#main_visual .bx-wrapper { border:0; box-shadow:none; background:transparent; height:100%; margin-bottom:0 }
#main_visual .bx-viewport { height:100% !important }
#main_visual .bx-pager {  }
#main_visual .slider { height:100% }
#main_visual .roll { background-size:cover; height:100%; background-position:center; }
#main_visual .roll_txt {width:1200px; margin:0 auto; text-align:left;}

#main_visual .roll01 { background-image:url(../img/visual.jpg) }
#main_visual .roll02 { background-image:url(../img/visual02.jpg) }
#main_visual .roll03 { background-image:url(../img/visual03.jpg) }

#main_visual h2 {font-family: 'Noto Serif KR', serif; font-weight:600; line-height:1.2; margin:20vh 0 0 0; font-size:70px;   }
#main_visual hr { display:inline-block; width:59px; height:2px; background:#fff; margin:36px 0 0 0; animation:scale .5s 1s forwards; opacity:0 }
#main_visual p {font-family: 'Noto Sans KR', sans-serif; text-transform: uppercase; letter-spacing:-.5px; font-size:20px; line-height:2.4; margin:0px 0 0 0; }


#main_visual .btn_more { display:inline-block; margin:36px 0 0 0; text-indent:-9000px; font-size:0; width:33px; height:33px; border:1px solid #fff; border-radius:50%; background:url(../img/btn_more.png) no-repeat center; opacity:0; animation:opacity .5s 1.8s forwards }
#main_visual .btn_more:hover { transform:rotate(-90deg); background-color:#000; border-color:#000 }
#main_visual .bx-controls {display:none; position:absolute; bottom:20px; width:100%; text-align:center; z-index:100 }
#main_visual .bx-controls-direction { display:none }
#main_visual .bx-pager { display:inline-block; vertical-align:middle }
#main_visual .bx-pager > div { display:inline-block; }
#main_visual .bx-pager a { text-indent:-9000px; font-size:0; display:inline-block; width:20px; height:20px; border:2px solid #fff; border-radius:50%; margin:0 3px }
#main_visual .bx-pager a.active { background:#fff }
#main_visual .bx-controls-auto { display:inline-block; vertical-align:middle }
#main_visual .bx-controls-auto > div { display:inline-block }
#main_visual .bx-controls-auto a { display:inline-block; height:20px; width:20px; color:#fff; text-indent:-9000px; font-size:0; background-position:center; background-repeat:no-repeat; margin:0 5px }
#main_visual .bx-controls-auto a.bx-start { background-image:url(../img/btn_play.png) }
#main_visual .bx-controls-auto a.bx-stop { background-image:url(../img/btn_pause.png) }
#main_visual .bx-controls-auto a.active { display:none }

.main_search {width:500px; height:40px; background:#fff; border-radius:50px; margin:0 auto; color:#000;}
.main_search .search { font-size:16px; color:#676767; border:0; height:40px; vertical-align:top; width:80%;}
.main_search .search_bt {vertical-align:top; padding-top:5px;}

@media screen and (max-width:580px){
 .main_search {width:90%;}
 .main_search .search { width:85%; font-size:14px;}
}


.main_icons {position:relative; padding:50px 0; text-align:center; background:#e7e7e7;}
.main_icons ul:after {content:''; clear:both; display:block;}
.main_icons ul li {width:15%; display:inline-block; text-align:center; border-left:1px solid #c3c3c3;}
.main_icons ul li:first-child {border-left:0px solid #c3c3c3;}
.main_icons ul li a {display:block;}
.main_icons ul li dl dt img {width:80px;}
.main_icons ul li dl dd {margin:10px 0 0 0; font-size:20px; color:#302c21; font-weight:600; letter-spacing:-1px;}

@media screen and (max-width:1280px) {
  .main_icons {margin:0 0%;}
}
@media screen and (max-width:900px){
  .main_icons {margin:0 0;}
  .main_icons ul li dl dt img {width:58px;}
  .main_icons ul li dl dd {font-size:15px;}
}
@media screen and (max-width:580px){
  .main_icons ul li{width: 32%; float: none; display: inline-block; margin-bottom: 20px; border-bottom:1px solid #e9e9e9;}
  .main_icons ul li:nth-child(4) {border-left:0px solid #e9e9e9;}
}





#main_contents { position:relative; margin-top:50px; margin-bottom:50px; z-index:1 }
.main_gallery { background:#fff; margin-top:0px; margin-bottom:10px }
.main_gallery h2 { text-align:center; line-height:1; font-size:2em; font-weight:700; text-transform:uppercase; letter-spacing:-1px; padding:45px 0 30px 0 }
.main_gallery .tab_menu { text-align:center }
.main_gallery .tab_con { margin-top:40px }
.main_gallery .lt_more { display:none }
.main_gallery .prd_slider > div { width:calc(100%/5) !important }
.main_gallery .tab_menu p { padding: 12px 25px; font-size: .9rem; border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0; display: inline-block}

.pic_lt { position:relative; margin:0; padding:0 10px }
.pic_lt #touchSlider { position:relative; overflow:hidden; min-height:302px !important }
.pic_lt li { padding:0; border:0px solid #e0e0e0; }
.pic_lt li:before { content:""; box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0); position:absolute; width:100%; height:100%; z-index:-1; transition:all .3s }
.pic_lt li:hover:before { box-shadow:0 5px 16px 0 rgba(0, 0, 0, 0.2) }
.pic_lt li .lt_img { position:relative; background:#ddd }
.pic_lt li .lt_img span { position:absolute; left:50%; top:50%; line-height:1; font-weight:500; color:#fff; background:none; transform:translate(-50%); text-transform:uppercase; font-size:1.2em }
.pic_lt .lat_title { display:none }
.pic_lt .ts-controls button { position:absolute; top:50%; margin-top:-29.5px; left:-80px; background:url(../img/slide_left_b.png); width:30px; height:59px; border:0; text-indent:-9000px; font-size:0 }
.pic_lt .ts-controls button.ts-next { left:auto; right:-80px; background:url(../img/slide_right_b.png) }
.pic_lt li .lt_name { font-size:1.43em; font-weight:700 ; border-top:1px solid #e0e0e0; padding:15px 18px; letter-spacing:-1px }
.pic_lt li .lt_name a { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block; width:100% }
.pic_lt li .lt_img { margin:0; }
.pic_lt .lt_info { display:none }

.main_bbs { width:40%; float:left }
.main_bbs > section { position:relative; margin:40px 0 0 0 }
.main_bbs > section:first-child { margin:0 }
.main_bbs h2 { font-size:2em; font-weight:700; letter-spacing:-1px; line-height:1; border-bottom:1px solid #898989; padding:0 0 15px }

.pic_li_lt { float:none; padding:0; width:100%; position:static }
.pic_li_lt .lat_title { display:none }
.pic_li_lt li { position:relative; border-bottom:1px solid #e0e0e0; padding:0 3px; margin:0 }
.pic_li_lt li:first-child .lt_img { display:none }
.pic_li_lt li .pic_li_tit { font-weight:400; font-size:1.3em; vertical-align:top; width:calc(100% - 60px); padding:30px 15px; }
.pic_li_lt li .pic_li_tit:before {content: ""; position:absolute; width:6px; height:6px; background:#c1c1c1; border-radius:10px; text-align:left; margin-left:-15px; margin-top:7px;}
.pic_li_lt li .pic_li_tit:hover { padding-left:15px; color:#166eb2 }
.pic_li_lt .lt_info .lt_nick { display:none }
.pic_li_lt .lt_info { display:inline-block }
.pic_li_lt .lt_info .lt_date { position:absolute; top:10px; right:3px; width:60px; text-align:right }
.pic_li_lt .lt_more { position:absolute; top:8px; right:0; text-indent:-9000px;  font-size:0; background:url(../img/btn_more_b.png) no-repeat center; width:20px; height:20px; display:block }
.pic_li_lt .lt_more:hover { transform:rotate(-90deg) }
.pic_li_lt .empty_li { line-height:100px }


.w1200 {width:1200px; margin:0 auto;}

@media screen and (max-width:1150px) {

.w1200 {width:100%;}

}



.pc_only { display:block !important }

#sub_visual {margin-top:100px; height:160px; background-position:center; background-size:cover; background-color:#000; }
#sub_visual h2 {font-family: 'Noto Serif KR', serif; text-align:center; font-size:30px;letter-spacing:-1px; color:#fff; font-weight:600; padding:70px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }
#sub_visual p {text-align:center; font-size:15px; letter-spacing:4px; color:#fff; padding:13px 0 0 0; text-transform:uppercase; position:relative; line-height:1; animation:up .5s .2s forwards; opacity:0 }

/* 서브 상단 이미지 */
#sub_visual.sub10 { background-image:url(../img/sub_top.png) }
#sub_visual.sub20 { background-image:url(../img/sub_top.png) }
#sub_visual.sub30 { background-image:url(../img/sub_top.png) }
#sub_visual.sub40 { background-image:url(../img/sub_top.png) }
#sub_visual.sub50 { background-image:url(../img/sub_top.png) }
#sub_visual.sub60 { background-image:url(../img/sub_top.png) }
#sub_visual.sub70 { background-image:url(../img/sub_top.png) }


#contents { margin:0px 0 0 0 }
#contents p { word-break:keep-all }

#left_area { float:none; width:100%; margin-top:0px;}
.left_snb {text-align:center; }
.left_snb h2 {background:#4cc4cd; color:#fff; font-size:1.7em; text-align:center; line-height:1;  text-transform:uppercase; font-weight:600; position:relative; padding:60px 0; border-bottom:0px solid #5ac9d1; }
.left_snb li {border:1px solid #ededed;  display:inline-block;width: calc(100% /5 - 10px); text-align:center; margin-bottom:3px;}
.left_snb li a {color:#535353; display:block; padding:18px 7px; font-size:20px; font-weight:400; position:relative; letter-spacing:-1px}
.left_snb li:hover a:after { width:10px; }
.left_snb li:hover a { background:#006bbd; color:#fff;}
.left_snb li.on a { background:#006bbd; color:#fff; font-weight:500; }
.left_snb ul { margin-bottom:50px }
.left_cs { margin-top:28px }
.left_cs h2 {letter-spacing:-1px; font-weight:700; font-size:1.8em; line-height:1; margin:0 0 15px; border-bottom:1px solid #666; padding-bottom:15px }
.left_cs .tel {font-family: 'GmarketSansBold'; font-weight:700; color:#2d3691; font-size:1.5em; padding-left:3px }
.left_cs .time { font-weight:500; padding-left:3px }
.left_cs .info { padding-left:3px; line-height:1; margin-top:7px }
.left_cs dl { margin-top:13px; padding-left:3px }
.left_cs dt, .left_cs dd { font-family: 'GmarketSansMedium'; color:#686868; display:inline-block; margin:2px 0 }
.left_cs dt { width:18px }
.left_cs dd { width:calc(100% - 23px); font-weight:400; color:#666 }
.left_cs .banner { margin-top:15px }
.left_cs .banner li { float:left; width:50%; margin-left:-1px }
.left_cs .banner li a { display:block; padding:20px 0; line-height:1.3; font-weight:400; font-size:1.1em; text-align:center; border:1px solid #e0e0e0;  }
.left_cs .banner li a i { display:block; font-size:1.36em; margin:0 0 8px }
.left_cs .banner li a:hover { background:#54585d; color:#fff; border-color:#54585d; position:relative; z-index:1 }

#right_area { float:none; width:100%; margin-top:0px; }
.container_title { text-align:center;  font-size:30px; line-height:1; letter-spacing:-1.5px; font-weight:500;padding-bottom:0px; margin:0px 0 30px 0 }
.container_title:before {content: ""; display:block; margin:0px auto; width:10px; height:20px; background:#252525; }


/* 그누보드 수정 */
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:1% }
#bo_list .td_name { width:150px; text-align:center }
#bo_list .td_datetime { width:120px }
.btn_bo_sch, .btn_more_opt { padding:0 10px; height:35px }
.tbl_head01 td, .tbl_head01 th { font-size:1.1em; padding:15px 10px !important; height:40px }
.bo_tit { font-weight:500 }
#bo_list .bo_tit .new_icon { background:#f39800; color:#fff; font-size:0.7em; font-weight:500; vertical-align:2px }
#bo_list .bo_tit .fa-lock { background:#54585d; color:#fff; width:16px; height:16px; font-size:14px; line-height:16px; border:0; vertical-align:1px }
.tbl_wrap table { border-top:2px solid #666 }
#bo_list .td_num2 { width:60px }
#bo_v_title .bo_v_tit { font-size:1.5em }
#bo_v_con { font-size:1.1em }
.bo_vc_w .btn_submit, .mbskin .btn_submit { font-weight:500 }
#bo_v .com_info { margin:10px 0 0 0 }
#bo_v .com_info dl:after { content:""; display:block; clear:both }
#bo_v .com_info dl {border-top:1px solid #e0e0e0 }
#bo_v .com_info dt, #bo_v .com_info dd { float:left; border-bottom:1px solid #e0e0e0; line-height:34px; height:36px; font-size:1.05em; padding-left:20px }
#bo_v .com_info dt { width:15%; font-weight:500; background:#f4f4f4; }
#bo_v .com_info dd { width:35%; font-weight:400 }
#bo_v .com_info dd.full { width:85% }
.btn_cke_sc { line-height:20px }
.btn_cke_sc_close { background:#fff; border:1px solid #ddd; border-radius:3px; padding:5px 15px 6px 15px }
#bo_list tbody tr:hover {border-left:0}
#bo_w .bo_w_tit #btn_autosave { top:3px; right:3px }
#bo_w .btn_cancel { color:#fff; font-weight:500 }
#fregister p { font-weight:500; background:#fff; color:#222; border:1px solid #ccc }
#fregister p:before { display:none }
.chk_li { padding-left:7px; display:inline-block; vertical-align:top; margin-top:-4px }
.chk_li + .tooltip_icon { vertical-align:top; margin-top:-8px}
.reg_btn_submit { color:#fff !important; font-weight:500 }
#sns_login .txt { font-weight:500 }
#bo_cate { font-size:0; margin-left:1px; text-align:center }
#bo_cate li { margin:0 0 0 -1px; padding:0 }
#bo_cate a { font-size:.95rem; border-radius:0; margin:0; min-width:150px; text-align:center; height:50px; line-height:46px; padding:0 20px; border:1px solid #e0e0e0; color:#aaa; font-weight:400 }
#bo_cate a:hover { background:#f4f4f4; color:#222 }
#bo_cate #bo_cate_on { background:#fff; color:#222; border-color:#222; position:relative; z-index:1; box-shadow:none; font-weight:500 }
#bo_w #wr_2, #bo_w #wr_4, #bo_w #wr_6 { margin-left:0 }
#bo_v_act { margin:30px 0 50px 0 }
.btn_bo_user .btn_admin, .btn_cm_opt { padding:0 10px; color:inherit }
#bo_v_info .sv_member, #bo_v_info .sv_guest, #bo_v_info .member, #bo_v_info .guest ,#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest{ font-weight:500; font-size:1.1em; margin:0 0 5px; display:inline-block }
.bo_tit .cnt_cmt { font-size:10px !important; font-family:arial; background:none !important; color:#999 !important; font-weight:normal !important }
.all_chk.chk_box input[type="checkbox"] + label span { top:3px }
#bo_v_desc { font-size:1.1em }
.new_win .btn_submit, .new_win .btn_close { font-weight:500; font-size:1em }
.new_win .win_desc { border:1px solid #666; background:#fff; color:#222; font-weight:500; text-align:center }
.new_win .win_desc:after { display:none }
.gall_row .box_clear { clear:none }
#bo_v_act { margin:60px 0 !important }
#bo_v_share { text-align:center; padding:40px 0 }
#bo_v_sns { text-align:center; float:none; display:inline-block }
#bo_v_sns li { width:auto; float:none; display:inline-block; text-align:center }
#bo_v_sns li a { width:60px; height:60px; line-height:60px; border-radius:50%; padding:0; text-align:center; display:inline-block !important }
#bo_v_sns li img { margin:0 }
#bo_v_sns li span { display:none }
#bo_v_share .btn { width:60px; height:60px; line-height:1.2; border-radius:50%; font-size:12px; padding:0; text-align:center; display:inline-block }
#bo_v_share .btn i { display:block; font-size:1.5em; margin:10px 0 3px }
#faq_sch .btn_submit { font-weight:500 }
#faq_sch { margin-bottom:30px }
.cmt_btn span.total { font-weight:400; font-size:0.9em; color:#999 }
.cmt_btn span.total b { font-size:1.5em }
.more_opt li button, .more_opt li a { font-weight:500 }

.new_win #win_title { text-align:center; border-bottom:1px solid #ccc; padding:0 20px; line-height:46px; height:48px }
.new_win .new_win_con { margin-top:10px }

#ctt { margin:0; padding:0 }
#ctt_con { padding:0; margin:0; line-height:1.5; font-size:1.16em }
#faq_wrap li { font-size:1.1em }
#bo_v iframe { max-width: 100%; }


.bugo {margin-bottom:50px; min-height:200px;}
.bugo_t {margin-bottom:40px;}
.bugo_t h3 {font-size:30px; color:#1b1b1b; font-family: 'Noto Serif KR', serif; text-align:center; letter-spacing:-1px; margin:0px 0 30px 0; }
.bugo_t h3:before {content: ""; display:block; margin:0px auto; width:10px; height:20px; background:#252525; }
.bugo_t h4 {font-size:25px; color:#1b1b1b; font-family: 'Noto Serif KR', serif; text-align:center; letter-spacing:-1px;}
.bugo_t h4::before {content: ""; display:block; margin:10px auto; width:113px; height:56px; background:url("../img/img.gif")}
.bugo_t p {font-size:17px; color:#1b1b1b; font-family: 'Noto Serif KR', serif; text-align:center; letter-spacing:-1px; padding-top:10px;}

.subtable { width:70%; margin:20px auto; border-top:1px solid #000; border-bottom:1px solid #ddd; padding:20px 0;}
.subtable tr th {white-space: pre; text-align:center; color:#171717;  font-size:20px; font-weight:600; padding:10px 0; width:30%; border-right:1px dotted #ddd;}
.subtable tr td {padding:10px 30px; background:#fff; line-height:26px; color:#555; text-align:left;font-size:20px; font-weight:500; letter-spacing:-.5px;}

.subtable_t { width:90%; margin:0px auto; border-bottom:1px solid #000; padding:0px 0;}
.subtable_t tr th {text-align:left; color:#171717;  font-size:20px; font-weight:600; padding:0px 0; width:30%; border-right:1px dotted #ddd;}
.subtable_t tr td {padding:-2px 0px 10px 0; background:#fff; line-height:20px; color:#000; text-align:left;font-size:14px; font-weight:500; letter-spacing:-.5px;}

.box_txt {margin-top:0px; border:3px solid #47ae77; padding:5px 20px; font-size:18px; font-weight:600;}

.f_in {border:0; border-bottom:1px solid #000; height:35px; width:250px; font-size:17px;padding-left:10px;}
.b_in {border:0; border-bottom:1px solid #000; height:35px; width:170px; font-size:17px; padding-left:10px;}
.b_in2 {border:0; border-bottom:1px solid #000; height:35px; width:50px; font-size:17px;}
.t_in {border:1px solid #b8b8b8; height:35px; width:60%; font-size:17px; padding-left:10px;}
.t_in2 {border:1px solid #b8b8b8; height:35px; width:50%; font-size:17px; padding-left:10px; float:left;}
.txt_in {border:1px solid #b8b8b8; height:60px; width:100%; font-size:15px;}

@media screen and (max-width:580px){
 .bugo_t h3 {font-size:25px;}
 .subtable { width:100%; }
 .subtable tr th {font-size:17px;}
 .subtable tr td {font-size:17px;}
 .subtable_t tr th {font-size:17px;}
 .subtable_t tr td {font-size:13px; line-height:18px;}
 .t_in {width:100%; font-size:15px;}
 .t_in2 {width:70%;}
 .txt_in {height:90px;}
 .box_txt { font-size:16px; line-height:21px;}

}

.bugo_bt { text-align:center; margin:20px 0;}
.bugo_bt li {display:inline-block; text-align:center; font-family: 'Noto Serif KR', serif; font-size:19px; padding:10px 30px; font-weight:400; letter-spacing:-1px;}
.bugo_bt li.bt01 {background:#f25c16; }
.bugo_bt li.bt01 a {color:#fff;}
.bugo_bt li.bt02 {background:#47ae77; border:0px solid #535353;}
.bugo_bt li.bt02 a {color:#fff;}
.bugo_bt li.bt03 {background:#262626;}
.bugo_bt li.bt03 a {color:#fff;}
.bugo_bt li.bt04 {background:#12509d; border:0px solid #535353;}
.bugo_bt li.bt04 a {color:#fff;}

.bugo_bt input { vertical-align:top; color:#fff; border:0; background:#f25c16; display:inline-block; text-align:center; font-family: 'Noto Serif KR', serif; font-size:19px; padding:11px 30px; font-weight:400; letter-spacing:-1px;}

@media screen and (max-width:800px){
 .bugo_bt li {font-size:15px; width: calc(100% /2 - 17px); padding:10px 20px; margin-bottom:2px;}
 .bugo_bt li.bt01 {background:#f25c16; padding:11px 0px;}
 .bugo_bt li.bt01 i img {width:17px;}
 .bugo_bt li.bt04 {padding:10px 0;}
}


.contact_con01{padding:0px 0 50px;}
.contact_con01 h3 {font-size:30px; font-weight:600; padding-bottom:20px;}

.contact_con01 ul{}
.contact_con01 ul li{margin-top:0px; width:100%; height:400px; position:relative;}
.contact_con01 ul li + li{margin-top:100px;}
.contact_con01 ul li .map{width:100%; height:100%; position:relative;}
.contact_con01 ul li .map .root_daum_roughmap{width:100%; height:100%;}
.contact_con01 ul li .map .root_daum_roughmap .wrap_map{width:100%; height:100%;}
.contact_con01 ul li .txt_box{position:absolute; right:-80px; top:25px; height:calc(100% - 50px); width:calc(32% + 80px); background:#fcfcfa; display:table; text-align:right; z-index:20; box-shadow:-5px 18px 20px rgba(37, 45, 64, 0.2); padding-right:80px; box-sizing:border-box;}
.contact_con01 ul li .txt_box > div{display:table-cell; vertical-align:middle; position:relative;}
.contact_con01 ul li .txt_box p{font-family: 'Noto Serif KR', serif; font-size:22px; letter-spacing:-0.045em; color:#252525; font-weight:700;}
.contact_con01 ul li .txt_box p i{font-size:23px; display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-7px;}
.contact_con01 ul li .txt_box span{display:block; font-size:19px; font-weight:400; letter-spacing:-0.035em; color:#6a6a6a; padding:5px 0 30px; position:relative;}
/*.contact_con01 ul li .txt_box span:before{content:''; position:absolute; right:0; bottom:0; width:57px; height:1px; background:#d1d1d1}*/
.contact_con01 ul li .txt_box p.tel{padding-top:0px; font-family: 'Noto Sans KR', sans-serif;  font-size:20px; letter-spacing:-0.045em; color:#6a6a6a; font-weight:400; padding-bottom:30px;}
.contact_con01 ul li .txt_box p.messege{padding-top:10px; font-family: 'Noto Sans KR', sans-serif;  font-size:17px; letter-spacing:-0.045em; color:#6a6a6a; font-weight:400; padding-bottom:30px;}

@media all and (max-width:1200px){
	.contact_con01 ul li .txt_box{width:38%; padding-right:50px;}
}
@media all and (max-width:1000px){
	.contact_con01 h3 {font-size:25px;}
	.contact_con01 ul li{height:auto;}
	.contact_con01 ul li .map{height:460px}	
	.contact_con01 ul li .txt_box{position:static; width:100%; text-align:left; margin-top:0; height:auto; padding:50px; box-sizing:border-box; box-shadow:none;}
	.contact_con01 ul li .txt_box > div:before{display:none;}
	.contact_con01 ul li .txt_box span:before{right:auto; left:0;}
}
@media all and (max-width:767px){
	.contact_con01{padding:0px 0 50px;}
	.contact_con01 ul li + li{margin-top:60px;}
	.contact_con01 ul li .map{height:340px}	
	.contact_con01 ul li .txt_box{padding:40px;}
}

.subtable2 { width:100%; margin:20px auto; border-top:1px solid #000; border-bottom:1px solid #000; padding:0px 0;}
.subtable2 tr th {background:#f6f6f6; white-space: pre; text-align:center; color:#171717;  font-size:17px; font-weight:600; padding:10px 0; border-bottom:1px dotted #ddd;}
.subtable2 tr td {padding:10px 0px; background:#fff; line-height:20px; color:#555; text-align:center;font-size:17px; font-weight:300; letter-spacing:-.5px;}
.subtable2 tr td span.modity {border:1px solid #ddd; font-size:13px; padding:5px; border-radius:5px; background:#f2f2f2;}

@media screen and (max-width:580px){
 .subtable2 tr th {font-size:14px;}
 .subtable2 tr td {font-size:14px;}
 .subtable2 tr td span.modity {padding:3px 0px;}
}


.subtable3 { width:100%; margin:10px auto; border-top:1px solid #000; border-bottom:1px solid #000; padding:0px 0;}
.subtable3 tr th {background:#f6f6f6; white-space: pre; text-align:left; color:#171717;  font-size:17px; font-weight:600; padding:10px 5px; border-bottom:1px dotted #ddd;}
.subtable3 tr th:first-child {background:#efefef;}
.subtable3 tr td {padding:10px 0px; background:#fff; line-height:20px; color:#555; text-align:center;font-size:17px; font-weight:300; letter-spacing:-.5px;}
.subtable3 tr td span.modity {border:1px solid #ddd; font-size:13px; padding:5px; border-radius:5px; background:#f2f2f2;}

@media screen and (max-width:580px){
 .subtable3 tr th {font-size:14px;}
 .subtable3 tr td {font-size:14px;}
 .subtable3 tr td span.modity {padding:3px 0px;}
}


.bugo_search {width:500px; height:40px; border-radius:50px; margin:20px auto; color:#000;}
.bugo_search .search { font-size:16px; color:#676767; border:0; border-bottom:1px solid #000; height:40px; vertical-align:top; width:80%;}
.bugo_search .search_bt {vertical-align:top; padding-top:5px;}

@media screen and (max-width:580px){
 .bugo_search {width:90%; }
 .bugo_search .search { width:85%; font-size:14px;}
}



.wreath_con{padding:50px 0 50px;}
.wreath_con ul{}
.wreath_con ul li{display:inline-block; margin-top:0px; position:relative; width: calc(100% /4 - 27px); margin-right:20px; margin-bottom:20px;}
.wreath_con ul li .wreath_img {background:#f2f2f2;}
.wreath_con ul li .txt_box{text-align:center; padding:20px 0; background:#fcfcfa; box-shadow:0px 5px 10px rgba(37, 45, 64, 0.2); }
.wreath_con ul li .txt_box p{ font-size:22px; letter-spacing:-0.045em; color:#252525; font-weight:700;}
.wreath_con ul li .txt_box span{width:70%; margin:10px auto; border-top:2px solid #000; border-bottom:1px solid #000; display:block; font-size:20px; font-weight:400; letter-spacing:-0.035em; color:#6a6a6a; padding:10px 0; position:relative;}
.wreath_con ul li .txt_box p.order_bt{padding:5px 0; margin:0 auto; width:200px; font-family: 'Noto Sans KR', sans-serif;  font-size:17px; letter-spacing:-0.045em; background:#f35c17;  color:#fff; font-weight:300;}
.wreath_con ul li .txt_box p.order_bt a {color:#fff;}
.wreath_con ul li .txt_box p.order_bt i img {width:20px;}


@media all and (max-width:1000px){
	.wreath_con ul li{width: calc(100% /2 - 27px);}
	.wreath_con ul li .wreath_img{float:left;width:35%;}	
	.wreath_con ul li .txt_box{display:inline-block; width:65%; margin-top:0; box-shadow:0px 0px 2px rgba(37, 45, 64, 0.2); }
	.wreath_con ul li .txt_box p{ font-size:18px;}
}
@media all and (max-width:767px){
	.wreath_con{padding:20px 0 0px;}
	.wreath_con ul li{width: 100%;}
	.wreath_con ul li .txt_box {text-align:left; padding:20px;}
	.wreath_con ul li .txt_box p.order_bt {width:100px; }
	.wreath_con ul li .txt_box span{margin-left:0; font-size:17px;}
	.wreath_con ul li .txt_box p.order_bt{padding:3px 0; margin-left:0; }
}


.wreath_detail{padding:0px 0 50px;}
.wreath_detail ul{}
.wreath_detail ul li{margin-top:0px; width:100%; position:relative; }
.wreath_detail ul li .wreath_img {float:left; width:30%;}
.wreath_detail ul li .txt_box{display:inline-block; width:70%; padding-top:50px;}
.wreath_detail ul li .txt_box p{ font-size:22px; letter-spacing:-0.045em; color:#252525; font-weight:700; border-top:1px solid #000; border-bottom:1px solid #d4d4d4; padding:20px 0;}
.wreath_detail ul li .txt_box span{display:block; font-size:20px; font-weight:400; letter-spacing:-0.035em; color:#6a6a6a; padding:10px 0 20px; position:relative;}

.wreath_detail ul li .detail_box{display:inline-block; width:70%; border:1px solid #ddd; border-radius:5px; background:#f7f7f7; padding:20px;}
.wreath_detail ul li .detail_box p{font-family: 'Noto Serif KR', serif;  font-size:22px; letter-spacing:-1px; color:#252525; font-weight:700;}
.wreath_detail ul li .detail_box span{display:block; font-size:16px; font-weight:400; letter-spacing:-.5px; color:#6a6a6a; padding-top:10px; position:relative;}

.wreath_detail ul li p.order_bt{display:inline-block; text-align:center; margin-top:20px; padding:5px 0; width:200px; font-family: 'Noto Sans KR', sans-serif;  font-size:17px; letter-spacing:-0.045em; background:#f35c17;  color:#fff; font-weight:300;}
.wreath_detail ul li p.order_bt a {color:#fff;}
.wreath_detail ul li p.order_bt i img {width:20px;}


@media all and (max-width:1000px){
	.wreath_detail ul li .wreath_img{float:none;width:100%; text-align:center;}	
	.wreath_detail ul li .txt_box{display:block; width:100%; margin-top:0; }
	.wreath_detail ul li .txt_box p{ font-size:18px;}
	.wreath_detail ul li .detail_box{display:block; width:100%; margin-top:20px;}
	.wreath_detail ul li p.order_bt {width:100%; margin:10px auto;}
}
@media all and (max-width:767px){
	.wreath_detail{padding:0px 0 0px;}
	.wreath_detail ul li{width: 100%;}
	.wreath_detail ul li .txt_box {text-align:left; padding:20px;}
	.wreath_detail ul li .txt_box p.order_bt {width:100px; }
	.wreath_detail ul li .txt_box span{ font-size:17px;}
}


.about-re8 {background:url(../img/all_bg.jpg) right top no-repeat; }
.about-re8 ul {margin-top:30px;}
.about-re8 ul li {margin-bottom:10px;}
.about-re8 ul li:last-child {margin-bottom:0;}
.about-re8 ul li dl:after {content:''; display:block; clear:both;}
.about-re8 ul li dl dt {width:10%; float:left;}
.about-re8 ul li dl dt span {font-family: 'Noto Serif KR', serif; display:block; width:80px; height:80px; line-height:80px; font-size:2em; font-weight:600; text-align:center; background:#f5f5f5; border-radius:50%;}
.about-re8 ul li dl dd {width:85%; float:left; padding-top:20px; }
.about-re8 ul li dl dd span {display:block; font-size:1.2em; font-weight:600;}
.about-re8 ul li dl dd p {font-size:17px; color:#666; line-height:1.3em; margin-top:6px; font-weight:400; letter-spacing:-1px;}
.about-re8 ul li dl dd p.t {font-size:15px; padding-top:10px; line-height:22px;}

@media screen and (max-width:1000px) {
.about-re8 ul li dl dt {width:15%; float:left;}
}

@media screen and (max-width:640px) {
.about-re8 {background:url(../img/all_bg.jpg) right top no-repeat; }
.about-re8 ul li dl dt {width:23%;}
.about-re8 ul li dl dt span {width:60px; height:60px; line-height:60px; font-size:1.5em; }
.about-re8 ul li dl dd {width:73%; padding-top:10px;}
.about-re8 ul li dl dd span {font-size:1.05em; }
.about-re8 ul li dl dd p {margin-top:4px; font-size:15px;}
}

.about-re .about-sec-con {width:100%; }
.about-re .about-sec-con h3 {font-family: 'Noto Serif KR', serif;  font-size:25px; letter-spacing:-1px; color:#252525; font-weight:700;}
.about-re .about-sec-con h3:before {content: ""; display:block; width:40px; height:4px; background:#f35c17; margin-bottom:5px;}


@media screen and (max-width:980px){
.about-re .about-sec-con {width:100%; margin-top:30px;}
.about-re .about-sec-con .about-retit {font-size:1.3em;}
.about-re .about-sec-con .about-resub {margin-top:13px;}
.about-re .about-sec-con .about-resub span {font-size:1.1em; line-height:1.3em;}
}


.about-re2 {margin-top:50px; margin-bottom:50px;}
.about-sec-con2 h3 {font-family: 'Noto Serif KR', serif;  font-size:25px; letter-spacing:-1px; color:#252525; font-weight:700; margin-bottom:20px;}
.about-sec-con2 h3:before {content: ""; display:block; width:40px; height:4px; background:#f35c17; margin-bottom:5px;}
.about-sec-con2 ul li dl dd p {font-size:17px; color:#666; line-height:1.3em; margin-top:6px; font-weight:400; letter-spacing:-1px;}
.about-sec-con2 ul li dl p span {color:#f35c17; }
.about-sec-con2 ul li dl.cus_box {margin-top:20px; text-align:center; border:1px solid #ddd; border-radius:5px; background:#f7f7f7; padding:20px;}
.about-sec-con2 ul li dl.cus_box p{display:block; font-size:20px; font-weight:400; letter-spacing:-1px; color:#000; padding-top:10px; position:relative;}
.about-sec-con2 ul li dl.cus_box p span {color:#f35c17; }
.about-sec-con2 ul li dl.cus_box p span a {color:#f35c17; }
.about-sec-con2 ul li dl.cus_box p.cus_num{font-family: 'Noto Serif KR', serif; font-size:40px; font-weight:400; letter-spacing:-1px; color:#f35c17; padding-top:10px; position:relative;}
.about-sec-con2 ul li dl.cus_box p.cus_num a { color:#f35c17; }

.about-sec-con2 ul li dl.cus_box2 {margin:0px 0; text-align:center; padding:20px;}
.about-sec-con2 ul li dl.cus_box2 p{display:block; font-size:20px; font-weight:400; letter-spacing:-1px; color:#000; padding-top:10px; position:relative;}

@media screen and (max-width:640px){
.about-sec-con2 ul li dl.cus_box p{ font-size:17px;}
.about-sec-con2 ul li dl.cus_box p.cus_num{ font-size:30px; }
}

.order_bt2{padding:10px 0; width:300px; margin:20px auto; text-align:center; font-family: 'Noto Sans KR', sans-serif;  font-size:25px; letter-spacing:-0.045em; background:#f35c17;  color:#fff; font-weight:600;}
.order_bt2 a {color:#fff;}
.order_bt2 i img {width:20px;}


.order_t {margin-bottom:15px;display:block; font-family: 'Noto Serif KR', serif; font-size:1.5em; font-weight: bold; padding-left : 8%; background-image: url("../img/img.gif"); background-position: 0% 100%; background-repeat: no-repeat; background-size: 43px auto;}

.shop_space{width:640px; margin:0 auto; padding:10px;}
.shop_space li {list-style:none; padding-bottom:5px;}

.shop_pay{width:640px; margin:0 auto; padding:10px; }
.shop_pay li { list-style:none;  padding-bottom:20px; font-weight:500;}
.shop_pay dl {padding-bottom:10px;}
.shop_pay dl dt {font-size:20px; font-weight:500; padding-bottom:5px;}
.shop_pay dl dd {font-size:16px; color:#555; font-weight:500; padding-bottom:5px;}
.shop_pay dl dd.red {font-size:14px; color:#f31717; }

#search_btn{
    background: #efefef;
    border: 0px;
    color: #000;
    text-align: center;
	width:20%;
	display:inline-block;

}

@media screen and (max-width:640px){
.shop_space{width:100%; padding:10px;}
.shop_pay{width:100%; padding:10px;}
.order_t {padding-left : 15%; }

#search_btn {width:30%;}
}



.t2_in {border:1px solid #b8b8b8; height:35px; width:100%; font-size:17px; padding-left:10px;}
.t3_in {border:1px solid #b8b8b8; height:35px; width:100%; font-size:17px; padding-left:10px;}

#wreath_input_size {border:1px solid #b8b8b8; height:35px; width:100%; font-size:17px; padding-left:10px; margin-bottom:5px;}

#settle_bank {font-size:15px;}

@media screen and (max-width:580px){
 .t2_in {width:100%; font-size:15px;}
 .t2_in2 {width:70%;}
}

.wreath_ok {width:70%; margin:30px auto; border:1px solid #ddd; text-align:center; border-radius:5px; background:#f7f7f7 url("../img/back_img.png") center top no-repeat; padding:50px 0;}
.wreath_ok ul li .detail_box{}
.wreath_ok ul li .detail_box p{font-family: 'Noto Serif KR', serif;  font-size:30px; letter-spacing:-1px; color:#252525; font-weight:700;}
.wreath_ok ul li .detail_box span{display:block; font-size:20px; font-weight:400; letter-spacing:-1px; color:#000; padding-top:10px; position:relative;}

.wreath_ok ul li dl.cus_box {}
.wreath_ok ul li dl.cus_box p{display:block; font-size:17px; font-weight:400; letter-spacing:-1px; color:#000; padding-top:10px; position:relative;}
.wreath_ok ul li dl.cus_box p span {color:#f35c17; }
.wreath_ok ul li dl.cus_box p.cus_num{font-family: 'Noto Serif KR', serif; font-size:30px; font-weight:400; letter-spacing:-1px; color:#f35c17; padding-top:10px; position:relative;}
.wreath_ok ul li dl.cus_box p.cus_num a { color:#f35c17; }

@media screen and (max-width:640px){
.wreath_ok {width:100%; margin:20px 0 30px 0;0}
}

.all_txt {color:#f31717; font-size:16px; font-weight:500; text-align:center; padding:30px 0; letter-spacing:-.5px;}

.bugo_send {width:70%; margin:30px auto; border:1px solid #ddd; text-align:center; border-radius:5px; background:#fff url("../img/back_img.png") center top no-repeat; padding:50px 0;}
.bugo_send ul li .detail_box{}
.bugo_send ul li .detail_box p{font-family: 'Noto Serif KR', serif;  font-size:30px; letter-spacing:-1px; color:#252525; font-weight:700;}
.bugo_send ul li .detail_box p:after {content: ""; display:block; margin:10px auto; width:113px; height:56px; background:url("../img/img.gif")}
.bugo_send ul li .detail_box span{display:block; font-size:18px; font-weight:400; letter-spacing:-1px; color:#000; padding-top:10px; position:relative;}

.bugo_send ul li dl.cus_box {padding-top:20px;}
.bugo_send ul li dl.cus_box dd p {background:#282320; padding-top:0; width:120px; margin:10px auto;}
.bugo_send ul li dl.cus_box dd p a {color:#fff; font-size:15px;}
.bugo_send ul li dl.cus_box p{display:block; font-size:17px; font-weight:400; padding-bottom:4px; letter-spacing:-1px; color:#000; padding-top:10px; position:relative;}
.bugo_send ul li dl.cus_box p span {color:#f35c17; }
.bugo_send ul li dl.cus_box p.cus_num{font-family: 'Noto Serif KR', serif; font-size:30px; font-weight:400; letter-spacing:-1px; color:#f35c17; padding-top:10px; position:relative;}
.bugo_send ul li dl.cus_box p.cus_num a { color:#f35c17; }
.bugo_send ul li dl.cus_box2 {margin-top:30px;}
.bugo_send ul li dl.cus_box2 dd {display:inline-block; padding:10px 10px; font-weight:600;}
.bugo_send ul li dl.cus_box2 dd.kakao {background:#f0de42; }
.bugo_send ul li dl.cus_box2 dd.sms {background:#322c25;}
.bugo_send ul li dl.cus_box2 dd.sms a {color:#fff;}

@media screen and (max-width:640px){
.bugo_send {width:100%; margin:20px 0 30px 0;0}
.bugo_send ul li .detail_box span {font-size:17px;}
}

.pay_input{position:   absolute;    top:        0;    left:       0;    width:      1px;    height:     1px;    margin:     0;    padding:    0;    border:     0;}
.pay_num_list{display:inline-block;    width:100%;    border: 1px solid #ddd;    margin-top:2%;    padding:3% 3%;    border-radius: 5px;}
.pay_num_list p {width:100%;    display: block; padding-bottom:3px;}
.pay_num_list p.name {font-size:20px; font-weight:600;}
.pay_num_list .bank {padding-top:7px; float:left;}
.pay_num_list .bank dt {font-size:16px; font-weight:400; float:left; width:80px; background:#efefef; text-align:center; border-radius:50px; margin-right:5px;}
.pay_num_list .bank dd {font-size:16px; font-weight:300; display:inline-block;}
.pay_num_btn{    display: inline-block;    border:0px;    background:#494843;    padding:1%;    color:white;    float:right; border-radius:50px;}

@media screen and (max-width:640px){

.pay_num_list{padding:5% 3%;  }
.pay_num_list p.name {font-size:17px;}
.pay_num_list .bank dt {font-size:16px;}
.pay_num_btn{  padding:2%; }

}



.main_section01 {padding:60px 0; background: url("../img/section01_bg.jpg") center top no-repeat; text-align:center;}
.main_section01 h3 {font-family: 'Noto Serif KR', serif; font-weight:700; letter-spacing:-1px; font-size:37px; color:#000;}
.main_section01 li p {font-family: 'Noto Serif KR', serif; font-size:30px; font-weight:600; letter-spacing:-1px; color:#000;}
.main_section01 li p span {color:#5a5252;}

@media all and (max-width:800px){
	.main_section01 h3 { font-size:30px;}
	.main_section01 li p { font-size:20px;}
}

.main_section02 {padding:0px 0; }
.main_section02 .txt_box {margin-top:40px; text-align:center; }
.main_section02 .txt_box p {position:relative; padding-bottom:50px; font-size:18px; font-weight:400; color:#4f4c49; letter-spacing:-0.025em; line-height:30px; word-break:keep-all; }

.main_section02 .txt_box p span {background-color:#efefef; }
.main_section02 .txt_box > span {display:block; padding-top:20px; font-size:20px; font-weight:300; color:#666666; letter-spacing:-0.025em; line-height:28px; word-break:keep-all; }

@media all and (max-width:800px){
	.main_section02 .txt_box p br {display:none; }
	.main_section02 .txt_box > span br {display:none; }
}


.main_section03 {padding:50px 0;  background: url("../img/section03_bg.jpg") center top no-repeat; }
.main_section03 ul {margin-top:0px; font-size:0; letter-spacing:-4px; text-align:center; }
.main_section03 ul li {display:inline-block; vertical-align:top; width:225px; height:225px; margin:5px; border:5px solid #ececec; box-sizing:border-box; border-radius:50%; background-color:#fff; }
.main_section03 ul li:nth-of-type(even) {border-color:#cfcdca; }
.main_section03 ul li span {z-index:10; position:relative; display:block; margin-top:30px; font-size:20px; color:#484848; letter-spacing:-0.025em; text-align:center; }
.main_section03 ul li span:before {content:''; z-index:-1; position:absolute; left:50%; bottom:-3px; width:32px; height:14px; background-color:#ececec; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); transform:translateX(-50%); }
.main_section03 ul li p {padding:20px 35px 0; font-size:20px; font-weight:300; color:#484848; letter-spacing:-0.025em; line-height:28px; word-break:keep-all; box-sizing:border-box; }
.main_section03 ul li p b {font-weight:500; }

@media all and (max-width:800px){
	.main_section03 {background: url("../img/section03_bg_m.jpg") center top no-repeat; }
	.main_section03 ul li {width:200px; height:200px; }
	.main_section03 ul li span {margin-top:20px; }
	.main_section03 ul li p {padding:15px 25px 0; }
}


.main_section_tit {text-align:center; font-weight:400; font-size:20px; letter-spacing:-1px; margin-bottom:20px;}
.main_section_tit span {font-size:25px; font-weight:600; color:#5a4b3e;}

@media all and (max-width:800px){
	.main_section_tit span {font-size:22px;}
}

.main_section04{padding:60px 0 110px; background:#fff;}
.main_section04 .num_img_ul{margin:90px 0 40px;}

.main_section04 .num_img_ul ul{font-size:0; letter-spacing:-4px; text-align:center;}
.main_section04 .num_img_ul ul li{background:#fff; width:calc(25% - 15px); min-height:250px; margin-right:20px; display:inline-block; vertical-align:top; position:relative; border:1px solid #f1f1f1; box-sizing:border-box; }
.main_section04 .num_img_ul ul li:last-child{margin-right:0;}
.main_section04 .num_img_ul ul li span{z-index:1; display:block; position:absolute; left:calc(50% - 41px); top:-41px; width:82px; height:82px; background:#eeedeb; border:1px solid #f1f1f1; border-left:0; border-top:0; border-right:0; border-radius:50%; box-sizing:border-box;}
.main_section04 .num_img_ul ul li i{font-style:normal; z-index:2; display:block; margin:13px 0 0 12px; width:56px; height:56px; background:#85817a; line-height:56px; border-radius:50%; text-align:center; font-size:18px; color:#ffffff; letter-spacing:-0.025em; font-weight:400;}
.main_section04 .num_img_ul ul li .img_box img{max-width:100%;}
.main_section04 .num_img_ul ul li .text{border-top:1px solid #f1f1f1; min-height:170px; padding:0 10px; box-sizing:border-box}
.main_section04 .num_img_ul ul li .text h4{font-size:26px; color:#444444; letter-spacing:-0.025em; font-weight:500; margin:20px 0;}
.main_section04 .num_img_ul ul li .text .hr{width:10px; height:1px; background:#7a7a7a; margin:30px auto 20px; transform:rotate(-45deg); -ms-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -moz-transform:rotate(-45deg);}
.main_section04 .num_img_ul ul li .text p{word-break:keep-all; font-size:16px; color:#524747; letter-spacing:-1px; font-weight:300;}
.main_section04 .num_img_ul ul li .text p e {color:#eb0000;}
.main_section04 .num_img_ul .hr{width:37px; height:1px; margin:30px auto 20px; background:#ddd}
.main_section04 .num_img_ul > p{text-align:center; font-size:20px; color:#666666; letter-spacing:-0.025em; font-weight:300;}


@media all and (max-width:1200px){
	.main_section04 .num_img_ul ul li .text p br{display:none;}
}
@media all and (max-width:1000px){
	.main_section04 .num_img_ul ul li{width:calc(50% - 5px); margin-right:10px; margin-bottom:10px;}
	.main_section04 .num_img_ul ul li:nth-of-type(2n){margin-right:0;}
}
@media all and (max-width:767px){
	.main_section04 .num_img_ul ul li{width:100%;  margin:10px auto; min-height:auto; padding:0 0 50px 0;}
	.main_section04 .num_img_ul ul li:nth-of-type(2n){margin:10px auto;}
	.main_section04 .num_img_ul ul li .text{min-height:auto;}

}


.sub_tit {text-align:center; }
.sub_tit .hr {width:1px; height:45px; margin:0 auto; background-color:#d7d7d7; }
.sub_tit h4 {font-size:32px; font-weight:300; color:#fff; letter-spacing:-0.035em; word-break:keep-all; margin-top:10px;}
.sub_tit h4 b {font-weight:bold; }
.sub_tit i {font-size:14px; color:#d1d1d1; letter-spacing:0.5em; font-style:normal; }
.sub_tit p{font-size:20px; color:#666666; letter-spacing:-0.025em; font-weight:300; margin-top:25px; word-break:keep-all;}
@media all and (max-width:1000px){
	.sub_tit h4 {font-size:30px; }
	.sub_tit p br{display:none}
}


/*
.main_section05 {background:#282320;  padding-bottom:60px;}
.main_section05 ul {margin-top:35px; font-size:0; letter-spacing:-4px; text-align:center; }
.main_section05 ul li {display:inline-block; vertical-align:top; width:290px; max-width:calc(25% - 10px); min-height:287px; margin:0 5px; padding-top:30px; border:1px solid #edece9; box-sizing:border-box; letter-spacing:-0.025em; }
.main_section05 ul li span {position:relative; display:block; padding-bottom:25px; font-size:16px; font-weight:400; color:#ccc0b8; }
.main_section05 ul li span:before {content:''; position:absolute; left:50%; bottom:0; width:1px; height:10px; background-color:#7e7e7e; -webkit-transform:rotate(30deg); -moz-transform:rotate(30deg); -ms-transform:rotate(30deg); -o-transform:rotate(30deg); transform:rotate(30deg); }
.main_section05 ul li h5 {font-size:20px; font-weight:500; color:#fff; margin-top:20px; letter-spacing:-1px; margin-bottom:20px; }
.main_section05 ul li p {padding:0 20px; font-size:20px; font-weight:300; color:#666666; line-height:28px; word-break:keep-all; box-sizing:border-box; }
*/

.main_section05 {background:#282320;  padding-bottom:60px; overflow:hidden;}
.main_section05 ul {margin-top:35px; font-size:0; letter-spacing:-4px; text-align:center;}
.main_section05 ul.main_section05_left { float:left; width:35%;}
.main_section05 ul.main_section05_right { float:left; text-align:center; width:65%;}
.main_section05 ul.main_section05_right li {display:inline-block; vertical-align:top; width: calc(100% /2 - 17px); max-width:100%; padding-bottom:60px; margin:5px 5px; padding-top:60px; border:1px solid #edece9; box-sizing:border-box; letter-spacing:-0.025em; }
.main_section05 ul.main_section05_right li span {position:relative; display:block; padding-bottom:25px; font-size:16px; font-weight:400; color:#ccc0b8; }
.main_section05 ul.main_section05_right li span:before {content:''; position:absolute; left:50%; bottom:0; width:1px; height:10px; background-color:#7e7e7e; -webkit-transform:rotate(30deg); -moz-transform:rotate(30deg); -ms-transform:rotate(30deg); -o-transform:rotate(30deg); transform:rotate(30deg); }
.main_section05 ul.main_section05_right li h5 {font-size:20px; font-weight:500; color:#fff; margin-top:20px; letter-spacing:-1px; margin-bottom:20px; }
.main_section05 ul.main_section05_right li p {padding:0 20px; font-size:20px; font-weight:300; color:#666666; line-height:28px; word-break:keep-all; box-sizing:border-box; }


.section05_bt1 {border:1px solid #fff; width:200px; margin:0 auto; }
.section05_bt1 a {color:#fff; font-size:15px; font-weight:500;}

.section05_bt2 {border:1px solid #fff; width:200px; margin:0 auto; }
.section05_bt2 a {color:#fff; font-size:15px; font-weight:500;}

.section05_bt3 {border:1px solid #fff; width:200px; margin:0 auto; }
.section05_bt3 a {color:#fff; font-size:15px; font-weight:500;}

.section05_bt4 {border:1px solid #fff; width:200px; margin:0 auto; }
.section05_bt4 a {color:#fff; font-size:15px; font-weight:500;}


@media all and (max-width:1000px){
	.main_section05 ul.main_section05_left img {width:100%;}
	.main_section05 ul.main_section05_right li {max-width:100%; margin-bottom:10px; }
}

@media all and (max-width:800px){
	.main_section05 ul.main_section05_left { float:none; text-align:center; width:100%;}
	.main_section05 ul.main_section05_right { float:none; text-align:center;  width:100%;}
	.main_section05 ul {padding:0 20px;}
	.main_section05 ul.main_section05_right li {width:100%; max-width:100%; margin:10px 0px;}
}

.sub_tit2 {text-align:center; }
.sub_tit2 .hr {width:1px; height:45px; margin:0 auto; background-color:#d7d7d7; }
.sub_tit2 h4 {font-size:32px; font-weight:300; color:#333; letter-spacing:-0.035em; word-break:keep-all; margin-top:10px;}
.sub_tit2 h4 b {font-weight:bold; }
.sub_tit2 i {font-size:14px; color:#d1d1d1; letter-spacing:0.5em; font-style:normal; }
.sub_tit2 p{font-size:20px; color:#666666; letter-spacing:-0.025em; font-weight:300; margin-top:25px; word-break:keep-all;}
@media all and (max-width:1000px){
	.sub_tit2 h4 {font-size:30px; }
	.sub_tit2 p br{display:none}
}

.main_section06 {padding:0px 0; }
.main_section06 .txt_box {margin-top:40px; text-align:center; }
.main_section06 .txt_box p {position:relative; padding-bottom:0px; font-size:18px; font-weight:400; color:#5f554f; letter-spacing:-1px; line-height:30px; word-break:keep-all; }
.main_section06 .txt_box p span {background-color:#efefef; }
.main_section06 .txt_box > span {display:block; padding-top:20px; font-size:20px; font-weight:300; color:#666666; letter-spacing:-0.025em; line-height:28px; word-break:keep-all; }
.main_section06 .txt_box img {width:70%;}

@media all and (max-width:800px){
	.main_section06 .txt_box p br {display:none; }
	.main_section06 .txt_box > span br {display:none; }
	.main_section06 .txt_box img {width:100%;}
}


.main_section07 {width:100%; height:350px; background: url("../img/section07_bg.jpg") center top no-repeat; padding:70px 0;}
.main_section07 .txt_box i {font-family: 'Noto Serif KR', serif; border-top:1px solid #9f9e9c; border-bottom:1px solid #9f9e9c; font-size:28px; color:#776250; letter-spacing:-1px; font-weight:600; font-style:normal; }
.main_section07 .txt_box h3 {font-family: 'Noto Serif KR', serif; padding-bottom:25px; font-size:30px; font-weight:600; line-height:35px; color:#333; letter-spacing:-1px; word-break:keep-all; }
.main_section07 .txt_box h3 b {font-weight:700; color:#e90000;}
.main_section07 .txt_box p {margin-top:15px; font-family: 'Noto Serif KR', serif; font-size:24px; font-weight:200; color:#6f6f6f; letter-spacing:-0.055em; line-height:34px; word-break:keep-all; }

.main_section07.type02 .txt_box i {color:#a29b96; }
.main_section07.type02 .txt_box h3 {color:#3d3a39; }
.main_section07.type02 .txt_box p {color:#6b6967; }


@media all and (max-width:640px){
	.main_section07 {height:auto; text-align:center;}
	.main_section07 .txt_box i {padding-bottom:10px; font-size:20px; }
	.main_section07 .txt_box h3 {padding-bottom:25px; line-height:1; font-size:20px; line-height:25px; }
	.main_section07 .txt_box p {font-size:20px; }
}


.main_section08 {padding:0px 0; overflow:hidden;}
.main_section08 .img_box {float:left; width:45%; margin-top:40px; text-align:center;}
.main_section08 .img_box img {width:50%;}
.main_section08 .txt_box {float:right; margin-top:0px; width:55%;}
.main_section08 .txt_box p {padding-top:30px; position:relative; padding-bottom:0px; font-size:18px; font-weight:400; color:#5f554f; letter-spacing:-1px; line-height:30px; word-break:keep-all; }
.main_section08 .txt_box p span {background-color:#efefef; }
.main_section08 .txt_box > span {display:block; padding-top:20px; font-size:20px; font-weight:300; color:#666666; letter-spacing:-0.025em; line-height:28px; word-break:keep-all; }

.main_section08 .txt_box dl {margin-top:30px;}
.main_section08 .txt_box dl dd {background:#efebe7; border-radius:10px; display:inline-block; text-align:center; padding:5px 10px;}

.main_section08 .txt_box h4 {padding-top:100px; font-size:32px; font-weight:300; color:#333; letter-spacing:-0.035em; word-break:keep-all; margin-top:10px;}
.main_section08 .txt_box h4 b {font-weight:bold; }

@media all and (max-width:800px){
	.main_section08 {margin-bottom:30px;}
	.main_section08 .img_box {float:none; width:100%; }
	.main_section08 .txt_box {float:none; width:100%; text-align:center; margin-top:-50px; padding:0 20px;}
	.main_section08 .img_box img {width:100%;}
	.main_section08 .txt_box h4  {margin-top:0px; font-size:27px;}
	.main_section08 .txt_box p {font-size:17px;}
	.main_section08 .txt_box dl dd {margin-bottom:5px;}
}


.main_section09 {text-align:center; background:#282320; padding:30px 0;}
.section09_bt li {font-family: 'Noto Serif KR', serif; letter-spacing:-1px; display:inline-block; background:#fff; padding:10px 20px; width:300px; border-radius:5px; font-weight:600; font-size:20px;}

@media all and (max-width:800px){
	.main_section09 {margin-top:0px;}
	.section09_bt li {margin-bottom:10px; font-size:18px;}
}

.dealer img {width:100%;}