@charset "UTF-8";
@import url(../fonts/Pretendard.css);
@import url(../fonts/XEIcon-2.2.0/xeicon.css);
@import url(../css/slick.css);
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
/* ====================================user_info=======================================================
basic style reset
=========================================================================================== */
.section .dp-bl {
  display: block !important;
  width: 100%;
}
.section .ta-ct {
  text-align: center;
}
.section.board_detail > h2 {
  font-size: 4.6rem;
  font-weight: 900;
  text-align: left;
  margin: 8rem 0 4rem;
}
.section.board_detail .detail_title {
  padding: 4rem 3rem;
  text-align: left;
  border-top: 1px solid #333;
  border-bottom: 1px solid #E8E8E8;
}
.section.board_detail .detail_title > strong {
  font-size: 2.4rem;
  font-weight: 900;
}
.section.board_detail .detail_title .info {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
}
.section.board_detail .detail_title .info > * {
  margin-right: 2.8rem;
  font-size: 1.4rem;
  color: #767676;
}
.section.board_detail .detail_title .info .date {
  font-size: 1.6rem;
  font-weight: 200;
  color: #333;
}
.section.board_detail .detail_content {
  width: 80rem;
  margin: 0 auto;
  padding: 6rem 0;
  font-size: 1.8rem;
  letter-spacing: -0.054rem;
  line-height: 3.1rem;
  font-weight: 300;
  text-align: left;
}
.section.board_detail .detail_file {
  background: #F5F6F7;
  padding: 4rem;
  display: flex;
  text-align: left;
}
.section.board_detail .detail_file .title {
  width: 20rem;
  color: #767676;
  font-size: 1.4rem;
  font-weight: 200;
}
.section.board_detail .detail_file .file_list {
  width: calc(100% - 20rem);
}
.section.board_detail .detail_file .file_list li {
  margin-bottom: 1.5rem;
}
.section.board_detail .detail_file .file_list li a {
  display: flex;
  align-items: center;
}
.section.board_detail .detail_file .file_list li a i {
  font-size: 3rem;
  transform: rotate(45deg);
}
.section.board_detail .detail_file .file_list li a span {
  font-size: 1.8rem;
  margin: 0 0.6rem;
  font-weight: 300;
}
.section.board_detail .detail_file .file_list li a em {
  color: #767676;
  font-size: 1.4rem;
  font-weight: 200;
}
.section.board_detail .content_move_nav {
  margin-top: 3rem;
  border-top: 1px solid #E8E8E8;
  text-align: left;
}
.section.board_detail .content_move_nav .row {
  margin: 0;
  padding: 4rem 3rem;
  border-bottom: 1px solid #E8E8E8;
  color: #767676;
  font-size: 1.4rem;
}
.section.board_detail .content_move_nav .row span {
  width: 24rem;
}
.section.board_detail .content_move_nav .row a {
  width: calc(100% - 35.2rem);
  padding-right: 2rem;
  color: #333;
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.1s all;
}
.section.board_detail .content_move_nav .row a:hover {
  font-weight: 700;
}
.section.board_detail .content_move_nav .row em {
  width: 11.2rem;
}
.section.board_detail .content_move_nav .row.last {
  text-align: center;
}
.section.board_detail .content_move_nav .row.last p {
  width: 100%;
}
.section .text_of_line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.section .small_wrap li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30rem;
}
.section .small_wrap li em {
  border: 1px solid #999;
  padding: 0.9rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section .small_wrap li em i {
  color: #ED1824;
  margin-right: 0.4rem;
}
.section .small_wrap li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.section .small_wrap li button {
  margin-top: 1.2rem;
}
.section .small_wrap li input[type=text] {
  width: 20rem;
}
.section .check_order_box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
}
.section .check_order_box .left {
  display: flex;
  align-items: flex-start;
  padding: 2.6rem 0;
}
.section .check_order_box .left .box {
  min-width: 16rem;
  flex-wrap: wrap;
  display: flex;
  padding: 0 1.2rem;
  font-size: 1.5rem;
  align-items: center;
}
.section .check_order_box .left .box i {
  color: #ED1824;
  font-size: 2rem;
}
.section .check_order_box .left .box span {
  font-weight: 300;
}
.section .check_order_box .left .box span label {
  margin-right: 2.4rem;
}
.section .check_order_box .left .box span ul {
  margin-top: 1rem;
}
.section .check_order_box .left .box span ul li:not(:first-child) {
  margin-top: 0.5rem;
}
.section .check_order_box .left .box span, .section .check_order_box .left .box strong {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
}
.section .check_order_box .left .box span:not(:last-child), .section .check_order_box .left .box strong:not(:last-child) {
  margin-bottom: 0.8rem;
}
.section .check_order_box .right {
  display: flex;
  align-items: center;
}
.section .check_order_box .right .box {
  padding-right: 1.2rem;
}
.section .modify_box {
  padding: 2rem 1rem;
  border-bottom: 1px solid #E8E8E8;
}
.section .modify_box .modify_row {
  display: flex;
  align-items: baseline;
  font-size: 1.5rem;
}
.section .modify_box .modify_row:not(:last-child) {
  margin-bottom: 2rem;
}
.section .modify_box .modify_row strong {
  width: 12.3rem;
  text-align: left;
}
.section .modify_box .modify_row input, .section .modify_box .modify_row button, .section .modify_box .modify_row span {
  width: 30rem;
  padding: 0.9rem 1.2rem;
}
.section .modify_box .modify_row button {
  background: #686868;
  color: #fff;
  margin-bottom: 0.8rem;
}
.section .modify_box .modify_row span {
  display: block;
  color: #686868;
  font-size: 1.3rem;
  text-align: left;
  padding: 0;
}
.section .modify_box .modify_row span.form {
  width: auto;
}
.section .modify_box .modify_row.password li {
  position: relative;
  margin-bottom: 0.8rem;
}
.section .modify_box .modify_row.password li span {
  margin-top: 0.8rem;
}
.section .modify_box .modify_row.password li i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8rem;
  font-size: 2rem;
}
.section .modify_box .modify_row.password li:last-child span, .section .modify_box .modify_row.password li:last-child button, .section .modify_box .modify_row.password li:last-child input {
  margin-bottom: 0;
}
.section .modify_box .modify_row.password li:not(:first-child), .section .modify_box .modify_row.password li span {
  display: none;
}
.section .modify_box .modify_row.password.active li:not(:first-child), .section .modify_box .modify_row.password.active li span {
  display: block;
}
.section .modify_box .check_order_box {
  border-bottom: none;
  border-top: 1px solid #E8E8E8;
}
.section .modify_box .check_order_box .left {
  padding-bottom: 0;
}
.section .client_wrap {
  text-align: center;
  width: 100%;
}
.section .client_wrap.join .section_title {
  margin-top: 7rem !important;
}
.section .client_wrap.join .title_alert {
  font-size: 2rem;
  line-height: 3.3rem;
  color: #333;
  margin-bottom: 4rem;
}
.section .client_wrap .client_logo_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
}
.section .client_wrap .client_logo_box li {
  margin-bottom: 4rem;
  width: calc(33.3333% - 2.6666rem);
  max-width: 40rem;
}
.section .client_wrap .client_logo_box li a {
  display: block;
}
.section .client_wrap .client_logo_box li a img {
  max-width: 100%;
}
.section .client_wrap .client_name_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  justify-content: flex-start;
  margin-bottom: 10rem;
}
.section .client_wrap .client_name_box li {
  width: calc(20% - 1.2rem);
  margin-bottom: 3rem;
  margin-right: 1.5rem;
}
.section .client_wrap .client_name_box li:nth-child(5n) {
  margin-right: 0;
}
.section .client_wrap .client_name_box li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E8E8E8;
  height: 10rem;
  font-size: 2rem;
  font-weight: 500;
}
.section .client_wrap .content_box_icon {
  display: flex;
  background: #F5F6F7;
  padding: 7rem;
  margin-top: 7rem;
  margin-bottom: 6rem;
}
.section .client_wrap .content_box_icon li {
  text-align: center;
  width: 33.3333%;
  position: relative;
}
.section .client_wrap .content_box_icon li > * {
  display: block;
  margin: 0 auto;
}
.section .client_wrap .content_box_icon li strong {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 4rem 0 2.4rem;
}
.section .client_wrap .content_box_icon li span {
  font-size: 1.8rem;
  color: #686868;
  font-weight: 300;
}
.section .client_wrap .content_box_icon li:not(:last-child)::after {
  display: block;
  content: "";
  background: #E4E5E6;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.section .client_wrap .content_box_icon.type2 {
  background: none;
}
.section .client_wrap .content_box_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
}
.section .client_wrap .content_box_img li {
  width: calc(50% - 3rem);
}
.section .client_wrap .content_box_img li .img_box {
  height: 40rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .client_wrap .content_box_img li .img_box img {
  max-height: 100%;
}
.section .client_wrap .content_box_img li strong {
  font-size: 2.4rem;
  display: block;
  margin: 2.4rem 0;
  text-align: left;
}
.section .client_wrap .content_box_img li em {
  color: #333;
  font-size: 1.8rem;
  line-height: 3.1rem;
  text-align: left;
  display: block;
  word-break: keep-all;
}
.section .client_wrap .content_box_img.type2 {
  padding: 3.6rem 0 7.5rem;
}
.section .client_wrap .content_box_img.type2 li strong {
  text-align: center;
  display: block;
  margin-bottom: 2.3rem;
  font-weight: 800;
}
.section .client_wrap .content_box_list {
  display: flex;
  justify-content: space-between;
}
.section .client_wrap .content_box_list .section_title {
  text-align: left;
}
.section .client_wrap .content_box_list .list_type_number {
  margin: 10rem 0 13rem;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 48rem);
}
.section .client_wrap .content_box_list .list_type_number li {
  width: calc(33.3333% - 3.5rem);
  word-break: keep-all;
}
.section .client_wrap .content_box_list .list_type_number li:not(:nth-child(3n+1)) {
  margin-left: 5.25rem;
}
.section .client_wrap .content_box_list .list_type_number li em {
  color: #999;
  font-weight: 800;
  font-size: 1.6rem;
  display: block;
  text-align: left;
}
.section .client_wrap .content_box_list .list_type_number li strong {
  color: #222;
  font-size: 2.4rem;
  font-weight: 800;
  margin: 2.8rem 0;
  text-align: left;
  display: block;
  line-height: 3.6rem;
  word-break: keep-all;
  max-width: 15rem;
}
.section .client_wrap .content_box_list .list_type_number li span {
  color: #686868;
  font-size: 1.8rem;
  line-height: 2.8rem;
  display: block;
  text-align: left;
}
.section .client_wrap .content_box_list .list_type_number li:nth-child(1) {
  margin-bottom: 8rem;
}
.section .client_wrap.bg_grey {
  background: #F5F6F7;
}
.section .client_wrap .normal_table {
  margin-top: 4rem;
}
.section .client_wrap .normal_table thead {
  background: #333;
  color: #fff;
  font-size: 1.8rem;
}
.section .client_wrap .normal_table thead tr th {
  padding: 2.5rem 0;
  font-weight: 200;
}
.section .client_wrap .normal_table tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
.section .client_wrap .normal_table tbody tr th, .section .client_wrap .normal_table tbody tr td {
  font-size: 1.8rem;
  font-weight: 300;
  color: #333;
  word-break: keep-all;
}
.section .client_wrap .normal_table tbody tr th {
  background: #F5F6F7;
}
.section .client_wrap .normal_table tbody tr td {
  border-left: 1px solid #e8e8e8;
  color: #333;
}
.section .client_wrap .normal_table tbody tr td strong {
  width: 100%;
  text-align: left;
  display: inline-block;
  padding: 0 1.2rem;
}
.section .client_wrap .normal_table tbody tr td strong:not(:first-child) {
  margin-top: 1.6rem;
}
.section .client_wrap .normal_table tbody tr td span {
  font-size: 1.8rem;
  display: block;
  font-weight: 400;
}
.section .client_wrap .normal_table tbody tr td em {
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
}
.section .client_wrap .normal_table tbody tr td .td_list_img {
  padding: 2.9rem;
  display: flex;
  overflow-x: scroll;
  max-width: 100%;
  overflow: auto;
}
.section .client_wrap .normal_table tbody tr td .td_list_img li {
  width: 20%;
}
.section .client_wrap .normal_table tbody tr td .td_list_img li img {
  width: 10rem;
  height: 10rem;
  margin-bottom: 1.2rem;
}
.section .client_wrap .normal_table tbody tr td .td_list_img li em {
  width: 140px;
}
.section .client_wrap .normal_table tbody tr td .result_wrap {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.section .client_wrap .normal_table tbody tr td .result_wrap strong {
  display: inline-block;
  text-align: center;
  margin-bottom: 1.5rem;
}
.section .client_wrap .normal_table tbody tr td .result_wrap em {
  text-align: center;
}
.section .client_wrap .normal_table tbody tr td .result_wrap::after {
  display: flex;
  content: "\e914";
  background: #1D9AB7;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  font-family: "xeicon";
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.section .client_wrap .normal_calculator {
  margin-top: 4.5rem;
}
.section .client_wrap .normal_calculator .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  align-items: flex-end;
}
.section .client_wrap .normal_calculator .title strong {
  font-size: 2.4rem;
}
.section .client_wrap .normal_calculator .title button {
  font-size: 1.4rem;
  text-decoration: underline;
}
.section .client_wrap .normal_calculator .calculator_box {
  display: flex;
  border: 1px solid #999;
}
.section .client_wrap .normal_calculator .calculator_box .product_list {
  width: 28rem;
  background: #F5F6F7;
  padding: 3.4rem 2.4rem;
  text-align: left;
}
.section .client_wrap .normal_calculator .calculator_box .product_list > li {
  color: #333;
}
.section .client_wrap .normal_calculator .calculator_box .product_list > li strong {
  margin-bottom: 0.75rem;
  display: block;
}
.section .client_wrap .normal_calculator .calculator_box .product_list > li ul {
  margin-bottom: 1.5rem;
  margin-left: 1rem;
}
.section .client_wrap .normal_calculator .calculator_box .product_list > li ul li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section .client_wrap .normal_calculator .calculator_box .product_list > li ul li button {
  color: #686868;
  font-size: 1.4rem;
  padding: 0.2rem 1.1rem;
  background: #fff;
  border-radius: 1.2rem;
  border: 1px solid #ccc;
  font-weight: 300;
}
.section .client_wrap .normal_calculator .calculator_box .product_list > li:last-child ul {
  margin-bottom: 0;
}
.section .client_wrap .normal_calculator .calculator_box .product_list > li:last-child ul li:last-child {
  margin-bottom: 0;
}
.section .client_wrap .normal_calculator .calculator_box .product_volume {
  width: calc(100% - 56rem);
  padding: 0 5rem;
}
.section .client_wrap .normal_calculator .calculator_box .product_volume li {
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
  align-items: center;
  min-height: 3.2rem;
  position: relative;
  border-bottom: 1px solid #E8E8E8;
}
.section .client_wrap .normal_calculator .calculator_box .product_volume li .volume_title {
  font-weight: 300;
}
.section .client_wrap .normal_calculator .calculator_box .product_volume li .volume_control {
  display: flex;
  align-items: center;
  justify-content: right;
}
.section .client_wrap .normal_calculator .calculator_box .product_volume li .volume_control em {
  -moz-columns: #767676;
       columns: #767676;
  font-weight: 700;
  padding-right: 3rem;
  width: 15rem;
  text-align: right;
}
.section .client_wrap .normal_calculator .calculator_box .product_volume li .volume_control > button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section .client_wrap .normal_calculator .calculator_box .product_result {
  width: 28rem;
  padding: 1.25rem;
}
.section .client_wrap .normal_calculator .calculator_box .product_result .product_result_box {
  background: #F5F6F7;
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
  color: #333;
}
.section .client_wrap .normal_calculator .calculator_box .product_result .product_result_box span {
  font-size: 1.8rem;
  font-weight: 600;
}
.section .client_wrap .normal_calculator .calculator_box .product_result .product_result_box strong {
  font-size: 2.8rem;
  margin-top: 1rem;
  display: inline-block;
}
.section .client_wrap .img_area {
  position: relative;
}
.section .client_wrap .img_area.mt-8 {
  margin-top: 8rem;
}
.section .client_wrap .img_area .img_area_text {
  position: absolute;
  color: #fff;
  z-index: 5;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  text-align: left;
  width: 100%;
}
.section .client_wrap .img_area .img_area_text h3 {
  font-size: 3.8rem;
  font-weight: 800;
}
.section .client_wrap .img_area .img_area_text strong {
  font-size: 2.4rem;
  margin-top: 6rem;
  display: inline-block;
}
.section .client_wrap .img_area .img_area_text p {
  font-size: 1.8rem;
  margin-top: 2.8rem;
  font-weight: 200;
  line-height: 3.2rem;
}
.section .client_wrap .img_area .img_area_text * {
  width: 50rem;
  margin-right: 78rem;
}
.section .client_wrap .img_area .img_area_text.align_right * {
  width: 50rem;
  margin-left: 78rem;
}
.section .client_wrap .choice_box_wrap {
  display: flex;
  justify-content: space-around;
}
.section .client_wrap .choice_box_wrap .choice_box {
  width: calc(50% - 1rem);
  background: #F5F6F7;
  padding: 6rem 0 7rem;
}
.section .client_wrap .choice_box_wrap .choice_box .img_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
}
.section .client_wrap .choice_box_wrap .choice_box > strong {
  font-size: 2.4rem;
  padding: 3rem 0 1.5rem;
  display: block;
}
.section .client_wrap .choice_box_wrap .choice_box > p {
  font-weight: 300;
  padding: 0 20%;
  word-break: keep-all;
  margin-bottom: 2.4rem;
}
.section input[type=checkbox] {
  border: 1px solid #ccc;
  width: 2rem;
  height: 2rem;
  border-radius: 0.2rem;
  margin-right: 0.4rem;
}
.section label {
  font-size: 1.5rem;
  color: #333;
}
.section .move_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10rem;
}
.section .move_btn_wrap a, .section .move_btn_wrap button {
  border: 1px solid #444;
  width: 15.6rem;
  padding: 1.5rem 0;
  display: block;
  margin: 0 0.6rem;
}
.section .move_btn_wrap a.finish, .section .move_btn_wrap button.finish {
  background: #444;
  color: #fff;
}
.section .move_btn_wrap.color {
  background: #444;
  color: #fff;
  width: 15.6rem;
  margin: 0 auto;
  margin-top: 5rem;
  margin-bottom: 10rem;
}
.section .btn_normal {
  padding: 1.4rem 6rem;
  background: #444;
  color: #fff;
  font-weight: 700;
}
.section .link_btn {
  border: 1px solid rgba(34, 34, 34, 0.3764705882);
  border-radius: 5rem;
  padding: 2rem 4rem;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.section .link_btn > span {
  font-size: 1.8rem;
  margin-right: 0.25rem;
}
.section .link_btn.type1 {
  margin-bottom: 6rem;
  background: #26A78E;
  color: #fff;
  border-color: #26A78E;
}
.section .link_btn.type2 {
  margin-bottom: 6rem;
  background: #D33E83;
  color: #fff;
  border-color: #D33E83;
}
.section .link_btn.type3 {
  margin-bottom: 6rem;
  background: #1D9AB7;
  color: #fff;
  border-color: #1D9AB7;
}
.section .red {
  color: #ED1824 !important;
}
.section .bg-paper {
  background: url(../img/ba_img_paper.png) no-repeat;
  background-size: cover;
}
.section input {
  accent-color: #ED1B24;
}
.section .radio_wrap {
  display: flex;
  align-items: center;
}
.section .radio_wrap label {
  margin: 0 2rem 0 0.5rem;
}
.section .btn_move {
  color: #686868;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  padding: 0.4rem 1rem;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  background: #fff;
}
.section .btn_move i {
  width: 0.85rem;
}
.section .product_detail_header_alert {
  background: #EEEEEE;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 3rem 0;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.section .product_detail_header_alert strong {
  width: 100%;
  font-size: 2rem;
}
.section .product_detail_header_alert span {
  display: inline-block;
  margin-top: 1rem;
}
.section .btn_max {
  background: #ED1824;
  color: #fff;
  width: 100%;
  padding: 1.8rem 0;
  font-size: 2rem;
  font-weight: 700;
  margin: 2rem 0 10rem;
}
.section .radio_row {
  background: #F5F6F7;
}
.section .btn_figures_box {
  display: flex;
  align-items: center;
}
.section .btn_figures_box button, .section .btn_figures_box input {
  border: 1px solid #ccc;
  width: 4rem !important;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
}
.section .btn_figures_box .figures_value {
  width: 6rem;
  border-left: none;
  border-right: none;
}
.section .btn_figures_box i {
  font-size: 1.8rem;
  width: auto !important;
}
.section .btn_figures_box em {
  font-size: 1.5rem;
  color: #333;
  margin-left: 2.2rem;
  font-weight: 400;
}
.section .btn_figures_box.small-1 button {
  width: 3.2rem !important;
  height: 3.2rem !important;
}
.section .btn_figures_box.small-1 .figures_value {
  height: 3.2rem !important;
  min-height: 3.2rem;
  text-align: center !important;
}
.section .btn_request {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section .btn_request button {
  padding: 2.4rem 0;
  font-size: 2rem;
  font-weight: 500;
}
.section .btn_request button.buy {
  background: #ED1824;
  color: #fff;
  width: calc(50% - 0.4rem);
}
.section .btn_request button.basket {
  border: 1px solid #444;
  color: #333;
  width: calc(50% - 0.4rem);
}
.section .btn_request button.alert {
  background: #444;
  color: #fff;
  font-size: 1.8rem;
  width: 100%;
  margin-top: 0.8rem;
  position: relative;
  padding: 1.8rem 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
.section .btn_request button.alert.active {
  opacity: 1;
  visibility: visible;
}
.section .btn_request button.alert em {
  font-size: 1.6rem;
  margin-left: 1.2rem;
  font-weight: 200;
  text-decoration: underline;
}
.section .btn_request button.alert i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.section .go_home_detail {
  display: flex;
  align-items: center;
  margin: 2rem 0;
  color: #686868;
  font-size: 1.4rem;
}
.section .flex {
  display: flex;
  margin: 0 auto;
}
.section .flex.jc-bw {
  justify-content: space-between;
}
.section .flex.jc-fs {
  justify-content: flex-start;
}
.section .flex.ai-ct {
  align-items: center;
}
.section .pagination {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  font-size: 1.8rem;
  color: #686868;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 10rem;
}
.section .pagination .left, .section .pagination .rigth, .section .pagination .page {
  display: flex;
  align-items: center;
}
.section .pagination .left a, .section .pagination .rigth a, .section .pagination .page a {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .pagination .left.empty, .section .pagination .rigth.empty, .section .pagination .page.empty {
  color: #ccc;
}
.section .pagination .page {
  padding: 0 3rem;
}
.section .pagination .page li.active {
  background: #444;
  color: #fff;
}
.section .pagination .left .double {
  position: relative;
}
.section .pagination .left .double::after {
  display: block;
  content: "\e93b";
  font-family: "xeicon";
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.6rem;
}
.section .pagination .right .double {
  position: relative;
}
.section .pagination .right .double::after {
  display: block;
  content: "\e93e";
  font-family: "xeicon";
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.6rem;
}
.section .purchase_wrap {
  text-align: left;
  width: 100%;
}
.section .purchase_wrap .product_name .product_name_sub {
  font-size: 1.8rem;
  color: #333;
  font-weight: 300;
  display: block;
  margin: 2rem 0 1rem;
}
.section .purchase_wrap .product_name .product_name_main {
  font-size: 2.8rem;
}
.section .purchase_wrap .product_name .product_price {
  margin: 6rem 0 3rem;
}
.section .purchase_wrap .product_name .product_price > strong {
  font-size: 3.6rem;
}
.section .purchase_wrap .product_name .product_price > strong em {
  font-size: 2.4rem;
  padding: 0 2rem 0 0.5rem;
  display: inline-block;
  font-weight: 400;
}
.section .purchase_wrap .product_name .product_price > span {
  font-size: 2.4rem;
  color: #999;
  text-decoration: line-through;
}
.section .purchase_wrap .product_name .product_price > em {
  font-size: 2.4rem;
  color: #26A78E;
  margin-left: 1.2rem;
}
.section .purchase_wrap .product_info, .section .purchase_wrap .product_cost {
  padding: 3rem 0;
  border-top: 1px solid #E8E8E8;
  margin-bottom: -1px;
}
.section .purchase_wrap .product_info:not(:last-child), .section .purchase_wrap .product_cost:not(:last-child) {
  border-bottom: 1px solid #E8E8E8;
}
.section .purchase_wrap .product_info .title, .section .purchase_wrap .product_cost .title {
  color: #333;
  font-size: 1.5rem;
  width: 15rem;
  display: inline-block;
}
.section .purchase_wrap .product_info .info, .section .purchase_wrap .product_cost .info {
  color: #686868;
  font-size: 1.5rem;
  font-weight: 200;
}
.section .purchase_wrap .product_info li:not(:last-child) {
  margin-bottom: 1rem;
}
.section .purchase_wrap .product_cost .figures {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E8E8E8;
}
.section .purchase_wrap .product_cost .cost {
  display: flex;
  align-items: center;
}
.section .purchase_wrap .product_cost .cost .info {
  color: #ED1824;
  font-size: 3.2rem;
  font-weight: 800;
}
.section .purchase_wrap .product_cost .cost .info em {
  font-size: 2rem;
  font-weight: 600;
  margin-left: 0.5rem;
}
.section .purchase_wrap .product_cost .btn_request {
  margin-top: 2.5rem;
}
.section .normal_row_wrap:not(:last-child) {
  margin-bottom: 4rem;
}
.section .normal_row_wrap .normal_row_wrap_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .normal_row_wrap .normal_row_wrap_title strong {
  font-size: 2.4rem;
}
.section .normal_row_wrap .normal_row_wrap_title strong span {
  font-size: 1.8rem;
}
.section .normal_row_wrap .normal_row_wrap_title .general_chk {
  display: flex;
  align-items: center;
}
.section .normal_row_wrap .normal_row_wrap_title .general_chk input {
  border: 1px solid #ccc;
  width: 2rem;
  height: 2rem;
}
.section .normal_row_wrap .normal_row_wrap_title .general_chk label {
  font-size: 2.4rem;
  font-weight: 700;
  margin-left: 1rem;
}
.section .normal_row_wrap .normal_row_wrap_title .general_del {
  color: #686868;
  font-size: 1.4rem;
}
.section .normal_row_wrap .normal_row_wrap_title .general_del button {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 2rem;
  position: relative;
}
.section .normal_row_wrap .normal_row_wrap_title .general_del button:not(:last-child)::after {
  display: block;
  content: "";
  font-size: 10px;
  position: absolute;
  width: 1px;
  height: 1.2rem;
  background: #ccc;
  top: 50%;
  right: -1.25rem;
  transform: translateY(-50%);
}
.section .normal_row_wrap .normal_row_wrap_title .general_del button:hover {
  font-weight: 700;
}
.section .normal_row_wrap .normal_row_wrap_content {
  margin-top: 1.2rem;
  border-top: 2px solid #444;
}
.section .normal_row_wrap .normal_row_wrap_content > li {
  padding: 2rem 0;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-content: center;
}
.section .normal_row_wrap .normal_row_wrap_content > li > * {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}
.section .normal_row_wrap .normal_row_wrap_content > li .name {
  width: 18rem;
}
.section .normal_row_wrap .normal_row_wrap_content > li .name strong {
  display: block;
  font-size: 1.5rem;
  width: 100%;
  text-align: left;
}
.section .normal_row_wrap .normal_row_wrap_content > li .name em {
  font-size: 1.3rem;
}
.section .normal_row_wrap .normal_row_wrap_content > li .content {
  width: calc(100% - 30rem);
  color: #444;
  font-size: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2rem;
}
.section .normal_row_wrap .normal_row_wrap_content > li .rate {
  width: 12rem;
}
.section .normal_row_wrap .normal_row_wrap_content > li .rate li.on .xi-star-o {
  color: #ED1824;
}
.section .normal_row_wrap .normal_row_wrap_content > li .rate li.on .xi-star-o::before {
  content: "\ea0f";
}
.section .normal_row_wrap .normal_row_wrap_content.user_info {
  border-bottom: 1px solid #ddd;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info > li {
  padding: 1rem 0;
  border-bottom: none;
  font-size: 1.5rem;
  color: #333;
  align-items: baseline;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info > li:first-child {
  padding-top: 2rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info > li:last-child {
  padding-bottom: 2rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info > li > strong {
  width: 17rem;
  padding-left: 1rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info > li > span {
  font-weight: 300;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li {
  padding: 2rem 0;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li > span {
  flex-wrap: wrap;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li > span em {
  width: 100%;
  text-align: left;
  margin-top: 0.8rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li > span.phone em {
  width: auto;
  padding: 0 0.5rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request {
  width: 100%;
  max-width: 56.4rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request li {
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request li select, .section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request li input[type=text] {
  width: 100%;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request li input {
  padding-left: 1.5rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request li input[type=checkbox] {
  border: 1px solid #ccc;
  width: 2rem;
  height: 2rem;
  border-radius: 0.2rem;
  margin-right: 0.4rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request li label {
  font-size: 1.5rem;
  color: #333;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request li .user_request_input_list {
  max-width: 32.5rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request li .user_request_input_list li {
  display: flex;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request li .user_request_input_list li span {
  width: 14.5rem;
  color: #686868;
  font-size: 1.3rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .user_request li .user_request_input_list li input {
  width: calc(100% - 14.5rem);
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .payment_list {
  max-width: 32.5rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .payment_list li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .payment_list li span {
  color: #686868;
  font-size: 1.3rem;
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .payment_list li input {
  width: calc(100% - 14.5rem);
}
.section .normal_row_wrap .normal_row_wrap_content.user_info.type2 > li .payment_list li.payment_list_sum {
  padding-top: 1.5rem;
  margin-bottom: 0;
  border-top: 1px solid #E8E8E8;
}
.section .normal_row_wrap .pagination {
  margin-top: 3rem;
}
.section .review_wrap_info {
  text-align: left;
  justify-content: left;
  align-items: center;
}
.section .review_wrap_info .review_wrap_info_title {
  font-size: 2.4rem;
}
.section .review_wrap_info .review_wrap_content > li {
  align-items: baseline;
}
.section .review_wrap_info .review_wrap_content > li strong {
  width: 18rem;
}
.section .review_wrap_info .review_wrap_content > li ul {
  width: calc(100% - 18rem);
  font-weight: 300;
  word-break: keep-all;
}
.section .has_purchase_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
.section .has_purchase_wrap .normal_row_container {
  width: calc(100% - 37rem);
}
.section .has_purchase_wrap .normal_row_container .section_title {
  width: 100%;
  text-align: left;
  font-size: 3.6rem;
  margin-top: 0rem !important;
}
.section .has_purchase_wrap .purchase_wrap {
  width: 33rem;
  border: 1px solid #ccc;
  padding: 3.6rem 2.4rem;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 13rem;
}
.section .has_purchase_wrap .purchase_wrap .product_name .product_name_sub {
  font-size: 1.4rem;
  margin-top: 0;
}
.section .has_purchase_wrap .purchase_wrap .product_name .product_name_main {
  font-size: 1.8rem;
  letter-spacing: -0.027rem;
}
.section .has_purchase_wrap .purchase_wrap .product_info {
  padding: 1.5rem 0;
  margin-top: 4rem;
}
.section .has_purchase_wrap .purchase_wrap .product_info li {
  display: flex;
  justify-content: space-between;
}
.section .has_purchase_wrap .purchase_wrap .product_info li .title {
  width: auto;
}
.section .has_purchase_wrap .purchase_wrap .product_cost .cost {
  display: flex;
  justify-content: space-between;
}
.section .has_purchase_wrap .purchase_wrap .product_cost .cost .title {
  width: auto;
}
.section .has_purchase_wrap .purchase_wrap .product_cost .cost .info {
  font-size: 2.8rem;
}
.section .has_purchase_wrap .purchase_wrap .product_cost .cost .info em {
  font-size: 1.8rem;
}
.section .has_purchase_wrap .purchase_wrap .btn_request {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -18rem;
}
.section .has_purchase_wrap .purchase_wrap .btn_request button {
  font-size: 1.8rem;
  padding: 2rem 0;
}
.section .has_purchase_wrap .purchase_wrap .btn_request .alert {
  font-size: 1.3rem;
  padding-right: 2rem;
}
.section .has_purchase_wrap .purchase_wrap .btn_request .alert em {
  font-size: 1.2rem;
}
.section .has_purchase_wrap .purchase_wrap .btn_request .alert i {
  right: 1.5rem;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap {
  padding: 0;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .deliver {
  background: #F5F6F7;
  padding: 2.4rem;
  color: #686868;
  font-size: 1.3rem;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .deliver .deliver_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .deliver .deliver_title > span {
  font-size: 1.5rem;
  color: #333;
  font-weight: 800;
  display: flex;
  align-items: center;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .deliver .deliver_title > span i {
  font-size: 1.8rem;
  margin-right: 0.5rem;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .deliver .deliver_title button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .deliver .deliver_user {
  margin: 1rem 0;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .deliver .deliver_add span {
  display: block;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .deliver.product {
  background: #fff;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .deliver.product .deliver_title {
  margin-bottom: 0.8rem;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .deliver.product .basket_list {
  font-size: 1.3rem;
  color: #686868;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .deliver.product .basket_list li {
  display: flex;
  justify-content: space-between;
  margin: 0.4rem 0;
  font-weight: 200;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .product_info {
  margin: 0;
  padding: 2.4rem 0;
  margin: 0 2.4rem;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .product_cost {
  border-top: none;
  padding: 2.4rem;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .product_cost .cost .title {
  color: #ED1824;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .btn_request {
  bottom: -11rem;
  justify-content: center;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .btn_request span {
  color: #686868;
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
}
.section .has_purchase_wrap .purchase_wrap.deliver_wrap .btn_request .buy {
  width: 100%;
  font-size: 2rem;
}

.normal_list {
  display: flex;
  width: 128rem;
  margin: 0 auto;
  justify-content: space-around;
  flex-wrap: wrap;
}
.normal_list > li {
  width: 36rem;
  margin: 0 2.9rem;
  text-align: left;
}
.normal_list > li > strong {
  font-size: 2.2rem;
  margin: 2.4rem 0 1.4rem;
  display: block;
}
.normal_list > li > a {
  display: block;
  font-size: 1.8rem;
  color: #555;
  line-height: 2.8rem;
}
.normal_list.type_tag > li {
  margin-bottom: 6rem;
}
.normal_list.type_tag > li .img_wrap {
  width: 40rem;
  height: 40rem;
  background: rgba(0, 0, 0, 0.031372549);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  position: relative;
}
.normal_list.type_tag > li .img_wrap::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0196078431);
  z-index: 10;
}
.normal_list.type_tag > li .img_wrap.promo::after {
  display: block;
  content: "프로모션";
  background: #26A78E;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
}
.normal_list.type_tag > li .item_name {
  margin-top: 2rem;
  display: block;
}
.normal_list.type_tag > li .item_name em {
  font-size: 1.4rem;
  color: #686868;
}
.normal_list.type_tag > li .item_name span {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
}
.normal_list.type_tag > li .item_price {
  margin-top: 1rem;
}
.normal_list.type_tag > li .item_price strong {
  font-size: 2.4rem;
  color: #222;
}
.normal_list.type_tag > li .item_price span {
  color: #999;
  font-size: 1.6rem;
  text-decoration: line-through;
  margin: 0 0.5rem;
}
.normal_list.type_tag > li .item_price em {
  color: #26A78E;
  font-size: 1.6rem;
}

html {
  position: relative;
  font-size: 10px;
  box-sizing: border-box;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 0;
  font-family: "Pretendard";
}

*, ::after, ::before {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  font-weight: 400;
  font-family: "Pretendard";
  line-height: 1.25;
  color: #222;
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  border: 0;
  vertical-align: middle;
  font-size: 0;
  max-width: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

caption, legend {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input, select, textarea {
  color: #454545;
  font-size: 1.6rem;
}

input, select {
  vertical-align: middle;
}

input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/*input:-ms-input-placeholder { color: #999;}*/
input::-webkit-input-placeholder {
  color: #999;
}

input[type=password],
input[type=text],
select {
  padding: 0.6rem 1.2rem;
  min-height: 3.7rem;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type=password]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
  border-color: #555;
}

input[disabled],
input[readonly] {
  background-color: #eee;
  color: #999;
  opacity: 1;
}

input[disabled] {
  cursor: not-allowed;
}

address, em, i {
  font-style: normal;
}

button {
  color: inherit;
  border: 0;
  padding: 0;
  background: 0 0;
  cursor: pointer;
}

hr {
  margin: 0;
  border: none;
  padding: 0;
  display: block;
}

figcaption, figure, form {
  padding: 0;
  margin: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

button, input, optgroup, pre, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

iframe {
  border: 0;
}

/* ===========================================================================================
skip navigation
=========================================================================================== */
#skipNav {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  z-index: 1000;
  text-align: center;
}

#skipNav a {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  transform: translateY(-50px);
  transition: all 0.3s ease;
  font-size: 14px;
}

#skipNav a:active, #skipNav a:focus, #skipNav a:hover {
  opacity: 1;
  transform: translateY(0);
}

/* ===========================================================================================
user defined style
=========================================================================================== */
.mobile, .pad {
  display: block;
}

.txt-left, .txt_left {
  text-align: left !important;
}

.txt-right, .txt_right {
  text-align: right !important;
}

.txt-center, .txt_center {
  text-align: center !important;
}

.vertical {
  display: inline-block;
  vertical-align: middle;
}

.hidden, .sr_only, .sr-only, .IR {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ellipsis, .subject {
  text-align: left;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  max-width: 96%;
}

td.subject {
  padding-left: 2rem;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.fl, .float-left, .float_left, .pull-left {
  float: left;
}

.float-right, .float_right, .fr, .pull-right {
  float: right;
}

.float-wrap {
  overflow: hidden;
}

.indent {
  margin-left: 2rem !important;
}

.indent2 {
  margin-left: 1rem !important;
}

.outdent {
  margin-left: -2rem;
}

.w5 {
  width: 5% !important;
  flex: 0 0 10% !important;
}

.w6 {
  width: 6% !important;
  flex: 0 0 10% !important;
}

.w7 {
  width: 7% !important;
  flex: 0 0 10% !important;
}

.w8 {
  width: 8% !important;
  flex: 0 0 10% !important;
}

.w9 {
  width: 9% !important;
  flex: 0 0 10% !important;
}

.w10 {
  width: 10% !important;
  flex: 0 0 10% !important;
}

.w15 {
  width: 15% !important;
  flex: 0 0 15% !important;
}

.w20 {
  width: 20% !important;
  flex: 0 0 20% !important;
}

.w25 {
  width: 25% !important;
  flex: 0 0 25% !important;
}

.w30 {
  width: 30% !important;
  flex: 0 0 30% !important;
}

.w35 {
  width: 35% !important;
  flex: 0 0 35% !important;
}

.w40 {
  width: 40% !important;
  flex: 0 0 40% !important;
}

.w45 {
  width: 45% !important;
  flex: 0 0 45% !important;
}

.w50 {
  width: 50% !important;
  flex: 0 0 50% !important;
}

.w55 {
  width: 55% !important;
  flex: 0 0 55% !important;
}

.w60 {
  width: 60% !important;
  flex: 0 0 60% !important;
}

.w65 {
  width: 65% !important;
  flex: 0 0 65% !important;
}

.w70 {
  width: 70% !important;
  flex: 0 0 70% !important;
}

.w75 {
  width: 75% !important;
  flex: 0 0 75% !important;
}

.w80 {
  width: 80% !important;
  flex: 0 0 80% !important;
}

.w85 {
  width: 85% !important;
  flex: 0 0 85% !important;
}

.w90 {
  width: 90% !important;
  flex: 0 0 90% !important;
}

.w95 {
  width: 95% !important;
  flex: 0 0 95% !important;
}

.w100 {
  width: 100% !important;
  flex: 0 0 100% !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

/* ===========================================================================================
slick slider
=========================================================================================== */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

/*.slick-slide.dragging img{pointer-events:none}*/
.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ===========================================================================================
grid style
=========================================================================================== */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-center {
  align-items: center !important;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

/* ===========================================================================================
print style
=========================================================================================== */
@page {
  size: A4 landscape;
} /*  css validator에 걸려서 주석처리 */
@media print {
  #header, aside, #spot, #side, .cont-bot, #footer, .snb, .test_wrap, .slave_tab,
  .header, .breadcrumbs_bar, .snb, .footer, .go_top {
    display: none !important;
  }
  .container,
  .content {
    width: 100% !important;
  }
  .content > .tab_cont {
    opacity: 1 !important;
    visibility: visible !important;
  }
  .fixed {
    position: relative !important;
  }
  /* flex오류 */
  .board_info .form-row {
    display: block;
  }
  .board_info .form-row .form-select {
    width: auto !important;
  }
}
@media (max-width: 1919px) {
  html {
    font-size: 9px;
  }
  .normal_list {
    width: 1024px;
  }
  .normal_list li {
    width: 32rem;
  }
  .normal_list.type_tag li .img_wrap {
    width: 32rem;
    height: 32rem;
  }
  .section .normal_row_wrap .normal_row_wrap_content > li .content {
    width: calc(100% - 10rem);
  }
  .section .normal_row_wrap .normal_row_wrap_content > li .buying {
    width: 15rem;
  }
  .section .client_wrap .img_area .img_area_text {
    width: calc(100% - 2rem);
  }
  .section .client_wrap .img_area .img_area_text * {
    margin-right: 52.4rem;
  }
  .section .client_wrap .img_area .img_area_text.align_right * {
    margin-left: 52.4rem;
  }
  .section .client_wrap .content_box_img.type2 {
    padding: 3.6rem 7.5rem;
  }
}/*# sourceMappingURL=common.css.map */