@charset "utf-8";

/* icon fonts */
@font-face {
  font-family: 'hs';
  src:
    url('../fonts/hs.ttf?3ckyp7') format('truetype'),
    url('../fonts/hs.woff?3ckyp7') format('woff'),
    url('../fonts/hs.svg?3ckyp7#hs') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon_"],
[class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hs' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_download:before {
  content: "\e900";
}

.icon_x:before {
  content: "\e901";
}

.icon_bell:before {
  content: "\e902";
}

.icon_minus:before {
  content: "\e903";
}

.icon_plus:before {
  content: "\e904";
}

.icon_arrow_down:before {
  content: "\e905";
}

/* icon fonts */


input::placeholder {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

label {
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
figure {
  margin: 0;
  padding: 0
}

body {
  background: #fff;
  -webkit-text-size-adjust: none;
  color: #444;
  font-size: 16px;
  font-family: "NotoSans", "맑은 고딕", MalgunGothic, "돋움", dotum, arial, sans-serif, helvetica;
  letter-spacing: -0.05em;
}

fieldset,
img {
  border: 0 none
}

img {
  vertical-align: middle;
}

dl,
ul,
ol,
menu,
li {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

input,
select,
textarea,
button {
  vertical-align: middle;
  outline: none
}

:focus {
  outline: none;
}

input::-ms-clear {
  display: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer
}

.hidden {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  left: -9999px;
  width: 0;
  height: 0;
  color: transparent;
  font-size: 0;
}

a {
  color: #333;
  text-decoration: none
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal
}

input:checked[type='checkbox'] {
  background-color: #666;
  -webkit-appearance: checkbox
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'],
input[type='tel'],
input[type='email'],
html input[type='button'],
input[type='reset'] {
  -webkit-appearance: none;
}

input[type='search']::-webkit-search-cancel-button,
textarea {
  -webkit-appearance: none
}

input,
textarea,
select,
button {
  font-family: inherit;
  letter-spacing: -0.05em;
}

address,
article,
aside,
blockquote,
body,
center,
dd,
dir,
div,
dl,
dt,
figure,
figcaption,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
legend,
listing,
menu,
nav,
ol,
p,
plaintext,
pre,
section,
summary,
ul,
xmp {
  display: block;
}

strong {
  color: #000;
}

h1,
h2,
h3,
h4,
h5 {
  color: #222;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: normal;
}

select {
  position: relative;
  z-index: 100;
  cursor: pointer;
}

/* common style */
.mt3 {
  margin-top: 3px;
}

.mt5 {
  margin-top: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.textL {
  text-align: left !important;
}

.textC {
  text-align: center !important;
}

.textR {
  text-align: right !important;
}

.f100 {
  font-weight: 100
}

.fBold {
  font-weight: 700
}

.f11 {
  font-size: 11px
}

.f12 {
  font-size: 12px
}

.f13 {
  font-size: 13px
}

.f14 {
  font-size: 14px
}

.f16 {
  font-size: 16px
}

.f18 {
  font-size: 18px
}

.f20 {
  font-size: 20px
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.floatC:after {
  content: "";
  display: block;
  clear: both;
}

.floatC {
  *zoom: 1;
}

.dBlock {
  display: block !important;
}

.imgM {
  vertical-align: middle;
}

.vertical_top {
  vertical-align: top;
}

.vertical_middle {
  vertical-align: middle;
}

.cursorP {
  cursor: pointer;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.ellipsis a {
  color: #2e2d2d;
}

.ellipsis a:hover {
  color: #000;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.blind {
  position: absolute;
  left: -9999em;
}

.hr {
  border: 0;
  margin: 30px;
}

/* color */
.txt_init {
  color: #000 !important;
}

.txt_base {
  color: #444 !important;
}

.txt_primary {
  color: #117453 !important;
}

.txt_secondary {
  color: #054A97 !important;
}

.txt_tertiary {
  color: #46468C !important;
}

.txt_point {
  color: #DB0000 !important;
}

.txt_point2 {
  color: #0B5F75 !important;
}

.txt_ess {
  display: block;
  margin-bottom: 10px;
  color: #DB0000;
  font-size: 14px;
}

.txt_link {
  color: #054A97;
  text-decoration: underline;
}

.txt_info {
  color: #999 !important;
}

/* 필수요소 */
.icon_ess {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px 3px 0;
  border-radius: 50%;
  background-color: #DB0000;
  vertical-align: middle;
}

.inner_row_sm+.inner_row_sm {
  margin-top: 10px;
}

.today_check {
  display: block;
  float: left;
  height: 13px;
  margin-top: 5px;
  text-align: right
}

.today_check label {
  height: 13px
}

.today_check label input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.today_check label span {
  width: 13px;
  height: 13px;
  margin-right: 5px;
  margin-bottom: -2px;
  display: inline-block;
  background: url("../img/common/input_checkbox04.gif");
}

.today_check label input[type=checkbox]:checked+span {
  background: url("../img/common/input_checkbox_checked04.gif");
}

.today_cancel {
  float: right;
  color: #fff;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  width: 70px;
  background: #898989
}

.today_cancel:active {
  background: #000
}

/* === 탭메뉴 === */
ul.tabs {
  height: 42px;
  border-left: 1px solid #ddd;
  width: 100%;
  margin-bottom: 27px;
  z-index: 0
}

ul.tabs li {
  float: left;
  text-align: center;
  cursor: pointer;
  width: 50%;
  height: 42px;
  color: #383838;
  font-size: 14px;
  line-height: 42px;
  border: 1px solid #e5e5e5;
  border-bottom: 1px solid #383838;
  border-left: none;
  font-weight: 700;
  background: #fff;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

ul.tabs li.active {
  background: #fff;
  color: #383838;
  border: 1px solid #383838;
  border-bottom: 1px solid #fff
}

ul.tabs li span {
  color: #ff0000;
  margin-left: 5px
}

.tab_content {
  display: none;
}

.tab_content .content_header {
  min-height: auto;
}


/* layout */
.bx-wrapper {
  margin: 0 auto;
}

.contents {
  position: relative;
  width: 1280px;
  margin: 0 auto 30px;
}

.contents::after {
  display: block;
  content: "";
  clear: both;
}

.contents_inner {
  padding: 100px 0 10px;
}

.contents_inner.bg_gray {
  background-color: #eee;
}

.contents_inner.sm {
  padding-top: 55px;
}

.section {
  position: relative;
  margin-bottom: 60px;
}

.article {
  width: 980px;
}

.article_s {
  width: 840px;
}

.content {
  position: relative;
  margin-bottom: 60px;
}

.line_content {
  padding: 40px 0;
  border-top: 2px solid #666;
  border-bottom: 1px solid #666;
}

.inner_xl {
  margin: 80px 0;
}

/* 체크박스, 라디오버튼 */
.custom_input {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 1;
}

.custom_input label {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: inherit;
}

.custom_input input {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}

.custom_input label .ico {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #555;
  background-color: #fff;
  line-height: 22px;
  vertical-align: middle;
  text-align: center;
}

.custom_input input[type="checkbox"]+.ico {
  border-radius: 3px;
}

.custom_input input[type="checkbox"]:checked+.ico {
  border-color: #117453;
  background: #117453 url(../img/common/icon_check.png) no-repeat 50% 50%;
}

.custom_input input:disabled+.ico {
  cursor: default;
  background: #E1E1E1;
}

.custom_input input[type="checkbox"]:disabled+.ico {
  border-color: #ccc;
}

.custom_input input[type="checkbox"]:disabled:checked+.ico {
  background: #E1E1E1 url(../img/common/icon_check_g.png) no-repeat 50% 50%;
}

.custom_input input[type="radio"]+.ico {
  border-radius: 50%;
}

.custom_input input[type="radio"]:checked+.ico {
  border-color: #117453;
}

.custom_input input[type="radio"]:checked+.ico::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #117453;
}

.custom_input input[type="radio"]:disabled+.ico {
  border-color: #ccc;
}

.custom_input input[type="radio"]:disabled:checked+.ico::before {
  background-color: #999;
}

.textarea {
  border: 0;
  width: 100%;
  resize: none;
}

.custom_textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: inherit;
  resize: none;
}

.custom_input .txt {
  padding-left: 8px;
  color: #222;
  font-size: 14px;
  vertical-align: middle;
}

/* 체크박스 버튼 */
.custom_input.btn {
  padding-left: 64px;
}

.custom_input.btn label {
  width: 100%;
}

.custom_input.btn .ico {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 48px;
  height: 48px;
  border-color: #117453;
}

.custom_input.btn .txt {
  padding: 0;
  color: inherit;
  font-size: 15px;
  vertical-align: baseline;
}

.custom_input.btn input[type="checkbox"]:checked+.ico {
  background-image: url(../img/common/icon_check_l.png);
}

/* 타이틀 */
.sub_header {
  padding: 96px 0 60px;
}

.sub_header::after {
  content: "";
  display: block;
  clear: both;
}

.sub_header .title {
  float: left;
  margin: 0;
  font-weight: 600;
  font-size: 36px;
}

.sub_header .title_center {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.sub_header .title span {
  display: block;
  margin-top: 20px;
  font-size: 22px;
  font-weight: normal;
}

.sub_header .steps {
  float: right;
}

.sub_header .steps .icon_round {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  line-height: 80px;
  box-shadow: none;
}

.sub_header .steps li.thisstep .icon_round {
  background-color: #C9E8CD;
}

.sub_header .category_location {
  clear: both;
  padding-top: 36px;
  margin-bottom: -14px;
}

.section_header,
.content_header {
  position: relative;
  min-height: 54px;
  margin-bottom: 10px;
}

.section_header .title {
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
}

.section_header .h_etc {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.section_header .subtitle {
  font-size: 16px;
  font-weight: normal;
}

.section_header .title .txt_ess {
  margin-bottom: 0;
}

.section_header .txt {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
}

.content_header .title {
  font-size: 22px;
  font-weight: normal;
}

.content_header .subtitle {
  font-size: 16px;
  font-weight: normal;
}

.content_header .h_etc {
  position: absolute;
  bottom: 0;
  right: 0;
}

.content_header .h_etc small {
  font-size: 14px;
}


/* 하단 */
.section_bottom {
  margin: 60px 0;
}

.section_bottom .btns {
  text-align: center;
}

/* cont top_table 상단에서 사용 */
.cont_top {
  position: relative;
  margin-bottom: 30px;
}

.cont_top:after {
  clear: both;
  content: "";
  display: block;
}

.cont_top .txt {
  position: absolute;
  left: 0;
  bottom: 0;
}

.cont_top .btns {
  float: right;
}

.cont_top--cs {
  margin-bottom: 20px;
}

.cont_top--cs .txt_ess {
  margin-bottom: 0;
  margin-top: 10px;
}

/* cont bottom*/
.cont_btm {
  margin: 30px 0;
}

.cont_btm:after {
  content: "";
  display: block;
  clear: both;
}

.cont_btm .btns {
  padding: 30px 0;
  text-align: center;
}

/* pagination */
.pagination {
  margin-top: 60px;
}

.pagination ul {
  display: table;
  margin: 0 auto;
}

.pagination ul li {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}

.pagination ul li.previous {
  padding-right: 30px;
}

.pagination ul li.next {
  padding-left: 30px;
}

.pagination ul li a {
  position: relative;
  display: block;
  border: 1px solid #999;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: #fff;
}

.pagination ul li a:hover {
  font-weight: 600;
}

.pagination ul li.on a {
  background-color: #117453;
  border-color: #117453;
  color: #fff;
  font-weight: 600;
}

.pagination ul li.first a,
.pagination ul li.previous a,
.pagination ul li.next a,
.pagination ul li.last a {
  font-size: 0;
}

.pagination ul li.previous a::before,
.pagination ul li.next a::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #444;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}

.pagination ul li.next a::before {
  left: 35%;
  transform: translateY(-50%) rotate(45deg);
}

.pagination ul li.first a::before,
.pagination ul li.first a::after,
.pagination ul li.last a::before,
.pagination ul li.last a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #444;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.pagination ul li.first a::before,
.pagination ul li.first a::after {
  transform: translateY(-50%) rotate(-135deg);
}

.pagination ul li.first a::after {
  left: 37%;
}

.pagination ul li.last a::before {
  left: 30%;
}

.pagination ul li.last a::after {
  left: 46%;
}

/* 공통스탭_장바구니, 회원가입 사용 */
.steps {
  overflow: hidden;
}

.steps li {
  position: relative;
  float: left;
  padding: 0 12px 0 20px;
  color: #999;
  font-size: 18px;
  text-align: center;
}

.steps li::after {
  content: "";
  display: block;
  position: absolute;
  top: 34px;
  left: 0;
  width: 8px;
  height: 13px;
  background: url(../img/common/icon_arrow.png) no-repeat;
}

.steps li:first-child::after {
  display: none;
}

.steps li.thisstep {
  color: #000;
}

/* table */
.tbl {
  width: 100%;
  border-top: 2px solid #666;
  border-bottom: 1px solid #666;
}

.tbl th {
  color: #000;
}

.tbl thead th {
  height: 49px;
  padding: 8px;
  background-color: #F7F7F7;
  border-bottom: 1px solid #666;
}

.tbl tbody th,
.tbl tbody td {
  height: 60px;
  padding: 10px;
  border-top: 1px solid #ccc;
  text-align: center;
}

.tbl .img img {
  width: 70px;
  height: 70px;
}

/* table, 일반 목록에서 사용 */
.no_data {
  padding: 16px 10px;
  color: #999;
  text-align: center;
}

.tbl a:hover {
  text-decoration: underline;
}

.tbl td .input_group {
  width: 100%;
}

.tbl_bottom {
  margin: 25px 0;
}

.tbl td .txt {
  vertical-align: middle;
}

.tbl td .txt+.btn {
  margin-left: 30px;
}

.tbl td .btn+.txt {
  margin-left: 10px;
}

/* table_row */
.tbl_row tbody th {
  background-color: #F7F7F7;
}

.tbl_row tbody td {
  padding: 5px 30px;
  text-align: left;
}

.tbl_row tbody td:last-child {
  border-right: 0;
}

.tbl_row tbody th .icon_ess {
  margin-left: 10px;
}

/* table sm */
.tbl_sm tbody th,
.tbl_sm tbody td {
  padding: 6px;
}

.tbl_sm td {
  font-size: 14px;
}

.tbl_sm .btn {
  font-size: 12px;
}

.tbl_sm .img img {
  width: 60px;
  height: 60px;
}

.tbl_sm strong {
  color: #444;
}

/* table input_group + rows */
.tbl .input_group.rows {
  margin-left: -30px;
}

.tbl .input_group.rows .custom_input,
.tbl .input_group.rows .custom_input+.custom_input {
  margin-left: 29px;
}

.tbl .input_group.rows .custom_input {
  padding: 5px 0;
}

/* table inquire */
.tbl_inquire_tr {
  cursor: pointer;
}

.tbl_inquire tbody td {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: top;
}

.tbl_inquire_tr:hover .tbl_inquire_title {
  text-decoration: underline;
}

.tbl_inquire_text,
.tbl_answer_text {
  margin-top: 15px;
}

.tbl_inquire_desc_tr,
.tbl_answer_tr {
  display: none;
}

.tbl_inquire .tbl_inquire_desc_tr td {
  border-top: 0;
}

.tbl_answer_tr {
  text-align: left;
  background-color: #F4F8F4;
  font-weight: 600;
  color: #117453;
}

.tbl_answer_text {
  font-weight: normal;
  color: #444;
}

/* table review */
.tbl_review tr:nth-child(odd) {
  cursor: pointer;
}

.tbl_review tr:nth-child(odd):hover .tbl_review_title {
  text-decoration: underline;
}

.tbl_review tr:nth-child(even) {
  display: none;
}

.tbl_review_desc {
  padding: 25px;
  text-align: left;
}

.tbl_review_text {
  margin-bottom: 30px;
}

.tbl_review_img img {
  max-width: 100%;
}

.tbl_review_btns {
  margin-top: 25px;
  text-align: right;
}

.tbl_review_btns .btn {
  margin-left: 5px;
}

.no_review {
  padding: 36px 0;
  border: 1px solid #eee;
  background-color: #FAFAFA;
  color: #999;
  font-size: 18px;
  text-align: center;
}

/* table board */
.tbl_board thead th {
  height: 80px;
  background-color: #fff;
}

.tbl_board .title {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 26px;
}

.tbl_board .tbl_board_content {
  padding: 70px;
}

.tbl_board_content img {
  max-width: 100% !important;
}

/* size */
.tbl.tbl_full {
  width: 100% !important;
}

/* button */
.btn {
  display: inline-block;
  padding: 0 16px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  letter-spacing: inherit;
  font-family: "NotoSans", "맑은 고딕", MalgunGothic, "돋움", dotum, arial, sans-serif, helvetica;
}

.btn.disabled,
.btn[disabled],
.btn:disabled {
  border-color: #ddd;
  color: #999;
  background-color: #F7F7F7;
  cursor: default;
}

.btn:not(:disabled):not(.disabled):hover {
  font-weight: 600;
}

.btn strong {
  color: inherit;
}

/* button size */
.btn_xs {
  padding: 0;
  min-width: 74px;
  height: 24px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 22px;
}

.btn_sm {
  min-width: 90px;
  height: 30px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 28px;
}

.btn_md {
  min-width: 140px;
  height: 48px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 46px;
}

.btn_lg {
  min-width: 150px;
  height: 56px;
  border-radius: 28px;
  font-size: 18px;
  line-height: 54px;
}

.btn_xl {
  min-width: 200px;
  height: 60px;
  border-radius: 30px;
  font-size: 20px;
  line-height: 58px;
}

.btn_full {
  width: 100%;
}

/* button style */
.btn_primary {
  background-color: #117453;
  border-color: #117453;
  color: #fff;
}

.btn_secondary {
  background-color: #8C9894;
  border-color: #8C9894;
  color: #fff;
}

.btn_tertiary {
  background-color: #eee;
  border-color: #eee;
  color: #444;
}

.btn_line_primary {
  border-color: #117453;
  color: #117453;
}

.btn_line_secondary {
  border-color: #999;
  color: #444;
}

.btn_line_tertiary {
  border-color: #054A97;
  color: #054A97;
}

/* 글씨가 있는 아이콘 버튼 */
.btn.btn_icon {
  min-width: 100px;
  width: auto;
  border-radius: 20px;
}

/* 아이콘 버튼 */
.btn_icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  line-height: 38px;
}

.btn .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.btn .icon+.txt {
  margin-left: 10px;
}

/* 링크 버튼 */
.btn_link {
  border: 0;
  padding: 0;
}

.btn_link:hover {
  text-decoration: underline;
}

.btn_line {
  text-decoration: underline;
}

/* 이미지 버튼 */
button.icon_round {
  line-height: normal;
}

button.icon_round img,
button.icon_round .text {
  line-height: normal;
}

button.icon_round .text {
  display: block;
  margin-top: 35px;
  font-size: 22px;
  color: #333;
}

/* 더보기 버튼 */
.btn_more {
  border-radius: 0;
  background-color: #fff;
  border-color: #ccc;
  width: 320px;
  font-weight: 600;
  color: #555;
}

/* SNS 버튼 */
.btn_sns {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.btn_sns::before {
  display: block;
  content: "";
  margin-right: 8px;
  width: 22px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.btn_kakao {
  background-color: #FBEB50;
  border-color: #FBEB50;
  color: #381F1F;
}

.btn_kakao::before {
  background-image: url(../img/common/icon_kakao.png);
}

.btn_naver {
  background-color: #1EC800;
  border-color: #1EC800;
}

.btn_naver::before {
  background-image: url(../img/common/icon_naver.png);
}

.btn_apple {
  background-color: #111111;
  border-color: #111111;
}

.btn_apple::before {
  background-image: url(../img/common/icon_apple.png);
}

/* 버튼 그룹 */
.btns:after {
  content: "";
  display: block;
  clear: both;
}

.btns>.btn {
  margin-right: 6px;
}

.btns>.btn:last-child {
  margin-right: 0;
}

.btn_delete {
  padding: 0 10px;
}

.btn_delete:hover .icon {
  font-weight: 600;
}

.btn_delete .icon {
  vertical-align: baseline;
}

/* input */
.input_text,
.select_box select {
  display: inline-block;
  min-width: 100px;
  height: 48px;
  padding: 6px 8px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 16px;
}

.input_text[readonly] {
  border-color: #ddd;
  background-color: #F7F7F7;
  color: #999;
  cursor: text;
}

.input_info_text {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #999;
}

.input_check {
  display: inline-block;
  margin-left: 10px;
  color: #054A97;
}

.input_check.error {
  color: #DB0000;
}

.input_check--password {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 14px;
  color: #117453;
}

.input_check--password::before {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-image: url(../img/common/icon_check_03.png);
  background-position: center;
  background-repeat: no-repeat;
}

.input_check--password.bad {
  color: #DB0000;
}

.input_check--password.normal {
  color: #054A97;
}

.input_check--password.bad::before {
  background-image: url(../img/common/icon_check_01.png);
}

.input_check--password.normal::before {
  background-image: url(../img/common/icon_check_02.png);
}

/* select*/
.select_box {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0;
  line-height: 0;
}

.select_box::after {
  content: "";
  z-index: 9;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  background: url('../img/common/icon_arrow_down.png') 50% 50% no-repeat;
}

.select_box select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  width: 100%;
  padding-right: 30px;
  background-color: transparent;
  color: inherit;
  background-color: #fff;
  font-size: 16px;
  font-family: inherit;
}

.select_box select:disabled {
  border-color: #ddd;
  background-color: #F7F7F7;
  color: #999;
  opacity: 1;
  cursor: text;
}

/* select round */
.input_text.input_round,
.select_box.select_round select {
  height: 50px;
  padding-left: 12px;
  border-radius: 25px;
}

.select_box.select_round::after {
  right: 10px;
}

/* ie - select화살표 없애기 */
.select_box select::-ms-expand {
  display: none;
}

/* input size */
.input_full {
  width: 100%;
}

/* input round */
.input_text.input_round {
  padding-left: 14px;
  padding-right: 14px;
}

/* input group */
.input_group {
  display: inline-block;
}

.input_group .btn {
  margin-left: 10px;
}

.input_group .input_full {
  margin-top: 10px;
}

.input_group .input_full:first-child {
  margin-top: 0;
}

.input_group.ig_tel .select_box select,
.input_group.ig_tel .input_text {
  width: 90px;
}

.input_group.ig_email .select_box select {
  width: 200px;
}

.input_group.ig_area .select_box select {
  width: 200px;
}

.input_group .txt {
  padding: 0 6px;
}

.input_group .custom_input {
  margin: 5px 27px 5px 0;
}

.input_group .btn_icon {
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.input_group label {
  margin-right: 20px;
}

.input_group.rows {
  display: block;
  padding: 5px 0;
}

/* icon */
.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.icon_arrow-right {
  padding-right: 2px;
}

.icon_arrow-right::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.icon_plus::before {
  display: block;
  content: "";
  width: 11px;
  height: 1px;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
}

.icon_plus::after {
  display: block;
  content: "";
  width: 11px;
  height: 1px;
  border-width: 1px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(90deg) translateX(-1px);
}

.icon_danger::before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_danger.png) center no-repeat;
  margin-bottom: 3px;
}

/* img icon round */
.icon_round {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background-color: #f7f7f7;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  line-height: 200px;
  text-align: center;
}

.icon_round_l {
  width: 260px;
  height: 260px;
  line-height: 260px;
}

.icon_round_m {
  width: 180px !important;
  height: 180px !important;
  line-height: 180px !important;
}

/* search_box */
.search_box {
  position: relative;
  display: table;
  margin-bottom: 30px;
  padding-left: 70px;
  min-height: 100px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #F7F7F7;
  overflow: hidden;
  box-sizing: border-box;
}

.search_box .input_group {
  display: table-cell;
  vertical-align: middle;
}

.search_box--cs {
  padding-left: 225px;
  padding-right: 225px;
}

/* box */
.box {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #F7F7F7;
  color: #000;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

.box--round {
  border-radius: 20px 20px 0 0;
  background-color: #eee;
  font-size: 26px;
  line-height: 1.5;
}

.box .tit {
  display: block;
  margin-bottom: 10px;
  color: #117453;
  font-size: 26px;
}

.box .txt {
  line-height: 1.5;
}

.box .txt+.custom_input {
  padding-top: 20px;
}

.box .custom_input .txt {
  font-size: 20px;
}

/* 검색에서 사용 */
.box.search_box {
  margin-bottom: 60px;
}

/* alert */
.alert .inner {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 620px;
  margin-left: -310px;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.alert .bg_layer {
  z-index: 9990;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, .8);
}

.alert .tit {
  display: block;
  margin-bottom: 10px;
  ;
  color: #117453;
  font-size: 26px;
}

.alert .txt {
  font-size: 18px;
  ;
}

.spinner {
  width: 100%;
  height: 40px;
  text-align: center;
}

.spinner>div {
  display: inline-block;
  background-color: #ddd;
  width: 50px;
  height: 10px;
  border-radius: 5px;
  -webkit-animation: sk-stretchdelay 2.5s infinite ease-in-out;
  animation: sk-stretchdelay 2.5s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.spinner .rect4 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}


@-webkit-keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleX(1)
  }

  20% {
    -webkit-transform: scaleX(2.0)
  }
}

@keyframes sk-stretchdelay {

  0%,
  40%,
  100% {
    width: 50px;
    background-color: #ddd;
  }

  20% {
    width: 100px;
    background-color: #117453;
  }
}

/* star */
.star_wrap {
  position: relative;
  width: 120px;
  height: 24px;
  background: url(../img/common/star_off.png) left top repeat-x;
}

.star_wrap .star {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: url(../img/common/star_on.png) left top repeat-x;
}

/* popup */
.popup-dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
}

.popup-dialog--sm {
  width: 400px;
}

.popup-dialog--sm .popup-body {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}

.popup-dialog-lg {
  width: 800px;
}

.popup-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
}

.popup-content {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.popup-content-inner {
  margin: 30px;
  max-height: 500px;
  overflow-y: auto;
}

.popup-content-inner2 {
  margin: 30px;
}

.popup-header {
  margin: 30px 60px 30px 30px;
}

.popup-title {
  font-size: 22px;
  color: #117453;
  font-weight: normal;
}

.popup-close {
  position: absolute;
  right: 25px;
  top: 23px;
  font-size: 30px;
  color: #117453;
}

.popup-body {
  position: relative;
}

.popup-alert .popup-body {
  margin: 50px 0 80px;
  text-align: center;
  font-size: 18px;
}

.popup-body-inner+.popup-body-inner {
  margin-top: 15px;
}

.popup-body-inner.lg {
  margin: 60px 0;
  text-align: center;
}

.popup-body-header .popup-body-title {
  display: inline-block;
  margin-right: 5px;
}

.popup-body-title {
  margin: 30px 0 15px;
  font-size: 20px;
  font-weight: normal;
}

.popup-body-inner:first-child .popup-body-header .popup-body-title {
  margin-top: 0;
}

.popup-footer {
  margin-top: 30px;
  text-align: center;
}

.popup-footer .popup-close {
  left: auto;
  top: auto;
  right: 10px;
  bottom: 5px;
  color: #999;
}

.popup-footer .popup-info-box {
  margin-bottom: 30px;
}

.popup-footer--fixed {
  margin-top: 0;
  padding: 0 30px 30px;
}

.popup-info-box {
  padding: 10px;
  background-color: #F7F7F7;
  text-align: center;
  font-size: 18px;
}

.popup-delivery-tracking .popup-body {
  padding: 0;
  height: 400px;
  background-color: #ddd;
}

.admin_popup .popup-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.admin_popup .popup-footer {
  margin-top: 0;
  padding: 10px;
  border-top: 1px solid #ddd;
  text-align: left;
}

/* badge */
.badge.badge_default {
  height: 24px;
  line-height: 22px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background-color: #FAFAFA;
  color: #117453;
}

.badge+.dBlock {
  margin-top: 10px;
}

.badge.badge_secondary {
  background-color: #46468C;
  font-size: 18px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 15px;
  height: 34px;
  line-height: 34px;
}

.badge_promotion {
  display: inline-block;
  border-radius: 0 20px 0 0;
  padding: 8px 25px 8px 15px;
  background-color: #117453;
  color: #fff;
}

.badge_promotion.sm {
  padding: 5px 18px 5px 13px;
  font-size: 14px;
}

.badge_promotion .icon {
  margin-right: 8px;
  vertical-align: baseline;
}

.badge_promotion .txt_link {
  margin-left: 10px;
  color: #fff;
}

/* list */
.list>li {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
}

.list>li strong {
  color: inherit;
}

/* symbol list */
.list.symbol_list li {
  padding-left: 10px;
}

.list.symbol_list li::before {
  display: inline-block;
  width: 6px;
  margin-left: -10px;
  margin-right: 4px;
}

.list.sl_sty01 li::before {
  content: "•";
}

.list.sl_sty02 li::before {
  content: "-";
}

/* number list */
.list.num_list {
  padding-left: 18px;
}

.list.num_list li {
  list-style-type: decimal;
}

/* 제목이 있는 리스트 */
.desc_list .title {
  padding: 10px 0;
  font-size: 22px;
}

.desc_list .desc {
  padding-bottom: 30px;
}

.desc_list .desc .list li {
  color: inherit;
  font-size: inherit;
}

/* 소개 페이지 등 상단 */
.desc_list.dl_sty02 .title {
  margin-bottom: 10px;
  font-size: 36px;
}

.desc_list.dl_sty02 .desc {
  font-size: 18px;
  line-height: 1.7;
}

.desc_list.dl_sty02 .desc+.desc {
  margin-top: 20px;
}

.content.img_content .desc_list.dl_sty02--cs {
  vertical-align: top;
}

.content.img_content .desc_list.dl_sty02--cs .title {
  margin-bottom: 60px;
}

/* 소개 페이지 등 하단 목록 */
.desc_list.dl_sty03 .title {
  margin-bottom: 10px;
  color: #222;
  font-size: 26px;
  font-weight: 600;
}

.desc_list.dl_sty03 .desc {
  padding: 0;
  color: #222;
  font-size: 18px;
  line-height: 1.7;
}

.desc_list.dl_sty03 .title small {
  font-size: 16px;
  font-weight: normal;
}

.desc_list.dl_sty03--num .desc .txt_num {
  font-size: 26px;
}

.desc_list.dl_sty03--num .title {
  margin-bottom: 0;
}

.desc_list.dl_sty03--num .txt_info {
  display: block;
  margin-top: 10px;
}

/* 강조 목록 */
.desc_list.dl_sty04 {
  margin: 0 50px;
}

.desc_list.dl_sty04 .title {
  margin-bottom: 10px;
  color: #222;
  font-size: 38px;
}

.desc_list.dl_sty04 .desc {
  padding: 0;
  color: #222;
  font-size: 24px;
  line-height: 1.5;
}

.desc_list.dl_sty04 .desc+.desc {
  padding-top: 50px;
}

.desc_list.dl_sty04 .txt_num {
  display: block;
  color: #117453;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

/* 주소 목록 */
.add_list .badge {
  margin-left: 10px;
}

/* input file */
.custom_file {
  display: inline-block;
  position: relative;
}

.custom_file .input_text {
  width: calc(100% - 150px);
  vertical-align: middle;
}

.custom_file .input_text[readonly] {
  background-color: #fff;
}

.custom_file .custom_file_input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.custom_file .btn {
  float: right;
}

.tbl td .custom_file {
  width: 100%;
}

/* popup추가 - 추후 css위치 바꾸기 */
.popup-scroll-body {
  overflow-y: auto;
  height: 200px;
}

.popup-box {
  padding: 10px;
  background-color: #FAFAFA;
  border: 1px solid #eee;
}

/* 사업소개 등 이미지 상단 */
.content_top {
  padding-top: 240px;
  background-repeat: no-repeat;
  background-position: 50% -20px;
  background-size: 1920px 260px;
}

.content_top.content_top_business {
  background-image: url(../img/business/img_top_business.jpg);
}

.content_top.content_top_pr {
  background-image: url(../img/pr/img_top_pr.jpg);
}

.content_top.content_top_cs {
  background-image: url(../img/cs/img_top_cs.jpg);
}

.content_top.content_top_hb {
  background-image: url(../img/hs/img_top_hb.jpg);
}

.content_top.content_top_store {
  background-image: url(../img/store/img_top_store.jpg);
}

.content_top .sub_menu {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.content_top .sub_menu li {
  display: inline-block;
  width: 256px;
  margin-bottom: -1px;
}

.content_top .sub_menu li a {
  display: block;
  width: 100%;
  height: 70px;
  color: #444;
  font-size: 18px;
  line-height: 70px;
}

.content_top .sub_menu li a.on {
  border-bottom: 2px solid #444;
  font-weight: 600;
}

.sub_header.sh_center {
  text-align: center;
}

.sub_header.sh_center .title {
  float: none;
  text-align: center;
}

.sub_header.sh_center .title small {
  display: block;
  color: #999;
  font-weight: normal;
  font-size: 14px;
}

.sub_header.sh_center .title span {
  font-size: 30px;
}

.sub_header .txt {
  display: block;
  margin-top: 20px;
  font-size: 22px;
}

.contents.full_contents {
  width: 100%;
  margin-bottom: 0;
}

.contents.full_contents .content .inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

.contents.full_contents .content .inner::after {
  content: "";
  display: block;
  clear: both;
}

.content.img_content {
  margin-top: 140px;
  color: #222;
}

.content.img_content .inner {
  display: table;
  min-height: 360px;
  padding: 60px 0;
}

.content.img_content .desc_list {
  display: table-cell;
  width: 590px;
  vertical-align: bottom;
}

.content.img_content .desc_list .desc {
  padding-bottom: 0;
}

.content.img_content .img_area {
  overflow: hidden;
  position: absolute;
  right: 12px;
  bottom: 44px;
  width: 640px;
  height: 400px;
  border-radius: 30px;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 3px 3px 6px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 3px 3px 6px 0px rgba(50, 50, 50, 0.3);
}

.content.img_content .img_area img {
  width: 100%;
}

/* common bg */
.bg_primary {
  background-color: #EDF4EF;
}

.bg_point {
  background-color: #F5EDED;
}

.bg_pr {
  background-color: #EFEDF5;
}

.bg_cs {
  background-color: #f0f0f0;
}

.bg_rough_p {
  background: url(../img/common/bg_gray_p.png) 50% 0;
}

.bg_rough_p .content {
  margin-bottom: 0;
  padding-bottom: 100px;
}

.bg_rough_p .content_header .title {
  padding: 120px 0 100px;
  font-size: 36px;
}

/* info list */
.line_list {
  border-top: 2px solid #999;
}

.line_list>li {
  padding: 50px 0;
  border-bottom: 1px solid #999;
}

.contents.full_contents .line_list,
.contents.full_contents .line_list_info,
.contents.full_contents .tbl {
  float: right;
  width: 920px;
}

.contents.full_contents .line_list_info {
  margin-bottom: 30px;
  font-size: 18px;
}

.line_list li .desc_list .title {
  padding: 0;
}

/* icon list */
.icon_list>li {
  position: relative;
  padding-left: 220px;
  padding-right: 30px;
}

.icon_list .icon {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
}

.content+.sh_center {
  margin-top: 120px;
  border-top: 1px solid #ddd;
}

/* number list */
.number_list {
  counter-reset: section;
}

.number_list>li {
  position: relative;
  margin-top: 20px;
  padding-left: 70px;
}

.number_list>li::before {
  counter-increment: section;
  content: "0" counter(section);
  font-size: 42px;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.number_list.txt_tertiary>li::before {
  color: #46468C;
}

.number_list .tit {
  display: block;
  color: #222;
}

.number_list .txt {
  display: block;
  color: #666;
  font-size: 16px;
}

/* grid list */
.grid_list {
  border-top: 2px solid #999;
  border-bottom: 1px solid #999;
}

.grid_list::after {
  display: block;
  content: "";
  clear: both;
}

.grid_list>li {
  position: relative;
  float: left;
  width: 426px;
  height: 220px;
  padding-left: 30px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 20px;
}

.grid_list>li:nth-child(3n + 1) {
  border-left: 0;
}

.grid_list>li:nth-child(1),
.grid_list>li:nth-child(2),
.grid_list>li:nth-child(3) {
  border-top: 0;
}

.grid_list>li small {
  font-size: 16px;
  color: #666;
}

.grid_list_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.grid_list--icon .grid_list_inner {
  padding-left: 90px;
}

.grid_list--icon li .grid_list_inner::before {
  display: block;
  content: "";
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.grid_list--icon.pr li:nth-child(1) .grid_list_inner::before {
  background-image: url(../img/pr/icon_pr_benefit01.png);
}

.grid_list--icon.pr li:nth-child(2) .grid_list_inner::before {
  background-image: url(../img/pr/icon_pr_benefit02.png);
}

.grid_list--icon.pr li:nth-child(3) .grid_list_inner::before {
  background-image: url(../img/pr/icon_pr_benefit03.png);
}

.grid_list--icon.pr li:nth-child(4) .grid_list_inner::before {
  background-image: url(../img/pr/icon_pr_benefit04.png);
}

.grid_list--icon.pr li:nth-child(5) .grid_list_inner::before {
  background-image: url(../img/pr/icon_pr_benefit05.png);
}

.grid_list--icon.pr li:nth-child(6) .grid_list_inner::before {
  background-image: url(../img/pr/icon_pr_benefit06.png);
}

.grid_list--icon.pr li:nth-child(7) .grid_list_inner::before {
  background-image: url(../img/pr/icon_pr_benefit07.png);
}

.grid_list--icon.pr li:nth-child(8) .grid_list_inner::before {
  background-image: url(../img/pr/icon_pr_benefit08.png);
}

.grid_list--icon.pr li:nth-child(9) .grid_list_inner::before {
  background-image: url(../img/pr/icon_pr_benefit09.png);
}

/* round_icon_list */
.round_icon_list::after {
  display: block;
  content: "";
  clear: both;
}

.round_icon_list li {
  float: left;
  width: 25%;
  text-align: center;
}

.round_icon_list .icon_round {
  border: 1px solid #ddd;
  background-color: #fff;
}

/* input + btn */
.input_btn {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  vertical-align: middle;
}

.input_btn .input_text {
  width: 100%;
  padding-right: 54px;
}

.input_btn .btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background-color: transparent;
}

.input_btn .btn.btn_icon {
  width: 56px;
}

/* scroll content */
.scroll_cont {
  overflow-y: auto;
}

/* toggle list */
.list_toggle {
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
}

.list_toggle li {
  position: relative;
}

.list_toggle_header {
  font-size: 18px;
}

.list_toggle_link {
  display: block;
  padding: 30px 0;
}

.list_toggle li:not(:first-child) {
  border-top: 1px solid #ccc;
}

.list_toggle li::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-top: 0;
  border-left: 0;
  position: absolute;
  right: 30px;
  top: 25px;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

.list_toggle li.on::before {
  top: 35px;
  transform: rotate(-135deg)
}

.list_toggle_body {
  display: none;
  padding: 30px;
  background-color: #F7F7F7;
}

.list_toggle .no_data {
  padding: 30px 0;
}

.list_toggle .no_data::before {
  display: none;
}

.list_toggle--qna .list_toggle_header .category {
  display: inline-block;
  width: 160px;
  text-align: center;
}

.list_toggle--qna .list_toggle_header .title {
  display: inline-block;
  padding: 0 30px;
  width: calc(100% - 220px);
}

.list_toggle--qna .list_toggle_header .title::before {
  display: inline-block;
  content: "Q.";
  font-weight: 600;
  margin-right: 5px;
  color: #000;
}

.list_toggle--qna .list_toggle_body::before {
  display: inline-block;
  content: "A.";
  font-weight: 600;
}

.list_toggle--qna .list_toggle_body {
  margin: 0 0 30px 160px;
  padding-left: 40px;
}


/* board_top */
.board_top {
  margin-bottom: 30px;
}

.board_top::after {
  display: block;
  content: "";
  clear: both;
}

.board_top .input_group {
  float: right;
}

.board_top .select_box select {
  width: 200px;
}

.board_top .input_btn {
  width: 400px;
}

.board_top .select_box+.input_btn {
  margin-left: 10px;
}

/* pr video */
.pr_video {
  float: left;
  width: 920px;
  height: 512px;
}

.pr_video iframe {
  width: 100%;
  height: 100%;
}

.pr_video_info {
  float: right;
  width: 300px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}

.pr_video_thumb {
  height: 170px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.pr_video_thumb img {
  width: 100%;
  height: 100%;
}

.pr_video_text {
  padding: 35px 30px;
  height: 350px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 20px 20px;
}

.pr_video_text .title {
  font-size: 26px;
  font-weight: normal;
  max-height: 76px;
  overflow: hidden;
  line-height: 1.3;
}

.pr_video_text .desc {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px;
  height: 215px;
  font-size: 18px;
  overflow: hidden;
}

.pr_video_slider li {
  border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px;
}

.pr_video_slider .thumb {
  display: block;
  border-radius: 20px 20px 0 0;
  height: 170px;
  overflow: hidden;
}

.pr_video_slider .thumb img {
  width: 100%;
  height: 100%;
}

.pr_video_slider .title_inner {
  display: block;
  border-radius: 0 0 20px 20px;
  padding: 20px;
  background-color: #fff;
  font-size: 22px;
  overflow: hidden;
}

.pr_video_slider .title_inner .title {
  display: block;
  height: 56px;
  overflow: hidden;
  line-height: 1.3;
}

/* slider controls */
.bx-controls-direction a {
  z-index: 100;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  border-radius: 50%;
  border: 1px solid #999;
  background-color: #fff;
  text-indent: -9999px;
}

.bx-controls-direction a::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #444;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translateY(-50%) rotate(-135deg);
}

.bx-prev {
  left: -75px;
}

.bx-next {
  right: -75px;
}

.bx-controls-direction a.bx-next::before {
  left: 35%;
  transform: translateY(-50%) rotate(45deg);
}

.pr_number_list_info {
  display: block;
  margin-top: 35px;
  text-align: right;
  font-size: 16px;
  color: #8B90BF;
}

/* search qna */
.search_qna {
  margin-bottom: 35px;
  padding: 35px 0;
  background-color: #FAFAFA;
  text-align: center;
}

.search_qna label {
  margin-right: 15px;
  font-size: 20px;
}

.search_qna .input_btn {
  width: 500px;
}

/* cs */

.cs_list_wrap .content_header .title {
  width: 1280px;
  margin: 140px auto 50px;
  font-size: 36px;
}

.cs_list_wrap .content {
  margin-top: 130px;
  margin-bottom: 60px;
}

.round_icon_list--cs {
  position: relative;
  top: -50px;
}

.round_icon_list a:hover .title {
  text-decoration: underline;
}

.round_icon_list .icon_round img {
  transition: transform 0.2s ease-in-out;
}

.round_icon_list a:hover .icon_round img {
  transform: translateY(-10px);
}

/* 210118 추가 */
.cs_num_btns {
  margin: 10px 0;
}

.cs_num_btns::after {
  display: block;
  clear: both;
  content: "";
}

.cs_num_btns li {
  display: table;
  float: left;
  margin-right: 10px;
  border-collapse: separate;
}
/* 230130_수정 */
.cs_num_btns li .btn {
  display: table-cell;
  width: 95px;
  height: 100px;
  padding: 0 6px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.1;
}

.cs_num_btns li .btn:not(:disabled):not(.disabled):hover {
  font-weight: normal;
}

/* error */
.error {
  text-align: center;
}

.error_logo {
  display: block;
  margin-bottom: 80px;
}

.error .sub_header {
  padding-bottom: 35px;
}

.error .content .cont_btm {
  margin-top: 60px;
}

/* 대리점 개설 안내 담당자 */
.manager-info {
  text-align: center;
}

.manager-info::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  height: 120px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center top;
}

.manager-info-01::before {
  background-image: url(../img/main/manager_01_YJH.jpg);
  background-size: 100%
}

.manager-info-02::before {
  background-image: url(../img/main/manager_02_HSW.jpg);
  background-position: center -6px;
  background-size: 110%
}

.manager-info-03::before {
  background-image: url(../img/main/manager_03_LJY.jpg);
  background-size: 100%
}

.manager-info-04::before {
  background-image: url(../img/main/manager_04_OSG.jpg);
  background-size: cover;
  background-size: 100%
}

.manager-info-05::before {
  background-image: url(../img/main/manager_05_HCE.jpg);
  background-size: 100%
}

.manager-info-06::before {
  background-image: url(../img/main/manager_06.jpg);
  background-size: 100%
}

.manager-info-07::before {
  background-image: url(../img/main/manager_07.jpg);
  background-size: 100%
}

.manager-info-09::before {
  background-image: url(../img/main/manager_09.jpg);
  background-size: 100%
}

.manager-info-10::before {
  background-image: url(../img/main/manager_10.jpg);
  background-size: 100%
}


.manager-info__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  text-align: left;
}

.manager-info__text dt {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.flex_group {
  display: flex;
}

.flex_auto {
  flex: 1 1 auto;
}

.coupon_wrap {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 558px;
  margin-left: -7px;
}

.coupon {
  display: flex;
  width: 558px;
  height: 158px;
  background: url(../img/common/img_coupon.png) center no-repeat;
}

.coupon.disabled {
  background-image: url(../img/common/img_coupon_disabled.png);
}

.coupon.download {
  background-image: url(../img/common/img_coupon_download.png);
}

.coupon .coupon_text {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 420px;
}

.coupon .coupon_text::before {
  display: block;
  content: "";
  width: 130px;
  height: 30px;
  background: url(../img/common/img_logo.svg) center no-repeat;
  background-size: 130px auto;
}

.coupon .coupon_name {
  margin: 10px 0 5px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  color: #222;
  text-decoration: underline;
}

.coupon .coupon_name:hover {
  color: #117453;
}

.coupon .coupon_desc {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coupon .coupon_date {
  margin-top: 5px;
}

.coupon .coupon_check,
.coupon .coupon_btn {
  width: 135px;
}

.coupon .coupon_check button {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.coupon_check label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.coupon .coupon_check label::before {
  display: block;
  content: "";
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 6px solid #fff;
}

.coupon_check input:checked~label::before {
  border-color: #117453;
}

.coupon .coupon_btn button {
  width: 100%;
  height: 100%;
  font-size: 0;
}

.coupon_check svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-35%, -50%);
  width: 75px;
}

.coupon_check svg .check_polyline {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 6px;
  stroke-miterlimit: 10;
  stroke-dashoffset: 0;
  stroke-dasharray: 60;
  stroke-linecap: round;
}

.coupon_check input:checked~label .check_polyline {
  stroke: #117453;
  animation: dash 0.2s linear alternate 1;
}

@keyframes dash {
  from {
    stroke-dashoffset: 60;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.coupon.disabled .coupon_check label {
  cursor: auto;
}

.coupon.disabled .coupon_check label::before {
  border-color: #c9c9c9;
}

.coupon.disabled .coupon_check svg .check_polyline {
  stroke: #c9c9c9;
}

.mypage_coupon_wrap {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -6px;
  width: 998px;
}

.mypage_coupon_wrap .coupon.mypage_coupon {
  flex-basis: 498px;
}

.coupon.mypage_coupon {
  width: 498px;
  height: 178px;
  background: url(../img/mypage/img_coupon.png) center no-repeat;
}

.coupon.mypage_coupon .coupon_text {
  width: 380px;
}

.coupon.mypage_coupon.download {
  background: url(../img/mypage/img_coupon_download.png) center no-repeat;
}

.main .quick_nav {
  position: absolute;
  top: 825px;
  transform: translateY(0);
}

.quick_nav {
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  margin-right: -880px;
  width: 90px;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #E0E0E0;
}

.quick_nav.fixed {
  position: fixed;
  top: 120px;
}

.quick_nav_item {
  position: relative;
  padding: 15px 0;
}

.quick_nav_item~.quick_nav_item::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.quick_nav_item .ttl {
  display: block;
  text-align: center;
  line-height: 1.1;
  font-weight: 500;
}

.quick_nav .quick_no_data {
  margin: 5px auto 0;
  width: 60px;
  height: 60px;
  background: center / cover no-repeat url(../img/common/img_quick_slider.png);
}

.quick_nav .bx-wrapper {
  position: relative;
  margin-top: 5px;
  width: 60px;
  height: 60px;
}

.quick_nav .bx-controls {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
}

.quick_nav .bx-wrapper .bx-controls-direction a {
  top: 0;
  margin-top: 0;
  width: 14px;
  height: 14px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.quick_nav .bx-wrapper .bx-controls-direction a::before {
  display: none;
}

.quick_nav .bx-wrapper .bx-prev {
  left: -45px;
  background-image: url(../img/common/icon_arrow_left.png);
}

.quick_nav .bx-wrapper .bx-next {
  right: -45px;
  background-image: url(../img/common/icon_arrow_right_sm.png);
}

.quick_nav_slider .slide {
  border: 1px solid #E0E0E0;
}

.quick_nav_slider img {
  width: 100%;
}

.quick_nav_icon {
  display: block;
  margin: 0 auto 10px;
}

.quick_nav_item .quick_cart {
  position: relative;
  width: 36px;
  margin: 0 auto;
}

.quick_nav_item .quick_cart .badge {
  position: absolute;
  left: 20px;
  top: -5px;
  padding: 0 6px;
  height: 20px;
  line-height: 18px;
  border-color: #DB0000;
  background-color: #DB0000;
  color: #fff;
  font-size: 14px;
}

.quick_nav_btn {
  width: 100%;
  height: 40px;
  background-color: #F7F7F7;
  color: #444;
  font-size: 14px;
}

.quick_nav_btn::before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url(../img/common/icon_arrow_up.png);
  width: 13px;
  height: 7px;
}
