@charset "utf-8";
/*******************************************************************
*	공통 css
********************************************************************/
#wrapper {
  width: 100%;
}
#header {
  position: relative;
  width: 100%;
  z-index: 90000;
}
.header_utill {
  display:none;	
  position: relative;
  width: 100%;
  background: var(--bs-primary);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.header_utill.active {
	 display: block;
}
.header_utill .area {
  line-height: 40px;
}
.header_utill ul {
  display: flex;
  align-items: center;
}
.header_utill ul li {
  padding: 0 45px 0 0;
  position: relative;
}
.header_utill ul li a {
  color: var(--bs-white);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  background: url("../../images/common/ico_header_arrow.png") no-repeat center right;
  padding-right: 20px;
  font-weight: 500;
}
.header_utill ul li a strong {
  color: var(--bs-yellow);
  font-weight: 500;
}
.close_header_utill {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
}
.close_header_utill span {
  display: inline-block;
  text-indent: -9999px;
  background: url("../../images/common/ico_header_close.png") no-repeat center center;
  width: 20px;
  height: 20px;
}
.header_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0 50px;
}
.header_inner .search_field {
  border: 3px solid var(--bs-primary);
  border-radius: 30px;
  overflow: hidden;
  width: 505px;
  display: flex;
  padding-right: 15px;
  background: var(--bs-white);
}
.header_inner .search_field input {
  width: 100%;
  padding: 0 19px 0 25px;
  background: transparent;
  height: 43px;
  font-size: 17px;
  border: 0;
}
.header_inner .search_field input:focus {
  outline: 0;
  border: 0
}
.header_inner .search_field button {
  text-indent: -9999px;
  background: url("../../images/common/btn_header_search.png") no-repeat center center;
  height: 43px;
  width: 43px;
}
.header_inner ul {
  display: flex;
  align-items: center;
}
.header_inner li {
  text-align: center;
}
.header_inner li a {
  display: block;
  padding: 0 12px;
  text-align:center;
}/*2025-09-19*/
.header_inner li i._ico {
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  height: 29px;
  width: 29px;
  margin:0 auto 10px;
}/*2025-09-19*/
.header_inner li i._ico.cart {
  background-image: url("../../images/common/btn_header_cart.png")
}
.header_inner li i._ico.wish {
  background-image: url("../../images/common/btn_header_wish.png")
}
.header_inner li i._ico.cs {
  background-image: url("../../images/common/btn_header_cs.png")
}
#header.fixed .header_menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  padding: 30px 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
nav.gnb ul.gnb_ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
nav.gnb ul.gnb_ul > li {
  position: relative;
}
nav.gnb ul.gnb_ul > li > a {
  color: var(--bs-black);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
nav.gnb ul.gnb_ul li a:hover, nav.gnb ul.gnb_ul > li > a.on {
  color: var(--bs-primary-light);
  text-decoration: none;
}
nav.gnb ul.gnb_ul > li i.ico {
  width: 24px;
  height: 24px;
  margin-right: 7px;
}
nav.gnb ul.gnb_ul > li i.ico.menu01 {
  background-image: url("../../images/common/ico_header_menu_01.png")
}
nav.gnb ul.gnb_ul > li i.ico.menu02 {
  background-image: url("../../images/common/ico_header_menu_02.png")
}
nav.gnb ul.gnb_ul > li i.ico.menu03 {
  background-image: url("../../images/common/ico_header_menu_03.png")
}
nav.gnb ul.gnb_ul > li > a.on i.ico.menu03 {
  background-image: url("../../images/common/ico_header_menu_03on.png")
}
nav.gnb ul.gnb_ul > li i.ico.menu04 {
  background-image: url("../../images/common/ico_header_menu_04.png")
}
nav.gnb ul.gnb_ul > li {}
/*전체 카테고리 */
#all-category {
  display: none;
  position: absolute;
  left: 0;
  top: 54px;
}
#all-category.open {
  display: block;
}
.all-menu {
  border: 1px solid #dadada;
  background: var(--bs-white);
  padding: 0px;
  position: relative;
  min-width: 214px;
}
.all-menu > ul > li {
  border-bottom: 1px solid #dadada;
}
.all-menu > ul > li:last-child {
  border-bottom: 0;
}
.all-menu > ul > li > a {
  font-size: 16px;
  color: var(--bs-gray-200);
  display: block;
  padding: 15px 30px 15px 50px;
  position: relative;
  background-position: 20px center;
  background-repeat: no-repeat;
}
.all-menu > ul > li > a:hover, .all-menu > ul > li.on > a {
  background-color: #f2f9ff;
  color: var(--bs-primary);
}
.all-menu > ul > li > a:hover:after, .all-menu > ul > li.on > a:after {
  background: url("../../images/common/ico_cate_arrow.png");
  width: 7px;
  height: 13px;
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  content: "";
  transform: translateY(-50%);
}
.all-menu > ul > li > a.ico-cate01 {
  background-image: url("../../images/common/ico_cate_01.png")
}
.all-menu > ul > li > a.ico-cate02 {
  background-image: url("../../images/common/ico_cate_02.png")
}
.all-menu > ul > li > a.ico-cate03 {
  background-image: url("../../images/common/ico_cate_03.png")
}
.all-menu > ul > li > a.ico-cate04 {
  background-image: url("../../images/common/ico_cate_04.png")
}
.all-menu > ul > li > a.ico-cate05 {
  background-image: url("../../images/common/ico_cate_05.png")
}
.all-menu > ul > li > a.ico-cate06 {
  background-image: url("../../images/common/ico_cate_06.png")
}
.all-menu > ul > li > a.ico-cate07 {
  background-image: url("../../images/common/ico_cate_07.png")
}
.all-menu > ul > li > a.ico-cate08 {
  background-image: url("../../images/common/ico_cate_08.png")
}
.all-menu > ul > li > a.ico-cate09 {
  background-image: url("../../images/common/ico_cate_09.png")
}
.all-menu > ul > li > a.ico-cate10 {
  background-image: url("../../images/common/ico_cate_10.png")
}
.all-menu > ul > li > a.ico-cate11 {
  background-image: url("../../images/common/ico_cate_11.png")
}/*2025-09-04 class 추가 */
.all-menu .sub-cate {
  display: none;
  border: 1px solid #dadada;
  border-left: 0;
  background: #f2f9ff;
  padding: 0px 0px;
  position: absolute;
  left: 213px;
  top: -1px;
  width: 214px;
  height: calc(100% + 2px);
  /*overflow-y: auto;*/
}
.all-menu .sub-cate::-webkit-scrollbar {
  width: 5px;
}
.all-menu .sub-cate::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #e5e5e5;
  background-clip: padding-box;
  border: 0px solid transparent;
}
.all-menu > ul > li:hover .sub-cate {
  display: block;
}
.all-menu .sub-cate a {
  font-size: 16px;
  color: var(--bs-gray-200);
  display: block;
  padding: 10px 20px;
  position: relative;
}
.all-menu .sub-cate a:hover, .all-menu .sub-cate > ul > li.on > a {
  color: var(--bs-primary);
  text-decoration: none;
}
.all-menu .sub-cate > ul > li:has(.sub-cate2) > a:hover:after, .all-menu .sub-cate > ul > li.on:has(.sub-cate2) > a:after {
  background: url("../../images/common/ico_cate_arrow.png");
  width: 7px;
  height: 13px;
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  content: "";
  transform: translateY(-50%);
}
.all-menu .sub-cate2 {
  display: none;
  border: 1px solid #dadada;
  background: #f2f9ff;
  padding: 0px;
  position: absolute;
  left: 213px;
  top: -1px;
  width: 214px;
  height: calc(100% + 2px);
}
.all-menu .sub-cate2::-webkit-scrollbar {
  width: 5px;
}
.all-menu .sub-cate2::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #e5e5e5;
  background-clip: padding-box;
  border: 0px solid transparent;
}
.all-menu > ul > li .sub-cate > ul > li:hover .sub-cate2 {
  display: block;
}
.all-menu .sub-cate2 a {
  font-size: 16px;
  color: var(--bs-gray-200);
  display: block;
  padding: 10px 20px;
}
.all-menu .sub-cate2 a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
#container {
  position: relative;
  padding: 30px 0 0 0;
}/*2025-09-19*/
#footer {
  clear: both;
  width: 100%;
  background: #fafafa;
  border-top: 1px solid #e0e0e0;
  padding: 50px 0;
}
#footer .footer-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;  padding-bottom: 50px;
}
#footer .footer-top a {
  font-size: 17px;
  color: #000;
}
#footer .footer-middle {
  display: flex;
  flex-wrap: wrap;

  padding-bottom: 40px;
  justify-content: center;
  align-items: center;
  gap: 15px 30px;
  font-size: 16px;
}
#footer .footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-bottom-inner {
	padding: 14px 50px;
  background:#346aff;
  color: #fff;
  border-radius: 230px;
  font-size: 16px;
}/*2025-09-19*/
#footer .footer-bottom p {
  color: #fff;
  font-size: 16px;
	 display: flex;
  align-items: center;
	justify-content: center;
	padding:3px 0;
}/*2025-09-19*/
#footer .footer-bottom strong {
  display: flex;
  align-items: center;
  ;
  position: relative;
  padding-right: 20px;
}
#footer .footer-bottom strong:after {
  position: absolute;
  right: 0;
  top: 3px;
  background: #9ab5ff;
  width: 1px;
  height: 10px;
  display: block;
  content: ""
}
#footer .footer-bottom strong img {
  margin-right: 5px;
}
#footer .footer-bottom span {
  position: relative;
  padding: 0 15px;
}
#footer .footer-bottom span:after {
  position: absolute;
  right: 0;
  top: 3px;
  background: #5d88ff;
  width: 1px;
  height: 10px;
  display: block;
  content: ""
}
#footer .footer-bottom span:last-child {
  padding-right: 0;
}
#footer .footer-bottom span:last-child:after {
  display: none;
}
/*******************************************************************
*	정렬관련
********************************************************************/
.wrapper_fix {
  width: 1200px;
  margin: 0 auto;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.float_clear {
  float: none !important;
}
.clearFloat:after {
  clear: both;
  content: "";
  display: block;
}
.clear {
  clear: both;
}
.block {
  display: block;
}
.hidden {
  display: none;
}
.cursor {
  cursor: pointer;
}
/*******************************************************************
*	글자정렬
********************************************************************/
.txtCen {
  text-align: center !important
}
.txtLeft {
  text-align: left !important
}
.txtRight {
  text-align: right !important
}
/*******************************************************************
*	간격관련
********************************************************************/
.p_t2 {
  padding-top: 2px !important;
}
.p_t4 {
  padding-top: 4px !important;
}
.p_t6 {
  padding-top: 6px !important;
}
.p_t8 {
  padding-top: 8px !important;
}
.p_t10 {
  padding-top: 10px !important;
}
.p_t12 {
  padding-top: 12px !important;
}
.p_t18 {
  padding-top: 18px !important;
}
.p_t20 {
  padding-top: 20px !important;
}
.p_t22 {
  padding-top: 22px !important;
}
.p_t30 {
  padding-top: 30px !important;
}
.p_t40 {
  padding-top: 40px !important;
}
.p_t50 {
  padding-top: 50px !important;
}
.p_r10 {
  padding-right: 10px !important;
}
.p_r20 {
  padding-right: 20px !important;
}
.p_r30 {
  padding-right: 30px !important;
}
.p_r150 {
  padding-right: 150px !important;
}
.p_r197 {
  padding-right: 197px !important;
}
.p_l20 {
  padding-left: 20px !important;
}
.p_l64 {
  padding-left: 64px !important;
}
.p_l10 {
  padding-left: 10px !important;
}
.p_l100 {
  padding-left: 100px !important;
}
.p_b5 {
  padding-bottom: 5px !important;
}
.p_b6 {
  padding-bottom: 6px !important;
}
.p_b10 {
  padding-bottom: 10px !important;
}
.p_tb10 {
  padding: 10px 0 !important;
}
.m_t10 {
  margin-top: 10px !important;
}
.m_t12 {
  margin-top: 12px !important;
}
.m_t20 {
  margin-top: 20px !important;
}
.m_t22 {
  margin-top: 22px !important;
}
.m_t30 {
  margin-top: 30px !important;
}
.m_t40 {
  margin-top: 40px !important;
}
.m_t50 {
  margin-top: 50px !important;
}
.m_b6 {
  margin-bottom: 6px !important;
}
.m_b10 {
  margin-bottom: 10px !important;
}
.m_b50 {
  margin-bottom: 50px !important;
}
/*******************************************************************
*	폰트관련
********************************************************************/
.font_bold {
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
.letter_s1 {
  letter-spacing: -1px;
}
/*폰트 사이즈*/
.size_10 {
  font-size: 10px !important;
}
.size_11 {
  font-size: 11px !important;
}
.size_12 {
  font-size: 12px !important;
}
.size_13 {
  font-size: 13px !important;
}
.size_14 {
  font-size: 14px !important;
}
.size_15 {
  font-size: 15px !important;
}
.size_16 {
  font-size: 16px !important;
}
.size_17 {
  font-size: 17px !important;
}
.size_18 {
  font-size: 18px !important;
}
.size_20 {
  font-size: 20px !important;
}
.size_22 {
  font-size: 22px !important;
}
.size_24 {
  font-size: 24px !important;
}
.size_25 {
  font-size: 25px !important;
}
.size_26 {
  font-size: 26px !important;
}
.size_27 {
  font-size: 27px !important;
}
.size_29 {
  font-size: 29px !important;
}
.size_30 {
  font-size: 30px !important;
}
/*글자간*/
.line_h140 {
  line-height: 140% !important;
}
.line_h150 {
  line-height: 150% !important;
}
.line_h160 {
  line-height: 160% !important;
}
.line_h170 {
  line-height: 170% !important;
}
.line_h180 {
  line-height: 180% !important;
}
.line_h200 {
  line-height: 200% !important;
}
.line_h220 {
  line-height: 220% !important;
}
.line_h240 {
  line-height: 240% !important;
}
.line_h260 {
  line-height: 260% !important;
}
.line_h300 {
  line-height: 300% !important;
}
.line_h140 li {
  line-height: 140% !important;
}
.line_h150 li {
  line-height: 150% !important;
}
.line_h160 li {
  line-height: 160% !important;
}
.line_h170 li {
  line-height: 170% !important;
}
.line_h180 li {
  line-height: 180% !important;
}
/*******************************************************************
*	색관련
********************************************************************/
.color_43 {
  color: #434343 !important;
}
.color_77 {
  color: #777 !important;
}
.color_99 {
  color: #999 !important;
}
.color_517 {
  color: #cc1517 !important;
}
.color_799 {
  color: #fff799 !important;
}
.color_700 {
  color: #eef700 !important;
}
.color_primary {
  color: var(--bs-primary) !important;
}
.imp_star {
  color: var(--bs-primary);
  position: relative;
  top: 2px;
}
.txtS_info_red {
  color: #cc0033;
  font-size: 11px;
}
.txt_info_red {
  color: #cc0033;
  font-size: 12px;
  font-weight: bold
}
.txt_info_blue {
  color: var(--bs-primary);
  font-weight: bold
}
/*******************************************************************
*	기타공통부분
********************************************************************/
.lineBox1 {
  padding: 13px 30px;
  border-top: 2px solid #cb003d;
  background: #f9f9f9;
  border-bottom: 1px solid #dfdfdf;
}
.lineBox2 {
  padding: 8px 30px;
  border-top: 2px solid #cb003d;
  background: #f9f9f9;
  border-bottom: 1px solid #dfdfdf;
}
.lineBox3 {
  padding: 8px 30px;
  border-top: 1px solid #dfdfdf;
  background: #f9f9f9;
  border-bottom: 1px solid #dfdfdf;
}
.info_txt {
  padding-left: 12px;
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 5px;
  position: relative;
}
.info_txt:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: var(--bs-primary);
  display: block;
  content: "";
}
.info_txt2 {
  padding-left: 12px;
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 5px;
  position: relative;
}
.info_txt2:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: var(--bs-primary);
  display: block;
  content: "";
}
.info_txt3 {
  padding-left: 12px;
  line-height: 20px;
  font-size: 14px;
  padding-bottom: 5px;
  position: relative;
}
.info_txt3:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  border-radius: 30px;
  background: var(--bs-primary);
  display: block;
  content: "";
}
.w_280 {
  width: 280px !important;
}
.w_26 {
  width: 26% !important;
}
.w_70 {
  width: 70% !important;
}
.w_70p {
  width: 70px !important;
}
.b_dotB {
  width: 100%;
  border-bottom: 1px dotted #bbb;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .b_dotB {
    width: 100%;
    border-bottom: 1px dotted #d7d7d7;
  }
}
/*******************************************************************
*	팝업레이어
*******************************************************************/
.layer_popup {
  z-index: 90001;
}
.layer_popup .layer_tit {
  height: 22px;
  padding-top: 8px;
  background: url('/images/popup/popLayer_tit_bg.gif') repeat-x 0 0;
  text-align: center;
}
.layer_popup .layer_box {
  border-top: 1px solid #ce1414;
  border-left: 1px solid #b8151a;
  border-right: 1px solid #b8151a;
}
.layer_popup .layer_cont {
  border-left: 1px solid #f80000;
  border-bottom: 1px solid #f80000;
  border-right: 1px solid #f80000;
  padding-top: 13px;
  background: #fff
}
.layer_popup .layer_close {
  overflow: visible;
  border-top: 1px solid #dedede;
  padding: 8px 11px 0 11px;
  height: 20px;
}
.layer_popup .layer_close .info_close {
  float: left;
  font-size: 11px;
  color: #747474
}
.layer_popup .layer_close .btn_close {
  float: right
}
.layer_popup .layer_close input[type="checkbox"] {
  margin-right: 3px;
  vertical-align: middle;
}
.layer_popup.layer_close img {
  vertical-align: middle;
}
/*버튼*/
.btnBox1 {
  display: inline-block;
  overflow: visible;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 0 0 5px !important;
  background: #f2f3f6;
  border: 1px solid #808ca6;
  color: #808ca6;
  border-radius: 30px;
  font-size: 13.5px;
  font-weight: 500;
}
.btnBox1 input[type="button"] {
  background: #f2f3f6;
  line-height: 32px;
  height: 32px;
  padding: 0 15px 2px 15px;
  cursor: pointer;
}
.btnBox1 a {
  line-height: 22px;
  height: 22px;
  padding: 0 15px 2px 15px;
  display: block;
}
.btnBox1 a:hover {
  text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .btnBox1 input[type="button"] {
    background: transparent;
    padding: 0 15px 0 15px;
    overflow: hidden;
    border: 0;
  }
  .btnBox1 a {
    height: 22px;
    padding: 0 15px 0 15px;
  }
}
.btnBox2 {
  display: inline-block !important;
  overflow: visible;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: #cc1517;
}
.btnBox2 a {
  line-height: 18px;
  height: 19px;
  padding: 3px 15px 0 15px;
  color: #fff;
  font-weight: bold;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .btnBox2 a {
    height: 21px;
    padding: 1px 15px 0 15px;
  }
}
.btnBox3 {
  display: inline-block !important;
  overflow: visible;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: #cc1517;
}
.btnBox3 a {
  line-height: 18px;
  height: 19px;
  padding: 3px 15px 0 15px;
  color: #fff;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .btnBox3 a {
    height: 21px;
    padding: 1px 15px 0 15px;
  }
}
.btnBox4 {
  display: inline-block;
  overflow: visible;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  margin: 0 0 0 5px !important;
  background: #f0f0f0;
  border: 1px solid #919191;
}
.btnBox4 a {
  line-height: 22px;
  height: 21px;
  padding: 2px 20px 2px 20px;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .btnBox4 a {
    height: 25px;
    padding: 0 20px 0 20px;
  }
}
.btnBox5 {
  display: inline-block;
  overflow: visible;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: #f0f0f0;
  border: 1px solid #919191;
  margin: 2px 0
}
.btnBox5 a {
  line-height: 21px;
  height: 19px;
  width: 105px;
  padding: 0;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .btnBox5 a {
    height: 19px;
    padding: 0;
  }
}
.btnBox6 {
  display: inline-block !important;
  overflow: visible;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: #f0f0f0;
  border: 1px solid #919191;
}
.btnBox6 a {
  line-height: 18px;
  height: 18px;
  padding: 2px 14px 0 14px;
  color: #000;
  font-weight: bold;
  display: block;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .btnBox6 a {
    height: 20px;
    padding: 0px 15px 0 15px;
  }
}
.btnBox_orange {
  display: inline-block;
  overflow: visible;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: #f87564;
  border: 1px solid #da6050;
  margin: 2px 0
}
.btnBox_orange a {
  line-height: 21px;
  height: 19px;
  width: 105px;
  padding: 0;
  display: block;
  color: #fff
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .btnBox_orange a {
    height: 19px;
    padding: 0;
  }
}
.btnBox_blue {
  display: inline-block;
  overflow: visible;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: #3d9ab8;
  border: 1px solid #2e829d;
  margin: 2px 0
}
.btnBox_blue a {
  line-height: 21px;
  height: 19px;
  width: 105px;
  padding: 0;
  display: block;
  color: #fff
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .btnBox_blue a {
    height: 19px;
    padding: 0;
  }
}
/*컨텐츠 하단 버튼 */
.btnWrap {
  margin: 30px auto 0 auto;
  text-align: right;
}
.btnWrap a {
  display: inline-block;
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #666;
  font-weight: 300;
  border: 1px solid #666;
}
.btnWrap a:hover {
  text-decoration: none;
}
.btnWrap a.blue {
  background: #0253a5;
  color: #fff;
}
.btnWrap a.red {
  background: var(--bs-primary);
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  border: 0;
  font-size: 16px;
}
/*컨텐츠 하단 버튼 */
a.btn {
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}
a.btn.green {
  border-color: #55bb4f;
  color: #55bb4f;
}
a.btn.red {
  border-color: #ed1c2a;
  background: #ed1c2a;
  color: #fff;
}
.auto, .area {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}/*2025-09-19*/
.auto:after, .auto ul:after, .auto dl:after {
  content: "";
  clear: both;
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
.ui_state {
  display: inline-block;
  padding: 3px 6px;
  border-radius: 40px;
  line-height: 1;
  font-size: 14px;
  min-width: 65px;
  text-align: center;
}
.ui_state.ui_state_01 {
  border: 1px solid #808ca6;
  background: #f2f3f6;
  color: #808ca6;
}
.ui_state.ui_state_02 {
  border: 1px solid #9498f2;
  background: #eaedfa;
  color: #9498f2;
}
.ui_state.ui_state_03 {
  border: 1px solid #3d6af2;
  background: #ebf0fe;
  color: #3d6af2;
}
.ui_state.ui_state_04 {
  border: 1px solid #3d6af2;
  background: #3d6af2;
  color: #fff;
}