@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@font-face {
  font-family: "Pretendard Variable";
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
  src: url("./fonts/pretendard/PretendardVariable.woff2") format("woff2-variations");
}

@media (max-width: 767px) {
  .guide h2,
  .guide h3,
  .guide h4 {
    margin: 3em 0 0.5em;
  }

  .guide h2:first-child,
  .guide h3:first-child,
  .guide h4:first-child {
    margin-top: 0;
  }

  .guide h3 + h4 {
    margin-top: 1em;
  }

  .guide > div {
    margin-bottom: 20px;
  }

  .search_wrap {
    position: relative;
    top: -30px;
  }

  .search_input {
    display: table;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .search_input > div {
    display: table-cell;
    padding: 6px;
    padding-right: 0;
    vertical-align: middle;
  }

  .search_input > div:first-child {
    width: 48px;
  }

  .search_input > div:last-child {
    display: none;
    width: 50px;
  }

  .search_input.on > div:last-child {
    display: table-cell;
  }

  .search_input .button {
    display: block;
    border-width: 0 0 0 1px;
    border-color: #f5f5f5;
    color: #404040;
    height: 30px;
    line-height: 30px;
  }

  .btn_search {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 0;
    color: transparent;
    background: url(../images/ico/ico_search_small.png) no-repeat center center;
    background-size: 15px auto;
  }

  .search_input .input {
    width: 100%;
    border-color: transparent;
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .search_opt {
    margin-top: 1px;
    margin-bottom: -30px;
  }

  .search_opt.type2 {
    margin-bottom: 0px;
  }

  .search_opt .btn .btn_toggle {
    display: block;
    padding: 30px 0;
    line-height: 28px;
  }

  .search_opt .btn .btn_toggle:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    vertical-align: -7px;
    background: url(../images/ico/Ico_filter.png) no-repeat center center;
    background-size: contain;
  }

  .search_opt .btn .btn_toggle.on {
    background: #fff;
  }

  .search_opt .btn .btn_toggle.on:before {
    background-image: url(../images/ico/Ico_filter_on.png);
  }

  .search_opt > .toggle_cont {
    background: #fff;
    padding: 0 20px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .search_opt > div > div {
    border-top: 1px solid #f5f5f5;
    padding: 14px 0 10px;
    position: relative;
  }

  .search_opt .select {
    border: 0 none;
    background-color: transparent;
    height: 24px;
    line-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .search_opt .checkbox {
    vertical-align: top;
  }

  .search_opt_dl {
    text-align: center;
    margin-bottom: 35px;
  }

  .search_opt_dl dt {
    font-size: 11px;
    color: #b2b2b2;
  }

  .search_opt_dl dd {
    margin-top: 6px;
  }

  .search_opt_dl div {
    position: relative;
    padding: 6px 0 8px;
  }

  .search_opt_dl div + div:before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: -1.5px;
    margin: -1.5px 0 0 -2.5px;
    background: url(../images/contents/search_opt_dl_arr.png) no-repeat center center;
    background-size: contain;
  }

  .search_opt_dl .btn_radio {
    width: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .iframe {
    margin-top: 60px;
    height: 1000px;
  }

  .faq_list {
    border: 1px solid #333;
    border-width: 1px 0;
    margin-top: 3em;
  }

  .faq_list > li + li {
    border-top: 1px solid #ddd;
  }

  .faq_list > li > a {
    display: block;
    position: relative;
    padding: 1.125em 1.5em 1.125em 3em;
  }

  .faq_list > li > a:before {
    content: "Q";
    display: block;
    position: absolute;
    top: 1.142em;
    left: 0.714em;
    font-weight: bold;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #ddd;
    border-radius: 50%;
    font-size: 14px;
    line-height: 28px;
    text-indent: 9px;
  }

  .faq_list > li.on > a {
    font-weight: bold;
    color: #000;
  }

  .faq_list > li > div {
    display: none;
    position: relative;
    padding: 1.125em 1.5em 1.125em 3em;
    background: #f1f1f1;
    border-top: 1px solid #ccc;
    color: #333333;
  }

  .faq_list > li > div:before {
    content: "A";
    display: block;
    position: absolute;
    top: 1.142em;
    left: 0.714em;
    font-weight: bold;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #bb141a;
    border-radius: 50%;
    font-size: 14px;
    line-height: 29px;
    text-indent: 11px;
  }

  /* 게시판 공통 */
  .list_link {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    color: transparent;
    overflow: hidden;
  }

  .box_cate {
    display: inline-block;
    border: 1px solid;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 13px;
    text-align: center;
    min-width: 77px;
  }

  .box_cate.blue {
    border-color: #4f6acd;
    color: #4f6acd;
  }

  span.date {
    color: #b2b2b2;
    font-size: 13px;
    font-family: "Montserrat";
  }

  .file_list {
    margin-top: 35px;
  }

  .file_list li + li {
    margin-top: 10px;
  }

  .file_list .button {
    max-width: 100%;
    white-space: initial;
    text-align: left;
    padding: 10px 40px 10px 15px;
    line-height: initial;
  }

  .file_list .button:after {
    content: "";
    display: block;
    width: 11px;
    height: 10px;
    background: url(../images/ico/ico_download.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 14px;
    background-size: cover;
  }

  /* 게시판 상세 */
  [class*="_view"] {
    padding-top: 60px;
  }

  [class*="_view"] img {
    max-width: 100%;
    height: auto;
  }

  [class*="_view"] .cont {
    color: #808080;
    word-break: break-all;
  }

  [class*="_view"] .top_area {
    position: relative;
    margin-bottom: 30px;
  }

  body[class*='newsletter'] [class*="_view"] .top_area .volume {
    font-size: 14px;
    line-height: 2;
    letter-spacing: -.001em;
  }

  body[class*='newsletter'] [class*="_view"] .top_area h3 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -.001em;
    margin-bottom: 4px;
  }

  body[class*='newsletter'] [class*="_view"] .top_area em {
    font-size: 16px;
    line-height: 1.4;
    color: #7f7f7f;
  }

  [class*="_view"] h3 {
    position: relative;
    font-weight: normal;
    color: #404040;
    font-size: 16px;
  }

  [class*="_view"] .box_cate {
    position: absolute;
    top: 3px;
    left: 0;
  }

  .idea_view .top_area h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .no-data {
    text-align: center !important;
  }

  /* 뉴스 */
  .news_list li {
    padding: 30px 0;
    position: relative;
  }

  .news_list li > div {
    padding-left: 97px;
    position: relative;
  }

  .news_list li > div p {
    line-height: 22px;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .news_list li .tit {
    margin-bottom: 18px;
  }

  .news_list li .tit p {
    font-size: 16px;
    color: #404040;
  }

  .news_list li .sub_tit p {
    font-size: 14px;
    color: #808080;
  }

  .news_list li .img_box {
    margin-bottom: 27px;
  }

  .news_list .box_cate,
  .news_list .date {
    position: absolute;
    top: 3px;
    left: 0;
  }

  .news_list .date {
    display: block;
    width: 76px;
    text-align: center;
    top: 0;
  }

  .news_list + .paging {
    margin-top: 30px;
  }

  /* 뉴스레터 */
  .newsletter .news_list li {
    padding-bottom: 0;
  }

  .newsletter .news_list li .img_box {
    margin-bottom: 16px;
  }

  .newsletter .news_list li > div {
    padding-left: 0;
    position: relative;
  }

  .newsletter .news_list li > div p {
    min-height: inherit;
  }

  .newsletter .news_list li .tit {
    margin-bottom: 8px;
  }

  .newsletter .news_list li .tit p {
    font-size: 18px;
    font-weight: bold;
  }

  /* 게시판 */
  .board_list li {
    position: relative;
    display: table;
    padding: 30px 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
  }

  .board_list li > div {
    display: table-cell;
    vertical-align: top;
  }

  .board_list li > div:first-child {
    width: 42px;
    color: #b2b2b2;
    font-family: "Montserrat";
  }

  .board_list li > div.m_notice {
    color: #fa2c40;
    font-family: inherit;
  }

  .board_list li h3 {
    font-family: "Montserrat";
    font-weight: normal;
    color: #404040;
    font-size: 16px;
  }

  /* sns */
  .social_area .cont_list li {
    padding-top: 30px;
    position: relative;
  }

  .social_area .txt {
    padding: 30px 0;
    text-align: center;
    position: relative;
  }

  .social_area .txt:before {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
  }

  .social_area .cont_list li.instagram .txt:before {
    background: #fa2e79 url('../images/ico/ico_instagram.png') 0 0 no-repeat;
    background-size: cover;
  }

  .social_area .cont_list li.youtube .txt:before {
    background: #fc0019 url('../images/ico/ico_youtube.png') 0 0 no-repeat;
    background-size: cover;
  }

  .social_area .cont_list li.blog .txt:before {
    background: #00c63b url('../images/ico/ico_blog.png') 0 0 no-repeat;
    background-size: cover;
  }

  .social_area .txt h3 {
    font-size: 18px;
    color: #404040;
    padding-bottom: 15px;
  }

  .social_area .txt p {
    font-size: 14px;
    color: #808080;
  }

  .social_area .thumbnail_list {
    margin: -2px;
    padding-top: 30px;
  }

  .social_area .thumbnail_list li {
    float: left;
    width: 50%;
    padding: 2px;
    position: relative;
  }

  .social_area .thumbnail_list li.no-data {
    width: 100%;
  }

  .social_area .thumbnail_list li:nth-child(odd) {
    clear: both;
  }

  .social_area .thumbnail_list li:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .social_area .thumbnail_list li.instagram:after {
    background: url('../images/ico/ico_instagram.png') 0 0 no-repeat;
    background-size: cover;
  }

  .social_area .thumbnail_list li.youtube:after {
    background: url('../images/ico/ico_youtube.png') 0 0 no-repeat;
    background-size: cover;
  }

  .social_area .thumbnail_list li.blog:after {
    background: url('../images/ico/ico_blog.png') 0 0 no-repeat;
    background-size: cover;
  }

  .social_area .thumbnail_list li img {
    width: 100%;
    height: 100%;
  }

  /* 페인트아이디어 */
  .idea_area ul {
    padding-top: 60px;
  }

  .idea_area li {
    position: relative;
    padding-bottom: 60px;
  }

  .idea_area li:last-child {
    padding-bottom: 0;
  }

  .idea_area li h3 {
    padding-top: 20px;
    font-size: 18px;
    color: #404040;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 삼화앤피플 */

  .people_area ul {
    padding-top: 20px;
  }

  .people_area li {
    position: relative;
  }

  .people_area li + li {
    margin-top: 60px;
  }

  .people_area li h3 {
    font-size: 20px;
    font-family: "Montserrat";
    text-align: center;
    margin-bottom: 25px;
  }

  .people_area li h3 span {
    font-weight: normal;
    display: inline-block;
    margin-left: 12px;
    font-size: 16px;
  }

  .people_area li .img_box {
    overflow: initial;
  }

  .people_area li img {
    display: inline-block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }

  /* ==========================================================================
   ye.css - 영은 css 여기아래 넣으삼
   ========================================================================== */
  /* 회사소개 */
  .about {
    padding-top: 60px;
  }

  .about h4 {
    font-size: 36px;
    color: #404040;
    font-family: "Montserrat";
    font-weight: 800;
    margin-bottom: 30px;
  }

  .about h4 img {
    width: 93px;
  }

  .about > p {
    color: #808080;
  }

  .about table th {
    padding: 9px 5px;
    color: #E20D3A;
    font-weight: normal;
    font-size: 14px;
    text-align: left;
  }

  .about table td {
    padding: 9px 25px;
    color: #404040;
    font-size: 14px;
  }

  .about table td strong {
    font-weight: 500;
  }

  .about .h3 {
    margin: 60px 0 30px;
    font-size: 24px;
    color: #404040;
    line-height: 34px;
    letter-spacing: -1.2px;
    font-weight: 700;
  }

  .link_list li {
    padding: 20px 0;
  }

  .link_list li a {
    color: #404040;
    display: inline-block;
    padding-right: 35px;
    position: relative;
  }

  .link_list li a:after {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 3px;
    right: 0;
    background: url('../images/contents/ico_arr_about.png') 0 0 no-repeat;
    background-size: cover;
  }

  /* 신제품 */

  /* 인재채용 */

  /* 인재상 */

  .btn_open_talent {
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 30px;
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  .btn_open_talent:before,
  .btn_open_talent:after {
    content: "";
    display: block;
    position: absolute;
    background: #404040;
    width: 100%;
    top: 50%;
    left: 0;
    height: 1px;
  }

  .btn_open_talent:after {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
  }

  /* 인사제도 */

  
  h4 {
    color: #404040;
  }

  /* ncs */
  .ncs_area {
    padding-top: 60px;
  }

  .ncs_area .h3 {
    font-size: 28px;
    color: #404040;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
  }

  .ncs_area p {
    color: #404040;
    position: relative;
    padding-bottom: 41px;
  }

  .ncs_area p:after {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    background: #b3b3b3;
    position: absolute;
    bottom: 20px;
    left: 0;
  }

  .ncs_area span {
    font-size: 14px;
    color: #808080;
  }

  .ncs_area div {
    margin-top: 35px;
    height: 70px;
    overflow: auto;
    background: #f5f5f5;
  }

  .ncs_area iframe {
    height: 1150px;
  }

  /* 컬러트렌드 */
  .color_trend_list {
    padding-top: 60px;
  }

  .color_trend_list li {
    position: relative;
    padding-bottom: 60px;
  }

  .color_trend_list li:last-child {
    padding-bottom: 0;
  }

  .color_trend_list li.no-data {
    line-height: 65px;
  }

  .color_trend_list li h3 {
    padding-top: 20px;
    font-size: 18px;
    color: #404040;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 컬러디자인센터 소개 */
  .scd {
    background: url(../images/contents/bg_scd.png) 100% 60px no-repeat;
    background-size: 157px 315px;
  }

  .col_design_ct_intro {
    padding-top: 60px;
    position: relative;
    color: #808080;
  }

  .col_design_ct_intro .h4 {
    margin-bottom: 40px;
  }

  .col_design_ct_intro .h4 img {
    width: 153px;
    height: 89px;
  }

  .col_design_ct_intro dl {
    margin-top: 40px;
  }

  .col_design_ct_intro dl dt {
    font-size: 18px;
    color: #404040;
    padding-bottom: 10px;
  }

  .col_design_ct_intro dl dd {
    margin-bottom: 40px;
  }

  .col_design_ct_intro dl dd:last-child {
    margin: 0;
  }

  .col_design_ct_intro .h5 {
    font-size: 36px;
    color: #404040;
    font-weight: 800;
    margin: 60px 0 40px;
    position: relative;
    font-family: "Montserrat";
    line-height: 1.1;
  }

  .col_design_ct_intro .h5 span {
    position: relative;
    z-index: 1;
    background: #f5f5f5;
    padding-right: 18px;
  }

  .col_design_ct_intro .h5:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #404040;
    position: absolute;
    bottom: 18px;
    right: 0;
  }

  .col_design_ct_intro ul li + li {
    margin-top: 30px;
  }

  .col_design_ct_intro ul li {
    padding-left: 45px;
    position: relative;
  }

  .col_design_ct_intro ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url('../images/contents/ico_scd_01.png') 0 0 no-repeat;
    background-size: cover;
  }

  .col_design_ct_intro ul li:nth-child(2):before {
    background-image: url('../images/contents/ico_scd_02.png');
  }

  .col_design_ct_intro ul li:nth-child(3):before {
    background-image: url('../images/contents/ico_scd_03.png');
  }

  .col_design_ct_intro ul li span {
    font-size: 13px;
  }

  .col_design_ct_intro ul li p {
    font-size: 18px;
  }

  .col_design_ct_intro p strong span {
    color: #404040;
  }

  /* 탭메뉴 */
  .tabmenu2 {
    padding-bottom: 20px;
    overflow: auto;
    white-space: nowrap;
  }

  .tabmenu2 > ul {
    position: relative;
    font-size: 0;
  }

  .tabmenu2 > ul > li {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    margin-left: 17px;
  }

  .tabmenu2 > ul > li:first-child {
    margin-left: 0;
  }

  .tabmenu2 > ul > li > a {
    position: relative;
    display: block;
    padding-top: 18px;
    font-weight: bold;
    color: #b2b2b2;
    font-size: 16px;
  }

  .tabmenu2 > ul > li > a:before {
    content: "";
    display: none;
    width: 8px;
    height: 8px;
    background: #E20D3A;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 5%;
  }

  .tabmenu2 > ul > li:first-child > a:before {
    left: 2%;
  }

  .tabmenu2 > ul > li.active > a {
    color: #404040;
  }

  .tabmenu2 > ul > li.active > a:before {
    display: block;
  }

  /* 아파트도장 */
  .apt_down_area {
    padding: 40px 0;
    color: #404040;
    position: relative;
  }

  .apt_down_area span {
    font-size: 14px;
  }

  .apt_down_area span i {
    display: inline-block;
    margin-left: 8px;
    width: 12px;
    height: 12px;
    background: url(../images/ico/ico_download2.png) 0 0 no-repeat;
    background-size: cover;
    vertical-align: middle;
  }

  .apt {
    padding-top: 60px;
  }

  .apt .h4 {
    color: #404040;
    font-size: 20px;
    padding-bottom: 50px;
    position: relative;
  }

  .apt .h4.line:after {
    width: 22px;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -11px;
    background: #b3b3b3;
  }

  .apt .h4.side_line:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 12px;
    right: 0;
  }

  .apt .h4.side_line span {
    display: inline-block;
    z-index: 1;
    background: #fff;
    padding-right: 10px;
    position: relative;
  }

  .apt ul {
    margin: 0 -7.5px;
    padding-bottom: 45px;
  }

  .apt ul li {
    float: left;
    width: 50%;
    padding: 0 7.5px 15px;
  }

  .apt ul li > div {
    background: #fff;
    padding: 30px 15px;
    text-align: center;
  }

  .apt ul li img {
    width: 64px;
    height: 64px;
  }

  .apt ul li .h5 {
    color: #404040;
    font-weight: normal;
    margin: 15px 0 10px;
    font-size: 16px;
  }

  .apt ul li span {
    font-size: 13px;
    color: #808080;
    display: inline-block;
  }

  .apt ol {
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
  }

  .apt ol:before {
    content: "";
    display: block;
    width: 2px;
    height: 90%;
    position: absolute;
    top: 0;
    left: 21px;
    background: url(../images/contents/line_apt_ol.png) 0 0 repeat-y;
  }

  .apt ol li:first-child {
    margin-top: 0;
  }

  .apt ol li {
    padding-left: 85px;
    margin-top: 50px;
    position: relative;
  }

  .apt ol li:before {
    content: "";
    display: block;
    width: 15px;
    height: 68px;
    background: url(../images/contents/bullet_apt_process.jpg) 0 0 no-repeat;
    position: absolute;
    top: -20px;
    left: 0;
  }

  .apt ol li strong {
    font-size: 20px;
    font-family: "Montserrat";
    font-weight: 700;
    color: #404040;
    position: absolute;
    top: 0;
    left: 45px;
  }

  .apt ol li .h5 {
    font-size: 16px;
    color: #404040;
    padding-bottom: 10px;
    font-weight: normal;
  }

  .apt ol li p {
    font-size: 14px;
    color: #808080;
    padding-bottom: 10px;
  }

  .apt ol li img {
    width: 36px;
    height: 36px;
  }

  .apt_recommend_spec h4 {
    color: #404040;
    font-size: 20px;
    padding-bottom: 30px;
    position: relative;
  }

  .apt_recommend_spec h4.side_line:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 12px;
    right: 0;
  }

  .apt_recommend_spec h4.side_line span {
    display: inline-block;
    z-index: 1;
    background: #f5f5f5;
    padding-right: 10px;
    position: relative;
  }

  /* 아파트 트렌드 */
  .apt_trend {
    padding-top: 60px;
  }

  .apt_trend li {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
  }

  .apt_trend li:last-child {
    padding: 0;
    border: none;
    margin: 0;
  }

  .apt_trend .h4 {
    padding-bottom: 40px;
    position: relative;
  }

  .apt_trend .h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    top: 12px;
    right: 0;
  }

  .apt_trend .h4 span {
    color: #404040;
    font-size: 30px;
    display: inline-block;
    z-index: 1;
    background: #f5f5f5;
    padding-right: 10px;
    position: relative;
  }

  .apt_trend h5 {
    color: #404040;
    font-family: "Montserrat";
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
  }

  .apt_trend p {
    padding: 30px 0;
    color: #808080;
  }

  .apt_trend .img_box img + img {
    padding-top: 5px;
  }

  /* 시공사례 */
  .cr_case_wrap {
    padding-top: 60px;
    color: #808080;
  }

  .cr_case_wrap li {
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }

  .cr_case_wrap li + li {
    margin-top: 60px;
  }

  .cr_case_wrap li h3 {
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    font-size: 20px;
    z-index: 2;
    border-bottom: 1px solid #fff;
  }

  .cr_case_wrap li h4 {
    font-size: 18px;
    margin-bottom: 20px;
    word-break: break-all;
  }

  .cr_case_wrap li p {
    word-break: break-all;
  }

  .cr_case_wrap > .button {
    position: fixed;
    right: 15px;
    bottom: 70px;
    padding: 12px 40px 12px 15px;
    line-height: 1.6;
    font-size: 14px;
    z-index: 5;
  }

  .cr_case_wrap > .button:after {
    content: "";
    display: block;
    background: url(../images/ico/ico_arrow.png) 0 0 no-repeat;
    background-size: contain;
    width: 16px;
    height: 5px;
    position: absolute;
    bottom: 18px;
    right: 15px;
  }

  /* 시공사례 */
  .business_case_list > li {
    padding: 20px 0;
  }

  .business_case_list > li:last-child {
    border: none;
  }

  .business_case_list > li .h2 {
    font-size: 20px;
    padding: 10px 0 5px 0;
  }

  .business_case_list > li h3 {
    font-size: 18px;
    padding: 20px 0 10px;
    font-weight: 400;
  }

  .business_case_list > li p {
    font-size: 14px;
    color: #808080;
    word-break: break-all;
  }

  .business_case_list > li .img {
    display: block;
  }

  .business_case_list > li a:focus {
    outline: none;
  }

  .business_case_list > li img {
    width: 100%;
  }

  /* ==========================================================================
   hj.css - 여기 아래는 내영역
   ========================================================================== */
  .dl + .dl {
    margin-top: 30px;
  }

  .dl > dt {
    margin-bottom: 12px;
    color: #404040;
    font-weight: bold;
  }

  .dl > dt span {
    font-weight: normal;
    margin-left: 10px;
    color: #808080;
  }

  .dl.tag > dd {
    margin: -2.5px;
    font-size: 0;
  }

  .dl.tag > dd .button {
    margin: 2.5px;
  }

  .dl.form .textarea {
    height: 250px;
  }

  .dl.form .textarea[readonly] {
    color: #b2b2b2;
    -webkit-text-fill-color: #b2b2b2;
  }

  .inner.bestseller {
    background-color: #F5F5F5;
    padding: 0 0 40px;
  }

  .inner.bestseller .bestseller_img_wrap {
    position: relative;
    padding-bottom: 68.88%;
    overflow: hidden;
    z-index: 0;
  }

  .inner.bestseller .bestseller_img_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .inner.bestseller .dl {
    padding: 24px 30px 0;
  }

  .inner.bestseller .dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 160% */
  }

  .inner.bestseller .dl dd {
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
  }

  .dl.faq {
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .dl.faq dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .inner.bestseller .dl dt a,
  .dl.faq dt a {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
    text-align: right;
    font-family: "Noto Sans KR";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 200% */
  }

  .inner.bestseller .dl dt a img,
  .dl.faq dt a img {
    background-color: #404040;
    border-radius: 48px;
  }

  .dl.faq dd li a {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
  }

  .dl.faq dd li:first-child a {
    padding-top: 0;
  }

  .dl.faq dd li:last-child a {
    border-bottom: none;
  }

  .dl.faq dd a .faq_list-contents {
    width: 100%;
  }

  .dl.faq dd a .faq_list-header {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
  }

  .dl.faq dd a .faq_list-header > div {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #555;
    font-weight: 400;
  }

  .dl.faq dd a .faq_list-title {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .dl.scroll > dd {
    margin-left: -30px;
    margin-right: -30px;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 0;
  }

  .dl .ic_num {
    margin-right: 5px;
    vertical-align: 1px;
  }

  .product_type {
    padding: 0 22.5px;
    width: 1130px;
  }

  .product_type a {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin: 7.5px;
  }

  .product_type figure {
    display: block;
  }

  .product_type img {
    width: 100%;
  }

  .product_type figcaption {
    padding: 9px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
  }

  .list_info {
    padding: 15px 0;
    font-size: 14px;
    color: #404040;
  }

  .list_info strong {
    color: #404040;
  }

  .pr_list {
    margin: 0 -30px;
  }

  .pr_list li {
    padding: 30px;
    position: relative;
    border-top: 1px solid #e5e5e5;
    color: #404040;
  }

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

  .pr_list .img {
    float: left;
    width: 80px;
  }

  .pr_list .img img {
    width: 100%;
  }

  .pr_list .img + .cont {
    margin-left: 95px;
  }

  .pr_list .tit {
    font-size: 18px;
    font-weight: bold;
  }

  .pr_list .txt {
    font-size: 16px;
    margin-top: 3px;
  }

  .pr_list .txt.type2 {
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }

  .pr_list .sub {
    font-size: 12px;
    margin-top: 3px;
    color: #808080;
  }

  hr.line + .paging {
    margin-top: 25px;
  }

  .contact_info {
    padding: 30px;
    margin: 0 -30px;
    background: #fff;
  }

  .contact_info strong {
    font-size: 18px;
    color: #e31a45;
  }

  .contact_info div {
    color: #404040;
    margin-top: 3px;
  }

  .contact_info hr {
    margin: 15px 0;
  }

  .contact_info ul {
    font-size: 14px;
    color: #808080;
  }

  .contact_info ul li + li {
    margin-top: 5px;
  }

  .contact_info ul li:after {
    content: "";
    display: block;
    clear: both;
  }

  .contact_info ul li span {
    float: left;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .contact_info ul li div {
    margin-left: 3em;
  }

  .data_tbl_wrap {
    position: relative;
    margin-top: 35px;
  }

  .data_tbl_wrap + .paging {
    margin-top: 30px;
  }

  .data_tbl_tit {
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  .data_tbl_tit span {
    font-size: 15px;
    color: #888;
    font-weight: normal;
    font-family: "Montserrat";
  }

  .data_tbl {
    border-top: 1px solid #404040;
  }
  .search_list_wrap .data_tbl {
    border-top: 1px solid #e5e5e5;
  }

  .data_tbl th,
  .data_tbl td {
    border-bottom: 1px solid #e6e6e6;
    font-size: 12px;
    color: #808080;
    padding: 10px 0;
    font-weight: normal;
  }

  .data_tbl td {
    padding: 20px 0;
  }

  .data_tbl th:last-child,
  .data_tbl td:last-child {
    text-align: right;
  }
  .data_tbl th:first-child,
  .data_tbl td:first-child {
    text-align: left;
  }

  .search_list_wrap .data_tbl th:last-child,
  .search_list_wrap .data_tbl td:last-child {
    padding-right: 30px;
  }
  .search_list_wrap .data_tbl th:first-child,
  .search_list_wrap .data_tbl td:first-child {
    padding-left: 30px;
  }

  .data_tbl .tit {
    font-size: 16px;
    color: #404040;
    word-break: break-all;
  }

  .data_tbl .tit + div {
    margin-top: 5px;
  }

  .data_tbl .date_text {
    display: block;
    font-size: 11px;
    text-align: center;
  }

  .data_tbl_more {
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    width: 13px;
    height: 13px;
    font-size: 0;
    color: transparent;
    background: url(../images/ico/ico_more.png) no-repeat;
    background-size: contain;
  }

  .btn_txt_down {
    display: inline-block;
    font-size: 0;
    color: #E20D3A;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(../images/ico/ico_txt_download_r.png) no-repeat center center;
    background-size: 15px auto;
  }
  .search_list_wrap table.data_tbl a.btn_txt_down {
    display: flex;
    justify-content: center;
    margin-left: auto;
  }

  .location_list {
    margin-left: -30px;
    margin-right: -30px;
    color: #404040;
  }

  .list_info + .location_list {
    border-top: 1px solid #e5e5e5;
  }

  .location_list > ul > li {
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
  }

  .location_list .tit {
    font-weight: bold;
    font-size: 18px;
  }

  .location_list .txt {
    min-height: 2.8em;
    margin-top: 5px;
  }

  .location_list .info {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .location_list .info > span:first-child {
    font-size: 14px;
    color: #808080;
  }

  .location_list .tel {
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid #808080;
    color: #808080;
    font-family: "Montserrat";
  }

  .location_list .tel_wrap .tel {
    float: left;
    clear: both;
  }

  .location_list .tel_wrap .tel + .tel {
    margin-top: 3px;
  }

  .location_list + hr.line {
    margin-top: -1px;
  }

  .location_list .cont {
    margin-top: 25px;
    font-size: 14px;
    color: #808080;
  }

  .location_list .cont .ui-swiper {
    margin-bottom: 1.4em;
  }

  .location_list .cont p + p {
    margin-top: 1.4em;
  }

  .location_list img {
    width: 100%;
  }

  .location_list + .paging {
    margin-top: 30px;
  }

  .btn_map {
    display: inline-block;
    padding-right: 20px;
    color: #E20D3A;
    font-size: 12px;
    line-height: 16px;
    background: url(../images/ico/ico_pin.svg) no-repeat right center;
    background-size: auto 16px;
  }

  #store_info_pop .btn_map {
    background: url('');
    background-size: unset;
  }
  #store_info_pop .btn_map > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
  }
  #store_info_pop .btn_map a {
    height: 24px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    color: #000FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 145.455% */
    letter-spacing: -0.44px;
  }

  /* main */
  .top_banner {
    position: relative;
  }

  .top_banner img {
    width: 100%;
  }

  .btn_top_banner {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(../images/main/btn_top_banner.png) no-repeat center center;
    background-size: 12px auto;
    font-size: 0;
    color: transparent;
    -webkit-transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
  }

  .top_banner .btn {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    color: #fff;
  }

  .top_banner .btn .btn_top_banner {
    display: inline-block;
    margin-top: 0;
    position: static;
    vertical-align: top;
  }

  .top_banner .btn .checkbox {
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
  }

  .top_banner .btn .checkbox .lbl {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
  }

  .search_open .top_banner {
    display: none !important;
  }

  .main .inner.gray {
    border-bottom: 0 none;
  }

  .main #pageTop.visual {
    display: block;
    height: auto;
    padding: 0;
    background-color: #fff;
  }

  .main #pageTop.visual > div {
    display: block;
  }

  .main #pageTop.visual > div:last-child {
    padding-top: 0;
  }

  .main #pageTop .main_search {
    position: relative;
    margin-top: -120px;
    padding: 0 30px 55px;
    z-index: 1;
  }

  .main #pageTop .tit_wrap {
    position: relative;
    line-height: 1.2;
    padding-bottom: 14px;
    display: block;
  }

  .main #pageTop .tit_wrap .icon {
    position: absolute;
    right: 0;
    bottom: 18px;
    width: 125px;
    left: 190px;
    height: 30px;
    /*background: url(../images/main/ico_search.png) no-repeat right center;*/
    background: url(../images/main/ico_search_black.png) no-repeat right center;
    background-size: contain;
  }

  .main #pageTop .tit_wrap .icon:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 50px;
    top: 50%;
    height: 1px;
    background: #000;
  }

  .main_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 667px;
    overflow: hidden;
  }

  .main_bg.fixed {
    position: fixed;
  }

  .main_bg > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s;
  }

  .main_bg > div.on {
    opacity: 1;
  }

  .main_banner li {
    position: relative;
    width: 100%;
  }

  .main_banner .img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .main_banner .cont {
    position: relative;
    padding: 170px 30px 0;
    height: 667px;
    box-sizing: border-box;
  }

  .main_banner .tit {
    font-size: 36px;
    font-weight: bold;
    font-family: "Montserrat";
  }

  .main_banner .txt {
    font-size: 15px;
    margin-top: 15px;
  }

  .main_navi {
    position: absolute;
    top: 315px;
    left: 30px;
    right: 30px;
    color: #fff;
  }

  .main_navi .counter {
    float: left;
    font-family: "Montserrat";
    font-size: 12px;
  }

  .main_navi .process {
    margin-left: 25px;
    margin-top: 7px;
    background: rgba(255, 255, 255, 0.3);
    display: none;
  }

  .main_navi .process div {
    display: block;
    height: 1px;
    background: #fff;
  }

  .main_search_opt {
    padding-bottom: 52.5px;
    z-index: 1;
  }

  .main_search_opt .search_input {
    position: relative;
    top: -30px;
  }

  .main_search_opt .dl {
    margin-top: 35px;
  }

  .main_search_opt .search_input + .dl {
    margin-top: 5px;
  }

  .main_cont {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .main_tit {
    position: relative;
    font-size: 37px;
    z-index: 2;
    line-height: 1.2;
    font-family: "Montserrat";
  }

  .main_tit2 {
    position: relative;
    overflow: hidden;
    font-size: 16px;
    margin: 50px 0 15px;
  }

  .main_tit2 strong {
    position: relative;
    display: inline-block;
  }

  .main_tit2 strong:after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 100%;
    width: 10000px;
    top: 50%;
    background: #e5e5e5;
    transform: translateX(10px);
  }

  .main_tit2 strong span {
    font-weight: normal;
    margin-left: 5px;
  }

  .main_cont .cont {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -17px;
  }

  .main_cont hr {
    margin: 3em 0;
  }

  .main_swiper {
    overflow: hidden;
    padding: 0 22.5px;
  }

  .main_swiper .swiper-container {
    overflow: visible;
  }

  .main_swiper .swiper-slide > a {
    display: block;
    padding: 0 7.5px;
  }

  .main_swiper img {
    width: 100%;
  }

  .main_swiper .txt {
    margin-top: 10px;
  }

  .main_sns {
    margin-top: 30px;
  }

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

  .main_sns dt {
    float: left;
    font-size: 14px;
  }

  .main_sns dt strong {
    display: block;
  }

  .main_sns dd {
    margin-left: 140px;
  }

  .main_sns dd span {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
  }

  .main_sns dd a {
    display: block;
    width: 33px;
    height: 30px;
    margin: 0 auto;
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .main_sns dd a.is {
    background-image: url(../images/main/sns_insta.png);
  }

  .main_sns dd a.yt {
    background-image: url(../images/main/sns_youtube.png);
  }

  .main_sns dd a.bl {
    background-image: url(../images/main/sns_blog.png);
  }

  .main_sns dd a.ss {
    background-image: url(../images/main/sns_smartstore.svg);
  }

  .main_notice {
    font-size: 16px;
  }

  .main_notice li + li {
    margin-top: 15px;
  }

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

  .main_stock dt {
    display: inline-block;
    font-size: 45px;
    font-weight: bold;
    vertical-align: top;
    line-height: 1;
    padding-right: 15px;
  }

  .main_stock dd {
    display: inline-block;
    vertical-align: top;
    padding: 4px 0;
  }

  .main_stock dd p {
    font-size: 12px;
  }

  .main_stock dd ul {
    font-size: 0;
    margin-top: 3px;
  }

  .main_stock dd ul li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    padding: 0 12px;
    line-height: 1;
  }

  .main_stock dd ul li + li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    bottom: 3px;
    width: 1px;
    background: #e5e5e5;
  }

  .main_stock dd ul li:first-child {
    padding-left: 0;
  }

  .main_stock dd ul li:last-child {
    padding-right: 0;
  }

  .main_stock dd ul li:first-child::first-letter {
    font-size: 12px;
  }

  .main_letter {
    text-align: center;
    padding-top: 40px;
  }

  .main_letter dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .main_letter dd div {
    position: relative;
    float: left;
    width: 50%;
  }

  .main_letter dd div + div:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
  }

  .main_letter a {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
  }

  .main_letter .ic1 {
    padding-left: 24px;
    background: url(../images/main/icon-pin.png) no-repeat left bottom;
    background-size: 20px auto;
  }

  .main_letter .ic2 {
    padding-left: 24px;
    background: url(../images/main/icon-cs.png) no-repeat left bottom;
    background-size: 20px auto;
  }

  .main_newsletter {
    width: 100%;
    position: relative;
    padding: 60px 15px;
    background-image: url("../images/main/img-newsletter.png");
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .main_newsletter p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: white;
  }

  .main_newsletter div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.2px;
  }

  .main_newsletter div a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    border: 2px solid white;
    color: white;
  }

  /* ==========================================================================
  투자정보 부분
   ========================================================================== */

  .financial_table .financial_title {
    padding: 60px 0 15px;
    text-align: center;
    font-size: 20px;
  }

  .financial_table .financial_caption {
    margin: 0;
    text-align: right;
    font-size: 11px;
    margin-bottom: 3px;
  }

  .financial_table table {
    text-align: center;
    font-size: 13px;
  }

  .financial_table th {
    padding: 10px 0;
    border-bottom: 1px solid #666;
    border-top: 1px solid #000;
    font-weight: 400;
    text-align: right;
    padding-right: 8px !important;
  }

  .financial_table th:first-child {
    width: 120px;
  }

  .financial_table td {
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    text-align: right;
    padding-right: 8px !important;
  }

  .financial_table tr:last-child td {
    border-bottom: 1px solid #000;
  }

  .financial_table td {
    font-size: 12px;
  }

  .financial_table td:first-child {
    font-size: 13px;
    text-align: center;
    padding-right: 0px !important;
  }

  .financial_table thead tr {
    border-bottom: 1px solid #000;
  }

  .financial_table td {
    padding: 10px 0;
  }

  .financial_table .tr_gray {
    background-color: #ededed;
  }

  .financial_table .read-table > tbody > tr > td {
    border-left: none;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    text-align: right;
    padding-right: 8px !important;
    background: none;
  }

  .social-contribution-wrap {
    padding-top: 60px;
  }

  .social-contribution-wrap.esg {
    padding-top: 0;
  }

  /* 고객 상담 */
  .cs_center {
    padding-top: 60px;
  }

  .cs_center .h3 {
    font-size: 14px;
    color: #404040;
    line-height: 24px;
    letter-spacing: -0.7px;
  }
  .request .h3:not(:first-child) {
    margin-top: 30px
  }

  .cs_center .h3 + dl {
    padding-bottom: 60px;
    font-size: 0;
    padding-top: 40px;
  }

  .cs_center .h3 + dl dt {
    width: 41%;
    display: inline-block;
  }

  .cs_center .h3 + dl dd {
    width: 59%;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 20px;
  }

  .cs_center .h3 + dl em {
    font-family: "Montserrat";
    display: block;
    font-size: 14px;
    color: #808080;
    letter-spacing: -0.7px;
    line-height: 1;
    margin-bottom: 25px;
  }

  .cs_center .h3 + dl span {
    font-size: 18px;
    line-height: 1;
    font-family: "Montserrat";
    color: #404040;
  }

  .cs_center .csCenter_info {
    position: relative;
    font-size: 0;
    box-sizing: border-box;
    padding: 10px 5px;
    border-bottom: 1px #e6e6e6 solid;
  }

  .cs_center .csCenter_info:before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e6e6e6;
    position: absolute;
  }

  .cs_center .csCenter_info:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 41%;
    background: #E20D3A;
    height: 2px;
    position: absolute;
  }

  .cs_center .csCenter_info dl {
    padding: 10px 0;
  }

  .cs_center .csCenter_info dl dt {
    width: 41%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.7px;
    vertical-align: top;
    color: #000;
  }

  .cs_center .csCenter_info dl dd {
    width: 59%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.7px;
    vertical-align: top;
    color: #404040;
    box-sizing: border-box;
    padding-left: 20px;
  }

  .cs_center .csCenter_form {
    padding-top: 60px;
  }
  .request .csCenter_form {
    padding-top: 0;
  }

  .newsletter-sub_form_guide {
    margin-bottom: 24px;
    word-break: keep-all;
    font-size: 14px;
    color: #404040;
    letter-spacing: -0.8px;
  }

  .consulting_form_guide {
    margin-bottom: 24px;
    word-break: keep-all;
    font-size: 14px;
    color: #404040;
    letter-spacing: -0.8px;
  }
  .consulting_form_guide p {
    font-size: 16px;
    color: #404040;
    letter-spacing: -0.8px;
    margin-bottom: 8px;
    font-weight: 700;
  }
  .consulting_form_guide a {
    color: #E20D3A;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 700;
  }

  .cs_center .newsletter-sub_form p strong {
    display: block;
    font-size: 16px;
    color: #404040;
    letter-spacing: -0.8px;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .cs_center .newsletter-sub_form p .must_write:after {
    content: "";
    width: 4px;
    height: 4px;
    position: relative;
    display: inline-block;
    background: #E20D3A;
    vertical-align: top;
    margin: 2px 0 0 4px;
    border-radius: 50%;
  }

  .cs_center .newsletter-sub_form p .input_wrap {
    display: block;
    line-height: 50px;
    width: 100%;
    margin: 0;
  }

  .cs_center .newsletter-sub_form p .input_wrap input {
    display: block;
    line-height: 50px;
    border: 0;
    width: 100%;
  }

  .cs_center .newsletter-sub_form p .input_wrap input::placeholder {
    color: #b3b3b3;
  }

  .cs_center .newsletter-sub_form p .input_wrap .select {
    height: 50px;
    border: 0 none;
  }

  .newsletter-sub .interest_checkboxes {
    display: block;
    margin-bottom: 40px;
  }

  .newsletter-sub .interest_checkboxes label {
    display: block;
    position: relative;
    padding-left: 32px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .newsletter-sub .interest_checkboxes input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
  }
  .newsletter-sub .interest_checkboxes span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #E5E5E5;
    background-color: #fff;
  }
  .newsletter-sub .interest_checkboxes label input:checked ~ span {
    border: 2px solid black;
    background-color: black;
  }
  .newsletter-sub .interest_checkboxes label span:after {
    content: url("../images/common/icon-24-check-on.svg");
    position: absolute;
    left: -4px;
    top: -4px;
    display: none;
    width: 100%;
    height: 100%;
  }
  .newsletter-sub .interest_checkboxes label input:checked ~ span:after {
    display: block;
  }

  .cs_center .csCenter_form p strong {
    display: block;
    font-size: 16px;
    color: #404040;
    letter-spacing: -0.8px;
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .cs_center .csCenter_form p .must_write:after {
    content: "";
    width: 4px;
    height: 4px;
    position: relative;
    display: inline-block;
    background: #E20D3A;
    vertical-align: top;
    margin: 2px 0 0 4px;
    border-radius: 50%;
  }

  .cs_center .csCenter_form p .input_wrap {
    display: block;
    line-height: 50px;
    width: 100%;
    margin: 0;
  }

  .cs_center .csCenter_form p .input_wrap input {
    display: block;
    line-height: 50px;
    border: 0;
    width: 100%;
    height: 50px;
  }

  .cs_center .csCenter_form p .input_wrap textarea {
    height: 177px;
    padding: 18px;
    box-sizing: border-box;
    border: 0;
    resize: none;
    width: 100%;
  }

  .cs_center .csCenter_form p .input_wrap input::placeholder {
    color: #b3b3b3;
  }

  .cs_center .csCenter_form p .input_wrap .select {
    height: 50px;
    border: 0 none;
  }

  .cs_center .csCenter_form .download_desc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.7px;
    color: #808080;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cs_center .csCenter_form .download:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 24px;
    background-image: url("../images/common/download.svg");
    margin-right: 5px;
  }

  .cs_center .csCenter_form .download {
    margin-left: 15px;
  }

  .cs_center .file_wrap {
    display: block;
    padding-bottom: 40px;
  }

  .cs_center .file_wrap .input_file {
    position: relative;
    line-height: 50px;
  }

  .cs_center .file_wrap .input_file .button {
    position: absolute;
    left: 0;
    height: 50px;
    line-height: 50px;
  }

  .cs_center .file_wrap .filebox {
    box-sizing: border-box;
    padding-left: 115px;
    position: relative;
    padding-right: 30px;
  }

  .cs_center .file_wrap .filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
  }

  .cs_center .file_wrap .filebox label {
    display: inline-block;
    color: #fff;
    background-color: #404040;
    cursor: pointer;
    width: 100px;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
  }

  /* named upload */
  .cs_center .file_wrap .filebox .upload-name {
    display: block;
    height: 50px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;
    border: 0;
  }

  .cs_center .file_wrap .filebox .file_delte {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    background-size: 100%;
    background-image: url("../images/common/file-trash.svg");
    font-size: 0;
  }

  .cs_center .file_wrap em {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.7px;
    color: #808080;
    margin-top: 15px;
  }

  .cs_center .file_wrap .file {
    position: relative;
    display: inline-block;
    height: 50px;
    padding: 0 30px 0 100px;
    box-sizing: border-box;
  }

  .cs_center .file_wrap .file input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 50px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
  }

  .cs_center .file_wrap .file .btn_file {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #404040;
    cursor: pointer;
    width: 100px;
    font-size: 16px;
    line-height: 50px;
    border: 0 none;
    text-align: center;
  }

  .cs_center .file_wrap .file .file_src {
    display: inline-block;
    max-width: 180px;
    font-size: 13px;
    line-height: 1;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
  }

    .cs_center .file_wrap .file .file_src:after {
    display: none;
  }

  .cs_center .file_wrap .file .file_delete {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    background-size: 100%;
    background-image: url(../images/common/file-trash.svg);
    font-size: 0;
  }

  .cs_center .agree_area {
    border-top: 1px #e6e6e6 solid;
    padding-top: 40px;
  }

  .customer-waterproof .cs_center .agree_area {
    border-top: 0;
  }

  .cs_center .agree_area .agree_txt {
    overflow-y: auto;
    height: 250px;
    background: #fff;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.7px;
    padding: 18px;
    white-space: pre-line;
    margin-top: 15px;
  }

  .cs_center .agree_area .agree_chk {
    position: relative;
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  .cs_center .agree_area .agree_chk input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }

  .cs_center .agree_area .agree_chk .lbl {
    text-align: center;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    letter-spacing: -0.9px;
    color: #404040;
    width: 100%;
    background: #fff;
    border-top: 2px #f5f5f5 solid;
  }

  .cs_center .agree_area .agree_chk .lbl:after {
    content: "";
    display: inline-block;
    width: 13px;
    height: 8px;
    border-left: 2px #404040 solid;
    border-bottom: 2px #404040 solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -6px;
    margin-left: 5px;
  }

  .cs_center .agree_area .agree_chk input:checked + .lbl {
    color: #fff;
    background: #404040;
  }

  .cs_center .agree_area .agree_chk input:checked + .lbl:after {
    border-color: #fff;
  }

  .cs_center .btn_submit {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background: #E20D3A;
    text-align: center;
    border: 0;
    width: 100%;
    margin: 40px 0 0;
  }

  .mobile .agree_checkbox_area {
    padding-top: 10px;
    background: #fff;
    border-top: 2px #f5f5f5 solid;
  }

  .agree_checkbox_area .agree_chk_list {
  }

  .agree_checkbox_area .agree_chk_list {
    position: relative;
    display: block;
    width: 100%;
    padding: 5px 0;
  }

  .agree_checkbox_area .agree_chk_list input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }

  .agree_checkbox_area .agree_chk_list .lbl {
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 45px;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: -0.9px;
    color: #b3b3b3;
  }

  .agree_checkbox_area .agree_chk_list .lbl span {
    position: absolute;
    top: 0;
    left: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #404040;
  }

  .agree_checkbox_area .agree_chk_list .lbl span:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    display: inline-block;
    width: 10px;
    height: 5px;
    border-left: 1px #404040 solid;
    border-bottom: 1px #404040 solid;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .agree_checkbox_area .agree_chk_list input:checked + .lbl {
  }

  .agree_checkbox_area .agree_chk_list input:checked + .lbl span {
    color: #fff;
    background: #404040;
  }

  .agree_checkbox_area .agree_chk_list input:checked + .lbl span:after {
    border-color: #fff;
  }


  .cs_center .notice_area {
    padding-top: 15px;
    padding-bottom: 15px;
  }


  .customer-waterproof .cs_center .notice_area {
    border-top: 10;
    padding : 0px 30px 0px 30px;
  }
  .cs_center .notice_area .notice_txt {
    overflow-y: auto;
    background: #fff;
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    text-align: center;
    font-weight: 530;
    line-height: 24px;
    letter-spacing: -0.7px;
    padding: 10px 20px 30px 30px;
    white-space: pre-line;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .notice_area .notice_txt strong {
    color: #E20D3A;
    display: block;
    margin-top: 0;
    line-height: 1.2;
  }

  /* ==========================================================================
  IR 미팅신청 부분
   ========================================================================== */

  .popup_ir_meeting .pop_head {
    padding-bottom: 25px !important;
  }

  .popup_ir_meeting hr {
    margin: 1em 30px;
    width: 315px;
  }

  .popup_ir_meeting hr.line {
    margin: 30px 0 40px;
    width: 100%;
  }

  .popup_ir_meeting dt {
    font-size: 14px;
  }

  .popup_ir_meeting h3 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
  }

  .popup_ir_meeting .pop_cont {
    padding: 0 !important;
  }

  .popup_ir_meeting .dl.form,
  .popup_ir_meeting h3,
  .popup_ir_meeting .btn_wrap,
  .popup_ir_meeting p {
    padding: 0 30px;
  }

  .popup_ir_meeting .dl.form .comment {
    padding: 0 0;
    margin-top: 10px;
  }

  .popup_ir_meeting .popBtnTop {
    margin: 55px auto 20px;
  }

  .popup_ir_meeting .red_c {
    color: red;
    margin-left: 3px;
  }

  .popup_ir_meeting .comment {
    font-size: 12px;
  }

  .popup_ir_meeting .seoul_address {
    padding-left: 66px;
  }

  .popup_ir_meeting .visitor_add {
    line-height: 25px;
    margin-top: 10px;
    margin-left: 239px;
  }

  .popup_ir_meeting .add_visitor {
    display: none;
    margin-top: 50px;
  }

  .popup_ir_meeting textarea {
    height: 120px;
    font-size: 18px;
    line-height: 28px;
  }

  .popup_ir_meeting strong {
    font-weight: bold;
  }

  .popup_ir_meeting h3.modify_title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    line-height: 15px;
    margin-bottom: 60px;
  }

  .popup_ir_meeting .modify_title strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px;
  }

  .popup_ir_meeting dd i {
    font-size: 12px;
    color: #404040;
    line-height: 1;
    letter-spacing: -0.6px;
    display: block;
    margin-top: 15px;
  }

  /* ===========================================================================
   PC 에서 가져온 css
   =========================================================================== */
  .prdt_info_view .prd_view_table .table td .download {
    font-size: 0;
    width: 8px;
    display: inline-block;
    position: relative;
    height: 20px;
    margin: 5px 6px 0 14px;
    vertical-align: top;
  }

  .prdt_info_view .prd_view_table .table td .download:after {
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../../resources/images/common/icon-download.svg");
    background-size: 100%;
  }

  .prdt_info_view .prd_view_table .table td .checkbox + .down_notice {
    box-sizing: border-box;
    padding-left: 27px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.5px;
    color: #000;
  }

  /* ==========================================================================
	common
========================================================================== */
  .reponsive-table-inner {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
  }

  .reponsive-table-inner .read-table {
    flex: 0 0 200%;
    width: 200%;
  }

  .reponsive-table-inner .council-details-table,
  .reponsive-table-inner .eco-read-table {
    flex: 0 0 200%;
    width: 200%;
    white-space: nowrap;
  }

  .reponsive-table-inner:after {
    content: "";
    flex: 0 0 30px;
  }

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

  /* iframe 비디오 플레이어 */
  .video-wrap {
    position: relative;
  }

  .video-player {
    position: relative;
    padding-top: 56.25%;
  }

  .video-player iframe,
  .video-player object,
  .video-player video,
  .video-player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .video-wrap .youtubeArea {
    position: relative;
    display: block;
    padding-top: 56.25%;
  }

  .video-wrap .youtubeArea iframe,
  .video-wrap .youtubeArea object,
  .video-wrap .youtubeArea video,
  .video-wrap .youtubeArea embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* layout */
  .data-group {
    margin-top: 50px;
  }

  .data-group.first,
  .data-group:first-child,
  .data-group:only-child {
    margin-top: 0;
  }

  .new-checkbox {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #404040;
  }

  .new-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  .new-checkbox input:checked + i:after {
    opacity: 1;
  }

  .new-checkbox i {
    display: block;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 3px;
    vertical-align: top;
  }

  .new-checkbox i:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    box-sizing: border-box;
    background-color: transparent;
  }

  .new-checkbox i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: #000 url(../images/ico/icon_checkbox_white.png) center center no-repeat;
    background-size: 24px auto;
    opacity: 0;
  }

  .mulity-check-wrap {
    padding: 15px 0;
    margin-left: -30px;
    margin-right: -30px;
    background-color: #f5f5f5;
    border-bottom: 9px solid #ebebeb;
    position: relative;
    z-index: 1;
  }

  .mulity-check-inner {
    margin: 0;
    padding: 0 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 8px;
  }

  .mulity-check-inner .check-cell {
    padding: 0;
  }

  .mulity-check-inner .check-cell .new-checkbox {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #b2b2b2;
    white-space: nowrap;
  }

  .mulity-check-inner .check-cell .new-checkbox:has(input:checked) {
    color: #404040;
  }

  .mulity-check-inner .check-cell .new-checkbox i {
    width: 18px;
    height: 18px;
    margin-right: 4px;
  }

  .mulity-check-inner .check-cell .new-checkbox i:before {
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-color: #b2b2b2;
    background-color: transparent;
  }

  .mulity-check-inner .check-cell .new-checkbox:has(input:checked) i:before {
    border-color: #404040;
  }

  .mulity-check-inner .check-cell .new-checkbox i:after {
    width: 18px;
    height: 18px;
    background-color: #404040;
    background-size: 18px auto;
  }

  /* table */
  .read-table {
    table-layout: fixed;
    width: 100%;
  }

  .read-table > tbody > tr > th {
    padding: 12px 15px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: left;
    border: 1px solid #e6e6e6;
    border-left: none;
    background-color: #f5f5f5;
  }

  .read-table > tbody > tr > td {
    padding: 12px 15px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-align: left;
    border: 1px solid #e6e6e6;
    border-right: none;
    background-color: #fff;
  }

  .read-table.type-2 {
    word-break: keep-all;
  }

  .read-table.type-2 > thead {
    border-top: 1px solid #404040;
    border-bottom: 1px solid #e6e6e6;
  }

  .read-table.type-2 > thead > tr > th {
    padding: 13px 5px 11px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
    text-align: center;
    background-color: #eee;
  }

  .read-table.type-2 > tbody > tr > th {
    padding: 10px;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    text-align: center;
    background-color: #f5f5f5;
  }

  .read-table.type-2 > tbody > tr > td {
    padding: 15px 15px 15px 20px;
    font-size: 14px;
    line-height: 20px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
  }

  .read-table.type-2 > tbody > tr > td:first-child {
    border-left: none;
  }

  .read-table.type-2 > tbody > tr > td.eng > ul > li {
    position: relative;
    padding-left: 9px;
  }

  .read-table.type-2 > tbody > tr > td.eng > ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 2px;
    height: 2px;
    background-color: #000;
    border-radius: 50%;
  }

  /*.product-guide-info .thumb-item-list {*/
  /*  padding-top: 30px;*/
  /*  padding-bottom: 30px;*/
  /*}*/

  .product-guide-info .thumb-item-list > li {
    padding: 0;
  }

  .product-guide-info .thumb-item-list > li + li {
    margin-top: 30px;
  }

  .product-relation-info .thumb-item-list > li {
    padding: 0;
  }

  .product-relation-info .thumb-item-list > li + li {
    margin-top: 30px;
  }

  .next_story_list {
    margin-top: 20px;
  }

  .next_story_list .item-list li a {
    display: block;
  }

  .next_story_list .item-list > li + li {
    margin-top: 30px;
  }

  .next_story_list .item-list .img_wrap {
    margin-top: 15px;
  }

  .next_story_list .item-list .img_wrap .title {
    font-size: 18px;
    color: #222;
    line-height: 24px;
    font-weight: 500;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* 커스터마이징 */
  .social-item-list .thumbnail_list {
    margin: 0;
  }

  .social-item-list .thumbnail_list > li {
    float: none;
    width: 100%;
    padding: 0;
  }

  .social-item-list .thumbnail_list > li + li {
    margin-top: 30px;
  }

  .social-item-list .thumbnail_list > li > img {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .social-item-list .thumbnail_list .story_title {
    display: block;
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #222;
    font-weight: 500;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .social-item-list .thumbnail_list .story_txt {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .social-item-list .thumb-item-list {
    padding-top: 30px;
  }

  .social-item-list .thumb-item-list > li {
    float: none;
    width: 100%;
    padding: 0;
  }

  .social-item-list .thumb-item-list > li + li {
    margin-top: 30px;
  }

  /* 상품 썸네일 */
  .product-list-item {
    position: relative;
    display: block;
    width: 100%;
  }
  .product-list-item .img_wrap {
    background-color: black;
  }
  .product-list-item .img_wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }

  .product-list-item .item-thumb {
    position: relative;
    padding-top: 100%;
    background-color: black;
  }
  .home .main_cont .product-list-item .item-thumb {
    position: relative;
    padding-top: 60.25%;
    background-color: unset;
  }

  .social_area .product-list-item .item-thumb {
    position: relative;
    padding-top: 0;
    padding-bottom: 66.60%;
  }

  .product-list-item .item-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .home .main_cont .product-list-item .item-thumb img {
    object-fit: cover;
  }

  .product-list-item .item-thumb .viewImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  .product-list-item .item-thumb.video-thumb {
    padding-top: 56.25%;
  }

  .product-list-item .item-thumb.video-thumb:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px;
    background: url(../images/ico/ico_video_play_round.png) center center no-repeat;
    background-size: 100%;
  }

  .product-list-item .item-info {
    margin-top: 15px;
  }

  .product-list-item .item-cate {
    font-size: 0;
  }

  .product-list-item .item-cate > div {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #666;
    vertical-align: top;
  }

  .product-list-item .item-cate > div:after {
    content: ">";
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
  }

  .product-list-item .item-cate > div:last-child {
    padding-right: 0;
  }

  .product-list-item .item-cate > div:last-child:after {
    display: none;
  }

  .product-list-item .item-cate + .item-name {
    margin-top: 8px;
  }

  .product-list-item .item-sort + .item-name {
    margin-top: 5px;
  }

  .product-list-item .item-sort {
    font-size: 13px;
    color: #888;
    line-height: 20px;
  }

  .product-list-item .item-name {
    font-size: 18px;
    color: #222;
    line-height: 24px;
    font-weight: 500;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .chemi .product-list-item .item-name {
    font-size: 18px;
    color: #222;
    line-height: 24px;
    font-weight: 500;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-list-item .item-desc {
    margin-top: 4px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .chemi .product-list-item .item-desc {
    margin-top: 4px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    display: -webkit-box;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product-list-item .item-date {
    margin-top: 8px;
    font-size: 14px;
    color: #888;
    line-height: 20px;
  }

  /* ==========================================================================
	product
========================================================================== */
  /* 상품상세 > 공통 */
  .product-cell-title {
    margin-bottom: 11px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #404040;
  }

  .hash-list-wrap {
  }

  .hash-list-wrap .hash-list-inner {
    margin: -3px;
  }

  .product-view {
    padding-bottom: 135px;
  }

  .product-data-group {
    padding: 36px 30px 40px 30px;
    border-top: 9px solid #ebebeb;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }

  .product-data-group:last-child {
    border-bottom: 0 none;
  }

  .product-data-group .product-cell-title {
    margin-bottom: 17px;
  }

  .product-data-group .reponsive-table-inner {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
  }

  .product-data-group .reponsive-table-inner:after {
    content: "";
    flex: 0 0 30px;
  }

  .product-data-group .thumb-item-list > li + li {
    margin-top: 28px;
  }

  .idea_view .product-data-group {
    margin: 0 -30px;
    padding: 40px 30px 40px 30px;
    background: none;
    border-top: none;
    border-bottom: none;
  }

  .color_area {
    width: 100%;
    position: relative;
    padding-bottom: 60px;
  }

  .color_area .imgWrap {
    overflow: hidden;
  }

  .color_area .imgWrap img {
    width: 100%;
  }

  .color_area .btn_more {
    font-size: 0;
    display: block;
    width: 44px;
    height: 44px;
    background-image: url("../images/ico/button-btn-expand-hover.svg");
    margin: 0px auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border: 0 none;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -22px;
  }

  .thumb-swiper-contents {
    position: relative;
    margin: 0 -30px;
  }

  .thumb-swiper-contents .swiper-slide {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .thumb-swiper-contents .btn-thumb-swiper-prev {
    position: absolute;
    top: 0;
    left: 30px;
    width: 19px;
    height: calc(100vw - 60px);
    text-indent: -9999px;
    z-index: 5;
  }

  .thumb-swiper-contents .btn-thumb-swiper-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background: url("../images/ico/icon_culture_gallery_btn_prev.png") center center no-repeat;
    background-size: 19px auto;
  }

  .thumb-swiper-contents .btn-thumb-swiper-next {
    position: absolute;
    top: 0;
    right: 30px;
    width: 19px;
    height: calc(100vw - 60px);
    text-indent: -9999px;
    z-index: 5;
  }

  .thumb-swiper-contents .btn-thumb-swiper-next:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    background: url("../images/ico/icon_culture_gallery_btn_next.png") center center no-repeat;
    background-size: 19px auto;
  }

  .product-guide-info .thumb-swiper-contents .btn-thumb-swiper-prev {
    left: 50px;
    height: calc((100vw - 60px) / 16 * 9);
  }

  .product-guide-info .thumb-swiper-contents .btn-thumb-swiper-next {
    right: 50px;
    height: calc((100vw - 60px) / 16 * 9);
  }

  /* 상품상세 > 썸네일 */
  .product-view-thumb {
    position: relative;
    padding-top: 100%;
  }

  .product-view-thumb .thumb {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .product-view-thumb .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 상품상세 > 상세정보 */
  .product-view-info {
    padding: 56px 30px 75px 30px;
    background-color: #f5f5f5;
  }

  /* 상품상세 > 타이틀 컨텐츠 */
  .product-flow-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;

  }

  .product-title .flow {
    font-size: 0;
  }

  .product-title .flow li {
    display: inline-block;
    font-size: 14px;
    color: #808080;
  }

  .product-title .flow li + li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    margin: 0 5px;
    background: url(../images/ico/ico_flow.png) no-repeat;
    background-size: contain;
  }

  .shareIcon {
    display: flex;
    align-items: center;
  }
  #sharePopUp {
    display: none;
  }
  #sharePopUp .sharePopUpDimmed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.2;
    z-index: 15;
  }
  .sharePopUpContents {
    position: absolute;
    top: 255px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    display: table;
    padding: 16px 20px;
    background-color: white;
    border: 1px solid #000;
    border-radius: 8px;
    z-index: 16;
  }
  .sharePopUpContents .sharePopUpClose {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .sharePopUpContents > p {
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 24px !important;
    border-bottom: 1px solid #000;
  }
  .sharePopUpContents p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }
  .sharePopUpContents ul {
    display: flex;
    justify-content: center;
    gap: 24px;
    padding: 0 32px;
    text-align: center;
  }
  .sharePopUpContents ul::after {
    display: none;
  }
  .sharePopUpContents ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
  }
  .sharePopUpContents ul li img {
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
  }

  .product-title .product-brand-name {
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
  }

  .product-title .product-brand-name:empty {
    display: none;
  }

  .product-title .product-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #404040;
  }

  .product-title .product-desc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 25px;
    color: #404040;
  }

  .product-mark-list {
    margin-top: 15px;
  }

  .product-mark-list > ul {
    margin: -6px;
    font-size: 0;
  }

  .product-mark-list > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 6px;
  }

  .product-mark-list > ul > li img {
    width: 100%;
  }

  /* 상품상세 > 제품설명 */
  .product-description {
    margin-top: 49px;
  }

  .product-description .description-data {
    font-size: 16px;
    line-height: 25px;
    color: #808080;
  }

  .product-description .hash-list-wrap {
    margin-top: 16px;
  }

  .product-description .hash-list-wrap + .product-video-data {
    margin-top: 30px;
  }

  .product-description .btn-store-more {
    position: relative;
    display: block;
    margin-top: 20px;
    padding: 0 0 0 26px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
  }

  .product-description .btn-store-more:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 21px;
    background: url(../images/ico/ico_map_black.png) center center no-repeat;
    background-size: 100%;
  }

  .product-video-data {
    position: relative;
    padding-top: 56.25%;
  }

  .product-video-data .btn-video-item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .product-video-data .btn-video-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .product-video-data .btn-video-item:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background: url(../images/ico/ico_video_play_sqaure.png) center center no-repeat;
    background-size: 100%;
  }

  /* 상품상세 > 관련자료 */
  .product-related-data {
    margin-top: 56px;
  }

  .product-related-list .btn-related-item + .btn-related-item,
  .product-related-list > ul > li + li {
    margin-top: 10px;
  }

  .btn-related-item {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 40px 0 20px;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
  }

  .btn-related-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    display: block;
    width: 14px;
    height: 12px;
    margin-top: -6px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
  }

  .btn-related-item.black {
    color: #fff;
    background-color: #404040;
    border: 1px solid #404040;
  }

  .btn-related-item.black:after {
    background-image: url(../images/ico/ico_download_white.png);
  }

  .btn-related-item.white {
    color: #404040;
    background-color: #fff;
    border: 1px solid #ccc;
  }

  .btn-related-item.white:after {
    background-image: url(../images/ico/ico_download_black.png);
  }

  /* 상품상세 > 상세 이미지 */

  .product-detail-img {
    height: 460px;
    font-size: 0;
    overflow: hidden;
  }

  .product-detail-img img {
    max-width: 100%;
  }

  .product-detail-img.actived {
    height: auto;
  }

  /* 상품상세 > 상세 컬러 */
  .product-view-color h5 span {
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
  }

  .product-view-color .color_list {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -2px -2px -2px;
  }

  .product-view-color .color_list > li {
    position: relative;
    display: flex;
    width: 33.33%;
    padding: 2px;
  }

  .product-view-color .color_list > li .color_module {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #cdcdcd;
    background-color: #fff;
  }

  .product-view-color .color_list > li i {
    display: block;
    width: 100%;
    padding-top: 100%;
  }

  .product-view-color .color_list > li strong {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px 0 12px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #111;
    border-top: 1px solid #cdcdcd;
  }

  /* 컬러 검색 */

  .color-tab-wrap {
    padding: 0 1px;
  }

  .color-tab {
    display: flex;
    margin-top: 35px;
  }

  .color-tab > a {
    flex: 1;
    display: block;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 5px;
    margin: 0 0 0 -1px;
    font-size: 15px;
    line-height: 21px;
    color: #999;
    text-align: center;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
  }

  .color-tab > a.active {
    color: #75a56f;
    border-top-color: #75a56f;
    border-top-width: 2px;
  }

  .color-picker {
    margin-top: 20px;
  }

  .color-picker .info {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    color: #828282;
    text-align: center;
  }

  .color-picker-list {
    position: relative;
    padding-top: 70%;
  }

  .color-picker-list-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "dotum";
    font-size: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .color-picker-list-inner > span {
    display: block;
    width: 12.5%;
    box-sizing: border-box;
    padding: 1px;
  }

  .color-picker-list-inner > span > button {
    display: block;
    padding: 100% 0 0 0;
    width: 100%;
  }

  .color-search-wrap {
    margin-top: 50px;
  }

  .color-search-wrap .input-wrap {
    position: relative;
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  .color-search-wrap .input-wrap .input_box {
    display: table-cell;
  }

  .color-search-wrap .input-wrap input {
    height: 48px;
    padding: 0 0 0 48px;
    width: 100%;
    font-size: 15px;
    color: #222;
    font-weight: 400;
    border: none;
    background: none;
  }

  .color-search-wrap .input-wrap .btn_search {
    position: absolute;
    top: 0;
    left: 0;
  }

  .color-search-wrap .input-wrap .input_del {
    display: none;
  }

  .color-search-wrap .input-wrap.on .input_del {
    display: block;
  }

  .color-search-wrap .input-wrap .button_del {
    display: none;
    position: relative;
    border-left: 1px solid;
    text-align: center;
    padding: 0 15px;
    font-size: 12px;
    border-width: 0 0 0 1px;
    color: #404040;
    height: 30px;
    line-height: 30px;
    border-color: #e6e6e6;
  }

  .color-search-wrap .input-wrap.on .button_del {
    display: block;
  }

  .color-search-wrap .input-wrap > div:last-child {
    display: none;
    width: 50px;
  }

  .color-search-wrap .input-wrap.on > div:last-child {
    display: table-cell;
  }

  .color-search-wrap .color-search-info {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
  }

  .color-title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 20px;
    color: #222;
    font-weight: 400;
  }

  .color-title strong {
    font-weight: 500;
  }

  .search_list_wrap .seleted_colors {
    margin: 0;
    padding: 30px 0;
  }

  .search_list_wrap.pr_list > ul > li:last-child {
    border-bottom: 1px solid #e5e5e5;
  }

  .seleted_colors {
    margin-top: 50px;
  }

  .seleted_colors.on {
    display: block;
  }

  .seleted_colors > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -2px;
  }

  .seleted_colors > ul > li {
    position: relative;
    display: flex;
    width: 33.33%;
    padding: 2px;
  }

  .seleted_colors > ul > li > button {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #cdcdcd;
    background-color: #fff;
  }

  .seleted_colors .color_palette {
    display: block;
    width: 100%;
    padding-top: 100%;
  }

  .seleted_colors .color_palette:before {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 28px 28px 0;
    border-color: transparent #cdcdcd transparent transparent;
  }

  .seleted_colors .color_palette:after {
    content: "";
    position: absolute;
    top: -1px;
    right: -1px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 27px 27px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }

  .seleted_colors .color_popBtn,
  .seleted_colors .color_popBtn {
    display: none;
  }

  .seleted_colors .color_info {
    display: flex;
    flex-direction: column;
    height: 82px;
    padding: 17px 5px;
    text-align: left;
    box-sizing: border-box;
  }

  .seleted_colors .color_info strong {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    color: #222;
  }

  .seleted_colors .color_info em {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    font-weight: 100;
    color: #555;
  }

  .seleted_colors .btn-color-del {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    margin: -4px -4px 0 0;
    background: url(../images/ico/ico_color_del.png) center center no-repeat;
    background-size: 28px auto;
  }

  .select-color {
    margin-top: 10px;
    display: none;
  }

  .select-color.on {
    display: block;
  }

  .select-color .select-color-item {
    display: flex;
    padding: 10px;
    height: 90px;
    border: 1px solid #cdcdcd;
    align-items: flex-end;
    justify-content: flex-end;
    box-sizing: border-box;
    text-align: right;
  }

  .select-color .select-color-item .name {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .select-color .select-color-item .code {
    font-size: 13px;
    line-height: 18px;
    font-weight: 100;
    letter-spacing: 0;
  }

  .select-color .select-color-item .black .name,
  .select-color .select-color-item .black .code {
    color: #222;
  }

  .select-color .select-color-item .white .name,
  .select-color .select-color-item .white .code {
    color: #fff;
  }

  .paint-calculator_link {
    margin-top: 40px;
  }

  .paint-calculator_link a {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .paint-calculator_link a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #000;
    background-image: url("../images/ico/icon-north-east.svg");
    border-radius: 50%;
    background-size: 20px;
    vertical-align: top;
    margin-left: 6px;
    margin-top: 2px;
  }

  .paint-calculator .color_calc_standard {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }

  .paint-calculator .color_calc_standard img {
    transform: translateX(-25px);

  }

  .paint-calculator .calc_box {
    margin-top: 32px;
    width: 100%;
    padding: 20px 0 0 0;
    box-sizing: border-box;
  }

  .paint-calculator .calc_box .length-value {
    display: grid;
    grid-template-columns: auto 16px auto;
    align-items: center;
    gap: 11px;
  }

  .paint-calculator .calc_box > button {
    width: 100%;
    height: 48px;
    margin-top: 16px;
    background: #656565;
    color: #FFF;
    text-align: center;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    border: none;
    border-radius: 4px;
  }

  .paint-calculator .calc_box input {
    width: 100%;
    height: 40px;
    background: none;
    padding: 4px 0;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    color: #656565;
    text-align: center;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 228.571% */
  }

  .paint-calculator .calc_result {
    margin-top: 32px;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    color: #656565;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
  }

  .paint-calculator .calc_result span {
    margin-bottom: 12px;
    color: #000;
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 171.429% */
    letter-spacing: -0.14px;
  }

  .paint-calculator .calc_result > div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 11px;
  }

  .paint-calculator .calc_result em {

    display: inline-block;
    width: 70px;
    border-bottom: 1px #000 solid;
    margin: 0 8px;
  }

  .paint-calculator .calc_result input {
    width: 100%;
    height: 24px;
    outline: none;
    border: none;
    background-color: unset;
    color: #656565;
    text-align: center;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
  }

  .paint-calculator > ul {
    margin-top: 26px;
    margin-left: 16px;
  }

  .paint-calculator > ul li {
    list-style: disc;
    color: #000;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
  }

  .video-wrap {
    position: relative;
  }

  .video-player {
    position: relative;
    padding-top: 56.25%;
  }

  .history-group {
    position: relative;
    padding: 48px 30px 37px 30px;
    margin: 0 -30px;
  }

  .history-group .h3 {
    position: relative;
    margin: 0 -30px 40px -30px;
    padding: 0 30px;
    font-size: 20px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
  }

  .history-group .history-visual + .h4 {
    margin-top: 22px;
  }

  .history-group .history-visual img {
    max-width: 100%;
  }

  .history-group .h4 {
    font-size: 28px;
    line-height: 30px;
    color: #404040;
    font-weight: 700;
  }

  .history-group .h4 + ol {
    margin-top: 9px;
  }

  .history-group ol {
    position: relative;
  }

  .history-group ol > li {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }

  .history-group ol > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    height: auto;
    margin: 11px auto -11px 6px;
    background: #d6d6d6;
  }

  .history-group ol > li:last-child:before {
    display: none;
  }

  .history-group .history-detail {
    position: relative;
    padding: 0 0 0 30px;
    display: flex;
    align-items: flex-start;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
  }

  .history-group .history-detail:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 1px;
    display: block;
    width: 10px;
    height: 10px;
    background: #d6d6d6;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    z-index: 10;
  }

  .history-group .history-detail:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #d6d6d6;
    border-radius: 50%;
    z-index: 5;
  }

  .history-group .month {
    display: block;
    flex: 0 0 auto;
    width: 22px;
    font-weight: 500;
  }

  .history-group .month.long {
    width: 54px;
  }

  .history-item + .history-item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e6e6e6;
  }

  /* 함께해요 */
  .finish #beWithUs_event_status {
    background-color: #adb5bd;
  }
  #beWithUs_event_status {
    position: absolute;
    background-color: #E20D3A;
    width: 58px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
  }

  /* 인재상 */
  .talent-wrap {
    margin: 0 -30px;
    background: url(../images/contents/hiretalent_visual.jpg) center center no-repeat;
    background-size: cover;
  }

  .talent-wrap > ul {
    padding: 53px 30px 47px 30px;
  }

  .talent-wrap > ul > li + li {
    margin-top: 40px;
  }

  .talent-wrap > ul > li > em {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
  }

  .talent-wrap > ul > li > p {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }

  /* 인채채용 */
  .hireprocess-wrap {
    padding-top: 54px;
  }

  .hireprocess-list {
  }

  .hireprocess-list > .h3 {
    font-size: 26px;
    line-height: 45px;
    color: #404040;
    font-weight: 700;
  }

  .hireprocess-list > p {
    font-size: 16px;
    line-height: 25px;
    color: #808080;
  }

  .hireprocess-list > p + ul {
    margin-top: 35px;
  }

  .hireprocess-list > h3 + p {
    margin-top: 17px;
  }

  .hireprocess-list > ul {
    margin-top: 23px;
  }

  .hireprocess-list > ul > li + li {
    margin-top: 15px;
  }

  .hireprocess-list .point .btn-hireprocess-toggle {
    background-color: #E20D3A;
  }

  .hireprocess-list .actived .btn-hireprocess-toggle .state:after {
    opacity: 0;
  }

  .hireprocess-list .actived .hireprocess-detail {
    display: block;
  }

  .hireprocess-list .btn-hireprocess-toggle {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 40px 0 20px;
    background: #808080;
  }

  .hireprocess-list .btn-hireprocess-toggle .txt {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }

  .hireprocess-list .btn-hireprocess-toggle .state {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -8px;
  }

  .hireprocess-list .btn-hireprocess-toggle .state:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin: -1px 0 0 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
  }

  .hireprocess-list .btn-hireprocess-toggle .state:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -1px;
    display: block;
    width: 1px;
    height: 100%;
    background: #fff;
  }

  .hireprocess-list .hireprocess-detail {
    display: none;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    background-color: #fff;
  }

  .hireprocess-list + .hireprocess-list {
    margin-top: 53px;
  }

  .dot-text-list {
  }

  .dot-text-list > li {
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    line-height: 19px;
    color: #808080;
  }

  .dot-text-list > li + li {
    margin-top: 0;
  }

  .dot-text-list > li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    display: block;
    width: 2px;
    height: 2px;
    background: #808080;
    border-radius: 50%;
  }

  /* 인사제도 */
  .career-info-list {
    margin: 0 -30px;
    background: #000 url(../images/contents/career_info_visual.jpg) center center no-repeat;
    background-size: cover;
  }

  .career-info-list > ul {
    padding: 54px 30px 59px 30px;
  }

  .career-info-list > ul > li + li {
    margin-top: 30px;
  }

  .career-info-list > ul > li > em {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
  }

  .career-info-list > ul > li > p {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
  }

  .career-group > .h3 {
    font-size: 26px;
    line-height: 45px;
    color: #404040;
    font-weight: 700;
  }

  .career-group + .career-group {
    margin-top: 55px;
  }

  .career-system-graph {
    margin-top: 22px;
  }

  .career-system-graph .graph-data {
    position: relative;
    display: flex;
    margin: 0 -2px;
    height: 120px;
  }

  .career-system-graph .graph-data .graph-cell {
    position: relative;
    flex: 1;
    margin: 0 2px;
    border-bottom: 2px solid #000;
  }

  .career-system-graph .graph-data .graph-cell:nth-child(1) .value-data {
    background-color: #fff;
    height: 60%;
  }

  .career-system-graph .graph-data .graph-cell:nth-child(2) .value-data {
    background-color: #e9e9e9;
    height: 70%;
  }

  .career-system-graph .graph-data .graph-cell:nth-child(3) .value-data {
    background-color: #dcdcdc;
    height: 80%;
  }

  .career-system-graph .graph-data .graph-cell:nth-child(4) .value-data {
    background-color: #d0d0d0;
    height: 90%;
  }

  .career-system-graph .graph-data .graph-cell:nth-child(5) .value-data {
    background-color: #c4c4c4;
    height: 100%;
  }

  .career-system-graph .graph-data .value-data {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }

  .career-system-graph .graph-data .label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 9px 3px 9px 7px;
    text-align: left;
  }

  .career-system-graph .graph-data .label > em {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 700;
  }

  .career-system-graph .graph-data .label > p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 15px;
    color: #000;
  }

  .career-system-graph .graph-info {
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
    color: #404040;
    text-align: right;
  }

  .career-welfare-list {
    margin-top: 31px;
  }

  .career-welfare-list > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -17px -5px;
  }

  .career-welfare-list > ul > li {
    width: 50%;
    padding: 17px 5px;
    box-sizing: border-box;
    text-align: center;
  }

  .career-welfare-list .icons img {
    width: 53px;
  }

  .career-welfare-list .title {
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
    color: #404040;
    font-weight: 700;
  }

  .career-welfare-list .info {
    font-size: 14px;
    line-height: 18px;
    margin-top: 6px;
    color: #808080;
  }

  /* 환경친화경영 */
  .eco-info-list img {
    width: 100%;
    height: 348px;
    object-fit: cover;
  }

  .safetyHealthPolicy .eco-history > div {
    max-width: 328px;
    margin: 24px auto 0;
  }

  .safetyHealthPolicy .eco-history > div img {
    width: 100%;
    height: 100%;
  }

  .eco-history .safetyPolicy {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .eco-history .safetyPolicy li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin-bottom: 32px;
  }

  .eco-history .safetyPolicy li:nth-child(n+3) {
    margin-bottom: 0;
  }

  .eco-history .safetyPolicy li > div {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 12px;
    padding-top: 16px;
  }

  .eco-history .safetyPolicy li p {
    text-align: center;
    letter-spacing: -0.01em;
    color: #808080;
  }

  .eco-history .safetyPolicy {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .eco-info-list > ul {
    padding: 54px 30px 56px 30px;
  }

  .eco-info-list > ul > li + li {
    margin-top: 30px;
  }

  .eco-info-list > ul > li > em {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
  }

  .eco-info-list > ul > li > p {
    display: block;
    margin-top: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
  }

  .eco-history {
    padding: 54px 0;
  }

  .inner:last-child .eco-history {
    padding: 54px 0 0;
  }

  .eco-history > .h3 {
    font-size: 24px;
    line-height: 34px;
    color: #404040;
    font-weight: 700;
  }

  .eco-history > p {
    margin-top: 18px;
    font-size: 16px;
    line-height: 25px;
    color: #808080;
  }

  .eco-history > p span.red {
    color: #E20D3A;
  }

  .eco-history.safetyActivities ul.safetyActivitiesList {
    margin-top: 24px;
    color: #808080;
  }

  .eco-history.safetyActivities ul.safetyActivitiesList li:not(:last-child) {
    margin-bottom: 16px;
  }

  .safetyActivitiesImgWrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 12px;
  }

  .safetyActivitiesImgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .eco-history.safetyActivities ul.safetyActivitiesList p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .eco-history.safetyActivities ul.safetyActivitiesList span {

  }

  .eco-award {
    padding: 35px 0 0 0;
  }

  .eco-award > h3 {
    font-size: 24px;
    line-height: 34px;
    color: #404040;
    font-weight: 700;
  }

  .eco-award > ol {
    margin-top: 27px;
  }

  .eco-award > ol > li + li {
    margin-top: 20px;
  }

  .eco-award > ol > li > em {
    font-size: 28px;
    line-height: 35px;
    color: #404040;
    font-weight: 700;
  }

  .eco-award > ol > li > ol {
    margin-top: 4px;
  }

  .eco-award > ol > li > ol > li {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
    min-height: 22px;
    text-align: left;
  }

  .eco-award > ol > li > ol > li > em {
    position: absolute;
    top: 0;
    left: 0;
  }

  ul.environmentalPolicy {
    margin-top: 24px;
  }

  ul.environmentalPolicy li {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    gap: 24px;
    margin-top: 24px;
  }

  ul.environmentalPolicy p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
  }

  .eco-chart span {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .eco-chart .ecoChartMWrap {
    margin-top: 24px;
  }

  .eco-chart .esgImgMWrap {
    margin: 24px auto 0;
    max-width: 242px;
  }

  .eco-chart .esgImgMWrap img {
    width: 100%;
    height: 100%;
  }

  .eco-chart .ecoChartMWrap img {
    width: 100%;
    height: 100%;
  }

  .eco_table table {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.01em;
  }

  .eco_table th {
    padding: 12px 0;
    background-color: #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #000;
  }

  .eco_table th:first-child {
    width: 120px;
  }

  .eco_table td {
    border-bottom: 1px solid #e6e6e6;
    padding: 12px 0;
  }

  .eco_table tr:last-child td {
    border-bottom: 1px solid #000;
  }

  .eco_table tr th:not(:last-child) {
    border-right: 1px solid #e6e6e6;
  }

  .eco_table tr td:not(:last-child) {
    border-right: 1px solid #e6e6e6;
  }

  .eco_table td:first-child {
    text-align: center;
  }

  .eco_table .tr_gray {
    background-color: #FAFAFA;
  }

  .supply-info-list {
    position: relative;
    margin: 0 -30px;
    background: url("../../images/contents/company/img-supply-02.jpg");
    min-height: 347px;
    background-size: cover;
  }

  .supply-info-list .supply_bg_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .supply-info-list .supply_bg_inner > div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
  }

  .supply-info-list .supply_bg_inner .supply_bg_inner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 53.05%);
    mix-blend-mode: multiply;
  }

  .supply-info-list .supply_bg_inner ul {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #FFF;

    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -1.5px;
  }

  .supply-info-list .supply_bg_inner ul:after {
    content: unset;
  }

  .supply-info-list .supply_bg_inner ul li {
    display: flex;
    padding: 15px 32px;
    justify-content: center;
    align-items: center;

    border-radius: 96px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
  }

  .rights-info-list {
    position: relative;
    margin: 0 -30px;
    background: url("../../images/contents/company/img-rights-02.jpg");
    min-height: 347px;
    background-size: cover;
  }

  .rights-info-list .rights_bg_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .rights-info-list .rights_bg_inner > div {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px;
  }

  .rights-info-list .rights_bg_inner .rights_bg_inner_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.00) 53.05%);
    mix-blend-mode: multiply;
  }

  .rights-info-list .rights_bg_inner ul {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #FFF;

    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -1.5px;
  }

  .rights-info-list .rights_bg_inner ul:after {
    content: unset;
  }

  .rights-info-list .rights_bg_inner ul li {
    display: flex;
    padding: 15px 32px;
    justify-content: center;
    align-items: center;

    border-radius: 96px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
  }

  /* 윤리경영 */
  .csr-info-list {
    margin: 0 -30px;
    background: url("../../images/contents/customer/img-share-1.jpg");

    background-size: cover;
  }

  .csr-info-list > ul {
    padding: 54px 30px 56px 30px;
  }

  .csr-info-list > ul > li + li {
    margin-top: 30px;
  }

  .csr-info-list > ul > li > em {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
  }

  .csr-info-list > ul > li > p {
    display: block;
    margin-top: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
  }

  .vision_csr .vision_csr_kv {
    padding-top: 48px;
    padding-bottom: 228px;
    background-color: #2B308F;
    background-image: url("../images/contents/vision_csr_kv.png");
    background-position: top right;
    background-repeat: no-repeat;
  }

  .vision_csr .vision_csr_kv .inner {
    padding-top: 0;
    background-color: transparent;
  }

  .vision_csr .vision_csr_title {
    padding-bottom: 24px;
    color: #FFF;
    font-family: Inter;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 129.73% */
    letter-spacing: -0.74px;
  }

  .vision_csr .vision_csr_sub_title {
    color: #FFF;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: -0.48px;
  }

  .vision_csr_box_header span {
    position: relative;
  }

  .vision_csr_box_header span:before {
    content: "";
    position: absolute;
    left: -37.13px;
    width: 17.87px;
    height: 42px;
    background-image: url("../images/contents/vision_csr_box_header_bracket.svg");
    background-repeat: no-repeat;
  }

  .vision_csr_box_header span:after {
    content: "";
    position: absolute;
    right: -36.13px;
    width: 17.87px;
    height: 42px;
    background-image: url("../images/contents/vision_csr_box_header_bracket.svg");
    background-repeat: no-repeat;
    rotate: 180deg;
  }

  .vision_csr .vision_csr_box1 .h2,
  .vision_csr .vision_csr_box2 .h2,
  .vision_csr .vision_csr_box3 .h2 {
    margin-bottom: 32px;
    color: #040000;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
  }

  .vision_csr .vision_csr_box3 .h2 {
    margin-bottom: 64px !important;
  }

  .vision_csr .vision_csr_box1 > .inner > p,
  .vision_csr .vision_csr_box2 > .inner > p,
  .vision_csr .vision_csr_box3 > .inner > p {
    margin-bottom: 48px;
    color: #040000;
    text-align: center;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 145.455% */
    letter-spacing: -0.66px;
  }

  .vision_csr .vision_csr_box1 {
    padding: 64px 0 0 0;
  }

  .vision_csr .vision_csr_box3 {
    padding: 64px 0;
  }

  .vision_csr .vision_csr_box1 .vision_csr_box1_cont1 {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    color: #fff;
  }

  .vision_csr .vision_csr_box1 .vision_csr_box1_cont1 div:first-child {
    padding-top: 56px;
    padding-bottom: 76px;
    mix-blend-mode: multiply;
    background-image: url("../images/contents/vision_csr_box1_cont1-1.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .vision_csr .vision_csr_box1 .vision_csr_box1_cont1 div:last-child {
    padding-top: 56px;
    padding-bottom: 76px;
    mix-blend-mode: multiply;
    background-image: url("../images/contents/vision_csr_box1_cont1-2.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .vision_csr .vision_csr_box1 .vision_csr_box1_cont1 div span:first-child {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px; /* 175% */
    letter-spacing: -0.64px;

  }

  .vision_csr .vision_csr_box1 .vision_csr_box1_cont1 div span:last-child {
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.48px;
  }

  .vision_csr .vision_csr_box2 .inner {
    padding-top: 80px;
    background-color: #F1F1F1;
  }

  .vision_csr .vision_csr_box1_cont2 {
    margin: 24px 0 80px 0;
    color: #2F338E;
    text-align: center;
    font-family: "Inter";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 133.333% */
    letter-spacing: -0.72px;
  }

  .vision_csr .vision_csr_box1_cont2 span.vision_csr_box1_quote {
    position: relative;
  }

  .vision_csr .vision_csr_box1 .vision_csr_box1_cont2 span.vision_csr_box1_quote {
    font-family: "Noto Serif" !important;
  }

  .vision_csr .vision_csr_box1_cont2 span.vision_csr_box1_quote:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -20px;
    width: 15.158px;
    height: 100%;
    background-image: url("../images/contents/vision_csr_box1_quote.svg");
    background-repeat: no-repeat;
  }


  .vision_csr .vision_csr_box1_cont2 span.vision_csr_box1_quote:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -28px;
    width: 15.158px;
    height: 100%;
    background-image: url("../images/contents/vision_csr_box1_quote.svg");
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }

  .vision_csr .vision_csr_slogan {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    padding-bottom: 80px;
  }

  .vision_csr .vision_csr_slogan > div {
    display: grid;
    grid-template-columns: 1fr;
    border: 3px solid #2F338E;
    border-radius: 14px;
    text-align: center;
  }

  .vision_csr .vision_csr_slogan > div div:first-child {
    padding: 6px 0;
    color: #FFF;
    background-color: #2F338E;
    text-align: center;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 200% */
    letter-spacing: -0.36px;
  }

  .vision_csr .vision_csr_slogan > div div:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
    color: #040000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.36px;
  }

  .vision_csr .vision_csr_box2_cont1 {
    height: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    color: white;
    background-color: #2B308F;
  }

  .vision_csr .vision_csr_box2_cont1 .slick-list,
  .vision_csr .vision_csr_box2_cont1 .slick-track {
    height: 100%;
  }

  .vision_csr .vision_csr_box2_cont1 .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .vision_csr .vision_csr_box3 > .inner > p {
    margin-bottom: 24px;
  }

  .vision_csr .vision_csr_box3_cont1_wrap {
    position: relative;
  }

  .vision_csr .vision_csr_box3_cont1 {
    display: grid;
    grid-template-columns: 1fr;
  }

  .vision_csr .vision_csr_box3_cont1 > div {
    padding: 48px 0;
    color: #040000;
    text-align: center;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    letter-spacing: -0.54px;
  }

  .vision_csr .vision_csr_box3_cont1 > div:nth-child(1),
  .vision_csr .vision_csr_box3_cont1 > div:nth-child(3) {
    background-color: #F1F1F1;
  }

  .vision_csr .vision_csr_box3_cont1 > div:nth-child(2),
  .vision_csr .vision_csr_box3_cont1 > div:nth-child(4) {
    background-color: #DADADA;
  }

  .vision_csr .vision_csr_box3_cont1 .vision_csr_box3_btn {
    display: flex;
    justify-content: center;
  }

  .vision_csr .vision_csr_box3_cont1 .vision_csr_box3_btn span {
    display: inline-block;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 0 16px;
    border: 1px solid #313131;
    color: #040000;
    text-align: center;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.48px;
    border-radius: 22px;
  }

  .vision_csr .vision_csr_box3_cont1-1 {
    margin-bottom: 32px;
  }

  .vision_csr .vision_csr_box3_cont1-1 img {
    width: 100%;
    height: 72px;
  }

  .vision_csr .vision_csr_box4 {
    padding: 56px 0 60px 0;
  }

  .vision_csr .vision_csr_box4 .h2 {
    margin: 24px 0 48px 0;
    color: #040000;
    text-align: center;
    font-family: Faithfully;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px; /* 100% */
    letter-spacing: -1.92px;
  }

  .vision_csr .vision_csr_box4_cont1 {
    padding: 40px 0 0 0;
    background-color: #F8F7F5;
  }

  .vision_csr .vision_csr_box4_cont1_header {
    padding: 0 30px;
  }

  .vision_csr .vision_csr_box4_cont1_header span {
    display: flex;
    justify-content: center;
    color: #040000;
    text-align: center;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    letter-spacing: -0.6px;
  }

  .vision_csr .vision_csr_box4_cont1 > div > img {
    width: 100%;
    object-fit: cover;
  }

  .vision_csr .vision_csr_box4_cont1-1 {
    padding: 48px 30px 0 30px;
    background-color: #fff;
  }

  .vision_csr .vision_csr_box4_cont1-1_top > div:first-child {
    margin-bottom: 32px;
    color: #040000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.54px;
  }

  .vision_csr .vision_csr_box4_cont1-1_top > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #040000;
    text-align: center;
    font-family: "Pretendard Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.48px;
  }

  .vision_csr .vision_csr_box4_cont1-1_top > div:last-child div {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F1F1F1;
  }

  .vision_csr .vision_csr_box4_cont1-1_arrows {
    display: flex;
    justify-content: center;
    margin: 24px 0;
  }

  .vision_csr .vision_csr_box4_cont1-1_bottom > div:first-child {
    margin-bottom: 32px;
    color: #040000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.54px;
  }

  .vision_csr .vision_csr_box4_cont1-1_bottom > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-family: "Pretendard Variable";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.48px;
  }

  .vision_csr .vision_csr_box4_cont1-1_bottom > div:last-child div {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2B308F;
  }


  .vision_csr .vision_csr_box5 {
    padding: 60px 0 145px 0;
  }

  .vision_csr .vision_csr_box5 .h2 {
    margin-top: 16px;
    margin-bottom: 24px;
    color: #040000;
    text-align: center;
    font-family: Faithfully;
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 104px; /* 108.333% */
    letter-spacing: -2.88px;
  }

  .vision_csr .vision_csr_box5 .h3 {
    color: #040000;
    text-align: center;
    font-family: Faithfully;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 64px; /* 100% */
    letter-spacing: -1.92px;
  }

  .vision_csr .vision_csr_box5_cont1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 80px;
  }

  .vision_csr .vision_csr_box5_cont1_header {
    display: grid;
    grid-template-columns: 112px auto;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    letter-spacing: -0.6px;
  }

  .vision_csr .vision_csr_box5_cont1_header div:first-child {
    padding: 14px;
    background-color: #2B308F;
    text-align: center;
    font-family: Inter;
    font-weight: 800;
  }

  .vision_csr .vision_csr_box5_cont1_header div:last-child {
    padding: 14px 32px;
    background-color: #040000;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-weight: 600;
  }

  .vision_csr .vision_csr_box5_cont1-1 {
    position: relative;
    height: 0;
    padding-bottom: 79.26%;
    overflow: hidden;
    background-image: url("../images/contents/vision_csr_box5_cont1-1.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .vision_csr .vision_csr_box5_cont1-2 {
    position: relative;
    height: 0;
    padding-bottom: 79.26%;
    overflow: hidden;
    background-image: url("../images/contents/vision_csr_box5_cont1-2.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .vision_csr .vision_csr_box5_cont1-3 {
    position: relative;
    height: 0;
    padding-bottom: 79.26%;
    overflow: hidden;
    background-image: url("../images/contents/vision_csr_box5_cont1-3.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .vision_csr .vision_csr_box5_cont1-4 {
    position: relative;
    height: 0;
    padding-bottom: 79.26%;
    overflow: hidden;
    background-image: url("../images/contents/vision_csr_box5_cont1-4.png");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .vision_csr .vision_csr_box5_cont1_cont {
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFF;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-style: normal;
  }

  .vision_csr_arrows {
    display: flex;
    justify-content: center;
    margin: 32px 0;
  }

  .vision_csr_btn {
    display: flex;
    justify-content: center;
  }

  .vision_csr_btn > span {
    display: inline-block;
    padding: 0 24px;
    border: 1px solid #313131;
    color: #040000;
    text-align: center;
    font-family: "Pretendard Variable", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 190% */
    letter-spacing: -0.6px;
    border-radius: 22px;
  }

  .csr-policy {
    margin-top: 55px;
  }

  .csr-policy > .h3 {
    font-size: 34px;
    line-height: 42px;
    color: #404040;
    font-weight: 700;
  }

  .csr-policy > .h3 span.meeting_date {
    font-size: 16px;
  }

  .csr-policy > p {
    margin-top: 19px;
    font-size: 16px;
    line-height: 25px;
    color: #808080;
  }

  .csr-policy > ul {
    margin: 55px -30px 0 -30px;
    border-top: 1px solid #e6e6e6;
  }

  .csr-policy > ul > li {
    padding: 35px 30px;
    border-bottom: 1px solid #e6e6e6;
  }

  .csr-policy > ul > li > em {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #404040;
    font-weight: 700;
  }

  .csr-policy .btn_down {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    margin-top: -20px;
    padding: -3px 28px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    text-align: left;
    box-sizing: border-box;
  }
  .csr-policy .note {
    margin-top: 18px;
    font-size: 12px;
    line-height: 20px;
    color: #00000;
    font-style: none;
  }
  .csr-policy .complaint-link {
    margin-top: 24px;
  }

  .csr-policy .complaint-link a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    padding: 0;
    border: none;
    background: none;
  }



  .csr-policy > ul > li > p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
  }

  .csr-policy table {
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #000 !important;
  }

  .csr-policy table th {
    color: #000;
  }

  .csr-policy .table tbody th {
    color: #000;
    font-weight: 500;
  }

  .csr-policy .table thead th {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #000;
  }

  .csr-policy .table th, .table td {
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    padding: 12px 0;
  }

  .csr-policy table tr th {
    border-right: 1px solid #E5E5E5;
  }

  .csr-policy table tr td:not(:last-child) {
    border-right: 1px solid #E5E5E5;
  }

  .csr-policy table thead tr th {
    background-color: #FAFAFA;
  }

  .council-details p {
    margin-top: 19px;
    font-size: 16px;
    line-height: 25px;
    color: #808080;
  }

  .council-details > ul > li > p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
  }

  .council-details table {
    margin-top: 16px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #000 !important;
  }

  .council-details table th {
    color: #000;
  }

  .council-details .table tbody th {
    color: #000;
    font-weight: 500;
  }

  .council-details .table thead th {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #000;
  }

  .council-details .table th, .table td {
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    padding: 12px 0;
  }

  .council-details table tr th {
    border-right: 1px solid #E5E5E5;
  }

  .council-details table tr td:not(:last-child) {
    border-right: 1px solid #E5E5E5;
  }

  .council-details table thead tr th {
    background-color: #FAFAFA;
  }

  /* 건축컬러디자인 > 문의 */
  .apt-cs-center {
    padding-top: 0;
  }

  .apt-cs-center .csCenter_form {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .apt-cs-center .btn_submit {
    margin-bottom: 0;
  }

  .apt-cs-center .form-title {
    margin: 0 -30px;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 400;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  /* 사회공헌 >  비전 */
  .social-contribution-wrap .intro {
    padding: 54px 0 60px;
    font-size: 16px;
    color: #808080;
    line-height: 25px;
  }

  .social-contribution-wrap .top-text {
    padding: 0 30px;
  }

  .social-contribution-wrap h3 {
    padding: 55px 40px 21px 0;
    font-size: 34px;
    font-weight: 700;
    color: #404040;
    line-height: 40px;
    text-align: left;
  }

  .social-contribution-wrap .text {
    padding-right: 20px;
    font-size: 16px;
    color: #808080;
    line-height: 25px;
  }

  .social-contribution-wrap .text-bold {
    padding-right: 20px;
    font-size: 18px;
    font-weight: 700;
    color: #404040;
    line-height: 25px;
  }

  .social-contribution-wrap .text-bold + .text {
    margin-top: 15px;
  }

  .social-contribution-wrap .text-medium {
    font-size: 16px;
    font-weight: 500;
    color: #404040;
    line-height: 19px;
  }

  .social-contribution-wrap .vision01 {
    margin: 0 -30px;
    padding: 60px 0;
    background: url("../../images/contents/culture/img-csr-vision-1-1.jpg") center center no-repeat;
    background-size: cover;
  }

  .social-contribution-wrap .vision01 .vision-wrap {
    padding: 0 30px;
  }

  .social-contribution-wrap .vision01 .vision-wrap > img {
    display: block;
    width: 285px;
    height: 43px;
    margin: 0 auto;
  }

  .social-contribution-wrap .vision01 .vision-wrap > p {
    display: inline-block;
    margin-top: 20px;
    padding: 0 30px;
    font-size: 16px;
    font-family: 700;
    color: #fff;
    line-height: 24px;
    text-align: center;
  }

  .social-contribution-wrap .vision01 .vision-wrap > p + .thumb-content {
    margin-top: 36px;
  }

  .social-contribution-wrap .vision01 .thumb-content {
    padding: 0 30px;
    box-sizing: border-box;
  }

  .social-contribution-wrap .vision01 .thumb-content + .thumb-content {
    margin-top: 25px;
  }

  .social-contribution-wrap .vision01 .thumb-content .thumb-img {
    position: relative;
    padding-top: 100%;
  }

  .social-contribution-wrap .vision01 .thumb-content .thumb-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .social-contribution-wrap .vision01 .thumb-content .text-box {
    position: relative;
    padding: 15px 40px 15px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
  }

  .social-contribution-wrap .vision01 .thumb-content a > .text-box:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 18px;
    height: 11px;
    background: url("../images/ico/icon_culture_arrow.png") center no-repeat;
    background-size: cover;
  }

  .social-contribution-wrap .vision01 .thumb-content:nth-of-type(1) .text-box {
    background-color: #242a3a;
  }

  .social-contribution-wrap .vision01 .thumb-content:nth-of-type(2) .text-box {
    background-color: #90c4d9;
  }

  .social-contribution-wrap .vision01 .thumb-content:nth-of-type(3) .text-box {
    background-color: #809197;
  }

  .social-contribution-wrap .vision02 {
    position: relative;
    padding-bottom: 100px;
  }

  .social-contribution-wrap .vision02 > img {
    position: relative;
    left: -30px;
    height: 194px;
    margin-top: 32px;
  }

  .social-contribution-wrap .vision02 > div {
    display: flex;
    height: 197px;
    margin-top: 40px;
  }

  .social-contribution-wrap .vision02 > div > p.text {
    width: 50%;
    height: 100%;
    padding-top: 102px;
  }

  .social-contribution-wrap .vision02 > div > img {
    width: 60%;
    height: 100%;
    margin: 0 -30px 0 0;
  }

  .social-contribution-wrap .vision03 {
    margin: 0 -30px;
    padding-bottom: 46px;
    background-color: #018245;
    color: #fff;
  }

  .social-contribution-wrap .vision03 h3,
  .social-contribution-wrap .vision03 .text {
    color: #fff;
  }

  .social-contribution-wrap .vision03 .top-text + .visual-area {
    margin-top: 45px;
  }

  .social-contribution-wrap .vision03 .visual-area + .visual-area {
    margin-top: 26px;
  }

  .social-contribution-wrap .vision03 .visual-area {
    display: flex;
    flex-wrap: wrap;
  }

  .social-contribution-wrap .vision03 .visual-area:nth-of-type(even) {
    flex-direction: row-reverse;
    text-align: right;
  }

  .social-contribution-wrap .vision03 .visual-area > img {
    width: 84%;
    height: 100%;
  }

  .social-contribution-wrap .vision03 .visual-area > div {
    padding: 12px 30px;
    font-size: 12px;
    line-height: 17px;
  }

  .social-contribution-wrap .vision04 {
    position: relative;
    margin: 0 -30px;
    padding-bottom: 28px;
  }

  .social-contribution-wrap .vision04 .text-wrap {
    padding: 45px 30px 46px 60px;
  }

  .social-contribution-wrap .vision04 .text-wrap .text-bold {
    padding-right: 25%;
  }

  .social-contribution-wrap .vision04 img {
    position: relative;
    width: 84%;
    height: 100%;
  }

  .social-contribution-wrap .vision04 img:nth-of-type(1) {
    right: -16%;
    margin-top: 45px;
  }

  .social-contribution-wrap .vision04 img:nth-of-type(2) {
    left: 0;
  }

  .social-contribution-wrap .vision04 img:nth-of-type(3) {
    right: -16%;
  }

  .social-contribution-wrap .vision04 img:nth-of-type(4) {
    left: 0;
    margin-top: 50px;
  }

  .social-contribution-wrap .vision04 > .text {
    padding: 24px 60px 0 30px;
  }

  .social-contribution-wrap .vision05 img {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 20px 0;
  }

  .social-contribution-wrap .vision05 .ci-down {
    text-align: right;
  }

  .social-contribution-wrap .vision05 .ci-down a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    padding: 0 34px 0 24px;
  }

  .social-contribution-wrap .vision05 .ci-down a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("../images/ico/icon-download_small.svg");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .logo-color-list {
    display: flex;
    margin: 20px 0;
    flex-direction: row;
    justify-content: center;
  }

  .logo-color-list .color-item {
    position: relative;
    width: 110px;
    height: 110px;
    background: #000;
    text-align: center;
  }

  .logo-color-list .color-item + .color-item {
    margin-left: 24px;
  }

  .logo-color-list .color-item .item-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 17px 10px;
    box-sizing: border-box;
  }

  .logo-color-list .color-item .color-name {
    font-size: 14px;
    line-height: 31px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.88px;
  }

  .logo-color-list .color-item .color-code {
    font-size: 13px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
  }

  /* 사회공헌 >  활동 */
  .tab_con .inner .social-contribution-wrap {
    padding-top: 60px;
    padding-bottom: 135px;
  }

  .social-contribution-wrap .activity-wrap h3 {
    padding: 56px 0 0px;
  }

  .social-contribution-wrap .activity-wrap .text-bold {
    padding: 50px 30px 0 0;
    line-height: 27px;
  }

  .social-contribution-wrap .activity-wrap .text-bold {
    padding: 50px 30px 0 0;
    line-height: 27px;
  }

  .social-contribution-wrap .activity-wrap .text-medium {
    padding: 18px 0 0 0;
  }

  .social-contribution-wrap .activity-wrap .text-medium + .text {
    padding: 8px 0 0 0;
    font-size: 14px;
    line-height: 22px;
  }

  .social-contribution-wrap .activity-wrap .text {
    padding: 0 0 25px;
  }

  .social-contribution-wrap .activity-wrap .img-box {
    position: relative;
  }

  .social-contribution-wrap .activity-wrap .img-box + .img-box {
    margin-top: 7px;
  }

  /*
.social-contribution-wrap .activity-wrap .img-box.layout01 {padding-top:100%}
.social-contribution-wrap.culture .activity-wrap .img-box.layout02 {padding-top:61.587%;}
.social-contribution-wrap.welfare .activity-wrap .img-box.layout02 {padding-top:60.95%;}
.social-contribution-wrap .activity-wrap .img-box > img {position:absolute; top:0; left:0; width:100%; height:100%;}*/
  .social-contribution-wrap .activity-wrap .img-box > img {
    width: 100%;
  }

  .social-contribution-wrap.community .activity-wrap .layout02 {
    margin-top: 25px;
  }

  .social-contribution-wrap.community .activity-wrap .layout02 > img {
    margin-left: -30px;
  }

  .social-contribution-wrap.community .activity-wrap .layout03 {
    margin-top: 25px;
  }

  .social-contribution-wrap.community .activity-wrap .layout03 > img {
    width: 87%;
    margin-left: 23%;
  }

  .social-contribution-wrap.community .activity-wrap .layout04 {
    margin-top: 25px;
  }

  .social-contribution-wrap .activity-wrap .img-fit {
    width: 100%;
  }

  .social-contribution-wrap .activity-wrap .img-fit > img {
    max-width: 100%;
    height: auto;
  }

  .social-contribution-wrap .activity-wrap:nth-of-type(1) {
    padding-bottom: 40px;
  }

  .social-contribution-wrap .activity-wrap:nth-of-type(2) {
    padding-bottom: 40px;
  }

  .social-contribution-wrap
  .activity-wrap.campaign
  .visual-content:nth-of-type(1) {
    padding-bottom: 58px;
  }

  .social-contribution-wrap .activity-wrap.campaign .visual-content .grid-half {
    display: flex;
    margin-top: 25px;
  }

  .social-contribution-wrap
  .activity-wrap.campaign
  .visual-content
  .grid-half
  > div {
    flex: 1;
    width: 50%;
  }

  .social-contribution-wrap
  .activity-wrap.campaign
  .visual-content
  .grid-half
  .text-wrap {
    padding-left: 25px;
    box-sizing: border-box;
  }

  .social-contribution-wrap
  .activity-wrap.campaign
  .visual-content
  .grid-half
  .text-wrap
  .text-medium {
    padding-top: 0;
  }

  .social-contribution-wrap .gallery-wrap {
    position: relative;
  }

  .social-contribution-wrap .gallery-wrap h3 {
    padding-right: 0;
    text-align: center;
  }

  .social-contribution-wrap .gallery-wrap .swiper-container {
    height: 174px;
  }

  .social-contribution-wrap .gallery-wrap .img-box {
    padding: 0 30px;
  }

  .social-contribution-wrap .gallery-wrap .img-box > img {
    width: 100%;
  }

  .social-contribution-wrap .gallery-wrap .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 19px;
    height: 35px;
    margin-top: -17.5px;
    background: url("../images/ico/icon_culture_gallery_btn_prev.png") center center no-repeat;
    background-size: cover;
    text-indent: -9999px;
    z-index: 5;
  }

  .social-contribution-wrap .gallery-wrap .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 19px;
    height: 35px;
    margin-top: -17.5px;
    background: url("../images/ico/icon_culture_gallery_btn_next.png") center center no-repeat;
    background-size: cover;
    text-indent: -9999px;
    z-index: 5;
  }

  /* culture >  분석시스템 */
  .system-wrap img {
    max-width: 100%;
  }

  .system-wrap .h3 {
    padding-top: 37px;
    font-size: 18px;
    font-weight: 700;
    color: #404040;
    line-height: 22px;
  }

  .system-wrap .intro {
    padding: 54px 0;
    font-size: 16px;
    color: #808080;
    line-height: 25px;
  }

  .system-wrap .intro > em {
    color: #000;
  }

  .system-wrap .visual-content {
    position: relative;
  }

  .system-wrap .analysis-commission {
  }

  .system-wrap .analysis-commission .go-link {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .system-wrap .analysis-commission .go-link:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    background: url("../images/ico/icon_culture_system_analysis_procedure_arrow.png") center center no-repeat;
    background-size: 100%;
    background-color: #000;
    border-radius: 50%;
  }

  .system-wrap .analysis-commission .text-box {
    padding-top: 8px;
    font-size: 14px;
    color: #808080;
    line-height: 22px;
  }

  .system-wrap .analysis-commission .table-info-wrap {
    margin-top: 28px;
  }

  .system-wrap .analysis-commission .more-ui {
    margin-top: 34px;
  }

  .system-wrap .document_wrap .h3 {
    margin-bottom: 15px;
  }

  .system-wrap .document_wrap .document_list {
  }

  .system-wrap .document_wrap .document_list li {
  }

  .system-wrap .document_wrap .document_list li + li {
    margin-top: 8px;
  }

  .system-wrap .document_wrap .document_list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: border-box;
  }

  .system-wrap .document_wrap .document_list li a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 16px;
    height: 19px;
    margin-top: -10px;
    background-image: url("../images/common/icon_document.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right;
  }

  .system-wrap .analytical-field .h3 {
    padding-bottom: 11px;
  }

  .system-wrap .analytical-field .read-table {
    margin-top: 5px;
  }

  .system-wrap .analytical-field .read-table > thead {
    border-top: 1px solid #404040;
    border-bottom: 1px solid #e6e6e6;
  }

  .system-wrap .analytical-field .read-table > thead > tr > th {
    padding: 13px 5px 11px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
    text-align: center;
    background-color: #eee;
  }

  .system-wrap .analytical-field .read-table > tbody > tr > th {
    padding: 10px;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    text-align: center;
    background-color: #f5f5f5;
  }

  .system-wrap .analytical-field .read-table > tbody > tr > td {
    padding: 15px 15px 15px 20px;
    font-size: 14px;
    line-height: 20px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
  }

  .system-wrap .analytical-field .read-table > tbody > tr > td:first-child {
    border-left: none;
  }

  .system-wrap .analytical-field .read-table > tbody > tr > td.eng > ul > li {
    position: relative;
    padding-left: 9px;
  }

  .system-wrap
  .analytical-field
  .read-table
  > tbody
  > tr
  > td.eng
  > ul
  > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 2px;
    height: 2px;
    background-color: #000;
    border-radius: 50%;
  }

  .system-overview-visual {
    padding-top: 50px;
  }

  .system-overview-visual .item-desc {
    margin-top: 25px;
    font-size: 16px;
    line-height: 25px;
    color: #808080;
  }

  .system-overview-visual .item-desc > em {
    font-weight: 500;
    color: #000;
  }

  .system-overview-visual .item-desc + .item-desc {
    margin-top: 24px;
  }

  .system-overview-visual .item-visual {
    margin-top: 35px;
  }

  /* culture >  분석시스템 > 분석의뢰하기 */
  .cs-center-form {
    padding: 56px 0 35px;
    color: #404040;
  }

  .cs-center-form h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  /* .cs-center-form strong {font-weight:bold;} */
  .cs-center-form .form-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .cs-center-form .form-info > dl:nth-of-type(1),
  .cs-center-form .form-info > dl:nth-of-type(2) {
    flex: 1;
    width: 50%;
  }

  .cs-center-form .form-info > dl:nth-of-type(n + 3) {
    margin-top: 18px;
  }

  .cs-center-form .form-info > dl {
    width: 100%;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
  }

  .cs-center-form .form-info > dl > dt {
    font-size: 14px;
    font-weight: 500;
    color: #808080;
    line-height: 25px;
  }

  .cs-center-form .form-info > dl > dd {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
  }

  .cs-center-form.application {
    padding-top: 36px;
  }

  .cs-center-form .application-info-text {
    margin-top: 33px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #404040;
  }

  .cs-center-form .application-info-ui {
    margin-top: 25px;
  }

  .cs-center-form .application-info-ui .item + .item {
    margin-top: 10px;
  }

  .cs-center-form .application-info-ui .btn-file-down:after {
    margin-right: 1px;
  }

  .cs-center-form .application-info-ui .btn-point-link:after {
    width: 18px;
    height: 18px;
    background-size: 18px auto;
  }

  .cs-center-form .application-form {
    padding: 47px 0 0 0;
  }

  .cs-center-form .application-form p + p {
    margin: 35px 0 0 0;
  }

  .cs-center-form .application-form p > strong {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    font-size: 16px;
    line-height: 26px;
  }

  .cs-center-form .application-form p > strong:after {
    content: "";
    position: absolute;
    top: 2px;
    right: 0;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #E20D3A;
    border-radius: 50%;
  }

  .cs-center-form .application-form p > strong.none:after {
    display: none;
  }

  .cs-center-form .application-form p > span {
    display: block;
    margin-top: 10px;
  }

  .cs-center-form .application-form p > span > input {
    width: 100%;
    padding: 0 15px;
    font-size: 18px;
    line-height: 50px;
    border: transparent;
  }

  .cs-center-form .application-form .file-wrap {
    margin-top: 10px;
  }

  .cs-center-form .application-form .file-wrap span.file-box {
    position: relative;
    display: block;
    min-height: 50px;
    padding: 0 30px 0 115px;
    box-sizing: border-box;
  }

  .cs-center-form .application-form .file-wrap .file-box label {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background-color: #404040;
  }

  .cs-center-form .application-form .file-wrap .file-box input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    opacity: 0;
  }

  .cs-center-form .application-form .file-wrap .file-box .upload-name {
    display: inline-block;
    max-width: 170px;
    font-size: 14px;
    font-weight: 400;
    line-height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: none;
    border: 0;
  }

  .cs-center-form .application-form .file-wrap .file-box .file_delete {
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    font-size: 0;
    background: url("../images/ico/icon_analysis_consulting_form_delt.png") center no-repeat;
    background-size: 100%;
  }

  .cs-center-form .application-form .file-wrap em {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #808080;
    line-height: 22px;
  }

  .cs-center-form .application-form .file-wrap em.point {
    font-size: 13px;
    line-height: 19px;
    color: #e10f49;
  }

  .cs-center-form .application-form .file-wrap em + em.point {
    margin-top: 2px;
  }

  .cs-center-form .application-form .address {
    display: flex;
    flex-wrap: wrap;
  }

  .cs-center-form .application-form .address input {
    width: 100%;
  }

  .cs-center-form .application-form .address input:nth-of-type(1) {
    width: calc(100% - 120px);
  }

  .cs-center-form .application-form .address input:nth-of-type(2) {
    margin-top: 10px;
    border-bottom: 1px solid #f5f5f5;
  }

  .cs-center-form .application-form .address .button {
    width: 120px;
    height: 50px;
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    background-color: #404040;
    border: none;
  }

  .agree-area {
    margin-top: 35px;
    padding: 36px 0 0 0;
    border-top: 1px solid #e6e6e6;
  }

  .agree-area strong {
    font-size: 16px;
    line-height: 23px;
  }

  .agree-area .agree-area-box {
    margin-top: 11px;
    padding: 15px;
    height: 250px;
    color: #b2b2b2;
    background-color: #fff;
    overflow-y: scroll;
  }

  .agree-area .agree-area-box > p {
    font-size: 14px;
    line-height: 20px;
  }

  .agree-area .agree-area-box > p + p {
    margin-top: 20px;
  }

  .agree-area label {
    display: block;
    width: 100%;
    padding: 13px 0 12px;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #f5f5f5;
    background-color: #fff;
  }

  .agree-area .lbl {
    position: relative;
  }

  .agree-area .lbl:after {
    content: "";
    position: relative;
    top: -6px;
    margin-left: 5px;
    display: none;
    width: 13px;
    height: 8px;
    border-left: 2px #404040 solid;
    border-bottom: 2px #404040 solid;
    -webkit-trasnform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .agree-area input:checked + .lbl:after {
    display: inline-block;
  }

  .cs-center-form .application-form .button {
    margin-top: 40px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    background-color: #E20D3A;
    border: transparent;
  }

  /* ir >  ir미팅신청 */
  .meeting-calendar {
    padding: 60px 0 0 0;
  }

  .meeting-calendar .calendar_title {
    position: relative;
    display: block;
    padding-bottom: 15px;
  }

  .meeting-calendar .calendar_title h2 {
    display: inline-block;
    padding: 0 23px;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }

  .meeting-calendar .calendar_title .month_btn {
    position: absolute;
    top: 0;
    display: block;
    width: 150px;
  }

  .meeting-calendar .calendar_title .month_btn > button {
    position: absolute;
    top: 0;
    font-size: 0;
    width: 11px;
    height: 19px;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .meeting-calendar .calendar_title .month_btn .prev_month {
    left: -11px;
    background-image: url("../images/ico/icon_ir_meeting_calendar_arrow_prev.png");
  }

  .meeting-calendar .calendar_title .month_btn .next_month {
    right: 0;
    background-image: url("../images/ico/icon_ir_meeting_calendar_arrow_next.png");
  }

  .meeting-calendar .calendar_title .meeting_cancel {
    display: inline-block;
    margin-right: -15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-align: right;
  }

  .meeting-calendar .calendar_title .go-link {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
  }

  .meeting-calendar .calendar_title .go-link:after {
    content: "";
    position: relative;
    top: 1px;
    right: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url("../images/ico/icon_ir_meeting_calendar_arrow_go.png") center no-repeat;
    background-size: cover;
    background-color: #000;
    border-radius: 50%;
  }

  .meeting-calendar .calendar_wrap {
    margin: 15px -30px 0;
  }

  .meeting-calendar .calendar_wrap .calendar {
    table-layout: fixed;
  }

  .meeting-calendar .calendar_wrap .calendar > thead {
    width: 100%;
    border-top: 1px solid #404040;
    border-bottom: 1px solid #404040;
  }

  .meeting-calendar .calendar_wrap .calendar > thead > tr {
    position: relative;
  }

  .meeting-calendar .calendar_wrap .calendar > thead > tr > th {
    padding: 10px;
    font-size: 11px;
    line-height: 15px;
    font-weight: 400;
  }

  .meeting-calendar .calendar_wrap .calendar > thead > tr .t_red {
    color: #E20D3A;
  }

  .meeting-calendar .calendar_wrap .calendar > tbody > tr {
    border-bottom: 1px solid #e5e5e5;
  }

  .meeting-calendar .calendar_wrap .calendar > tbody > tr:last-child {
    border-bottom: 1px solid #666;
  }

  .meeting-calendar .calendar_wrap .calendar > tbody > tr > td {
    height: 65px;
    padding: 5px;
    overflow: hidden;
  }

  .meeting-calendar .calendar_wrap .calendar > tbody > tr > td:first-child span {
    color: #E20D3A;
  }

  .meeting-calendar .calendar_wrap .calendar > tbody > tr > td > button {
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: relative;
    top: 0;
    left: -5px;
  }

  .meeting-calendar .calendar_wrap .calendar > tbody > tr > td > button > span {
    position: absolute;
    top: 5px;
    left: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    z-index: 2;
  }

  .meeting-calendar
  .calendar_wrap
  .calendar
  > tbody
  > tr
  > td.today
  > button
  > span {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
  }

  .meeting-calendar .calendar_wrap .calendar > tbody > tr > td > button > i {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 28px 5px 0;
    font-size: 12px;
    line-height: 14px;
    word-break: break-all;
    text-align: center;
  }

  .meeting-calendar
  .calendar_wrap
  .calendar
  > tbody
  > tr
  > td
  > button
  > i.reserved {
    color: #b2b2b2;
    background-color: #e9e9e9;
    box-sizing: border-box;
  }

  .meeting-calendar + .meeting_update_notice {
    margin: 10px -15px 0 0;
    font-size: 12px;
    color: #404040;
    line-height: 15px;
    text-align: right;
  }

  .ir_contact {
    margin: 20px -15px 0 0;
    text-align: right;
  }
  .ir_contact .h3 {
    font-size: 25px;
    line-height: 28px;
  }
  .ir_contact a {
    text-decoration: underline;
    line-height: 24px;
  }

  /* ir팝업 > 미팅 수정 및 취소 */
  .pop_wrap .pop_cont {
    position: relative;
    padding: 67px 30px 60px;
    color: #404040;
    background-color: #f5f5f5;
  }

  .pop_wrap .pop_cont .pop_close {
    position: absolute;
    width: 17px;
    height: 17px;
    font-size: 0;
    right: 30px;
    top: 26px;
    background: url("../images/ico/icon_pop_close_btn.png") center no-repeat;
    background-size: cover;
  }

  .pop_wrap .pop_cont > .h2 {
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 39px;
  }

  .pop_wrap .pop_cont > .h5 {
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    margin: 24px 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .pop_wrap .pop_cont > .h5 > em {
    display: block;
  }

  .pop_wrap .pop_cont > .h5 .text {
    display: inline-block;
    padding: 5px 70px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .pop_wrap .pop_cont .meeting-input-wrap {
    padding: 57px 0 0;
  }

  .pop_wrap .pop_cont .meeting-input-wrap .input-cell {
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .pop_wrap .pop_cont .meeting-input-wrap .input-cell + .input-cell {
    margin-top: 15px;
  }

  .pop_wrap .pop_cont .meeting-input-wrap .input-cell .title {
    display: inline-block;
    min-width: 110px;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
  }

  .pop_wrap .pop_cont .meeting-input-wrap .input-cell > span {
    flex: auto;
    height: 50px;
  }

  .pop_wrap .pop_cont .meeting-input-wrap .input-cell > span + span {
    margin-left: 15px;
  }

  .pop_wrap .pop_cont .meeting-input-wrap .input-cell > span > select {
    width: 100%;
    height: 100%;
    padding: 0 19px 0 18px;
    border: none;
    border-radius: 0;
  }

  .pop_wrap .pop_cont .meeting-input-wrap .input-cell.block {
    display: block;
  }

  .pop_wrap .pop_cont .meeting-input-wrap .input-cell.block .title {
    width: 100%;
    line-height: 45px;
  }

  .pop_wrap .pop_cont .meeting-input-wrap .input-cell.block > p {
    height: 50px;
  }

  .pop_wrap .pop_cont .meeting-input-wrap .input-cell.block > p > input {
    width: 100%;
    height: 100%;
    padding: 0 17px;
    border: none;
    border-radius: 0;
  }

  .pop_wrap .pop_cont .meeting-input-wrap input,
  .pop_wrap .pop_cont .meeting-input-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .pop_wrap .pop_cont .meeting-input-wrap input:-webkit-autofill,
  .pop_wrap .pop_cont .meeting-input-wrap select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 40px #efefef inset;
    -webkit-text-fill-color: #333;
  }

  .pop_wrap .pop_cont .meeting-input-wrap select {
    background-color: #fff;
    background-image: url(../images/ico/ico_select2.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 12px auto;
    outline: none;
  }

  .pop_wrap .pop_cont .pop-btn.btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
  }

  .pop_wrap .pop_cont .pop-btn.btn-wrap > button:first-child {
    display: block;
    width: 100%;
  }

  .pop_wrap .pop_cont .pop-btn.btn-wrap .btn-half {
    flex: auto;
    margin-top: 15px;
  }

  .pop_wrap .pop_cont .pop-btn.btn-wrap .btn-half + .btn-half {
    margin-left: 10px;
  }

  .pop_wrap .pop_cont .button {
    height: 50px;
    font-size: 18px;
    line-height: 48px;
    border: none;
  }

  .pop_wrap .pop_cont .button.black {
    color: #fff;
    background-color: #000;
  }

  .pop_wrap .pop_cont .button.gray {
    color: #404040;
    background-color: #dddddd;
  }

  .pop_wrap .pop_cont .form_section dl {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    margin-top: 20px;
  }

  .pop_wrap .pop_cont .form_section dl:after {
    content: "";
    display: block;
    clear: both;
  }

  .pop_wrap .pop_cont .form_section dl dt {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    letter-spacing: -0.5px;
    font-weight: 500;
    float: left;
  }

  .pop_wrap .pop_cont .form_section dl dd {
    width: 100%;
    display: flex;
    float: right;
    text-align: right;
  }

  .pop_wrap .pop_cont .form_section dl dt strong,
  .pop_wrap .pop_cont .form_section dl dd span {
    min-width: 110px;
    display: inline-block;
    vertical-align: top;
  }

  .pop_wrap .pop_cont .form_section dl dd span.item_date {
    width: 100%;
    height: 50px;
  }

  .pop_wrap .pop_cont .form_section dl dd span.item_date + .item_date {
    margin-left: 20px;
  }

  .pop_wrap .pop_cont .form_section dl dd span.item_hour {
    width: 100%;
    height: 50px;
  }

  .pop_wrap .pop_cont .form_section dl dd select {
    border: 0;
    width: 100%;
    height: 100%;
    color: #000;
    font-family: "Graphie", "Noto Sans KR", "Malgun Gothic", sans-serif;
    padding-left: 0;
    text-align: left;
    font-size: 16px;
    letter-spacing: -0.5px;
    line-height: 28px;
    box-sizing: border-box;
    padding-right: 24px;
    background-image: url("../images/common/icon-drop-down.svg");
    background-position: right center;
    background-repeat: no-repeat;
  }

  .pop_wrap .pop_cont dl.fl_none {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 31px;
  }

  .pop_wrap .pop_cont dl.fl_none dt,
  .pop_wrap .pop_cont dl.fl_none dd {
    float: none;
  }

  .pop_wrap .pop_cont dl.fl_none dd {
    margin-top: 10px;
  }

  .pop_wrap .pop_cont dl.fl_none dd p {
    width: 100%;
    height: 50px;
  }

  .pop_wrap .pop_cont dl.fl_none dd input {
    width: 100%;
    height: 100%;
    line-height: 38px;
    padding: 0 16px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 1);
  }

  .pop_wrap .pop_cont dl.fl_none dd input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
  }

  .pop_wrap .pop_cont dl.fl_none dd input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
  }

  .pop_wrap .pop_cont .btn_confirm {
    display: block;
    width: 100%;
    line-height: 56px;
    height: 56px;
    padding: 0;
    background: #000;
    color: #fff;
    margin: 30px auto 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.62px;
  }

  .pop_wrap .pop_cont ol {
    padding-top: 8px;
  }

  .pop_wrap .pop_cont ol li em {
    display: block;
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: -0.5px;
  }

  .pop_wrap .pop_cont ol li strong {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #000;
    display: block;
  }

  .pop_wrap .pop_cont ol li p {
    border-bottom: 1px #eee solid;
    padding-bottom: 19px;
    position: relative;
    box-sizing: border-box;
    padding-right: 85px;
    line-height: 28px;
    font-size: 16px;
    font-family: "Graphie", "Noto Sans KR", "Malgun Gothic", sans-serif;
  }

  .pop_wrap .pop_cont ol li p .reserve_btn {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.7px;
    color: #000;
    font-weight: bold;
    cursor: pointer;
  }

  .pop_wrap .pop_cont ol li p .reserve_btn:focus{text-decoration: underline;}
  .pop_wrap .pop_cont ol li p.reserve_complete .reserve_btn {
    color: rgba(0, 0, 0, 0.3);
    font-weight: 500;
  }

  .pop_wrap .pop_cont ol li p.reserve_complete .reserve_btn:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 6px;
    position: relative;
    margin-right: 8px;
    top: -5px;
    border-left: 1px rgba(0, 0, 0, 0.3) solid;
    border-bottom: 1px rgba(0, 0, 0, 0.3) solid;
    -webkit-transform: rotate(-41deg);
    transform: rotate(-41deg);
  }

  .pop_wrap .pop_cont .reserve_password {
    display: none;
    border-bottom: 1px #eee solid;
    padding-bottom: 31px;
  }

  .pop_wrap .pop_cont .reserve_password strong {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .pop_wrap .pop_cont .reserve_password span {
    display: block;
    box-sizing: border-box;
    padding-right: 86px;
    position: relative;
  }

  .pop_wrap .pop_cont .reserve_password span button {
    width: 76px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    letter-spacing: -0.7px;
    background-color: #fafafa;
  }

  .pop_wrap .pop_cont .reserve_password span button:hover,
  .pop_wrap .pop_cont .reserve_password span button:focus {
    background: #000;
    color: #fff;
  }

  .pop_wrap .pop_cont .reserve_password span input {
    line-height: 48px;
    height: 48px;
    width: 100%;
  }

  /* ir팝업 > 미팅 신청 */
  .pop_wrap .pop_cont .reserve-wrap {
    margin: 36px 0 0 0;
    border-top: 1px solid #e6e6e6;
  }

  .pop_wrap .pop_cont .reserve-wrap > ol > li {
    padding: 26px 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .pop_wrap .pop_cont .reserve-wrap > ol > li > em {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
  }

  .pop_wrap .pop_cont .reserve-wrap > ol > li > p {
    display: flex;
    width: 100%;
    min-height: 31px;
    align-items: center;
    font-size: 18px;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
  }

  .pop_wrap .pop_cont .reserve-wrap > ol > li > p > span {
    flex: 1;
    display: flex;
    min-height: 31px;
    font-weight: 600;
    align-items: center;
    text-align: left;
  }

  .pop_wrap .pop_cont .reserve-wrap > ol > li > p > button {
    flex: 0 0 auto;
    display: block;
    font-size: 14px;
    height: 31px;
    padding: 0;
    color: #404040;
    text-decoration: none;
    font-weight: 500;
  }

  .pop_wrap .pop_cont .reserve-wrap > ol > li > p.reserve_complete > button {
    color: #b2b2b2;
    text-decoration: underline;
  }

  .pop_wrap .pop_cont .reserve-wrap .reserve_password {
    margin-top: 19px;
    padding-bottom: 14px;
    display: none;
  }

  .pop_wrap .pop_cont .reserve-wrap .reserve_password strong {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .pop_wrap .pop_cont .reserve-wrap .reserve_password > span {
    display: flex;
    width: 100%;
    margin-top: 11px;
  }

  .pop_wrap .pop_cont .reserve-wrap .reserve_password > span > input {
    flex: 1;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: none;
    outline: none;
    background: #fff;
  }

  .pop_wrap .pop_cont .reserve-wrap .reserve_password > span > button {
    flex: 0 0 auto;
    display: block;
    width: 80px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    background-color: #000;
    border: none;
    padding: 0;
    outline: none;
  }

  /* ir팝업 > 미팅 신청 작성 */
  .pop_wrap .pop_cont .reserve-form {
    margin-top: 48px;
    padding-top: 7px;
  }

  .pop_wrap .pop_cont .reserve-form .notice_info {
    position: relative;
    padding: 0 0px 10px 6px;
    font-size: 14px;
    line-height: 17px;
  }

  .pop_wrap .pop_cont .reserve-form .notice_info:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #E20D3A;
    border-radius: 50%;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap {
    padding: 36px 0px;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap + .form-wrap {
    border-top: 1px solid #e6e6e6;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap > .h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap > ul {
    padding: 21px 0 0 0;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap > ul > li + li {
    margin-top: 30px;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap > ul .necessary {
    position: relative;
    display: inline-block;
    padding: 0 6px 0px 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap > ul .necessary:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 4px;
    height: 4px;
    background-color: #E20D3A;
    border-radius: 50%;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap > ul > li input {
    display: block;
    margin: 10px 0 5px;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 48px;
    border: none;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap > ul > li .info {
    padding: 8px 0 3px;
    font-size: 12px;
    line-height: 15px;
  }

  .pop_wrap .pop_cont .reserve-form .visitor.form-wrap {
    padding-bottom: 0;
  }

  .pop_wrap .pop_cont .reserve-form .visitor + .form-wrap {
    border-top: 0;
  }

  .pop_wrap .pop_cont .reserve-form .visitor + .form-wrap .form-wrap {
    padding-top: 0;
    border-top: none;
  }

  .pop_wrap .pop_cont .reserve-form .visitor + .form-wrap .form-wrap {
    position: relative;
  }

  .pop_wrap .pop_cont .reserve-form .visitor + .form-wrap .form-wrap > button {
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap .add-visitor > button {
    position: relative;
    display: block;
    margin: 0 auto;
    padding-left: 23px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap .add-visitor > button:before,
  .pop_wrap .pop_cont .reserve-form .form-wrap .add-visitor > button:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 8px;
    height: 14px;
    width: 1px;
    background-color: #404040;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap .add-visitor > button:after {
    transform: rotate(90deg);
  }

  .pop_wrap .pop_cont .reserve-form .visit-inform h3 + .inform-cell {
    padding-top: 21px;
  }

  .pop_wrap .pop_cont .reserve-form .visit-inform .inform-cell {
    display: flex;
    line-height: 24px;
  }

  .pop_wrap .pop_cont .reserve-form .visit-inform .inform-cell + .inform-cell {
    margin-top: 22px;
  }

  .pop_wrap .pop_cont .reserve-form .visit-inform .inform-cell .cell-title {
    min-width: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #404040;
  }

  .pop_wrap .pop_cont .reserve-form .visit-inform .inform-cell .cell-info {
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-weight: 400;
    color: #4b4b4b;
  }

  .pop_wrap .pop_cont .reserve-form .form-wrap .text-area > textarea {
    display: block;
    margin: 10px 0 5px;
    width: 100%;
    height: 177px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 26px;
    border: none;
    background-color: #fff;
    overflow-y: scroll;
    resize: none;
  }

  .pop_wrap .pop_cont .reserve-form .agree-area {
    margin-top: 0;
  }

  /* ir팝업 > 미팅 예약 완료 */
  .pop_wrap .pop_cont .pop-body {
    padding: 36px 0 21px;
  }

  .pop_wrap .pop_cont .pop-body .text-box {
    display: inline-block;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
  }

  .pop_wrap .pop_cont .pop-body .text-box > span {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

  .pop_wrap .pop_cont .pop-body + .button {
    width: 100%;
  }

  /* ir > 경영정보 > esg */
  .esg-wrap .intro {
    padding: 54px 0;
    font-size: 16px;
    color: #808080;
    line-height: 25px;
  }

  .esg-wrap .evaluation-result h3 {
    padding-top: 54px;
    padding-bottom: 17px;
    font-size: 18px;
    font-weight: 700;
    color: #404040;
    line-height: 23px;
  }

  .esg-wrap .evaluation-result .read-table > thead > tr {
    border-top: 1px solid #404040;
  }

  .esg-wrap .evaluation-result .read-table > thead > tr > th {
    padding: 11px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    background-color: #eee;
  }

  .esg-wrap .evaluation-result .read-table > tbody > tr > th {
    font-weight: 500;
    text-align: center;
  }

  .esg-wrap .evaluation-result .read-table > tbody > tr > td {
    padding: 30px 33px;
    background-color: #f5f5f5;
    box-sizing: border-box;
    text-align: center;
  }

  .evaluation-rating-guide {
    margin-top: 84px;
  }

  .evaluation-rating-guide > h3 {
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #404040;
  }

  .evaluation-rating-guide > .line-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
  }

  .evaluation-rating-guide > .line-box > dl {
    position: relative;
    width: 25%;
  }

  .evaluation-rating-guide > .line-box > dl:nth-of-type(n + 5) {
    margin-top: 40px;
  }

  .evaluation-rating-guide > .line-box > dl:nth-of-type(1):before,
  .evaluation-rating-guide > .line-box > dl:nth-of-type(5n):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vh;
    height: 1px;
    background-color: #404040;
  }

  .evaluation-rating-guide > .line-box > dl > dt {
    display: flex;
    justify-content: center;
    height: 79px;
    padding: 21px 0 28px;
    box-sizing: border-box;
  }

  .evaluation-rating-guide > .line-box > dl > dt > img {
    width: 23px;
    height: 29px;
  }

  .evaluation-rating-guide > .line-box > dl:nth-of-type(2) > dt > img {
    width: 32px;
  }

  .evaluation-rating-guide > .line-box > dl:nth-of-type(3) > dt > img {
    width: 26px;
  }

  .evaluation-rating-guide > .line-box > dl:nth-of-type(4) > dt > img {
    width: 34px;
  }

  .evaluation-rating-guide > .line-box > dl:nth-of-type(6) > dt > img {
    width: 20px;
  }

  .evaluation-rating-guide > .line-box > dl > dd {
    position: relative;
    padding: 12px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
  }

  .evaluation-rating-guide > .line-box > dl:nth-of-type(1) > dd:before,
  .evaluation-rating-guide > .line-box > dl:nth-of-type(5n) > dd:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vh;
    height: 1px;
    background-color: #e6e6e6;
  }

  .evaluation-rating-guide > .line-box > dl:nth-of-type(1) > dd:after,
  .evaluation-rating-guide > .line-box > dl:nth-of-type(5n) > dd:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vh;
    height: 1px;
    background-color: #e6e6e6;
  }

  .evaluation-rating-guide .info-text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 22px;
  }

  /* ir > 경영정보 > 이사회 */
  .governance-wrap .section-wrap {
    position: relative;
    padding: 4px 0 56px;
  }

  .governance-wrap .section-wrap + .section-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 100vh;
    height: 1px;
    background-color: #e6e6e6;
  }

  .governance-wrap .information-content {
    padding-top: 48px;
  }

  .governance-wrap .information-content .name {
    font-size: 24px;
    font-weight: 500;
    color: #404040;
    line-height: 38px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }

  .governance-wrap .information-content .name > span {
    margin-left: 6px;
    font-size: 18px;
  }

  .governance-wrap .information-content .name + .information-cell {
    margin-top: 30px;
  }

  .governance-wrap .information-content .information-cell + .information-cell {
    margin-top: 21px;
  }

  .governance-wrap .information-content .information-cell .title {
    font-size: 18px;
    font-weight: 700;
    color: #404040;
    line-height: 25px;
  }

  .governance-wrap .information-content .information-cell .info {
    padding-top: 6px;
    font-size: 16px;
    color: #808080;
    line-height: 25px;
  }

  .governance-wrap .information-content .information-cell ul.info > li {
    position: relative;
    padding-left: 9px;
  }

  .governance-wrap .information-content .information-cell ul.info > li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 3px;
    display: block;
    width: 2px;
    height: 2px;
    background-color: #808080;
  }

  .governance-wrap .governance-notice {
    position: relative;
    padding-left: 9px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 20px;
  }

  .governance-wrap .governance-notice:before {
    content: "*";
    position: absolute;
    top: 2px;
    left: 0;
  }

  /* 브랜드 시공사례 */
  .brand-color-example {
    padding-top: 55px;
  }

  .build-example-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #404040;
  }

  .build-example-desc {
    margin-top: 18px;
    font-size: 16px;
    line-height: 25px;
    color: #808080;
  }

  .build-example-desc p + p {
    margin-top: 25px;
  }

  .build-example-list {
    margin-top: 30px;
  }

  .build-example-list .list-inner {
    margin: 0 -30px;
  }

  .build-example-list .list-cell {
    padding: 40px 30px;
    border-top: 1px solid #e6e6e6;
  }

  /*.build-example-list .list-cell:first-child {padding-top:0; border-top:none;}*/
  .build-example-list .list-cell:last-child {
    padding-bottom: 0;
  }

  .build-example-items .thumb-swiper-wrap + .item-thumb {
    margin-top: 20px;
  }

  .build-example-items .item-thumb > img {
    max-width: 100%;
  }

  .build-example-items .item-info-wrap {
    margin-top: 36px;
    display: flex;
    align-items: flex-start;
  }

  .build-example-items .item-logo {
    flex: 0 0 auto;
    width: 112px;
    margin-right: 13px;
    padding-top: 3px;
  }

  .build-example-items .item-logo .obj {
    box-sizing: border-box;
    border: 1px solid #ccc;
  }

  .build-example-items .item-logo img {
    max-width: 100%;
  }

  .build-example-items .item-txt-group {
    flex: 1;
    width: 100%;
  }

  .build-example-items .item-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #404040;
  }

  .build-example-items .item-desc {
    margin-top: 3px;
    font-size: 14px;
    line-height: 22px;
    color: #808080;
  }

  .thumb-swiper-wrap {
    position: relative;
  }

  .thumb-swiper-wrap .swiper-ui {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    z-index: 5;
    box-sizing: border-box;
  }

  .thumb-swiper-wrap .swiper-slide {
    position: relative;
  }

  .thumb-swiper-wrap .item-visual {
    position: relative;
  }

  .thumb-swiper-wrap .item-visual img {
    max-width: 100%;
  }

  .build-request {
    margin-top: 30px;
  }

  .build-request-cate {
    font-size: 14px;
    line-height: 21px;
    color: #808080;
    font-weight: 500;
  }

  .build-request-desc {
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
  }

  .build-request-desc > em {
    font-family: "Montserrat";
    margin-left: 15px;
  }

  /* 결함 예방 백과 */

  /* 도료 용어사전 */
  .dictionary_wrap .inner .search_detail {
    margin: 0 -30px;
    border-bottom: 9px solid #ebebeb;
  }

  .dictionary_wrap .inner .check-wrap {
    padding: 0 30px 40px 30px;
    border-bottom: 1px solid #dddddd;
  }

  .dictionary_wrap .inner .check-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -6px;
  }

  .dictionary_wrap .inner .search_detail .radio-btn input {
    display: none;
  }

  .dictionary_wrap .inner .search_detail .radio-btn input + .check-btn {
    position: relative;
    top: 0;
    display: block;
    min-width: 34px;
    height: 24px;
    margin: 10px 0 0 6px;
    line-height: 22px;
    font-size: 12px;
    color: #000;
    border: 1px #cacaca solid;
    background: none;
    text-align: center;
    border-radius: 2px;
    box-sizing: border-box;
  }

  .dictionary_wrap .inner .search_detail .radio-btn input:checked + .check-btn {
    color: #fff;
    border: 1px #4c4c4c solid;
    background-color: #4c4c4c;
  }

  .dictionary_wrap .inner .search_detail .radio-btn input + i:after {
    display: none;
  }

  .dictionary_wrap .inner .data_tbl_wrap {
    margin-top: 55px;
  }

  .dictionary_wrap .inner .data_tbl_tit {
    color: #404040;
  }

  .dictionary_wrap .inner .data_tbl_tit span {
    padding-bottom: 30px;
    color: #404040;
  }

  .dictionary_wrap .inner .data_list {
    border-top: 1px solid #404040;
  }

  .dictionary_wrap .inner .data_list ul li {
    padding: 30px 0;
    color: #404040;
    font-size: 14px;
    border-top: 1px solid #e6e6e6;
  }

  .dictionary_wrap .inner .data_list ul li:first-child {
    border-top: none;
  }

  .dictionary_wrap .inner .data_list .tit {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 500;
  }

  .dictionary_wrap .inner .data_list .img {
    margin: 15px 0;
  }

  .dictionary_wrap .inner .data_list .img img {
    width: 100%;
  }

  .dictionary_wrap.mobile .inner .data_list .img img {
    width: 100%;
    max-width: 419px;
    height: 240px;
    object-fit: cover;
  }

  .dictionary_wrap .inner .data_list .text {
    margin-top: 8px;
    line-height: 22px;
    letter-spacing: 0.2px;
    word-break: keep-all;
  }

  .dictionary_wrap .inner .data_list .list-data-not {
    padding: 40px 0;
    text-align: center;
  }

  /* 스와이퍼 */
  .btn-swiper-slider-prev {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    padding: 0;
    margin-top: -15px;
    z-index: 15;
    background: rgba(0, 0, 0, 0.5);
  }

  .btn-swiper-slider-prev:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/ico/icon-swiper-small-prev-white.png") center center no-repeat;
    background-size: 30px auto;
  }

  .btn-swiper-slider-next {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    padding: 0;
    margin-top: -15px;
    z-index: 15;
    background: rgba(0, 0, 0, 0.5);
  }

  .btn-swiper-slider-next:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/ico/icon-swiper-small-next-white.png") center center no-repeat;
    background-size: 30px auto;
  }

  .btn-swiper-slider-prev.swiper-button-disabled,
  .btn-swiper-slider-next.swiper-button-disabled {
    opacity: 0;
  }

  /* 스와이퍼 페이징 */
  .swiper-pagination {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: none;
  }

  .swiper-pagination .swiper-pagination-switch {
    display: block;
    font-size: 0;
    width: 5px;
    height: 5px;
    margin: 0 2px;
    background: #fff;
    opacity: 0.4;
    transition: opacity 0.25s ease;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
    opacity: 1;
  }

  /* 분석서비스 > 시험분야 */
  .system-testfield {
    padding-top: 50px;
  }

  .system-testfield .system-data-group + .system-data-group {
    margin-top: 35px;
  }

  .file-download-wrap {
    margin-top: 10px;
  }

  .file-download-wrap .list-inner {
    display: flex;
    flex-wrap: wrap;
    margin: -7px;
  }

  .file-download-wrap .list-cell {
    width: 50%;
    padding: 7px;
    box-sizing: border-box;
  }

  .file-download-item {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #313131;
    border-radius: 5px;
    overflow: hidden;
  }

  .file-download-item .item-info-wrap {
    flex: 1;
    padding: 15px 10px;
    background: #fff;
  }

  .file-download-item .item-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #000;
  }

  .file-download-item .item-title + .item-desc {
    margin-top: 9px;
  }

  .file-download-item .item-desc + .item-desc {
    margin-top: 6px;
  }

  .file-download-item .item-desc {
    font-size: 12px;
    line-height: 18px;
    color: #000;
  }

  .file-download-item .item-desc > span {
    color: #808080;
  }

  .file-download-item .item-ui {
    flex: 0 0 auto;
    margin-top: auto;
  }

  .file-download-item .item-ui > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #313131;
  }

  .file-download-item .item-ui > a:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 5px;
    background: url("../images/ico/icon-filedown-white.png") center center no-repeat;
    background-size: 18px auto;
  }

  /* 분석 서비스 > 장비 */
  .system-equipment {
    padding-top: 50px;
  }

  /* 분석 서비스 > 고객서비스 */
  .analysis-procedure {
    padding-top: 50px;
  }

  .analysis-procedure .h3 {
    padding: 0 0 12px 0;
  }

  .analysis-procedure .step-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -2px -7px;
  }

  .eco-history .step-list-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 24px;
    margin: -2px -7px;
  }

  .analysis-procedure .step-list-wrap .list-cell {
    width: 50%;
    padding: 7px;
  }

  .analysis-procedure .step-list-wrap .list-cell > div {
    position: relative;
    min-height: 130px;
    padding: 14px 20px 16px;
    color: #fff;
    background-color: rgba(49, 49, 49, 1);
    border-radius: 8px;
    box-sizing: border-box;
  }

  .analysis-procedure .step-list-wrap .list-cell .numbering {
    display: block;
    font-family: "Montserrat", "Noto Sans KR", sans-serif;
    font-size: 11px;
    font-weight: 500;
    line-height: 19px;
  }

  .analysis-procedure .step-list-wrap .list-cell .content {
    font-size: 16px;
    line-height: 22px;
  }

  .analysis-procedure .step-list-wrap .list-cell .content > span {
    display: block;
    font-size: 11px;
    line-height: 22px;
    opacity: 50%;
  }

  .analysis-procedure .step-list-wrap .list-cell .method {
    position: absolute;
    bottom: 16px;
    font-size: 13px;
    line-height: 17px;
  }

  .eco-history .step-list-wrap .list-cell .method span {
    display: block;
    bottom: 16px;
    font-size: 11px;
    line-height: 17px;
  }

  .system-service-guide .go-link {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .system-service-guide .go-link:after {
    content: "";
    position: relative;
    top: 1px;
    right: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    background: url("../images/ico/icon_ir_meeting_calendar_arrow_go.png") center no-repeat;
    background-size: cover;
    background-color: #000;
    border-radius: 50%;
  }

  .system-service-guide .table-info-wrap {
    margin-top: 15px;
  }

  .system-service-bank .bank-desc {
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.5;
    color: #000;
  }

  .system-service-bank .table-info-wrap {
    margin-top: 30px;
  }

  .system-service-bank .bank-down {
    margin-top: 35px;
  }

  .system-service-bank .bank-down a + a {
    margin-top: 10px;
  }

  /* 시험의뢰서 작성 요령 */
  .exam-guide-wrap {
    margin-top: 25px;
  }

  .exam-guide-wrap .exam-guide-visual {
  }

  .exam-guide-wrap .exam-guide-visual img {
    width: 100%;
  }

  .exam-guide-data {
    text-align: left;
    margin-top: 35px;
  }

  .exam-guide-data .item-title {
    font-size: 16px;
    color: #404040;
    font-weight: 700;
    line-height: 1.5;
  }

  .exam-guide-data .table-info-wrap.type-2 {
    margin-top: 12px;
  }

  .exam-guide-data .table-info-wrap.type-2:before {
    width: calc(40% - 10px);
  }

  .exam-guide-data .table-info-wrap.type-2 .table-info-title {
    flex: 0 0 auto;
    width: 40%;
  }

  .exam-guide-data .table-info-wrap.type-2 .table-info-data {
    flex: 0 0 auto;
    width: 60%;
  }

  .exam-guide-data .item-info {
    margin-top: 15px;
  }

  .exam-guide-data .item-ui {
    margin-top: 17px;
  }

  .exam-guide-data .item-ui .btn-related-item {
    position: relative;
    display: inline-flex;
    width: auto;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    background: none;
    border: none;
    padding-right: 22px;
  }

  .exam-guide-data .item-ui .btn-related-item:after {
    right: 0;
  }

  /* WEB 교육 신청 */
  .education .page_subTxt {
    font-size: 16px;
    color: #808080;
    line-height: 28px;
  }

  .education .analysis-procedure {
    position: relative;
    margin: 0 -30px;
    padding: 50px 30px 60px 30px;
    border-bottom: 9px solid #ebebeb;
  }

  .education .analysis-procedure:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    background: #dddddd;
  }

  .education .analysis-procedure .h3 {
    font-size: 16px;
  }

  .education .tab_contents_wrap {
    position: relative;
    padding: 60px 30px;
    margin: 0 -30px;
    border-bottom: 9px solid #ebebeb;
  }

  .education .tab_contents_wrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 1px;
    background: #dddddd;
  }

  .education .tab_contents_wrap .h3 {
    font-size: 16px;
  }

  .education .tab_contents_wrap .tab_wrap {
    margin: 0 0 -20px 0;
    border: none;
  }

  .education .tab_contents_wrap .tab_wrap .tabmenu {
    border: none;
  }

  .education .tab_contents_wrap .tab_wrap.fixed .tabmenu {
    position: relative;
  }

  .education .tab_contents_wrap .tab_wrap .tabmenu > ul > li > a {
    height: 80px;
    font-size: 15px;
  }

  .education .tab_contents_wrap table {
    font-size: 10px;
    border-top: 1px solid #000;
  }

  .education .tab_contents_wrap table td {
    border-left: 1px solid #ececec;
  }

  .education .tab_contents_wrap table thead th {
    font-size: 12px;
    color: #000;
    background: #eeeeee;
  }

  .education .tab_contents_wrap table tbody th {
    font-size: 10px;
    padding: 13px 5px;
  }

  .education .tab_contents_wrap table tbody td {
    padding: 13px 5px;
  }

  .education .tab_contents_wrap table .text_left {
    text-align: left;
    padding: 13px 18px;
  }

  .education .csCenter_form .datepicker {
    position: relative;
    padding: 0;
    width: 100%;
  }

  .education .csCenter_form .datepicker input {
    padding: 0 15px;
  }

  .education .csCenter_form .datepicker .ui-datepicker-trigger {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
  }

  .education .csCenter_form .input_wrap .select {
    background-position: right 12px center;
  }

  .education .csCenter_form .form_input_info {
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
  }

  .education .csCenter_form .input_group {
    display: flex;
    width: 100%;
  }

  .education .csCenter_form .input_group .input_wrap {
    display: flex;
  }

  .education .csCenter_form .input_group input[type="text"] {
    width: 100%;
  }

  .education .csCenter_form .input_group input[type="text"]::placeholder {
    color: #000;
    opacity: 1;
    font-weight: 400;
  }

  .education .csCenter_form .btn_subject_select {
    flex: 0 0 auto;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #000;
  }
  .request .csCenter_form .btn_subject_select {
    width: 120px;
  }

  .education .csCenter_form .input_wrap .select {
    font-size: 14px;
  }

  .education .agree_area {
    margin-top: 50px;
  }
  .request .agree_area {
    margin-top: 0;
  }

  .education .select-data-list {
    padding: 0 12px 15px 15px;
    background-color: #fff;
  }

  .education .select-data-tit {
    padding: 10px 0 5px 0;
    color: #404040;
    font-size: 14px;
    font-weight: 600;
  }

  .education .select-data-list ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #404040;
    font-size: 14px;
    line-height: 20px;
  }

  .education .select-data-list ul li span {
    padding-right: 10px;
  }

  .education .select-data-list button {
    flex: 0 0 auto;
    width: 14px;
    height: 14px;
    margin-top: 3px;
    font-size: 0;
    color: transparent;
    background-image: url("../images/ico/icon_pop_close_btn.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
  }

  .education_complete {
    padding-top: 60px;
  }

  .education_complete .contents-title {
    margin-bottom: 25px;
  }

  .education_complete .table {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .education_complete .table tr:last-child th,
  .education_complete .table tr:last-child td {
    border-bottom: none;
  }

  .education_complete .table th,
  .education_complete .table td {
    text-align: left;
    font-size: 14px;
    padding: 13px 0;
    color: #404040;
    font-weight: 500;
  }

  .education_complete .btn-wrap {
    text-align: center;
    margin: auto;
    margin-top: 40px;
    display: flex;
  }

  .education_complete .btn-wrap button {
    width: 50%;
    height: 50px;
    line-height: 48px;
    letter-spacing: -0.7px;
    font-size: 18px;
  }

  .education_complete .btn-wrap button.btn_black {
    margin-left: 10px;
    background: #000;
    color: #fff;
  }

  .education_complete .btn-wrap button.btn_gray {
    background: #dddddd;
    color: #404040;
  }

  .education_complete .select-data-list {
  }

  .education_complete .select-data-tit {
    padding: 30px 0 5px 0;
    color: #404040;
    font-size: 14px;
    font-weight: 600;
  }

  .education_complete .select-data-tit:nth-child(1) {
    padding-top: 0;
  }

  .education_complete .select-data-list ul li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #404040;
    font-size: 14px;
    line-height: 22px;
  }

  #mo_training_process_pop.pop_wrap .pop_cont .sub_txt {
    margin: 20px 0 35px 0;
  }

  #mo_training_process_pop.pop_wrap .pop_cont .pop_form {
    border-top: 1px solid #000;
  }

  #mo_training_process_pop.pop_wrap .pop_cont .pop_form .form_cell {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
  }

  #mo_training_process_pop.pop_wrap .pop_cont .pop_form .form_cell .checkbox_square {
    color: #313131;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
  }

  #mo_training_process_pop.pop_wrap .pop_cont .pop_form .form_cell:last-child {
    border-bottom: 1px solid #000;
  }

  #mo_training_process_pop.pop_wrap .pop_cont .pop_form .reserve_btn {
    display: flex;
    margin-top: 40px;
  }

  #mo_training_process_pop.pop_wrap .pop_cont .pop_form .reserve_btn button {
    width: 50%;
    height: 50px;
    line-height: 48px;
    letter-spacing: -0.7px;
    font-size: 18px;
  }

  #mo_training_process_pop.pop_wrap .pop_cont .pop_form .btn_black {
    margin-left: 10px;
    background: #000;
    color: #fff;
  }

  #mo_training_process_pop.pop_wrap .pop_cont .pop_form .btn_gray {
    background: #dddddd;
    color: #404040;
  }

  .pop_wrap .checkbox_square,
  .pop_wrap .radio_square {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
    color: #000;
    font-size: 14px;
    line-height: 24px;
  }

  .pop_wrap .checkbox_square input,
  .pop_wrap .radio_square input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    z-index: 1;
  }

  .pop_wrap .checkbox_square input:checked,
  .pop_wrap .radio_square input:checked {
    outline: none !important;
  }

  .pop_wrap .checkbox_square input + .lbl,
  .pop_wrap .radio_square input + .lbl {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    line-height: 24px;
    min-height: 24px;
    padding: 0px 0 0px 30px;
    vertical-align: middle;
  }

  .pop_wrap .checkbox_square input + .lbl:before,
  .pop_wrap .radio_square input + .lbl:before {
    content: "";
    display: inline-block;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    background-image: url("../images/common/icon-24-check-off.svg");
    background-size: 100%;
  }

  .pop_wrap .checkbox_square input:checked + .lbl:before {
    background-image: url("../images/common/icon-24-check-on.svg");
  }

  .pop_wrap .radio_square input + .lbl:before {
    background: url("../images/common/radio-off.svg");
  }

  .pop_wrap .radio_square input:checked + .lbl:before {
    background: url("../images/common/radio-on.svg");
  }


  ul.post_list {
    display: block;
  }

  li.post_item_wrap {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 !important;
  }

  a.post_item {
    display: block;
    position: relative;
  }

  span.post_img_wrap {
    display: block;
    margin-bottom: 1rem;
  }

  img.post_img {
    width: 100%;
    aspect-ratio: 384 / 256;
    object-fit: cover;
  }

  span.post_cont_wrap {
    display: block;
  }

  strong.post_title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0.5rem;
  }

  .post_cont {
    min-height: 24px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(99 107 115 / var(--tw-text-opacity));
  }

  .post_date {
    display: block;
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(99 107 115 / var(--tw-text-opacity));
  }

  .movie_wrap {
    position: relative;
    display: inline-block;
  }

  .movie_wrap:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background-image: url("../../images/contents/culture/icon-play.svg");
  }

  .paging button.prev.arrow span {
    background-image: url(../images/common/paging_prev.png);
  }

  .paging button.next.arrow span {
    background-image: url(../images/common/paging_next.png);
  }

  .paging .btn.btn_last span {
    background-image: url(../images/common/paging_last.png);
  }
}
@media (max-width: 767px) {

  .extra {
    padding-top: 96px;
  }

  .extra .inner {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .extra .inner gray {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .extra .inner h2 {
    font-size: 56px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -1.5px;
  }

  .extra .inner .common_tab {
    margin-top: 56px;
  }

  .extra .privacy_wrap {
    padding-top: 60px;
    border-top: 1px #eee solid;
    margin-top: 76px;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
  }

  .extra .privacy_wrap .mobile {
    padding-top: 60px;
    border-top: 1px #eee solid;
    margin-top: 76px;
    box-sizing: border-box;
    padding-left: 0px;
    position: relative;
  }


  .extra .privacy_wrap h5 {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    letter-spacing: -0.6px;
    font-weight: 400;
  }

  .extra .privacy_wrap .privacy li.active a {
    color: rgba(0, 0, 0, 1);
  }

  .extra .privacy_wrap .privacy_contents {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.6px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_txt {
    padding-bottom: 0px;
  }

  .extra .privacy_wrap .privacy_contents .last_line {
    padding-bottom: 0px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_txt > div {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 30px;
  }

  .extra .privacy_wrap .privacy_contents .content_wrap {
    overflow: hidden;
  }

  .extra .privacy_wrap .privacy_contents .privacy_01 .content_wrap {
    height: 460px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_02 .content_wrap {
    height: 570px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_03 .content_wrap {
    height: 160px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_04 .content_wrap {
    height: 320px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_05 .content_wrap {
    height: 470px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_06 .content_wrap {
    height: 440px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_07 .content_wrap {
    height: 510px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_08 .content_wrap {
    height: 220px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_09 .content_wrap {
    height: 290px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_10 .content_wrap {
    height: 230px;
  }

  .extra .privacy_wrap .privacy_contents .privacy_11 .content_wrap {
    height: 260px;
  }
  .extra .privacy_wrap .rules_contents .privacy_txt > div.privacy_12 {
    padding-bottom: 0px;
    margin-bottom: 0;
  }

  .extra .privacy_wrap .privacy_contents h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: -0.7px;
    color: #000;
    margin-bottom: 30px;
    padding-top: 100px;
  }

  .extra .privacy_wrap .privacy_contents h1:first-child {
    padding-top: 0;
  }

  .extra .privacy_wrap .privacy_contents h1 i {
    display: inline-block;
    margin-right: 10px;
  }

  .extra .privacy_wrap .privacy_contents div {
    padding-bottom: 0px;
  }

  .extra .privacy_wrap .privacy_contents h3 {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    box-sizing: border-box;
    padding-left: 84px;
    margin-bottom: 30px;
    margin-top: 60px;
  }

  .extra .privacy_wrap .privacy_contents h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 100px;
  }

  .extra .privacy_wrap .privacy_contents h1 + h3 {
    margin-top: 0;
  }

  .extra .privacy_wrap .privacy_contents h3 em {
    position: absolute;
    left: 0;
    top: 0;
  }

  .extra .privacy_wrap .privacy_contents h5 {
    font-size: 16px;
    margin-bottom: 10px;
    line-heigt : 30px;
    color: #000;
    font-weight: 900;
  }

  .extra .privacy_wrap .privacy_contents ol li {
    box-sizing: border-box;
    padding-left: 60px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-top: 10px;
  }

  .extra .privacy_wrap .privacy_contents ol li em {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding-left: 40px;
  }

  .extra .privacy_wrap .privacy_contents ol li ol li {
    padding-left: 20px;
  }

  .extra .privacy_wrap .privacy_contents ol li ol li em {
    padding-left: 0;
  }

  .extra .privacy_wrap .privacy_contents ol li em.bullet-arrow::before {
    content: "\25B6";
    margin-right: 0.25em;
  }

  .extra .privacy_wrap .privacy_contents .btn_more {
    font-size: 0;
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background-image: url("../images/common/btn-expand-nor.svg");
    border: 0;
    margin: 0px auto;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
  }

  .extra .privacy_wrap .privacy_contents .btn_more:hover,
  .extra .privacy_wrap .privacy_contents .btn_more:focus {
    background-image: url("../images/common/button-btn-expand-hover.svg");
    background-color: #fff;
  }

  #contents.bestseller {
    padding-top: 64px;
    padding-bottom: 100px;
  }
  #contents.bestseller #pageTop {
    min-height: unset;
    padding: 0 30px 64px;
  }

  .bestseller .bestseller-visual {
    height: auto;
    min-height: 400px;
    display: block;
    padding: 55px 30px 60px 30px;
    color: #000;
    vertical-align: bottom;
    overflow: hidden;
  }
  .bestseller .bestseller-visual .h2 {
    color: #000;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px; /* 133.333% */
    letter-spacing: -1.5px;
  }
  .bestseller .bestseller-visual .page_txt {
    color: #000;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
    letter-spacing: -1.5px;
  }
  .bestseller .bestseller-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
  }
  .bestseller .bestseller-item > div {
    position: relative;
  }
  .bestseller .bestseller-item-promotional-area {
    height: 50%;
  }
  .bestseller .bestseller-item-products-area {
    height: 50%;
  }
  .bestseller .bestseller-item:nth-child(1) .bestseller-item-products-area {
    background-color: #FAF7F2;
  }
  .bestseller .bestseller-item:nth-child(2) .bestseller-item-products-area {
    background-color: #F3F8F1;
  }
  .bestseller .bestseller-item:nth-child(3) .bestseller-item-products-area {
    background-color: #F1F1F1;
  }
  .bestseller .bestseller-item .bestseller-item-promotional-area-container > div {
    position: relative;
  }
  .bestseller .bestseller-item .bestseller-item-promotional-area-container > div h1 {
    position: absolute;
    top: 48px;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: "Noto Serif KR";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    letter-spacing: -0.24px;
  }
  .bestseller .bestseller-item:nth-child(3) .bestseller-item-promotional-area-container > div h1 {
    top: unset;
    bottom: 88px;
  }
  .bestseller .bestseller-item .bestseller-item-promotional-area-container > div img {
    width: 100%;
    height: 488px;
    object-fit: cover;
  }
  .bestseller .bestseller-item-products-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 488px;
  }
  .bestseller .bestseller-item-products-area div img {
    max-height: 184px;
  }
  .bestseller .bestseller-item-products-area strong {
    margin-bottom: 8px;
    color: #000;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: -0.2px;
  }
  .bestseller .bestseller-item-products-area span {
    margin-bottom: 16px;
    color: #231815;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.16px;
  }
  .bestseller .bestseller-item-products-area div {
    display: flex;
    justify-content: center;
  }
  .bestseller .bestseller-item-products-area a {
    padding: 0 32px;
    color: #000;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 257.143% */
    letter-spacing: -0.14px;
    border: 1px solid #000;
  }
  .bestseller .bestseller-item-category {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .bestseller .h4 {
    margin-top: 100px;
    margin-bottom: 0;
    color: #000;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
    letter-spacing: -0.2px;
  }
  .bestseller .bestseller-product-list.bestseller-swiper {
    position: relative;
  }
  .bestseller .bestseller-product-list.bestseller-swiper .swiper-slide > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bestseller .bestseller-product-list.bestseller-swiper .img_wrap img {
    max-height: 330px;
  }
  .bestseller .bestseller-product-list.bestseller-swiper .img_wrap strong {
    display: block;
    margin-bottom: 8px;
    color: #000;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
    letter-spacing: -0.2px;
  }
  .bestseller .bestseller-product-list.bestseller-swiper .img_wrap span {
    display: block;
    margin-bottom: 16px;
    color: #231815;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    letter-spacing: -0.16px;
  }
  .bestseller .bestseller-product-list.bestseller-swiper .swiper-slide div a {
    display: inline-block;
    padding: 0 32px;
    color: #000;
    text-align: center;
    font-family: "Noto Sans KR";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 257.143% */
    letter-spacing: -0.14px;
    border: 1px solid #000;
  }

  /* 25.06.30 [제품 및 기술 상담] 문의 유형 추가 및 유형에 따른 필드 추가 #107 */
  .csCenter_form .cate2 .agree_txt {
    white-space: normal;
  }
  .csCenter_form .cate4 .file_wrap {
    padding-bottom: 0;
  }
  .csCenter_form .cate5 p.agree_txt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    white-space: normal;
  }
  .csCenter_form .cate5 p.agree_txt span {
    display: flex;
    align-items: start;
    gap: 16px;
  }
  .csCenter_form .cate5 p.agree_txt span label {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 20px;
  }
  .csCenter_form .cate5 p.agree_txt span label input {
    display: none;
  }
  .csCenter_form .cate5 p.agree_txt span .checkbox input + i {
    top: unset;
  }
  .csCenter_form .cate3 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.7px;
    color: #808080;
  }
  .csCenter_form .cate3 a {
    text-decoration: underline;
  }

    /* 25.11.28 [컬러북/생상 견본 접수] 문의 페이지 추가 및 유형에 따른 필드 추가 #110 */

    .colorbook {
        padding-top: 60px;
    }

    .colorbook .h3 {
        font-size: 14px;
        color: #404040;
        line-height: 24px;
        letter-spacing: -0.7px;
    }
    .request .h3:not(:first-child) {
        margin-top: 30px
    }

    .colorbook .colorbook_form p strong {
        display: block;
        font-size: 16px;
        color: #404040;
        letter-spacing: -0.8px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .colorbook .colorbook_form p .must_write:after {
        content: "";
        width: 4px;
        height: 4px;
        position: relative;
        display: inline-block;
        background: #E20D3A;
        vertical-align: top;
        margin: 2px 0 0 4px;
        border-radius: 50%;
    }

    .colorbook .colorbook_form p .input_wrap {
        display: block;
        line-height: 50px;
        width: 100%;
        margin: 0;
    }

    .colorbook .colorbook_form p .input_wrap input {
        display: block;
        line-height: 50px;
        border: 0;
        width: 100%;
        height: 50px;
    }

    .colorbook .colorbook_form p .input_wrap textarea {
        height: 177px;
        padding: 18px;
        box-sizing: border-box;
        border: 0;
        resize: none;
        width: 100%;
    }

    .colorbook .colorbook_form p .input_wrap input::placeholder {
        color: #b3b3b3;
    }

    .colorbook .colorbook_form p .input_wrap .select {
        height: 50px;
        border: 0 none;
    }

    .colorbook .colorbook_form .download_desc {
        display: block;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.7px;
        color: #808080;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .colorbook .colorbook_form .download:before {
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        height: 24px;
        background-image: url("../images/common/download.svg");
        margin-right: 5px;
    }

    .colorbook .colorbook_form .download {
        margin-left: 15px;
    }

    .colorbook .file_wrap {
        display: block;
        padding-bottom: 40px;
    }

    .colorbook .file_wrap .input_file {
        position: relative;
        line-height: 50px;
    }

    .colorbook .file_wrap .input_file .button {
        position: absolute;
        left: 0;
        height: 50px;
        line-height: 50px;
    }

    .colorbook .file_wrap .filebox {
        box-sizing: border-box;
        padding-left: 115px;
        position: relative;
        padding-right: 30px;
    }

    .colorbook .file_wrap .filebox label {
        display: inline-block;
        color: #fff;
        background-color: #404040;
        cursor: pointer;
        width: 100px;
        font-size: 16px;
        line-height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
    }

    /* named upload */

    .colorbook .file_wrap .filebox .file_delte {
        position: absolute;
        right: 0;
        width: 24px;
        height: 24px;
        top: 50%;
        margin-top: -12px;
        background-size: 100%;
        background-image: url("../images/common/file-trash.svg");
        font-size: 0;
    }

    .colorbook .file_wrap em {
        display: block;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.7px;
        color: #808080;
        margin-top: 15px;
    }

    .colorbook .file_wrap .file {
        position: relative;
        display: inline-block;
        height: 50px;
        padding: 0 30px 0 100px;
        box-sizing: border-box;
    }

    .colorbook .file_wrap .file input[type="file"] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100px;
        height: 50px;
        opacity: 0;
        cursor: pointer;
        z-index: 1;
    }

    .colorbook .file_wrap .file .btn_file {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        background-color: #404040;
        cursor: pointer;
        width: 100px;
        font-size: 16px;
        line-height: 50px;
        border: 0 none;
        text-align: center;
    }

    .colorbook .file_wrap .file .file_src {
        display: inline-block;
        max-width: 180px;
        font-size: 13px;
        line-height: 1;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        white-space: nowrap;
    }

    .colorbook .file_wrap .file .file_src:after {
        display: none;
    }

    .colorbook .file_wrap .file .file_delete {
        position: absolute;
        right: 0;
        width: 24px;
        height: 24px;
        top: 50%;
        margin-top: -12px;
        background-size: 100%;
        background-image: url(../images/common/file-trash.svg);
        font-size: 0;
    }

    .colorbook .agree_area {
        border-top: 1px #e6e6e6 solid;
        padding-top: 20px;
    }

    .customer-waterproof .colorbook .agree_area {
        border-top: 0;
    }

    .colorbook .agree_area .agree_txt {
        overflow-y: auto;
        height: 250px;
        background: #fff;
        color: #b3b3b3;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.7px;
        padding: 18px;
        white-space: pre-line;
        margin-top: 15px;
    }

    .colorbook .agree_area .agree_chk {
        position: relative;
        width: 100%;
        display: block;
        margin-top: 10px;
    }

    .colorbook .agree_area .agree_chk input {
        position: absolute;
        width: 0;
        height: 0;
        opacity: 0;
    }

    .colorbook .agree_area .agree_chk .lbl {
        text-align: center;
        display: block;
        line-height: 50px;
        height: 50px;
        font-size: 18px;
        letter-spacing: -0.9px;
        color: #404040;
        width: 100%;
        background: #fff;
        border-top: 2px #f5f5f5 solid;
    }

    .colorbook .agree_area .agree_chk .lbl:after {
        content: "";
        display: inline-block;
        width: 13px;
        height: 8px;
        border-left: 2px #404040 solid;
        border-bottom: 2px #404040 solid;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: relative;
        top: -6px;
        margin-left: 5px;
    }

    .colorbook .agree_area .agree_chk input:checked + .lbl {
        color: #fff;
        background: #404040;
    }

    .colorbook .agree_area .agree_chk input:checked + .lbl:after {
        border-color: #fff;
    }

    .colorbook .btn_submit {
        display: block;
        line-height: 50px;
        height: 50px;
        font-size: 18px;
        color: #fff;
        background: #E20D3A;
        text-align: center;
        border: 0;
        width: 100%;
        margin: 40px 0 0;
    }
    .colorbook_form .cate1 .agree_txt {
        white-space: normal;
        height: 50px;
        align-items : center;
    }
    .colorbook_form .cate1 p.agree_txt span {
        display: flex;
        align-items: start;
        gap: 16px;
        justify-content: flex-start;
    }
    .colorbook_form .cate1 p.agree_txt span label {
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 20px;
        text-align: left;
    }
    .colorbook_form .cate1 p.agree_txt span label input {
        display: none;
    }
    .colorbook_form .cate1 p.agree_txt span .checkbox input + i {
        top: unset;
    }


    .colorbook_form .cate2 .agree_txt {
        white-space: normal;
        height: auto;
        font-size: 16px;
        line-height: 24px;
    }

    .colorbook_form .cate3 p.agree_txt {
        display: flex;
        flex-direction: column;
        gap: 16px;
        white-space: normal;
        text-align: left;
        height: 150px;
    }
    .colorbook_form .cate3 p.agree_txt span {
        display: flex;
        align-items: start;
        gap: 16px;
        justify-content: flex-start;
    }
    .colorbook_form .cate3 p.agree_txt span label {
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 20px;
        text-align: left;
    }
    .colorbook_form .cate3 p.agree_txt span label input {
        display: none;
    }
    .colorbook_form .cate3 p.agree_txt span .checkbox input + i {
        top: unset;
    }



  #youtubeModal {
    width: 100%; height: 100%;
  }
  #youtubeModal .modal-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    min-width: calc(100vw - 40px * 1);
    height: auto;
    padding-top: 50px;
    z-index: 1000020;
    box-shadow: none;
  }
  .modal-content {
    background: transparent;
    width: 100%;
  }
  #youtubeModal .modal-content iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-width: 100%;
    min-width: 230px;
    max-height: 40vh;
  }
  #youtubeModal .modal-btn-wrap {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000000;
  }
  #hideToday {
    position: relative;
    width: calc(100% - 84px * 1);
    font-size: 14px;
    line-height: 50px;
    color: #ffffff;
  }
  #hideToday::after {
    content: none;
  }
  #closeYoutube {
    width: 84px;
    height: auto;
    font-size: 14px;
    line-height: 50px;
    color: #ffffff;
    border-left: 1px solid #666;
  }
  #closeYoutube::after {
    content: none;
  }

   /* 대리점찾기 */
  .store {
      border-top: 1px solid #DDD;
      overflow: hidden;
      height: 100%;
      box-sizing: border-box;
  }

  .store #location {
      position: fixed;
      top: 96px;
      left: 0;
      width: 100%;
      z-index: 1;
      background: #fff;
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  }

  .store #pc_location {
      position: fixed;
      top: 96px;
      left: 0;
      width: 100%;
      z-index: 1;
      background: #fff;
      box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  }

  .store .inner {
      width: 100%;
      box-sizing: border-box;
      position: relative;
      /*padding-left: 450px;*/
      height: 100%;
  }

  .store .store_list {
      z-index: 90;
      background: #fff;
      width: 100%;
      overflow-y: auto;
      overflow-x: hidden;
  }

  .store .store_list .store_searchBox {
      width: 100%;
      box-sizing: border-box;
  }

  .store .store_list .search_title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 16px;
      border-bottom: 1px solid #ddd;
  }

  .store .store_list .search_title .h2 {
      color: #000;
      font-size: 20px !important;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
  }

  .store .store_list .search_title svg {
      cursor: pointer;
  }

  .search_title svg {
      cursor: pointer;
      transition: transform 0.25s ease;
  }

  .search_title svg.collapsed {
      transform: rotate(180deg);
  }

  .store .store_list .store_search_options {
      padding: 8px 16px;
  }

  .store .store_list .options_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
  }

  .store .store_list .options_header > div {
      display: flex;
      align-items: center;
      gap: 4px;
      color: #666;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px; 
      cursor: pointer;
  }

  .store .store_list .store_searchBox .store_search_options ul {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      margin-top: 16px;
      list-style: none;
  }
  .store .store_list .store_searchBox .store_search_options ul:after {
      content: unset;
  }

  .store .store_list .store_searchBox .store_search_options ul li {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 76px;
      border: 1px solid #DDD;
      border-radius: 8px;
      font-size: 11px;
      font-style: normal;
      font-weight: 500;
      line-height: 16px; 
      letter-spacing: -0.44px;
      color: #666666;
      cursor: pointer;
      transition: all 0.2s ease;
      text-align: center;
      box-sizing: border-box;
  }

  .store .store_list .store_searchBox .store_search_options ul li:hover {
      background-color: #DDDDDD;
  }

  .store .store_list .store_searchBox .store_search_options ul li.active {
      background-color: #E20D3A;
      border-color: #E20D3A;
      color: #fff;
  }

  /* 탭 UI 스타일 */
  .store .store_list .store_searchBox .search_tabs .tab_nav {
      display: flex;
      border-top: 1px solid #DDDDDD;
  }

  .store .store_list .store_searchBox .search_tabs .tab_btn {
      flex: 1;
      padding: 8px 16px;
      background: none;
      border: none;
      color: #000;
      cursor: pointer;
      transition: all 0.2s ease;
      position: relative;
      text-align: center;
      font-family: Pretendard;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
  }

  .store .store_list .store_searchBox .search_tabs .tab_btn:hover {
      background-color: #DDDDDD;
  }

  .store .store_list .store_searchBox .search_tabs .tab_btn.active {
      color: white;
      background-color: #E20D3A;
  }

  .store .store_list .store_searchBox .search_tabs .tab_content {
      display: none;
  }

  .store .store_list .store_searchBox .search_tabs .tab_content.active {
      display: block;
  }

  .store .store_list .store_searchBox .input_wrap {
      position: relative;
      display: block;
      width: 100%;
      padding: 11.5px 16px;
      border-bottom: 1px #DDDDDD solid;
      box-sizing: border-box;
      background-color: #E20D3A;
  }

  .store .store_list .store_searchBox .input_wrap button {
      width: 24px;
      height: 24px;
      position: absolute;
      right: 24px;
      top: 50%;
      transform: translateY(-50%);
      background-image: url("../images/common/store_searchBox-search.svg");
      font-size: 0;
      cursor: pointer;
  }

  .store .store_list .store_searchBox .input_wrap input {
      width: 100%;
      padding: 8px;
      border: 0;
      background: #fff;
      color: #000;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px; 
  }

  .store .store_list .store_searchBox .input_wrap input::placeholder {
      color: #909090;
  }

  .store .map_area {
      width: 100%;
      height: calc(100vh - 134px);
      position: relative;
      background: #ccc;
  }

  .store .store_list .store_items {
      height: 100%;
      /*overflow: auto;*/
      box-sizing: border-box;
      padding-bottom: 100px;
  }

  .store .store_list .store_items li {
      position: relative;
      box-sizing: border-box;
      padding: 24px 16px;
      padding-bottom: 0;
      color: #000;
      background: #fff;
      transition: 0.3s background ease-in;
      cursor: pointer;
  }
  .store .store_list .store_items li.selected {
      background: #f5f5f5;
      transition: 0.3s background ease-in;
  }
  .store .store_list .store_items li:hover {
      background-color: #F4F4F4
  }

  .store .store_list .store_items li:before {
      content: unset;
  }

  .store .store_list .store_items li > div {
      border-bottom: 1px #DDDDDD solid;
      padding-bottom: 24px;
  }

  .store .store_list .store_items li:last-child > div {
      border-bottom: none;
  }

  .store .store_list .store_items .store_item-sale_name {
      display: block;
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
  }

  .store .store_list .store_items .store_item-address {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 8px;
      color: #666;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; 
  }

  .store .store_list .store_items .store_item-address a {
    height: 24px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    color: #000FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.44px;
  }

  .store .store_list .store_items .store_item-tele_no {
      display: block;
      margin-top: 16px;
      color: #666;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
  }

  .store .store_list .store_items .store_item-kinds {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; 
      margin-top: 16px;
      font-size: 13px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px; 
  }
  .store .store_list .store_items .store_item-kinds:empty {
      margin-top: 0;
      height: 0;
      padding: 0;
  }
  .store .store_list .store_items .store_item-kinds span.sale_kind1 {
      color: #6446D5;
  }
  .store .store_list .store_items .store_item-kinds span.sale_kind2 {
      color: #4BB8DA;
  }
  .store .store_list .store_items .store_item-kinds span.sale_kind3 {
      color: #BDBDD2;
  }
  .store .store_list .store_items .store_item-kinds span.sale_kind4 {
      color: #4783C0;
  }
  .store .store_list .store_items .store_item-kinds span.sale_kind5 {
      color: #ADBD77;
  }
  .store .store_list .store_items .store_item-kinds span.sale_kind6 {
      color: #414ADA;
  }
  .store .store_list .store_items .store_item-kinds span.sale_kind7 {
      color: #D99C50;
  }
  .store .store_list .store_items .store_item-kinds span.sale_kind8 {
      color: #E07148;
  }
  .store .store_list .store_items .store_item-kinds span.sale_kind9 {
      color: #807F98;
  }

  .store .store_list .store_items .pagination {
      margin-top: 0;
      padding-right: 0;
      padding-top: 40px;
      border-top: 1px #eee solid;
  }

  .store .addressInfo {
      padding: 8px 20px;
      opacity: 0.75;
      border-radius: 4px;
      background-color: #000;
      font-size: 14px;
      font-weight: 500;
      line-height: 1.71;
      letter-spacing: -0.7px;
      color: #fff;
      position: absolute;
      top: 20px;
      z-index: 9;
      left: 470px;
  }

  #region-tab .region-info {
      padding: 16px;
      background-color: #E20D3A; 
      color: #FFF;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
  }
  #region-main-list {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #region-main-list li,
  #region-sub-list.mo_region-sub-list li {
      cursor: pointer;
      padding: 16px;
      transition: background-color 0.3s;
      color: #000;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 24px;
      border-bottom: 1px solid #ddd;
  }
  #region-main-list li:nth-child(odd) {
      border-right: 1px solid #ddd;
  }   
  #region-main-list li.active,
  #region-sub-list.mo_region-sub-list li.active {
      background-color: #E20D3A;
      color: white;
  }
  #region-main-list li.active:hover,
  #region-sub-list.mo_region-sub-list li.active:hover {
      background-color: #E20D3A;
      color: white;
  }
  #region-sub-list li.back-button {
      display: flex;
      gap: 8px;
      align-items: center;
      padding: 16px;
      background-color: #E20D3A;
      color: #FFF;
      text-align: center;
      font-size: 18px;
      font-style: normal;
      font-weight: 700;
      line-height: 32px;
  }

  /* 대리점 영역 팝업 */
  .pop_close {
      font-size: 0;
      position: absolute;
      right: 12px;
      top: 12px;
      width: 24px;
      height: 24px;
      cursor: pointer;
  }

  .pop_close:before,
  .pop_close:after {
      content: "";
      display: block;
      width: 20px;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -10px;
  }

  .pop_close:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  .pop_close:after {
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
  }

  #store_info_pop .pop_close:before,
  #store_info_pop .pop_close:after {
      content: unset;
  }
  #store_info_pop .pop_close {
      top: 12px;
      right: 12px;
  }

 .store_info_pop::before {
      content: unset;
  }

  .store_info_pop::after {
      content: unset;
  }

  .store_info_pop .pop_cont {
      margin-top: 48px;
  }

  .store_info_pop .pop_cont .store_sale_name {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      margin-bottom: 16px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
  }

 .store_info_pop .store_attribute {
      display: flex;
      flex-wrap: wrap;
      gap: 4px; 
      margin-bottom: 24px;
  }

 .store_info_pop .store_attribute em {
      display: inline-flex;
      height: 26px;
      padding: 1px 12px;
      font-size: 13px;
      line-height: 24px;
      font-weight: 700;
      border-radius: 24px;
      color: white;
  }

 .store_info_pop .store_attribute em.sale_kind1 {
      background-color: #6446D5;
  }
 .store_info_pop .store_attribute em.sale_kind2 {
      background-color: #4BB8DA;
  }
 .store_info_pop .store_attribute em.sale_kind3 {
      background-color: #BDBDD2;
  }
 .store_info_pop .store_attribute em.sale_kind4 {
      background-color: #4783C0;
  }
 .store_info_pop .store_attribute em.sale_kind5 {
      background-color: #ADBD77;
  }
 .store_info_pop .store_attribute em.sale_kind6 {
      background-color: #414ADA;
  }
 .store_info_pop .store_attribute em.sale_kind7 {
      background-color: #D99C50;
  }
 .store_info_pop .store_attribute em.sale_kind8 {
      background-color: #E07148;
  }
 .store_info_pop .store_attribute em.sale_kind9 {
      background-color: #807F98;
  }

 .store_info_pop .store_divider {
      width: 100%;
      height: 1px;
      background: #000FFF;
      margin-top: 0;
      margin-bottom: 24px;
  }

 .store_info_pop .store_image_gallery .main_image {
      width: 100%;
      aspect-ratio: 328 / 200;
      overflow: hidden;
      background: #f5f5f5;
      display: flex;
      align-items: center;
      justify-content: center;
  }

 .store_info_pop .store_image_gallery .main_image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

 .store_info_pop .store_image_gallery .thumbnail_container {
      width: 100%;
      overflow: hidden;
  }

 .store_info_pop .store_image_gallery .thumbnail_scroll {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 4px;
      margin-top: 8px;
  }

 .store_info_pop .store_image_gallery .thumbnail_scroll > div {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: thin;
      scrollbar-color: #d4d4d4 #f5f5f5;
  }

 .store_info_pop .store_image_gallery .thumbnail_scroll > div::-webkit-scrollbar {
      height: 6px;
  }

 .store_info_pop .store_image_gallery .thumbnail_scroll > div::-webkit-scrollbar-track {
      background: #f5f5f5;
      border-radius: 3px;
  }

 .store_info_pop .store_image_gallery .thumbnail_scroll > div::-webkit-scrollbar-thumb {
      background: #d4d4d4;
      border-radius: 3px;
  }

 .store_info_pop .store_image_gallery .thumbnail_scroll > div::-webkit-scrollbar-thumb:hover {
      background: #b4b4b4;
  }
 .store_info_pop .store_image_gallery .thumbnail_scroll > span {
      display: flex;
 }

 .store_info_pop .store_image_gallery .thumbnail {
      width: 51px;
      height: 40px;
      object-fit: cover;
      border-radius: 4px;
      cursor: pointer;
      flex-shrink: 0;
      border: 2px solid transparent;
      transition: all 0.2s ease;
  }

 .store_info_pop .store_image_gallery .thumbnail:hover {
      border-color: #e0e0e0;
      opacity: 0.8;
  }

 .store_info_pop .store_image_gallery .thumbnail.active {
      border-color: #E20D3A;
      opacity: 1;
  }

 .store_info_pop .store_info_inner .store_details {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-top: 24px;
      white-space: pre-wrap;
      word-break: break-word;
  }
 .store_info_pop .store_info_inner .store_details > div {
      display: grid;
      grid-template-columns: 16px auto;
      align-items: baseline;
      gap: 8px;
      color: #585858;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px; 
  }
 .store_info_pop .store_info_inner .store_details > div a {
      color: #585858;
  }
 .store_info_pop .store_info_inner .store_details > div span,
 .store_info_pop .store_info_inner .store_details > a span {
      display: flex;
      align-items: center;
      transform: translateY(1px);
  }
 .store_info_pop .store_info_inner .store_details b {
      font-weight: 600;
  }
  
  /* 위치동의 팝업 */
  .location_agree_pop {
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      overflow: hidden;
      z-index: 100;
  }

  .location_agree_pop:before {
      content: "";
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: #000;
      opacity: 0.5;
  }

  .location_agree_pop .pop_cont {
      position: absolute;
      width: 340px;
      box-sizing: border-box;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
      background: #fff;
      padding: 50px 0 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }

  .location_agree_pop .pop_txt {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -1px;
      margin-bottom: 30px;
      display: block;
      padding: 0 30px;
      text-align: center;
      font-weight: normal;
  }

  .location_agree_pop .btn_wrap {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 0;
  }

  .location_agree_pop .btn_wrap span {
      display: inline-block;
      width: 50%;
      position: relative;
  }

  .location_agree_pop .btn_wrap span + span:before {
      content: "";
      display: block;
      left: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
  }

  .location_agree_pop .btn_wrap button {
      font-size: 16px;
      line-height: 56px;
      letter-spacing: -1px;
      text-align: center;
      display: inline-block;
      width: 100%;
      cursor: pointer;
  }

  .location_agree_pop .btn_wrap button i {
      font-weight: 500;
  }
}

