@charset "utf-8";

#wrap {position: relative;min-width: 1080px;padding-top: 114px;}

/* header */
#header_wrap {position: fixed;top: 0;left: 0;z-index: 400;width: 100%;min-width: 1080px;min-height: 114px;background: #fff;border-bottom:1px #1e283d solid;/* box-shadow: 3px 3px 10px #eee; */}
#header_wrap.fixed {border-bottom:1px #1e283d solid !important;}
body.main #header_wrap {border-bottom:2px #fff solid;}
#header_wrap header {width: 100%;}
#header_wrap #util_menu {position: relative;padding: 14px 0;border-bottom: 1px #ddd solid;}
#header_wrap #util_menu > .inner {position: relative;width: 1080px;margin: 0 auto;}
#header_wrap #util_menu > .inner:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}
#header_wrap #util_menu > .inner > ul {float: right;}
#header_wrap #util_menu > .inner > ul:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}
#header_wrap #util_menu > .inner > ul > li {float: left;margin-left: 22px;color: #000;}
#header_wrap #util_menu > .inner > ul > li > a {display: block;font-size: 13px;color: #000;}

/* 언어 선택 */
#header_wrap #util_menu .lang_list {vertical-align: top;}
#header_wrap #util_menu .lang_list .btn_lang {position: relative;padding: 0 14px 0 25px;line-height: 1;}
#header_wrap #util_menu .lang_list .btn_lang:after {content: "";display: block;position: absolute;top: 5px;right: 0;width: 7px;height: 4px;background: url(/images/lang_menu_arr.png) no-repeat 0 0;}
#header_wrap #util_menu .lang_list .btn_lang.ko {background: url(/images/lang_flag_ko.png) no-repeat 0 1px;}
#header_wrap #util_menu .lang_list .btn_lang.en {background: url(/images/lang_flag_en.png) no-repeat 0 1px;}
#header_wrap #util_menu .lang_list .btn_lang.cn {background: url(/images/lang_flag_cn.png) no-repeat 0 1px;}

/* 언어 리스트 */
#header_wrap #util_menu .lang_list > ul {position: absolute;top: 31px;right: 0;z-index: 460;width: 155px;border:1px #ddd solid;background: #fff;display: none;}
#header_wrap #util_menu .lang_list > ul > li {position: relative;}
#header_wrap #util_menu .lang_list > ul > li > a {display: block;font-size: 11px;color: #000;padding: 12px 0 12px 35px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
#header_wrap #util_menu .lang_list > ul > li:hover > a {background: #f6f6f6;}
#header_wrap #util_menu .lang_list > ul > li a > span {display: inline-block;padding-left: 45px;}
#header_wrap #util_menu .lang_list > ul > li a.ko > span {background: url(/images/lang_flag_ko.png) no-repeat 0 0;}
#header_wrap #util_menu .lang_list > ul > li a.en > span {background: url(/images/lang_flag_en.png) no-repeat 0 0;}
#header_wrap #util_menu .lang_list > ul > li a.cn > span {background: url(/images/lang_flag_cn.png) no-repeat 0 0;}

/* gnb wrap */
#gnb_wrap {position: relative;}
#gnb_wrap .gnb_inner {position: relative;width: 1080px;margin: 0 auto;}
#gnb_wrap h1 {position: relative;display: inline-block;z-index: 450;padding: 9px 0 0 20px;}

/* 검색 바 */
#header_search_bar {position: absolute;top: 17px;right: 0;height: 100%;z-index: 450;}
#header_search_bar .btn_search {position: absolute;top: 7px;right: 12px;z-index: 450;}
#header_search_bar .sh_fm {position: absolute;top: 0;right: 0;z-index:460;height: 100%;width: 0;display: none;}
#header_search_bar .sh_fm input[type="text"] {width: 100%;height: 40px;line-height: 40px;background: #f0f0f0;}
#header_search_bar .sh_fm .btn_smit {position: absolute;top: 7px;right: 12px;}

/* gnb */
#gnb {position: absolute;top: 0px;left: 0;z-index: 400;width: 100%;padding-left: 134px;letter-spacing: -0.5px;}
#gnb:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
#gnb > li {float: left;padding-left: 20px;}
#gnb > li:first-child {padding-left: 0;}
#gnb > li > a {position: relative;display: block;margin-top: 24px;padding-bottom: 25px;font-size: 16px;color: #333;font-weight: 600;}
#gnb > li > a:after {position: absolute;bottom: 0;left: 0;z-index: 410;content: "";display: block;width: 0;margin: 0 auto;height: 2px;background: #ed243d;opacity: 0;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
#gnb > li:hover > a:after {width: 100%;opacity: 1;}

/* gnb sub */
.sub_menu_wrap {position: absolute;top: 68px;left: 110px;z-index: 400;width: 978px;border:1px #ddd solid;padding: 20px 40px 20px 40px;display: none;}
.sub_menu_wrap:before {content: "";position: absolute;top: 0px;left: 0;z-index: 400;width: 100%;height: 100%;background: #fff;}
.sub_menu_wrap:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
.sub_menu_wrap .subm_list {position: relative;z-index: 450;display: table;width: 100%;}
.sub_menu_wrap .subm_list:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
.sub_menu_wrap .subm_list > dl {position: relative;float: left;display: table-cell;padding-left:40px;width: 198px;height: 100%;border-left:1px #ddd solid;}
.sub_menu_wrap .subm_list > dl:first-child {padding-left: 0;border-left: none;}
.sub_menu_wrap .subm_list > dl > dt {font-size: 15px;font-weight: 600;color: #1a4784;}
.sub_menu_wrap .subm_list > dl > dt > a {display: block;color: #1a4784;cursor: pointer;}
.sub_menu_wrap .subm_list > dl > dd {margin-top: 13px;}
.sub_menu_wrap .subm_list > dl > dd li {margin: 3px 0;line-height: 1.7;}
.sub_menu_wrap .subm_list > dl > dd li > a {display: block;font-size: 13px;color: #666;}
.sub_menu_wrap .subm_list > dl > dd li:hover > a {color: #ed243d;text-decoration: underline;}

/* 메뉴별 최소 height */
#gnb li.menu-index0 dl {/* min-height: 200px; */}
#gnb li.menu-index1 dl {width: auto;padding: 0 37px;/* min-height: 298px; */}
#gnb li.menu-index2 dl {/* min-height: 130px; */}
#gnb li.menu-index3 dl {/* min-height: 130px; */}
#gnb li.menu-index4 dl {width: auto;padding: 0 33px;/* min-height: 240px; */}
#gnb li.menu-index5 dl {/* min-height: 200px; */}
#gnb > li dl:first-child {padding-left: 0;}

/* gnb sub type2 / 고객센터, 회사소개 */
.sub_menu_wrap.type_n1 {left: auto;right: 0;width: 300px;}
.sub_menu_wrap.type_n1 .subm_list > dl {width: 100%;text-align: right;}
.sub_menu_wrap.type_n1 .subm_list > dl dd {margin-top: 0;}
.sub_menu_wrap.type_n1 .subm_list > dl dd li {margin: 15px 0;}
.sub_menu_wrap.type_n1 .subm_list > dl dd li:first-child {margin-top: 0;}
.sub_menu_wrap.type_n1 .subm_list > dl dd a {color: #1a4683;font-weight: 600;}

.sub_menu_wrap.type_n2 {left: auto;right: 0;width: 600px;}
.sub_menu_wrap.type_n2 .subm_list > dl {width: 50%;}

.sub_menu_wrap.type_n3 {left: auto;right: 0;width: 610px;}
.sub_menu_wrap.type_n3 .subm_list > dl {width: 33.3333%;}

.sub_menu_wrap.type_n5 .subm_list > dl {width: 20%;}

li.anc_type2 > a {display: inline-block !important;}
li.anc_type2:hover > a {color: #666 !important;text-decoration: none !important;}
li.anc_type2 > a:hover {color: #ed243d !important;}

/* gnb banner */
.gnb_banner {position: relative;z-index: 450;margin-top: 30px;padding: 20px 0 0 170px;line-height: 1.5;border-top: 1px #ddd solid;display: none;}
.gnb_banner:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
.gnb_banner p.tit {position: absolute;top:20px;left: 0;font-size: 14px;color: #1a4784;font-weight: 600;}
.gnb_banner p.tit a {color: #1a4784;}
.gnb_banner ul {display: table;width: 100%;}
.gnb_banner ul > li {display: table-cell;}
.gnb_banner ul > li a {display: block;font-size: 13px;color: #666;}
.gnb_banner ul > li a:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
.gnb_banner ul > li a img {float: left;}
.gnb_banner ul > li a span {display: inline-block;padding-top: 5px;margin-left: 30px;}

/* 헤더 퀵 바 */
#side_quick_wrap {position: fixed;top: 0;right: -310px;width: 310px;height: 100%;z-index: 400;}

/* 헤더 퀵 버튼 */
#side_quick_wrap .quick_btn_bar {position: absolute;top: 280px;left:-49px;z-index: 450;width: 50px;}
#side_quick_wrap .quick_btn_bar li {display: table;width: 100%;}
#side_quick_wrap .quick_btn_bar li a {display: table-cell;width: 100%;height: 50px;text-align: center;vertical-align: middle;background: #4267b2;border-top:1px #979797 solid;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
#side_quick_wrap .quick_btn_bar li:first-child a {border-top: none;}
#side_quick_wrap .quick_btn_bar li:hover a,
#side_quick_wrap .quick_btn_bar li.on a {background: #e60013;}

#side_quick_wrap .btn_quick_top {display: block;width: 100%;padding: 5px 0;text-align: center;}

#side_quick_wrap .btn_side_close {position: absolute;top: 20px;right: 20px;width: 21px;height: 21px;}

/* 사이드 탭 컨텐츠 */
#side_quick_wrap .tab_cts {position: absolute;top: 0;right: -120%;width: 100%;height: 100%;padding: 57px 0 0 0;background: #fff;border-left:1px #1e283d solid;opacity: 0;}
#side_quick_wrap .tab_cts h5 {font-size: 17px;font-weight: 600;color: #001e56;margin-bottom: 20px;}

/* side_customer banking_info */
#side_customer .scrBody {width: 260px;margin: 0 auto;}
#side_customer .scrBody .scrCts {padding: 0 0 20px 0;}
#side_customer .banking_info {position: relative;margin-top: 50px;font-size: 13px;letter-spacing: -0.8px;color: #333;}
#side_customer .banking_info:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
#side_customer .banking_info > .inner > p.tit {margin-bottom: 15px;font-size: 17px;color: #1e283d;font-weight: 700;padding-left: 30px;background: url(/images/ico_headset.png) no-repeat 0 0;background-size: 16px 18px;}
#side_customer .banking_info > .inner > div {float: left;line-height: 1.5;}
#side_customer .banking_info > .inner > div {margin-top: 5px;}
#side_customer .banking_info > .inner > div .tit {display: inline-block;width:70px;font-weight: 600;}
#side_customer .banking_info > .inner > div .txt {}
#side_customer .banking_info > .inner > div.addr_box  {}
#side_customer .banking_info .txt1 {clear: both;padding-top: 25px;line-height: 1.5;}
#side_customer .banking_info .txt1 strong {display: block;color: #ed243d;}

#side_customer .btn_area1 {padding: 0;text-align: left;margin-top: 45px;}
#side_customer .btn_area1 .btn_qna {width: 206px;height: 39px;line-height: 39px;}

#side_customer  .social_list {margin-top: 14px;}
#side_customer  .social_list:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}
#side_customer  .social_list > li {float: left;margin-left: 10px;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
}
#side_customer .social_list > li:first-child {margin-left: 0;}
#side_customer .social_list > li:hover img {opacity: 0.8;}

/* side_customer acc_info */
#side_customer .acc_info {position: relative;margin-top: 50px;font-size: 13px;color: #333;}
#side_customer .acc_info > .inner {}
#side_customer .acc_info > .inner .tit {display: inline-block;width: 50px;font-size: 13px;color: #333;font-weight: 600;vertical-align: middle;line-height: 1.6;}
#side_customer .acc_info ul {margin-bottom: 20px;}
#side_customer .acc_info .btn_banking {padding: 8px 0 8px 10px;width: 168px;font-size: 12px;color: #333;border:1px #ddd solid;background: url(/images/lang_menu_arr.png) no-repeat 95% center;}
#side_customer .acc_info .side_banking_site {height: 32px;width: 168px;font-size: 12px;color: #333;border:1px #ddd solid;}

/* 사이드 장바구니 */
#side_cart .tab_cts_inner {padding: 0 24px 0 25px;}
#side_cart .scrBody {}
#side_cart .scrBody .scrCts {padding: 0 24px 20px 0;}

/* 사이드 장바구니 리스트 */
#side_cart .cart_item_list_wrap {}
#side_cart .cart_item_list_wrap ul.item_list {}
#side_cart .cart_item_list_wrap ul.item_list > li {position: relative;padding: 20px 10px 10px 10px;margin-bottom: 20px;border:1px #d6d6d6 solid;}
#side_cart .cart_item_list_wrap ul.item_list dl.item_info {display: table;width: 100%;letter-spacing: -0.8px;}
#side_cart .cart_item_list_wrap ul.item_list dl.item_info:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}
#side_cart .cart_item_list_wrap ul.item_list dl.item_info dt.item_pic {float: left;width: 98px;height: 98px;}
#side_cart .cart_item_list_wrap ul.item_list dl.item_info dt.item_pic img {width: 100%;max-width: 100%:height: auto;}
#side_cart .cart_item_list_wrap ul.item_list dl.item_info dd.item_name,
#side_cart .cart_item_list_wrap ul.item_list dl.item_info dd.item_price {float: right;width: 110px;padding: 18px 5px 0 10px;}
#side_cart .cart_item_list_wrap ul.item_list dl.item_info dd.item_name a {display: block;width: 100%;max-height: 33px;font-size: 13px;color: #444;white-space:normal;overflow:hidden;text-overflow:ellipsis;word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
#side_cart .cart_item_list_wrap ul.item_list dl.item_info dd.item_price {font-size: 14px;color: #000;}

#side_cart .cart_item_list_wrap .btn_item_remove {position: absolute;top: 10px;right: 10px;width: 13px;height: 13px;}
#side_cart .cart_item_list_wrap .btn_item_remove img {width: 100%;height: auto;}

/* 사이드 장바구니 총상품금액 */
#side_cart .total_price {clear: both;position: relative;margin-top: 30px;}
#side_cart .total_price dl {display: table;width: 100%;}
#side_cart .total_price dl dt {display:table-cell;font-size: 14px;font-weight: 600;color: #000;text-align: left;}
#side_cart .total_price dl dd {display:table-cell;text-align: right;}
#side_cart .total_price dl dd.price {font-size: 15px;font-weight: 600;color: #000;}
#side_cart .total_price dl dd.price .won {font-size: 20px;color: #ed243d;}

#side_cart .btn_area1 {padding: 0;margin-top: 20px;}
#side_cart .btn_area1 .hgbtn {padding: 0;margin-bottom: 10px;width: 100%;height: 41px;line-height: 41px;}

/* 사이드바 퀵서치 */
#side_quick_search {}
#side_quick_search .tab_cts_inner {padding: 0 24px 0 25px;}
#side_quick_search .scrBody {}
#side_quick_search .scrBody .scrCts {padding: 0 5px 20px 0;}

#side_quick_search_box {position: relative;}
#side_quick_search_box .btit > span {color: #ed243d;}
#side_quick_search_box .opts_wrap {position: relative;}
#side_quick_search_box .search_opt_line {position: relative;display: table;width: 100%;padding: 10px 0;letter-spacing: -0.7px;}
#side_quick_search_box .search_opt_line:first-child {padding-top: 0;}
#side_quick_search_box .search_opt_line > .tit {display: table-cell;width: 75px;vertical-align: top;font-size: 13px;font-weight: 600;color: #000;vertical-align: top;}
#side_quick_search_box .search_opt_line > .opts_ip {display: table-cell;vertical-align: top;}
#side_quick_search_box .search_opt_line > .opts_ip label {width: 80px;margin-bottom: 8px;color: #333;font-size: 12px;}
#side_quick_search_box .search_opt_line.line4 > .opts_ip label {width: 80px;text-align: center;margin-bottom: 10px;padding-left: 15px;background-position: 0 15px;vertical-align: top;}
#side_quick_search_box .search_opt_line.line4 > .opts_ip img {}
#side_quick_search_box .search_opt_line.line4 > .opts_ip span.txt {display: block;height: 43px;padding-top: 5px;}
#side_quick_search .btn_area1 {padding: 0;margin-top: 20px;}
#side_quick_search .btn_smit {width: 100px;text-align: center;height: 35px;line-height: 35px;font-size: 16px;font-weight: 600;color: #fff;background-color: #1e283d;}

/* footer */
#footer {position: relative;padding-bottom: 50px;margin-top: 100px;}
#footer > .foot_inner {position: relative;width: 1080px;margin: 0 auto;}
#footer .foot_go_top {position: relative;text-align: right;font-size: 11px;}
#footer .btn_foot_top {font-size: 11px;color: #000;padding-right: 18px;background: url(/images/foot_top_arr_up.png) no-repeat 100% center;}

#footer .foot_custom {position: relative;display: table;width: 100%;padding-top: 50px;margin-top: 10px;border-top: 1px #ddd solid;}
#footer .foot_custom > div > .inner {min-height: 132px;border-right:1px #ddd solid;}
#footer .foot_custom .btit {margin-bottom: 20px;font-size: 16px;font-weight: 600;color: #1e283d;}

/* banking_info */
#footer .foot_custom .banking_info {position: relative;display: table-cell;width: 345px;font-size: 13px;letter-spacing: -0.8px;color: #333;}
#footer .foot_custom .banking_info:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
#footer .foot_custom .banking_info > .inner > p.tit {font-size: 23px;color: #1e283d;font-weight: 700;padding-left: 36px;background: url(/images/ico_headset.png) no-repeat 0 0;}
#footer .foot_custom .banking_info > .inner > div {float: left;line-height: 1.5;}
#footer .foot_custom .banking_info > .inner > div {margin-top: 5px;}
#footer .foot_custom .banking_info > .inner > div .tit {display: inline-block;width: 64px;font-weight: 600;}
#footer .foot_custom .banking_info > .inner > div .txt {}
#footer .foot_custom .banking_info > .inner > div.addr_box  {margin-left: 18px;letter-spacing: -1px;}
#footer .foot_custom .banking_info .txt1 {clear: both;padding-top: 5px;line-height: 1.5;letter-spacing: -1px;}
#footer .foot_custom .banking_info .txt1 strong {display: block;color: #ed243d;}

/* acc_info */
#footer .foot_custom .acc_info {position: relative;display: table-cell;width: 200px;font-size: 13px;color: #333;}
#footer .foot_custom .acc_info > .inner {padding-left: 15px;}
#footer .foot_custom .acc_info > .inner .tit {display: inline-block;width: 50px;font-size: 13px;color: #333;font-weight: 600;vertical-align: middle;line-height: 1.6;}
#footer .foot_custom .acc_info ul {margin-bottom: 20px;}
#footer .foot_custom .acc_info .btn_banking {padding: 8px 0 8px 10px;width: 168px;font-size: 12px;color: #333;border:1px #ddd solid;background: url(/images/lang_menu_arr.png) no-repeat 95% center;}
#footer .foot_custom .acc_info .foot_banking_site {height: 32px;width: 168px;font-size: 12px;color: #333;border:1px #ddd solid;}

/* quick_cuide */
#footer .foot_custom .quick_cuide {position: relative;width: 535px}
#footer .foot_custom .quick_cuide > .inner {padding-left: 10px;border-right: none;}
#footer .foot_custom .quick_link_list {display: table;width: 100%;}
#footer .foot_custom .quick_link_list:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
#footer .foot_custom .quick_link_list > li {display: table-cell;width: 14%;letter-spacing: -2px;text-align: center;}
#footer .foot_custom .quick_link_list > li > a {display: block;padding-top: 70px;font-size: 12px;font-weight: 600;color: #000;}
#footer .foot_custom .quick_link_list > li:hover > a {color: #2c5997;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-ms-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
}
#footer .foot_custom .quick_link_list > li.quick_link1 > a {background: url(/images/ico_quick_link1_off.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link2 > a {background: url(/images/ico_quick_link2_off.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link3 > a {background: url(/images/ico_quick_link3_off.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link4 > a {background: url(/images/ico_quick_link4_off.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link5 > a {background: url(/images/ico_quick_link5_off.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link6 > a {background: url(/images/ico_quick_link6_off.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link7 > a {background: url(/images/ico_quick_link7_off.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link8 > a {background: url(/images/ico_quick_link8_off.png) no-repeat center 0;}

#footer .foot_custom .quick_link_list > li.quick_link1:hover > a {background: url(/images/ico_quick_link1_on.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link2:hover > a {background: url(/images/ico_quick_link2_on.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link3:hover > a {background: url(/images/ico_quick_link3_on.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link4:hover > a {background: url(/images/ico_quick_link4_on.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link5:hover > a {background: url(/images/ico_quick_link5_on.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link6:hover > a {background: url(/images/ico_quick_link6_on.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link7:hover > a {background: url(/images/ico_quick_link7_on.png) no-repeat center 0;}
#footer .foot_custom .quick_link_list > li.quick_link8:hover > a {background: url(/images/ico_quick_link8_on.png) no-repeat center 0;}

.foot_menu_wrap {position: relative;margin-top: 50px;border-top:1px #ddd solid;border-bottom:1px #ddd solid;}
.foot_menu_wrap:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
.foot_menu_wrap .footm {float: left;padding: 14px 0;}
.foot_menu_wrap .footm ul:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
.foot_menu_wrap .footm li {float: left;line-height: 14px;margin-left: 45px;}
.foot_menu_wrap .footm li:first-child {margin-left: 0;}
.foot_menu_wrap .footm li > a {font-size: 14px;color: #333;}
.foot_menu_wrap .footm li.btn_privacy > a {font-weight: 600;}

.foot_menu_wrap .social_btn {float: right;margin-top: 7px;}
.foot_menu_wrap .social_btn:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
.foot_menu_wrap .social_btn ul {float: left;}
.foot_menu_wrap .social_btn ul:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
.foot_menu_wrap .social_btn li {float: left;margin-left: 5px;}
.foot_menu_wrap .social_btn li:first-child {margin-left: 0;}
.foot_menu_wrap .social_btn select {float: left;margin-left: 10px;width: 180px;height: 27px;line-height: 27px;font-size: 13px;color: #333;border:1px #dedede solid;}

#footer  .addr_wrap {clear: both;position: relative;margin-top: 20px;padding-left: 100px;}
#footer  .addr_wrap .flogo {position: absolute;top: 20px;left: 0;}
#footer  .addr_wrap .addr_box {position: relative;margin-top: 12px;}
#footer  .addr_wrap .addr_box:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
#footer  .addr_wrap .addr_box address {position: relative;float: left;width: 610px;font-size: 12px;color: #333;line-height: 1.5;}
#footer  .addr_wrap .addr_box address > span {display: block;}
#footer  .addr_wrap .addr_box address > span > span.bl {display: inline-block;margin-left: 20px;}
#footer  .addr_wrap .addr_box address > span > span.bl:first-child {margin-left: 0;}
#footer  .addr_wrap .addr_box .btn_map {position: absolute;top: 29px;right: 0px;height: 24px;line-height: 22px;padding: 0 23px 0 10px;border:1px #ddd solid;font-size: 11px;font-weight: 600;color: #666;background: url(/images/ico_arr_blue1.png) no-repeat 90% center;}
#footer  .addr_wrap .addr_box .kcp_wrap {float: right;padding-top: 22px;}
#footer  .addr_wrap .addr_box .kcp_wrap:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
#footer  .addr_wrap .addr_box .kcp_wrap .pic {float: left;}
#footer  .addr_wrap .addr_box .kcp_wrap dl {float: left;padding-left: 12px;color: #333;}
#footer  .addr_wrap .addr_box .kcp_wrap dl dt {font-size: 13px;margin-bottom: 14px;}
#footer  .addr_wrap .addr_box .kcp_wrap dl dd {font-size: 11px;margin-bottom: 14px;}

/* 메인 컨테이너 */
#main_container {position: relative;}

/* 서브 컨테이너 */
#sub_container {position: relative;}
#sub_container #contents {position: relative;width: 1080px;margin: 0 auto;}

/* wide layout */
.ly_wide {position: relative;}
.ly_wide > article.inner {position: relative;width: 1080px;margin: 0 auto;}

/* btn area */
.btn_area1 {position: relative;padding: 20px 0;text-align: center;}
.btn_area1:after {content: "";display: block;visibility: hidden;height: 0;clear: both;}
.btn_area1.col3 {display: table;width: 100%;}
.btn_area1.col3 > div {display: table-cell;width: 33.3333%;}
.btn_area1.col3 > div.tac .hgbtn {padding: 0;min-width: 100px;height: 40px;line-height: 37px;font-size: 16px;}

/* 서브 탑 타이틀 바 */
.sub_tit_bar {position: relative;clear: both;width: 100%;}
.sub_tit_bar > .inner {position: relative;min-width: 1080px;overflow: hidden;}
.sub_tit_bar .tit_box {position: absolute;top: 0;left: 50%;z-index: 50;display: table;width: 1080px;height: 200px;margin-left: -600px;}
.sub_tit_bar .tit_box > div {display: table-cell;height: 100%;padding-left: 100px;vertical-align: middle;color: #000;letter-spacing: -0.8px;line-height: 1.4;}
.sub_tit_bar .tit_box h3 {font-size: 40px;font-weight: 600;}
.sub_tit_bar .tit_box p {font-size: 16px;text-transform: uppercase;}
.sub_tit_bar .pic_box {position: relative;left: 50%;width: 1800px;margin-left: -900px;text-align: center;}

/* 다용도 용기 */
#all_purpose_containers {}
#membership {}

/* 페이징 */
.pagenate{clear:both;position:relative;padding:20px 0 20px 0;}
.pagenate .page{text-align:center}
.pagenate .page a {display:inline-block;margin:0 1px;padding:5px 9px; border:1px solid #ebe4d7; color:#4c4c4c; font-size:12px;text-align:center;vertical-align:middle;}
.pagenate .page a:hover,
.pagenate .page a:active,
.pagenate .page a:focus {border:1px solid #005dac;color:#005dac;text-decoration:none}
.pagenate .page a.on {border:1px solid #005dac;color:#005dac;}
.pagenate .page a.page_btn  {width:26px; height:26px;padding:0;margin:0;background:url('/images/ico_board.png') no-repeat; font-size:1px; line-height:0; text-indent:-9999em; *text-indent:; overflow:hidden;}
.pagenate .page a.first {background-position:-4px -2px;}
.pagenate .page a.prev {background-position:-34px -2px;}
.pagenate .page a.end {background-position:-92px -2px}
.pagenate .page a.next {background-position:-62px -2px}
.pagenate .btn_r {position:absolute; right:0; top:20px}
.pagenate .btn_l {position:absolute; left:0; top:20px}

/* 게시판 */
.borad_wrap {clear: both;position: relative;}
.btn_area1.ta_write .hgbtn {padding: 0;min-width: 100px;height: 40px;line-height: 37px;font-size: 16px;}
.borad_wrap table {}
.borad_wrap .ta_total {font-size: 14px;color: #000;margin-bottom: 15px;}
table.type1 {border-top: 1px #aaa solid;table-layout: fixed;}
table.type1 > thead > tr > th {padding: 12px 5px;font-size: 14px;font-weight: 600;color: #000;text-align: center;border-bottom:1px #e5e5e5 solid;}
table.type1 > tbody > tr > td {padding: 15px 5px;font-size: 13px;color: #666;text-align: center;border-bottom:1px #e5e5e5 solid;}
table.type1 > tbody > tr > td img {vertical-align: top;margin: 0 2px;}
table.type1 > tbody > tr > td img.ico_lock {margin-top: 2px;}
table.type1 > tbody > tr > td img.ico_new {}
table.type1 > tbody > tr > td img.ico_reply {margin: 4px 5px 0 0;}

table.list1 > tbody > tr > td.prd_thum img {width: 46px;height: 46px;}

table.view1 {border-top: 1px #aaa solid;table-layout: fixed;}
table.view1 > tbody > tr > th {padding: 20px 5px;font-size: 15px;font-weight: 600;color: #000;text-align: center;border-bottom:1px #e5e5e5 solid;background: #f5f5f5;}
table.view1 > tbody > tr > td {padding: 20px 15px;font-size: 15px;color: #000;text-align: left;border-bottom:1px #e5e5e5 solid;line-height: 1.5;}
table.view1 > tbody > tr > td.output_wrap {line-height: 1.6;}

table.view2 {border-top:1px #5977a4 solid;table-layout: fixed;}
table.view2 > tbody > tr > th {padding: 20px 20px;font-size: 15px;font-weight: normal;color: #000;text-align: left;border-bottom:1px #e3e3e3 solid;background: #f5f5f5;}
table.view2 > tbody > tr > td {padding: 20px 15px;font-size: 15px;color: #000;text-align: left;border-bottom:1px #e5e5e5 solid;line-height: 1.5;}
table.view2 > tbody > tr:last-child > th {border-color: #5977a4;}
table.view2 > tbody > tr:last-child > td {border-color: #5977a4;}

/*답글*/
.reply_txt p {display: inline-block;}

table a.txt {display: inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 15px;color: #000;}

.pw_check_box {position: relative;padding: 45px 0 50px 0;border-top: 1px #aaa solid;border-bottom: 1px #e5e5e5 solid;text-align: center;}
.pw_check_box input {width: 247px;}
.pw_check_box p {font-size: 15px;font-weight: 600;margin-bottom: 25px;}

/* 그누보드 게시판 */
.tbl_wrap table {border-top: 1px #aaa solid;table-layout: fixed;}
.tbl_wrap table > thead > tr > th {padding: 12px 5px;font-size: 14px;font-weight: 600;color: #000;text-align: center;border-bottom:1px #e5e5e5 solid;background: #fff;}
.tbl_wrap table > tbody > tr > td {padding: 15px 5px;font-size: 14px;color: #000;text-align: center;border-bottom:1px #e5e5e5 solid;}
.tbl_wrap .td_subject {text-align: left;}
.tbl_wrap .td_subject a {display: inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size: 15px;color: #000;}
.tbl_wrap .td_name {text-align: center !important;}

.tbl_wrap table.view1 {border-top: 1px #aaa solid;table-layout: fixed;}
.tbl_wrap table.view1 > tbody > tr > th {padding: 20px 5px;font-size: 14px;font-weight: 600;color: #000;text-align: center;border-bottom:1px #e5e5e5 solid;background: #f7f7f7;}
.tbl_wrap table.view1 > tbody > tr > td {padding: 20px 15px;font-size: 14px;color: #000;text-align: left;border-bottom:1px #e5e5e5 solid;line-height: 1.5;}
.tbl_wrap table.tb_left > tbody > tr > td {text-align: left;}
td.l{text-align:left !important;}
#bo_sch {text-align: center;}