<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("common.css");
@import url("ui.css");
@import url("form.css");

/*

 - Small Monitor : 933px (device width 992px - 1200px)
 - Large Monitor : 1127px (above 1200px)
 - Tablet : 723px (768px - 991px)
 - Mobile : 100% (below 768px)

*/

/*
    variable
********************/
:root {
    --spot_color:#866552;
    --header_bg:rgba(0,0,0,.5);
    --header_bg_line:rgba(255,255,255,.1);
    --depth1_txt:rgba(255,255,255,1);
    --depth2_txt:#333;
    --depth1_hover_txt:#866552;
    --depth2_hover_txt:#866552;
    --depth1_hover_bg:rgba(0,0,0,.5);
    --depth1_hover_line:#866552;
    --phone_txt:#fff;

    --mobile_depth1_bullet:#fff;
    --mobile_menu_bg:#004896;
    --mobile_depth1_txt:#191919;
    --mobile_depth1_hover:#866552;
    --mobile_depth2_txt:#866552;
    --mobile_depth2_hover:#866552;
    --mobile_depth2_bg:rgba(0,0,0,.2);
    --hamburger_color:#fff;

    /* location nav style */
    --location_nav_bg:rgba(0,0,0, .5);
    --location_nav_menubg: rgba(73,73,73,.6);
    --location_nav_menuhover: rgba(73,73,73,.8);

    /* footer style */
    --footer_bg:#131921;
    --footer_txt:rgba(255,255,255,1);
    --footer_copy:rgba(255,255,255,0.7);
    --footer_comment:rgba(255,255,255,.5);
    --footer_link:rgba(255,255,255,.5);
    --footer_link_hover:rgba(255,255,255,1);
    --gotop_bg:#131921;
    --gotop_txt:#a79f9d;


}



/* Common Style
********************************/

::placeholder {
  color: #c2c2c6;
  font-size: 0.87rem;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
}


/* �ㅽ겕濡ㅻ컮 �ㅼ젙*/
body::-webkit-scrollbar {width: 5px; height: 5px;}
body::-webkit-scrollbar-thumb {height: 10%; background: rgba(19,25,33, 1);}
body::-webkit-scrollbar-track {background: rgba(19,25,33, 0.7);}

.img-icon {position: relative; display: flex; align-items: center; justify-content: center;}
.img-icon::before {
    content: "";
    display: inline-block;
    background: url(../img/paragon/img_icon.png) no-repeat;
}

/* �고듃 �ㅽ��� */
.f_didot_nm {font-family: linotype-didot, serif;}
.f_roboto {font-family: "Roboto", sans-serif;}
.f_bold {font-weight: 500;}


/* 踰꾪듉 �ㅽ��� */
 a.round_hover {position: relative; overflow: hidden; transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);}
 a.round_hover::before {
    content: '';
    background: #000;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.1;
 }
 a.round_hover:hover::before {
	  transform: translate3d(100%,0,0);
    opacity: 1;
}
a.round_hover strong {position: relative;}
a.round_hover:hover {box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;}


/* common */
.m-img {display:none;}


/*********** �앹뾽 **************/
.popupIn a i::after {
  content: "\e870";
  display: inline-block;
  font-family: Linearicons-Free;
  font-size: 25px;
  color: #fff;
}
.popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  text-align: center;
}
.popupIn {width:390px;height:580px; position:absolute; left:50%; top:50%; margin-left:-190px; margin-top:-247px;}
.today {overflow:hidden; color:#fff;position:relative; text-align:left; background:#333333;padding:6px 18px;color:#ffffff;font-size:13px;line-height:13px;}
.today * {vertical-align: middle;}
.today strong {margin-left: 6px; padding-top: 6px; display: inline-block;}
.today a {float:left;color:#fff;font-size:13px; color:#fff; padding: 5px 10px;}
.today a.close {float:right;}



/* Main page
********************************/

.layout_main {}
.layout_main .visual-slider {
    height: 100vh;
    background: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.layout_main .section h2 {font-size: 2.4rem; text-transform: uppercase; color: #fff; font-weight: 500;}
.layout_main .section h2 strong {display: inline-block; border-bottom: 3px solid #fff; padding-bottom: 1rem; padding-right: 2rem;}

.visual-slider .swiper-slide {overflow: hidden;}
.visual-slider {position:relative; width:100%; height:100vh;}
.visual-slider .bg {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    width:100%; height: 100%;
    right: 0;
    bottom: 0;
}
.visual-slider .bg a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  z-index: 99;
}
.visual-slider .visual-tit {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 30;
}
.visual-slider .visual-tit .inner {text-align: center;}
.visual-slider .visual-tit .inner dt { font-family: 'Nanum Myeongjo'; line-height: 1.3;}
.visual-slider .visual-tit .inner dt .tit {color: #4f2625; font-weight: 800; font-size: 3.4rem; letter-spacing: -2px;}
.visual-slider .visual-tit .inner dt .subtit { font-size: 2.3rem; font-weight: 600; color: #353535;}
.visual-slider .visual-tit .inner dd {color: #353535; font-size: 1rem; padding-top: 1rem; font-weight: 400;}
.visual-slider .visual-tit .inner dd p { padding-top: 1rem;}

.visual-slider .swiper-container {width:100%; height:100%; position: relative;}
.visual-slider .swiper-container .slide_pager {
    position: absolute;
    right: 4rem;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    flex-direction: column;
}
.visual-slider .swiper-container .slide_pager li {padding: 0.5rem 0;}
.visual-slider .swiper-container .slide_pager li a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    font-size: 0;
    position: relative;
}
.visual-slider .swiper-container .slide_pager li a::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 81;
    background: transparent;
    opacity: 0.3;
    border-radius: 20px;
    margin-top: -5px;
    margin-left: -5px;
}
.visual-slider .swiper-container .slide_pager li a.current {background: #9d793c;}
.visual-slider .swiper-container .slide_pager li a.current::before {
    background: #9d793c;
}

.visual-slider .bg::before {
    content: "";
    background: linear-gradient(to bottom, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50vh;
    z-index: 2;
}

.layout_main .quick_list {position: absolute; bottom: 0; left: 0; right: 0; z-index: 20;}
.layout_main .quick_list ul {display: flex; max-width: 1200px; width:100%; margin: 0 auto;}
.layout_main .quick_list li {flex: 1; position: relative;}
.layout_main .quick_list li::before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.2);
    position: absolute;
    left: 0;
    top: 0;
}
.layout_main .quick_list li:first-child::before {
    display: none;
}
.layout_main .quick_list li:hover::before { display: none; }
.layout_main .quick_list li a {
    background: rgba(0,0,0,.7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 100%;
    padding: 1.5rem 0;
    font-size: 0.92rem;
    transition: all .3s;
}
.layout_main .quick_list li a i {margin-right: 1rem;}
.layout_main .quick_list li a:hover {background: var(--spot_color); color:#fff;}
.img-icon.img-icon-visual1::before {background-position: 0 0; width: 48px; height: 48px;}
.img-icon.img-icon-visual2::before {background-position: -58px 0; width: 72px; height: 56px;}
.img-icon.img-icon-visual3::before {background-position: -139px 0; width: 48px; height: 42px;}
.img-icon.img-icon-visual4::before {background-position: -197px 0; width: 48px; height: 48px;}



.section.full-visual {background: #fff; position:relative; overflow: hidden;}
.section.full-visual .brand_con {padding: 6rem 0 0; position: relative; z-index: 10;}
.section.full-visual .brand_con .inner {max-width: 1440px; margin:0 auto;}
.section.full-visual .brand_con .brand_tit {text-align: center;}
.section.full-visual .brand_con .brand_tit .tit {color: #fff; font-size: 6.4rem; font-weight: 400;}
.section.full-visual .brand_con .brand_tit .txt {font-size: 1.4rem; font-weight: 500; color: #fff; padding: 2rem 0;}
.section.full-visual .brand_con .brand_tit .txt dd {font-size: 2rem; text-transform: uppercase; color: #866552; font-weight: 400; padding: 2rem 0;}
.section.full-visual .brand_con .brand_tit .brand_info {padding: 2rem 0; color: #a79f9d;}
.section.full-visual .brand_con .brand_tit .brand_info dd strong {
    display: inline-block;
    padding: 0 2rem;
    border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1);
}
.section.full-visual .brand_con .brand_tit .brand_info dd {padding: 1rem 0;}

.content-main .brand_con .list_wrap {padding-top: 200px;}
.content-main .brand_con .list_wrap &gt; div {display: grid; grid-template-columns: repeat(2, minmax(300px, auto)); padding: 3rem 0;}
.content-main .brand_con .list_wrap &gt; div:nth-child(even) {grid-template-columns: repeat(2, minmax(auto, 1fr));}
.content-main .brand_con .list_wrap &gt; div:nth-child(even) .imgbox {order: 2;}
.content-main .brand_con .list_wrap &gt; div:nth-child(even) dl {order: 1;}
.content-main .brand_con .list_wrap .imgbox img {max-width: 100%; transform: scale(1.3);}
.content-main .brand_con .list_wrap dl {display: flex; align-items:center; justify-content: center; flex-direction: column;}
.content-main .brand_con .list_wrap dl dt {padding-bottom: 1rem;}
.content-main .brand_con .list_wrap dl dd {color: #d1c7bb; font-size: 1.4rem; letter-spacing: -1px;}
.content-main .brand_con .list_wrap dl dd strong {font-weight: 500;}
.section.full-visual .brand_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../img/paragon/main/content_bg.jpg") no-repeat center 0;
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: 1;
    margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .section.full-visual .brand_bg {
    background-size: auto 100vh;
  }
}

.content-sales {position:relative;}

.content-sales .sales_con {position: relative; z-index: 10;}
.content-sales::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #131921;
}
.content-sales::after {background:url("../img/paragon/main/sales_bg.jpg") center top no-repeat; background-size: cover; content:''; position:absolute; left:0; right:0; bottom:0; height:100%;}
.content-sales .sales_con .inner {position: relative; max-width: 1440px; margin:0 auto; padding: 3rem 0;}
.content-sales .sales_con .tab_util {display: flex; align-items: center; justify-content: flex-end; margin-top: -4rem;}
.content-sales .sales_con .tab_util .tab_btns {display:inline-flex; flex-direction: row; align-items: center;}
.content-sales .sales_con .tab_util .tab_btns li a {color: #fff; display: block; padding: 1rem 1.5rem;}
.content-sales .sales_con .tab_util .tab_btns li a strong {display: inline-block; padding-bottom: 0.7rem; border-bottom: 3px solid transparent; font-weight: 500;}
.content-sales .sales_con .tab_util .tab_btns li a.on {color: #866552;}
.content-sales .sales_con .tab_util .tab_btns li a.on strong {border-bottom-color:#866552;}
.content-sales .sales_con .tab_util .tab_navi {display:inline-flex; flex-direction: row; align-items: center; margin-left: 2rem;}
.content-sales .sales_con .tab_util .tab_navi li {margin-left: -1px;}
.content-sales .sales_con .tab_util .tab_navi li a {color: #866552; display: block; padding: 1rem 1.2rem; border: 1px solid #40413f;}
.content-sales .sales_con .tab_util .tab_navi li a.on {color: #866552;}

.content-sales .sales_con .sales_list {padding: 3rem 0;}
.content-sales .sales_con .sales_list a {display: block;}
.content-sales .sales_con .sales_list .thumb { position: relative; overflow: hidden;}
.content-sales .sales_con .sales_list .thumb .label {position: absolute; right: 0; top: 0; background:#866552; color: #fff; padding: 1rem 1.2rem; line-height: 1.2; font-size: 0.92rem; font-weight: 400; z-index: 30;}
.content-sales .sales_con .sales_list .thumb .img {padding-bottom: 66.6%; background-repeat: no-repeat; background-size: cover; background-position: center center; transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);}
.content-sales .sales_con .sales_list .detail .favorite {color: #000;}
.content-sales .sales_con .sales_list .detail .info {font-weight: 500;}
.content-sales .sales_con .sales_list .detail .info .year {font-family: "Roboto", sans-serif;}
.content-sales .sales_con .sales_list .detail .info .status {color: #866552;}
.content-sales .sales_con .swiper-pagination-bullet-active {background:#866552;}

/* .content-sales .sales_con .sales_list a:hover .thumb .img {transform: scale(1.1);} */

.content-sales .sales_con .sales_list .detail { min-height: 18.5rem; background: #fff; /*margin-left: 1.5rem; margin-top: -2rem; */position: relative; padding: 2rem; transition: all 0.4s cubic-bezier(0.3, 1, 0.8, 1);}
.content-sales .sales_con .sales_list .detail .favorite {position: absolute; right: 1.5rem; top: 1.5rem;}
.content-sales .sales_con .sales_list .detail dt {
    font-weight: 500;
    color: #000;
    font-size: 2rem;
    height: 5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.2;
    overflow: hidden;
    word-break: keep-all;
}
.content-sales .sales_con .sales_list .detail dd { padding: 1rem 0; font-size: 1rem;}
.content-sales .sales_con .sales_list .detail p.addr {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content-sales .sales_con .sales_list .detail p.house {font-weight: 600; padding-top: 0.5rem;}
.content-sales .sales_con .sales_list .detail p.house strong {font-weight: 600;}
.content-sales .sales_con .sales_list .detail p.phone {font-weight: 600; padding-top: 0.5rem;}
.content-sales .sales_con .sales_list .detail p.phone strong {font-weight: 600;}


.content-sales .sales_con .sales_list a:hover .detail {
  /*transform: translate(-1.5rem, -20px);    */
}


.content-news {background: #131921; padding: 3rem 0;}
.content-news .inner {position: relative; max-width: 1440px; margin:0 auto; padding: 3rem 0;}
.content-news .news_list {padding: 3rem 0;}
.content-news .news_list a {}
.content-news .news_list .date {color:#fff; opacity: 0.3; font-weight: 300; padding-bottom: 1rem;}
.content-news .news_list dl {padding: 1.5rem 0; border-top: 1px solid #866552;}
.content-news .news_list dl dt {
    color: #866552;
    font-size: 1.6rem;
    height: 4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.3;
    font-weight: 500;
    overflow: hidden;
    word-break: keep-all;
}
.content-news .news_list dl dd {
    color: #fff;
    height: 4rem;
    margin-top: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.4;
    overflow: hidden;
    word-break: keep-all;
    font-weight: 100;
    opacity: 0.6;
}

.content-news .more_area {position: relative; display: flex; align-items: center; justify-content: center;}
.content-news .more_area a.arrow_nav {
    border-radius: 100%;
    width: 2.2rem;
    height: 2.2rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.3);
    background: #131921;
    position: relative;
    font-size: 0.87rem;
}
.content-news .more_area .more {display: inline-block; padding: 2rem 1rem;}
.content-news .more_area .more a {
    padding: 0.5rem 3rem;
    color: #fff;
    display: block;
    border: 1px solid rgba(255,255,255,.3);
    border-radius:3rem;
    font-size: 0.78rem;
    background: #131921;
    position: relative;
}
.content-news .more_area::before {
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    position: absolute;
    background: rgba(255,255,255,.3);
}







header {z-index: 50; width: 100%; position: absolute; left: 0; top: 0; right: 0; overflow: hidden; transition: 0.3s ease top; }
header .header_con {zoom: 1; position: relative; min-width: 1380px; margin:0 auto; text-align: left; z-index: 30; padding: 0 4rem 0; display: flex;
  background-color: transparent;
  -webkit-transition:background-color 0.3s;
  transition:background-color 0.3s;
}

.sub_wrap header .header_con {background:#fff;}

header .header_con h1 {flex:none;}
header .header_con h1 a {
  display: block;
  margin-top: 30px;
  width: 170px;
  height: 60px;
  background: url(../img/paragon/top_logo.png) no-repeat center center;
  font-size: 0;
  color: transparent;
}
.sub_wrap header .header_con h1 a {background-image: url(../img/paragon/top_logo_on.png);}
header .header_con .gnb {display: flex; flex-direction: row; justify-content: center; flex: 1;}
header .header_con .gnb_depth_1 { display: flex;}
header .header_con .gnb_depth_1&gt;li {position: relative;}
header .header_con .gnb_depth_1&gt;li:first-child::before {background:none;}
header .header_con .gnb_depth_1&gt;li&gt;a {
    display: block;
    color: var(--depth1_txt);
    font-size: 1.14rem;
    text-align: left;
    padding: 0 2.5rem 0;
    letter-spacing: 0.5px;
    height: 107px;
    font-weight: 400;
}
.sub_wrap header .header_con .gnb_depth_1&gt;li&gt;a {color:#000;}
header .header_con .gnb_depth_1 &gt; li &gt; a strong {
    display: inline-block;
    position: relative;
    letter-spacing: -1px;
    padding: 2.7rem 15px 0;
    height: 107px;
    overflow: hidden;
}
header .header_con .gnb_depth_1&gt;li:first-child&gt;a strong {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}

header .header_con .gnb_depth_1 li a strong:after {
  content: '';
  height: 3px;
  transition: all .3s cubic-bezier(.25, .46, .45, 1);
  width: 0;
  background: var(--depth1_txt);
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  z-index: 20;
}
header .header_con .gnb_depth_1 li.on a strong:after,
header .header_con .gnb_depth_1 li a.on strong:after,
header .header_con .gnb_depth_1 li a.current strong:after {
  width: 100%;
  left: 0;
}
header.hover .header_con .gnb_depth_1 li.on a &gt; strong,
header.hover .header_con .gnb_depth_1 li a.on &gt; strong,
header.hover .header_con .gnb_depth_1 li a.current &gt; strong {
  color: var(--depth1_hover_txt);
  -webkit-transition:color 0.5s;
  transition:color 0.5s;
}
header.hover .header_con .gnb_depth_1 li.on a strong:after,
header.hover .header_con .gnb_depth_1 li a.on strong:after,
header.hover .header_con .gnb_depth_1 li a.current strong:after {
  background: var(--depth1_hover_line);
  -webkit-transition:background-color 0.5s;
  transition:background-color 0.5s;
}


header .header_con .gnb_depth_2 {
    position: absolute;
    top:120px;
    padding:0.3rem 0 1.4rem;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    opacity: 0;
    /* display: none; */
}
header .header_con .gnb_depth_2 li {text-align: left;}
header .header_con .gnb_depth_2 li a {display: block; padding: 12px 0 8px; color:var(--depth2_txt); position: relative;white-space: nowrap; font-size: 1rem; font-weight: 400; text-align: center; }
header .header_con .gnb_depth_2 li a.current, header .header_con .gnb_depth_2 li a:hover {color:var(--depth2_hover_txt); font-weight: 500;}
header .header_con .gnb_depth_2 li a.current:after, header .header_con .gnb_depth_2 li a:hover:after {}
header.hover .header_con .gnb_depth_2 {opacity: 1;}

header .header_con .header_util {white-space: nowrap; margin-left: auto; padding-top: 35px;}
header .header_con .header_util span {display: flex; vertical-align: middle; margin-left: 20px; align-items: flex-start;}
header .header_con .header_util span a {
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 0.3rem;
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    border: 1px solid #866552;
    font-size: 0.87rem;
    background: #866552;
}
/* .main header .header_con .header_util span a {background: #fff;} */
/* header .header_con .header_util span a:last-child {color: #fff; background: #000; border-color:#000;} */
header .header_con .header_util span a i {font-size: 1rem; margin-right: 0.3rem; font-weight: 600;}
/* header .header_con .header_util span a:last-child i {font-size: 1.3rem; font-weight: 400;} */

header.bgon {background: #fff;}
header.bgon::before {content: ""; width: 100%; height: 1px; position: absolute; top: 102px; left: 0; right: 0; background:rgba(0,0,0,.2);}
header.bgon .header_con h1 a {background:url(../img/top_logo_blue.png) no-repeat;}
header.bgon .header_con .gnb_depth_1&gt;li&gt;a {color: #22356c;}
header.bgon .header_con .header_util ul li a {color: #22356c; border: 1px solid #c9dbed;}

header .header_con .header_util .allmenu_btn_in {margin-left: 2rem; display: flex; position: relative;}
header .header_con .header_util .allmenu {
  display: inline-block;
}
header .header_con .header_util .allmenu a {width: 32px; height: 24px; display: flex; flex-direction: column; justify-content: space-around; align-items:flex-start;}
header .header_con .header_util .allmenu a i {display: block; width: 100%; height: 2px; background: var(--hamburger_color); transition: width .2s ease;}

header .header_con .header_util .allmenu a i.line2 {width: 70%;}
header .header_con .header_util .allmenu a:hover i.line2 {width: 100%;}

header.hover .header_con .header_util .allmenu a i {
  background: #283d9b;
  -webkit-transition:background-color 2s;
  transition:background-color 2s;
}


header .header_con .header_util .allmenu_close {position: absolute; top: 0; background: #fff; opacity: 1; z-index: 999; display: none;}
header .header_con .header_util .allmenu_close a {display: block; color:#283d9b;}
header .header_con .header_util .allmenu_close i {font-size: 2.4rem;}

header .allmenu_con {
  /*position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top:107px;*/
  z-index:30;
  background: #fff;
  display: none;
}
header .allmenu_con .menu_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc( 100vh - 107px );
}
header .allmenu_con .menu_list&gt;ul {display: flex; position: relative; z-index: 999; min-width: 1200px;}
header .allmenu_con .menu_list&gt;ul&gt;li {padding-right: 0.2rem; flex: 1;}
header .allmenu_con .menu_list&gt;ul&gt;li&gt;a {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 1.3rem 0;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -1px;
}
/* header .allmenu_con .menu_list&gt;ul&gt;li&gt;a.current {color: #1e407d;} */
header .allmenu_con .menu_list&gt;ul&gt;li&gt;ul {padding-top: 1rem;}
header .allmenu_con .menu_list&gt;ul&gt;li&gt;ul&gt;li {padding: 1rem 0; text-align: center;}
header .allmenu_con .menu_list&gt;ul&gt;li&gt;ul&gt;li&gt;a {font-size: 1.14rem; font-weight: 400; color: #fff;}

header .allmenu_con .menu_list&gt;ul&gt;li.other {padding-top: 0.5rem;}
header .allmenu_con .menu_list&gt;ul&gt;li.other&gt;a {font-family: "Roboto", sans-serif; font-weight: 100; text-transform: uppercase; letter-spacing: 2px; font-size: 1.2rem; text-align: right;}
header .allmenu_con .menu_list&gt;ul&gt;li.other&gt;ul {padding-top: 2rem;}
header .allmenu_con .menu_list&gt;ul&gt;li.other&gt;ul&gt;li {text-align: right; padding: 0.7rem 0;}
header .allmenu_con .menu_list&gt;ul&gt;li.other&gt;ul&gt;li&gt;a {font-size: 1rem;}


header .allmenu_open .header_con h1 a,
header.hover .header_con h1 a {
  background-image: url(../img/paragon/top_logo_on.png);
  /* -webkit-transition:background-image 0.5s;
  transition:background-image 0.5s;    */
}
header.allmenu_open .header_con,
header.hover .header_con {
  background: #fff;
  -webkit-transition:background-color 0.2s;
  transition:background-color 0.2s;
}
header.hover .header_con .gnb_depth_1&gt;li&gt;a {color: #000;}
header.hover .header_con::before  {
  content: "";
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  right: 0;
  top: 107px;
}


#navbg {
    position: absolute;
    width: 100%;
    background:#001041;
    height: 290px;
    /*height: 0;*/
    z-index: 26;
    display: none;
    overflow: hidden;
    right: 0;
    transform: translateY(130px);
  }

  .sub header .header_con {background: #fff;}
  .sub header .header_con .gnb_depth_1&gt;li&gt;a {color: #000;}
  .sub header .header_con h1 a {background-image: url(../img/paragon/top_logo_on.png);}



header .header_con .header_util .util_menu a {text-align:center;}
header .header_con .header_util .util_menu {
    display: inline-flex;
    padding-right: 0;
    margin-left: 1rem;
    display: none;
}
header .hamburger_icon {
    /* display: flex;
    flex-direction: column; */
    /* width: 26px; */
    height: 22px;
    transition: all .3s;
    z-index: 99;
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: block;
}
header .hamburger_icon i {
    /* width: 100%;
    height: 2px; */
    width:5px;
    height:5px;
    border-radius: 5px;
    background-color: var(--hamburger_color);
    display: block;
    transition: all ease .3s;
}

.sub_wrap header .hamburger_icon i {background-color:#000;}
header .hamburger_icon i:nth-child(2){margin: 8px 0;}
header.nav-mo.active {background-color:#fff;}
header.nav-mo.active .header_con h1 a {background:url("../img/paragon/top_logo_on.png") no-repeat center center; background-size:contain;}
header.active .btn  {padding-top: 18px; }
header.active .btn i {margin:-3px 0; width:26px; height:2px; border-radius: 0;background-color: #866552;}
header.active .btn i:nth-child(1){transform:rotate(45deg);}
header.active .btn i:nth-child(2){display:none;}
header.active .btn i:nth-child(3){transform:rotate(-45deg);}
header.nav-mo.active .allmenu_con {display:block; height:100vh;}

.sub header .hamburger_icon i {background-color:#131921;}
.mobile_top {display: flex; width: 100%; border-bottom: 1px solid rgba(255,255,255,.2);}
.mobile_top h1 {width: 40%; max-width: 233px; display: flex; align-items: center;}
.mobile_top h1 a {display: block; padding: 1.2rem 1.5rem;}
.mobile_top h1 img {width: 100%;}
.mobile_top .closemenu {margin-left: auto; color: #000; display: inline-flex; background: #a08e71; align-items: center; width: 15vw; justify-content: center; max-width: 80px;}
.mobile_top .closemenu i {/*font-size: 5.8vw;*/ font-size: calc(26px + 6 * ((100vw - 320px) / 680));}

  #mobileGnb.mobile_gnb {
    height: calc(100% - 9rem);
    overflow-y: auto;
  }
  #mobileGnb .depth0 {
    padding: 2rem 26% 2rem 6%;
  }
  #mobileGnb .depth0&gt;li {margin-bottom: 1.5rem;}
  #mobileGnb .depth0&gt;li a strong {position: relative; display: inline-block; font-weight: 500;}
  #mobileGnb .depth0 &gt; li &gt; a::before {
    content: "";
    left: 0;
    transition: all 0.3s;
    opacity: 0;
    width: 0;
    height: 2px;
    position: absolute;
    background:var(--mobile_depth1_hover);
    bottom: 0;
}
  #mobileGnb .depth0&gt;li.on&gt;a::before {
    opacity: 1;
    width: 100%;
  }
  #mobileGnb .depth0&gt;li&gt;a {
    display: block;
    position: relative;
    padding: 1rem 0;
    color: var(--mobile_depth1_txt);
    font-size: 2rem;
    line-height: 1.2;
  }
  #mobileGnb .depth0&gt;li.on&gt;a {color:var(--mobile_depth1_hover);}
  #mobileGnb .depth0&gt;li&gt;a.toggle i {
    position: absolute;
    right:0;
    top: 0.2rem;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    background: none;
    /* border:1px solid rgba(255,255,255,.1); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #mobileGnb .depth0&gt;li&gt;a.toggle i:after {
    content: "\e874";
    font-family: 'Linearicons-Free';
    font-size: 11px;
    opacity: 0.7;
    color: #fff;
  }

  #mobileGnb .depth0&gt;li.on&gt;a {}
  #mobileGnb .depth0&gt;li.on&gt;a i:after {
    transform: rotate(180deg);
  }

  #mobileGnb .depth1 {display: none; padding: 1rem 0; text-align:right; position: relative;}
  #mobileGnb .depth1&gt;li {}
  #mobileGnb .depth1&gt;li&gt;a {
    display: block;
    padding: 0.5rem 2.1rem;
    color:var(--mobile_depth2_txt);
    font-size: 1.8rem;
    text-transform: uppercase;
  }
  #mobileGnb .depth1&gt;li&gt;a strong {font-weight: 100;}
  #mobileGnb .depth1&gt;li.on&gt;a {color: #ffe2c6; opacity: 1;}
  #mobileGnb .depth1.no_child {
    display: none;
    overflow: hidden;
    width: 0 !important;
    height: 0 !important;
    padding: 0;
    border-top: 0;
  }


#mobileGnb .depth0&gt;li&gt;a.login_btn {
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  border: 1px solid #866552;
  font-size: 1.8rem;
  background: #866552;
  font-weight: 400;
}
#mobileGnb .depth0&gt;li&gt;a.login_btn i {font-size: 1.5rem; margin-right: 0.3rem; font-weight: 600;}




  .page_depth_link {
    height: 4rem;
    text-align: center;
    position: absolute;
    z-index: 40;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: -4rem;
}
.page_depth_link.topfix {position: fixed; top: 0; left: 0; right: 0;z-index: 90;}
.page_depth_link ul {
    font-size: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_depth_link ul li {min-width: 260px;}
.page_depth_link ul li a {
  background: rgba(0,0,0, .4);
  display: block;
  height: 4rem;
  line-height: 4rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 400;
}
.page_depth_link ul li a.recurrent,
.page_depth_link ul li a.current {
  background: #fff; color: #000;
}


.page_location {max-width: 1200px; margin: 0 auto; padding: 4rem 0; display: flex; align-items: center;}
.page_location .home {overflow: hidden; position: relative;}
.page_location .home a {color: #131921; font-size: 1rem;}
.page_location .path-item {position: relative; color: #131921; padding: 0 0.3rem; }
.page_location .path-item i {font-size: 0.72rem; margin-right: 0.5rem;}


.page_title {padding: 2rem 0;}
.page_title h2 {color: #131921; font-size: 2.4rem; text-align: center; font-weight: 500;}


.sub_top_visual {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    max-height:900px;
    padding-bottom:40%;
    transition: all .3s;
}
@media screen and (max-width: 1024px) {
  .sub_top_visual {
    height: 30vh;
  }
}

.sub_top_visual.sub_top_visual_7 { height: 380px; padding-bottom: 0%;}
.sub_top_visual .sub_top_bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 17%, rgba(0,0,0,0.1) 90%, rgba(0,0,0,0) 100%);
  height: 300px;
  z-index: 12;
}
.sub_top_visual.sub_top_visual_7 .sub_top_bg::after { display: none; }
.sub_top_visual .sub_top_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background-size: cover !important;
}
#bgVisual_0 {background: url(../img/paragon/sub/sub_visual_2.jpg) no-repeat center center;}
#bgVisual_1 {background: url(../img/paragon/sub/sub_visual_1.jpg) no-repeat center center;}
#bgVisual_2 {background: url(../img/paragon/sub/sub_visual_3.jpg) no-repeat center center;}
#bgVisual_3 {background: url(../img/paragon/sub/sub_visual_4.jpg) no-repeat center center;}
#bgVisual_4 {background: url(../img/paragon/sub/sub_visual_5.jpg) no-repeat center center;}
#bgVisual_5 {background: url(../img/paragon/sub/sub_visual_6.jpg) no-repeat center center;}
#bgVisual_6 {background: url(../img/paragon/sub/sub_visual_7.jpg) no-repeat center center;}
#bgVisual_7 {background: #E5DED8;}
.sub_top_visual h2 {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  z-index: 20;
  letter-spacing: 2px;
}
/* .sub_top_visual.sub_top_visual_7 h2 { color: #000; transform: translate(-50%, 40%);}
@media screen and (max-width: 1024px) {
  .sub_top_visual.sub_top_visual_7 h2 { transform: translate(-50%, 0);}
} */
#goTop {position: absolute; right: 5rem; top: -6rem; z-index:30;}
#goTop.on {position: fixed;}
#goTop.stop {position: absolute !important;}

#goTop a {
  width: 4rem;
  height: 4rem;
  text-align: center;
  transition: all .3s;
  z-index: 20;
  font-size: 0.87rem;
  background:var(--gotop_bg);
  color: var(--gotop_txt);
  font-weight: 500;
  display: inline-block;
  padding-top: 0.7rem;
  border-radius: 100%;
  border: 1px solid rgba(255,255,255,.3);
}
#goTop a i {display: block; font-size: 1rem;}
#goTop a:hover {background:var(--spot_color); border: 1px solid rgba(134,101,82,.3); color: #fff; }
.sub #goTop a {background:transparent; border:1px solid rgba(167,159,157,0.3)}


footer {background:var(--footer_bg); clear: both; padding: 0 4rem; position: relative; width: 100%; border-top: 1px solid rgba(255,255,255,.3); z-index: 32;}
footer .footer_con { display: flex; justify-content: space-between; flex-direction: row; padding:3rem 0;}
footer .footer_con .logo_sec {align-items: flex-start; display: flex; padding-right: 4.2rem; padding-top: 0.5rem;}
footer .footer_con .txt_sec {font-size:1rem;}

footer .footer_con .copyright {color:var(--footer_copy); font-family: "Roboto", sans-serif; text-transform: uppercase; font-size: 0.82rem;}
footer .footer_con .link_sec {align-items: center; display: flex; flex-direction: column; justify-content: center; margin-left: auto;}
footer .footer_con .privacy_link {padding-bottom: 0.5rem; display: inline-grid; grid-template-columns: repeat(3, minmax(50px,auto)); margin-left: -1rem;}
footer .footer_con .privacy_link a {
  display: block;
  font-size: 0.92rem;
  color:var(--footer_link);
  position: relative;
  transition: all .2s;
  padding: 0 1rem;
}
footer .footer_con .privacy_link a:hover { color:var(--footer_link_hover);}
footer .footer_con .privacy_link a::before {
  content: "";
  width: 1px;
  height: 1rem;
  position: absolute;
  right: -2px;
  top: 5px;
  background:rgba(255,255,255,.2);
}
footer .footer_con .privacy_link a:last-child::before {background: none;}


footer .family_con {position: relative;}
footer .family_con &gt; a {
    color: rgba(255,255,255,0.7);
    font-size: 0.87rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem 0 1rem;
    font-weight: 400;
    height: 3rem;
    transition: all 0.3s;
}
footer .family_con &gt; a i {
    font-size: 0.78rem;
    transition: all 0.3s;
    margin-left: 1rem;
    border: 1px solid  rgba(255,255,255,0.3);
    display: flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
}
footer .family_con &gt; a i::before {
    transition: all 0.3s;
}
footer .family_con &gt; a.on {opacity: 1;}
footer .family_con &gt; a.on i::before {transform: rotate(180deg);}
footer .family_con &gt; div {position:absolute; bottom:3rem; width:100%; height:100px; overflow: hidden; z-index: 90; background:#dedede;}
footer .family_con &gt; div&gt;.list {position:absolute; width:100%; border-bottom:none;}
footer .family_con &gt; div&gt;.list a{ color:#000; display: block; padding: 0.6rem 0.8rem; font-size: 0.8rem; background: #dedede;}
footer .family_con &gt; div&gt;.list a:hover {background: #f5f5f5;}


footer .sns_link {display: flex;}
footer .sns_link a {display: block; color: #d1c7bb; font-size: 1.4rem; padding-left:1rem;}

/*
.smallscreen header .header_con .gnb {display: none;}
.smallscreen header .header_con h1 a {height: 60px; margin-top: 0;}
.smallscreen header .header_con .header_util {padding-top: 0;}
.smallscreen header.allmenu_open .header_con, .smallscreen header.hover .header_con {background:var(--mobile_menu_bg);}
.smallscreen header.allmenu_open .header_con h1 a,
.smallscreen header.hover .header_con h1 a {background-image: url(../img/top_logo.png);}
.smallscreen header .header_con .header_util .allmenu_close {background:#004896;}
.smallscreen header .header_con .header_util .allmenu_close a {padding: 0 0.3rem; color: #fff;}
.smallscreen header .header_con {align-items: center;}
.smallscreen .allmenu_con {top: 90px;}
.smallscreen .allmenu_con {
  height: calc( 100vh - 60px );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 90px;
}
.smallscreen header.hover .header_con .header_util .allmenu a i { background: #fff; }
.smallscreen header {overflow: inherit!important;}
.smallscreen  header .header_con .header_util .allmenu_close i {font-size: 2rem;} */



/*
 page layout
************************/
.page_content {padding: 2rem 0 0;}
.page_content .page_container  {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page_content .page_container {overflow:inherit;}
.page_content .page_container img {max-width: 100%;}

.content_footer {
    position: relative;
    padding: 0;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content:center;
    z-index: 30;
    width: 100%;
}
.content_footer .bg {
  background-image:url("../img/paragon/sub/sub_footer_bg.jpg");
  background-repeat:no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-attachment: fixed;
}

@media screen and (max-width: 600px) {
  .content_footer .bg {
    width: 100%;
    height: 100%;
    background-size: auto 100vh;
  }
}

.content_footer.brand_footer .bg {background-image:url("../img/paragon/sub/brand_footer_bg.jpg");}
.content_footer .inner {display: flex; align-items: center; flex-direction: row; justify-content: center; position: relative; z-index: 10;}
.content_footer .line {width: 15vw; height: 1px; background: #fff; margin: -3rem 2rem 0; display: inline-block;}
.content_footer dl {text-align: center; color: #fff;}
.content_footer dl dt {font-size: 4rem; display:flex; align-items: center; line-height: 1; letter-spacing: 2px;}
.content_footer dl dd {font-size: 1.3rem; padding-top: 0.5rem;}



.brand .brand_sec {width: 100%; height: 100vh; overflow: hidden; position: relative; color: #191919;}
.brand .brand_sec .br {display:block;}
.brand .brand_sec img {max-width: 100%;}
.brand .brand_sec .brand_tit {text-align: center; font-size: 4rem; color:#866552;}
.brand .brand_sec .brand_txt {text-align: center;}
.brand .brand_sec .brand_txt dl {padding-bottom: 8rem;}
.brand .brand_sec .brand_txt dl dt {padding: 1rem 0;}
.brand .brand_sec .brand_txt dl dt p {padding: 0.7rem 0; font-weight: 400;}
.brand .brand_sec .brand_txt dl dd {padding: 2rem 0 0;}
.brand .brand_sec.brand_sec0 { display: flex; align-items: center; justify-content: center; flex-direction: column;}
.brand .brand_sec .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.brand .brand_sec .brand_bg0 {
    background: url("../img/paragon/sub/brand_bg1.jpg") center center/cover no-repeat;
}

.brand .brand_sec .brand_bg1 {
  background: url("../img/paragon/sub/brand_bg2.jpg") center center/cover no-repeat;
}

.brand .brand_sec .brand_bg2 {
  background: url("../img/paragon/sub/brand_bg3.jpg") center center/cover no-repeat;
}

.brand .brand_sec .brand_bg3 {
  background: url("../img/paragon/sub/brand_bg4.jpg") center center/cover no-repeat;
}

.brand .brand_sec .brand_bg4 {
  background: url("../img/paragon/sub/brand_bg5.jpg") center center/cover no-repeat;
}

.brand .brand_list {
  position: relative;
  min-height: 100vh;
  margin-top:8rem;
}
.brand .brand_img_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.brand .brand_img_wrap h2 {color: #fff; font-size: 2.8rem; line-height: 1.3;}
.brand .brand_img_wrap h2 br {display: none;}
.brand .brand_img_wrap .img_area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  flex-direction: column;
}
.brand .brand_img_wrap .img_area .brand_txt {opacity: 0; display: none; padding-top: 2rem;}
.brand .brand_img_wrap .img_area .brand_txt p {
    color: #fff;
    text-align: left;
    padding: 0.5rem 0;
}
.brand .brand_img_wrap.active .img_area {width: 50%; align-items: flex-start;}
.brand .brand_img_wrap.active .img_area h2 {text-align: left;}
.brand .brand_img_wrap.active .img_area h2 br {display: block;}
.brand .brand_img_wrap.active .img_area .brand_txt {opacity: 1; display: block; word-break: keep-all;}
.brand .brand_img_wrap.active .img_area .inner {max-width: 600px; margin: 0 auto;}

.brand .brand_con_list {position: relative;}
.brand .brand_con_list .inner {
    background: #fff;
    padding-left: 50vw;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.brand .brand_con_list img {max-width: 100%;}
.brand .brand_con_list .con {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    align-items: center;
}
.brand .brand_con_list.brand_sec1 .con p {padding: 6rem 0 3rem;}
.brand .brand_con_list .con p {text-align: center;}
.brand .brand_con_list .con h3 {
    padding-bottom: 1.5rem;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: left;
    width: 800px;
    margin: 0 auto;
}
.brand .brand_con_list .con ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 800px;
    gap: 1rem;
    margin: 0 auto;
}
.brand .brand_sec2 .brand_con_list .con:first-child {padding: 3rem 0 2rem;}
.brand .brand_con_list .con strong {display: block; padding-top: 1rem; font-family: "Roboto", sans-serif; font-size: 1.2rem;}


.brand .brand_sec1 .brand_con_list .inner {align-items: center; justify-content: center;}
.brand .brand_sec1 .brand_con_list ul li {padding:0.7rem 0;}
.brand .brand_sec4 .brand_con_list .inner {align-items: center; justify-content: center; font-size:1rem;}
.brand .brand_sec4 .brand_con_list .branding_desc {text-align: center; line-height:2.2; margin-bottom:1.5rem;}
.brand .brand_sec4 .brand_con_list dl {text-align:center; padding-top:4.5rem; position:relative; font-weight:400;}
.brand .brand_sec4 .brand_con_list dl::before {display:block; content:''; width:1px; height:3rem; position:absolute; top:0; left:50%; transform: translateX(-50%); background:#000;}
.brand .brand_sec4 .brand_con_list dl dd {margin-top:4.5rem;}


.history {
    position: relative;
    background: url("../img/paragon/sub/history_bg.jpg") no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 1;
}
/* .history .history_sec {height: 100vh; display: flex; align-items: center; justify-content: center;} */
.history .inner { padding: 0 0 200px;}
.history .history_sec { padding: 200px 0 0; }

@media screen and (max-width: 1024px) {
  .history .inner { padding: 0 0 200px;}
  .history .history_sec { padding: 5vw 0 0; }
  .history .history_sec0 { padding: 30vw 0 0;}
}

.history .history_sec .history_thumb {opacity: 0; transform: translateY(100px); transition: all 0.7s ease-in-out;}

@media screen and (max-width: 600px) {
  .history {
      background: #534633 url("../img/paragon/sub/history_bg.jpg") no-repeat right bottom;
      background-size: auto 1080px;
  }
}

.history .history_sec .con_inner {
  width:100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .history .history_sec .con_inner {
    width:100%;
    max-width: 1100px;
    padding: 0 3rem 0 10rem;
  }
}
.history .history_sec .history_data dl {color: #fff; padding: 0 0 5rem;}
.history .history_sec .history_data dt {font-weight: 600; font-family: "Roboto", sans-serif;  font-size: 80px;}
.history .history_sec .history_data dd {font-size: 30px; font-weight: 500; letter-spacing: -1px; word-break: keep-all;}

@media screen and (max-width: 640px) {
  .history .history_sec .con_inner { padding: 0 1rem 0 10rem; }
  .history .history_sec .history_data dt {width: 3rem; font-size: 4rem;}
  .history .history_sec .history_data dd {font-size: 1.6rem;}
}
@media screen and (max-width: 480px) {
  /* .history .history_sec .history_data dt {width: 2rem; font-size: 1.5rem;} */
  /* .history .history_sec .history_data dd {font-size: 1.0rem;} */
}

.history .history_sec .history_thumb {text-align: right; position: relative; padding: 0 0 3rem;}
.history .history_sec .history_thumb .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.history .history_sec .history_thumb .swiper-pagination span { margin: 0 3px; }
.history .history_sec .history_thumb .swiper-pagination-bullet { background: #fff; width: 15px; height: 15px; margin: 0 5px; opacity: 1;}
.history .history_sec .history_thumb .swiper-pagination-bullet-active { background: var(--spot_color); width: 15px; height: 15px; }

.history .history_sec .history_thum_inner {
  width: 620px;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.history .history_sec .history_thumb .history_swiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.history .history_sec .history_thumb .history_swiper .img_area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.history .history_sec .history_thumb .history_swiper .img_area img {
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 720px) {
  /* .history .history_sec .history_thumb img { width: 100%; } */
  .history .history_sec .history_thumb .history_swiper .img_area img { width: 100%; }
  .history .history_sec .history_thum_inner {
    width: 70vw;
    height: 48vw;
  }
}


.history .history_sec.active .history_thumb {opacity: 1; transform: translateY(0);}
.history .history_sec.on_leave .history_thumb {opacity: 0; transform: translateY(100px);}

.history .history_nav {
    position: absolute;
    left: 3rem;
    top: 0;
    bottom: 0;
    z-index: 30;
    /* height: 100vh;    */
    display: flex;
    align-items: center;
    justify-content: center;
}
.history .history_nav.fiexed {position: fixed;}
.history .history_nav.fiexed.on_leave {position: absolute;}
.history .history_nav.fiexed.on_leave ul {
  position: absolute;
  left: 0;
  bottom: 2rem;
}

/* 20230919 異붽� */
@media screen and (max-width: 600px) {
  .history .history_nav.fiexed.on_leave {
    position: absolute;
    bottom: 0;
    height: 100%;
  }
  .history .history_nav.fiexed.on_leave ul {
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 31vw;
  }
}


.history .history_nav::before {
  content: "";
  width: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top:0;
  bottom: 0;
  opacity: 0.1;
}
.history .history_nav ul {margin-left: -8px;}
.history .history_nav ul li {padding: 1rem 0;}
.history .history_nav ul li i {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}
.history .history_nav ul li i::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #fff;
}
.history .history_nav ul li a {
    color: #8e8f95;
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    transition: all .3s;
}
.history .history_nav ul li.active a { color: #fff; font-size: 1.3rem; font-weight: 500;}
.history .history_nav ul li.active a i {background: #866552;}

.saleslist_sec {padding-bottom: 6rem;}

.apt_sales {padding: 0 0 4rem;}
.apt_sales .schedule_sec {padding: 0 0 2rem;}
.schedule_sec .year_con {
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  font-size: 1.4rem;
  padding: 1rem 0;
}
.schedule_sec .year_con a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
}
.schedule_sec .year_con i {font-size: 0.82rem;}
.schedule_sec .year_con span {
  padding: 0 1.5rem;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 500;
  color: #131921;
}
.schedule_sec .year_con strong {
    font-size: 1.8rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    padding-right:0.5rem;
    padding-top: 0.3rem;
}

.schedule_sec .schedule_con {border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5;}
.schedule_sec .schedule_con &gt; ul {display: grid; grid-template-columns: repeat(4, 1fr);}
.schedule_sec .schedule_con &gt; ul &gt; li {border-bottom: 1px solid #e5e5e5; text-align: left; padding:1.3rem 2rem;}
.schedule_sec .schedule_con &gt; ul &gt; li .month_sec {font-family: "Roboto", sans-serif;  color: #131921; line-height: 1.2; padding-bottom: 1rem;}
.schedule_sec .schedule_con &gt; ul &gt; li .month_sec .num {font-size: 1.6rem; font-weight: 600;}
.schedule_sec .schedule_con &gt; ul &gt; li .month_sec .mon {font-size: 1rem; font-weight: 400;}

.schedule_sec .schedule_con &gt; ul &gt; li dl {display: flex; flex-direction: row; padding: 0.1rem 0; font-size: 0.87rem; align-items: center;}
.schedule_sec .schedule_con &gt; ul &gt; li dl dt {padding-right: 0.5rem;}
.schedule_sec .schedule_con &gt; ul &gt; li dl dt .label {display: inline-block; color: #fff; width: 4rem; padding: 0.2rem 0; text-align: center; background: #131921;}
.schedule_sec .schedule_con &gt; ul &gt; li dl dt .label.plan {background: #878b8c;}
.schedule_sec .schedule_con &gt; ul &gt; li dl dt .label.ing {background: #866552;}
.schedule_sec .schedule_con &gt; ul &gt; li dl dt .label.end {background: #231f20;}
.schedule_sec .schedule_con &gt; ul &gt; li dl dt .label.moveing {background: #866552;}
.schedule_sec .schedule_con &gt; ul &gt; li dl dt .label.moveend {background: #231f20;}
.schedule_sec .schedule_con &gt; ul &gt; li dl dt .label.moveplan {background: #878b8c;}
.schedule_sec .schedule_con &gt; ul &gt; li dl dd {font-weight: 400;}




.saleslist_sec {padding: 0 !important;}
.saleslist_sec .thumb_sales &gt; li .sales_data .sales_tit {
    padding: 0 2rem;
    font-weight: 500;
    font-size: 1.12rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-top: 1rem;
}
.saleslist_sec .complex_img {position: relative; padding-bottom: 63%; margin-top: 1rem;}
.saleslist_sec .complex_img .img {position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.saleslist_sec .complex_img .sticker {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
    font-size: 0.87rem;
    background-color: #878b8c;
}
.sticker.sales {background: #866552;}
.sticker.salesplan {background: #878b8c;}
.sticker.salesend {background: #231f20;}
.sticker.cons {background: #131921;}
.sticker.movein {background: #866552;}
.sticker.moveend {background: #231f20;}

.saleslist_sec .thumb_sales &gt; li .details ul.info {
    padding: 1.7rem 2rem 0;
    min-height: 170px;
}
.saleslist_sec .thumb_sales &gt; li .details ul.info &gt; li {
    color: #282828;
    font-size: 0.87rem;
    margin-bottom: 5px;
    font-weight: 400;
    word-break: keep-all;
    display: table;
}
.saleslist_sec .thumb_sales &gt; li .details ul.info &gt; li strong {
    display: table-cell;
    font-weight: 400;
    width: 65px;
}
.saleslist_sec .thumb_sales &gt; li .details ul.info &gt; li em {
    display: table-cell;
    padding-right: 5px;
}
.saleslist_sec .thumb_sales &gt; li .details ul.info &gt; li strong {color:#828282;}
.saleslist_sec .thumb_sales &gt; li .details ul.info &gt; li:first-child {color: #866552;}
.saleslist_sec .thumb_sales &gt; li .details ul.info &gt; li.process em {font-family: "Roboto", sans-serif; font-size: 0.92rem;}

.saleslist_sec .thumb_sales {display: grid; grid-template-columns: repeat(3, 1fr);  gap: 1rem;}
.saleslist_sec .thumb_sales &gt; li {border: 1px solid #e5e5e5; margin-bottom: 4rem;}
.saleslist_sec .thumb_sales &gt; li .sales_data {text-align: left; color: #191919;}
.saleslist_sec .thumb_sales &gt; li .details .btn_set {background:#f7f7f7; display: flex; border-top: 1px solid #e5e5e5;}
.saleslist_sec .thumb_sales &gt; li .details .btn_set &gt; li {flex: 1; text-align: center;}
.saleslist_sec .thumb_sales &gt; li .details .btn_set &gt; li a {
    display: block;
    padding: 1rem 0;
    font-size: 0.87rem;
    color: #282828;
    position: relative;
    transition: all 0.3s;
    font-weight: 300;
}
.saleslist_sec .thumb_sales &gt; li .details .btn_set &gt; li:nth-child(2) a::before {
  content: "";
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.saleslist_sec .thumb_sales &gt; li .details .btn_set &gt; li a:hover {background: #e5e5e5;}
.saleslist_sec .thumb_sales &gt; li .details .btn_set &gt; li:nth-child(1) a:hover {background:var(--spot_color); color:#fff;}
.saleslist_sec .thumb_sales &gt; li .details .btn_set &gt; li:nth-child(2) a:hover {background:#000; color:#fff;}


.apt_sales .sales_view {}
.apt_sales .sales_view .view_top {}
.apt_sales .sales_view .view_top .tit {
    background: #f7f7f7;
    color: #191919;
    text-align: left;
    padding: 1.3rem 2rem;
    font-weight: 500;
    font-size: 1.3rem;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}
.apt_sales .sales_view .view_top .tit .sticker {display: inline-block; margin-right: 0.5rem; font-weight: 300; padding: 0.2rem 1rem; color: #fff; font-size: 0.87rem;}
.apt_sales .sales_view .view_top .img img { width: 100%; }
.apt_sales .sales_view .view_body {}
.apt_sales .sales_view .view_body .sales_tab {margin-top: 3rem; padding: 0 6rem; position: relative;}
.apt_sales .sales_view .view_body .sales_tab::before{
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background:#191919;
}
.apt_sales .sales_view .view_body .sales_tab ul {display: grid; grid-template-columns: repeat(3, 1fr);}
.apt_sales .sales_view .view_body .sales_tab ul li {margin-left: -1px;}
.apt_sales .sales_view .view_body .sales_tab ul li a {display: block; background: #f7f7f7; color: #191919; border:1px solid #e5e5e5; padding: 1rem 0; font-size: 1rem; font-weight: 500;}
.apt_sales .sales_view .view_body .sales_tab ul li a.on {background: #fff; border-color:#191919; position: relative; border-bottom-color:#fff;}

.apt_sales .sales_view .view_body .sales_info {padding: 3.5rem 6rem; border-bottom: 1px solid #ddd;}
.apt_sales .sales_view .view_body .sales_info ul {display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.8rem;}
.apt_sales .sales_view .view_body .sales_info ul li { position: relative; padding-left: 0.7rem;}
.apt_sales .sales_view .view_body .sales_info ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background:#191919;
  position: absolute;
  left: 0;
  top: 0.7rem;
  border-radius: 100%;
}
.apt_sales .sales_view .view_body .sales_info ul li dl {display: flex; font-size: 0.92rem;}
.apt_sales .sales_view .view_body .sales_info ul li dl dt {padding-right: 1rem; font-weight: 500; color: #191919; text-align: left;}
.apt_sales .sales_view .view_body .sales_info ul li dl dd {text-align: left; flex: 1;}

.apt_sales .buttons {padding: 3rem 0;}
.apt_sales .btn_hover {background: #fff; border: 1px solid #c8c8c8; transition: all .3s; padding:0.9rem 0; min-width: 200px; display: inline-block; font-weight: 500;}
.btn_hover_black:hover {background:#131921; color: #fff;}
.btn_hover_sepia:hover {background:#866552; color: #fff;}

.apt_sales .download {padding: 3rem 0 0;}
.apt_sales .download a {
    background: #9d958c;
    transition: all 0.3s;
    padding: 0.9rem 1.5rem;
    min-width: 240px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin: 0 0.2rem;
    font-size: 0.97rem;
}
.apt_sales .download a:hover {background:#131921;}

.gallery-container {
    position: relative;
    display: flex;
    overflow: hidden;
    margin: 2rem 0 4rem;
    overflow: hidden;
    background:#f7f7f7;
    justify-content: space-between;
    border: 1px solid #ddd;
}
.sales_view .const_info {}
.gallery-container .left_con {}
.gallery-container .right_con {padding: 50px 0; margin-right: 2rem; position: relative; text-align: center;}
.gallery-container .right_con .arrow_nav {position: absolute; display: inline-block;}
.gallery-container .right_con .arrow_nav i {font-weight: bold;}
.gallery-container .right_con .arrow_nav.nav_left {top: 1rem;}
.gallery-container .right_con .arrow_nav.nav_right {bottom: 1rem;}
.gallery-container .right_con .arrow_nav.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.gallery-container .swiper_view { height: 640px; width: 890px;}
.gallery-container .view_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: red;
  font-size: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .sales_view .const_info .swiper_thumb .swiper-slide.swiper-slide-active a {opacity: 1;} */
.gallery-container .swiper_thumb .swiper-slide a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0.6;
}
.gallery-container .swiper_thumb .swiper-slide a.on {
  opacity: 1;
}

.gallery-container .swiper_view .swiper-slide {overflow: hidden; position: relative; background: #eddd;}
.gallery-container .swiper_thumb {height:calc( 640px - 100px); width: 210px;}
.gallery-container .swiper_thumb .swiper-slide {height: 130px; background: #ddd; overflow: hidden; position: relative;}
.gallery-container .swiper_thumb .nav-prev {position: relative; height: 30px; background: #000;}
.gallery-container .swiper_thumb .nav-next {position: relative; height: 30px; background: #000;}

.media_view .gallery-container {margin: 0 auto; border: 0;}


.const_top {display: flex; justify-content: space-between;  padding: 2rem 0 0; align-items: center;}
.const_top .select-wrapper select {
  padding: 0 1rem;
  border:0;
  background: #f4f4f4;
  height: 2.7rem;
  font-size: 0.92rem;
  border-radius: 0.3rem;
}
.const_top .select-wrapper:before {top:0.4rem;}
.const_top dl {display: flex; align-items: center; justify-content: center;}
.const_top dl dt {font-size: 1rem; font-weight: 500; color: #181818; padding-left: 0.6rem; position: relative;}
.const_top dl dt::before {
  content: "";
  width: 3px;
  height: 3px;
  background:#191919;
  position: absolute;
  left: 0;
  top: 0.7rem;
  border-radius: 100%;
}
.const_top dl dd {font-family: "Roboto", sans-serif; color: #181818; font-weight: 500; font-size: 1.6rem; padding-left: 0.5rem;}
.const_top dl dd strong {font-size: 3rem;}
.const_top .select_box {}

.const_btm {background: #f7f7f7; padding: 2rem; border: 1px solid #e5e5e5;}
.const_btm dl {display: flex; font-size: 0.92rem; padding: 0.3rem 0;}
.const_btm dl dt {
  padding-right: 1rem;
  font-weight: 500;
  color: #191919;
  text-align: left;
  padding-left: 0.6rem;
  position: relative;
  line-height: 1.7;
}
.const_btm dl dt::before {
  content: "";
  width: 3px;
  height: 3px;
  background:#191919;
  position: absolute;
  left: 0;
  top: 0.8rem;
  border-radius: 100%;
}
.const_btm dl dd {
  text-align: left;
  flex: 1;
  line-height: 1.7;
}
.const_btm dl dd p {padding-bottom: 0.5rem;}
.const_btm dl:first-child dd {font-weight: 500; color: #191919;}



/* 怨좉컼�쇳꽣
**********************/

.csmain {padding-bottom: 8rem;}
.csmain .page_container {padding: 2rem 0;}
.csmain .cs_main_con {}
.csmain .tit_box {text-align: left; display: flex; align-items: center; justify-content:space-between;}
.csmain .tit_box h3 {font-size: 2.6rem; font-weight: 600; color:#191919;}
.csmain .tit_box h3 strong {font-size: 0.92rem; color:#444; font-weight: 300; position: relative; display: inline-block; margin-left: 1rem; padding-left: 1rem;}
.csmain .tit_box h3 strong::before {
  content: "";
  width: 1px;
  height: 2.4rem;
  background: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.csmain .tit_box .more {}
.csmain .tit_box .more a {font-size: 0.97rem; font-weight: 500; color:#191919; display: flex; align-items: center; line-height: 1;}
.csmain .tit_box .more a i {font-size: 0.7rem; margin-left: 0.5rem;}

.csmain .con_box {background: #f8f8f8; padding: 1.5rem 2rem; margin-top: 1rem;}
.csmain .con_box .nodata {font-weight: 500; padding: 1.5rem 0;}
.csmain .con_box dl {display: flex; align-items: center; padding: 0.2rem 0; border-bottom: 1px solid #ddd;}
.csmain .con_box dl:last-child {border-bottom: 0;}
.csmain .con_box dl dt {font-weight: 500; color: #191919;}
.csmain .con_box dl dd {padding: 0 1rem; font-size: 0.92rem;}
.csmain .con_box dl dd a {display: flex; align-items: center; padding: 0.2rem 0; color:#363636;}
.csmain .con_box dl dd a:hover {color:#000;}
.csmain .con_box dl dd .label {background: #191919; display: inline-block; color: #fff; font-size: 0.82rem; padding: 0.1rem 0.5rem; margin-left: 1rem;}

.csmain .cs_bgbox {
    margin: 4rem 0;
    background: url("../img/paragon/sub/cs_bg.jpg") center center/cover no-repeat;
    padding: 2rem 0;
    background-attachment: fixed;
}
.csmain .cs_bgbox .page_container {display: flex; align-items: center; justify-content: space-between;}
.csmain .cs_bgbox .tit_box h3 {color: #fff;}
.csmain .cs_bgbox .tit_box h3 strong {color: #fff;}
.csmain .cs_bgbox .page_container {}
.csmain .cs_bgbox .btn_box {}
.csmain .cs_bgbox .btn_box a {
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    padding: 2rem 4rem;
    border-radius: 0.7rem;
    margin-left: 0.3rem;
    transition: all 0.5s ease;
}
.csmain .cs_bgbox .btn_box a:hover {background: #866552;}

.cs_board.page_container {padding: 0 0 8rem;}
.cs_board .top_search_box {padding-top: 0;}

.board_top_inner {display: flex; justify-content: space-between;}
.board_top_inner span {}
.board_top_inner span a {display: block; border: 1px solid #ddd; padding: 0.7rem 3rem; transition: all .3s; font-size: 0.92rem; font-weight: 400;}
.board_top_inner span a:hover {
  color: #fff;
  background: var(--spot_color);
}

.cs_board .status {}
.cs_board .status span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    font-size: 0.92rem;
    font-weight: 400;
}
.cs_board .status span i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    font-weight: bold;
    margin-right: 0.4rem;
}
.cs_board .status span.ing {color: #191919;}
.cs_board .status span.ing i {border: 1px solid #d4d4d4;}
.cs_board .status span.end {color:var(--spot_color); background: #eee6dc;}
.cs_board .status span.end i {background: var(--spot_color); color: #fff; border: 1px solid var(--spot_color);}


/* �쇱슫吏�
*******************/
.media {}
.media .page_container {padding: 0;}
.media_wrap {position: relative; min-height: 50vh; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.media_wrap .media_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/paragon/sub/media_bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
}
.media_wrap .media_list {position: relative; padding: 4rem 0; width: 100%;}
.media_wrap .media_list ul {display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem;}
.media_wrap .media_list ul li {background: #000;}
.media_wrap .media_list ul li a {display: block;}
.media_wrap .media_list .thumb {
  position: relative;
  overflow: hidden;
  padding: 0 0 63%;
  background: url(/resources/img/paragon/sub/default_thum.jpg) center center/cover no-repeat;
}
.media_wrap .media_list ul li a .thumb  img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  transition: all .3s;
}
.media_wrap .media_list ul li a:hover .thumb img {
  transform: scale(1.2);
}
.media_wrap .media_list .info {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    color: #d1c7bb;
    font-size: 0.92rem;
}
.media_wrap .gallery_list .info span {text-align: center; width: 100%;}

.media_wrap .gallery_list .nodata {
  text-align: center;
  width: 100%;
  padding:0.8rem 1rem;
  background: #484a4b;
  color: #d1c7bb;
  border-radius: 5rem;
}

.media_wrap .media_list .info span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.2;
    overflow: hidden;
    word-break: keep-all;
}

.media_wrap .media_list .info i {margin-right: 0.5rem;}
.media_wrap .media_list .info i.sns_ico_1::before {width: 18px; height: 18px; background-position:-578px 0;}
.media_wrap .media_list .info i.sns_ico_2::before {width: 24px; height: 16px; background-position:-575px -40px;}
.media_wrap .media_list .info i.sns_ico_3::before {width: 24px; height: 24px; background-position:-575px -76px;}
.media_wrap .media_list .info i.sns_ico_4::before {width: 24px; height: 24px; background-position:-575px -120px;}
.media_wrap .media_list .info i.sns_ico_5::before {width: 25px; height: 20px; background-position:-575px -161px;}

.media_wrap .media_list .page_more_wrap {padding: 3rem 0 0;}
.media_wrap .media_list .page_more_wrap .page_more_box {
    position: relative;
    display: inline-block;
}
.media_wrap .media_list .page_more_wrap .page_more_box a {
    display: inline-block;
    padding: 0.7rem 4rem;
    font-size: 0.92rem;
    vertical-align: top;
    color: #fff;
    border: 1px solid #866552;
    border-radius: 2rem;
    transition: all .3s;
    color: #fff;
}
.media_wrap .media_list .page_more_wrap .page_more_box a:hover {background:#866552;}
.media_view_wrap {position: relative; padding:6rem 6%;}
.media_view_wrap .media_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/paragon/sub/media_bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
}
.media_view_wrap .media_view {max-width:1200px; margin:0 auto;}
.media_view_wrap .media_view .media_title {
    color: #fff;
    font-size: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.5rem;
    font-weight: 400;
}
.media_view_wrap .media_view .video_con video {width: 100%;}
.media_view_wrap .media_view .comment {color: #fff; padding: 1rem 0; font-weight: 400; font-size: 1.2rem;}
.media_view_wrap .media_view .listbtn {text-align: center; margin:0 1rem;}
.media_view_wrap .media_view .listbtn a {
  display: inline-block;
  padding: 0.7rem 4rem;
  font-size: 0.92rem;
  vertical-align: top;
  color: #fff;
  border: 1px solid #866552;
  border-radius: 2rem;
  transition: all .3s;
  color: #fff;
}
.media_view_wrap .media_view .listbtn a:hover {background: #866552;}
.media_view_wrap .media_view .btn_group {display:flex; justify-content: center; align-items: center;  padding-top: 4rem;}
.media_view_wrap .media_view .btn_group a.arrow_nav {
    border-radius: 100%;
    width: 2.8rem;
    height: 2.8rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #866552;
    position: relative;
    font-size: 0.87rem;

}

.media_view_wrap .media_view .btn_group a.arrow_nav:hover {background: #866552;}

/*.media_view_wrap { display: flex; align-items: center; justify-content: center; flex-direction: column; padding:6rem 0;}
.media_view_wrap .media_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/paragon/sub/media_bg.jpg) no-repeat center center;
    background-size: cover;
    z-index: -1;
}
.media_view_wrap .media_view {}
.media_view_wrap .media_view .inner {min-width: 1168px;}
.media_view_wrap .media_view .media_title {
    color: #fff;
    font-size: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.5rem;
    font-weight: 400;
}
.media_view_wrap .media_view .video_con {}
.media_view_wrap .media_view .video_con video {width: 100%;}
.media_view_wrap .media_view .comment {color: #715545; text-align: center; padding: 1rem 0; font-weight: 400; font-size: 1.2rem;}
.media_view_wrap .media_view .listbtn {text-align: center; padding-top: 2rem;}
.media_view_wrap .media_view .listbtn a {
  display: inline-block;
  padding: 0.7rem 4rem;
  font-size: 0.92rem;
  vertical-align: top;
  color: #fff;
  border: 1px solid #866552;
  border-radius: 2rem;
  transition: all .3s;
  color: #fff;
}
.media_view_wrap .media_view .listbtn a:hover {background: #866552;}
*/




/* 濡쒓렇��
********************************/
.login {height: 100vh; background: url(../img/paragon/sub/login_bg.jpg) center center/cover no-repeat; display: flex; align-items: center; justify-content: center;}
.login .inner {
    width: 100%;
    max-width: 1100px;
    margin: 4rem auto 0;
    background: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
}
@media screen and (max-width: 1280px) {
  .login .inner {
      margin: 4rem 2rem;
      padding: 5rem 2rem;
  }
}
.login .login_wrap {width:100%; max-width: 450px; text-align: center;}
.login .login_wrap .login_tit p {padding-bottom: 1rem; color: #3c3c3c;}
@media screen and (max-width: 768px) {
  .login .login_wrap .login_tit p { font-size: 1.4rem;}
}
.login .login_wrap .login_box {padding: 0.5rem 0;}
.login .login_wrap .login_box .login_enter {padding-top: 1rem;}
.login .login_wrap .login_box .login_enter a {
    background: #a79f9d;
    color: #fff;
    text-align: center;
    display: block;
    padding: 1rem 0;
    transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .login .login_wrap .login_box .login_enter a { font-size: 1.5rem;}
}
.login .login_wrap .login_box .login_enter a:hover {background:#866552;}
.login .login_wrap .login_box dl {display: flex; align-items: center; background: #fff; border: 1px solid #ddd; margin-bottom: 0.5rem; padding:0.3rem 1.5rem;}
.login .login_wrap .login_box dl dt {position: relative; padding-right: 1rem;}
.login .login_wrap .login_box dl dt::before {
  content: "";
  width: 1px;
  height: 1.5rem;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0;
}
.login .login_wrap .login_box dl dt i {color: #272727; font-weight: bold; font-size: 1.14rem;}
.login .login_wrap .login_box dl dt i.icon-lock {font-size: 1.25rem;}
.login .login_wrap .login_box dl dd {padding: 0.3rem 0; width: 80%;}
.login .login_wrap .login_box dl dd input {border:0; width: 100%;}
.login .login_wrap .login_box dl dd input::placeholder { font-size: 1.0rem;}
.login .login_wrap .login_btns {display: flex; justify-content: space-between;}
.login .login_wrap .login_btns span a {
    display: inline-block;
    font-size: 0.87rem;
    position: r3elative;
    opacity: 0.7;
    transition: all 0.3s;
    color: #191919;
    font-weight: 400;
}
.login .login_wrap .naver_login {
  padding: 2.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .login .login_wrap .login_box dl dd input::placeholder { font-size: 1.5rem;}
  .login .login_wrap .login_btns span a { font-size: 1.5rem; }
}
.login .login_wrap .login_btns span.left_btns a:first-child {padding-right: 0.6rem; margin-right: 0.5rem;}
.login .login_wrap .login_btns span.left_btns a:first-child::before {
  content: "";
  width: 1px;
  height: 1rem;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 0.2rem;
}
.login .login_wrap .login_btns span a:hover {opacity: 1;}



/* �뚯썝愿�由ъそ �덉씠�꾩썐 �덉쇅泥섎━ */

#headertype_7 {background:#e4ded7; position: relative;}
#bgVisual_7 {background:#e4ded7;}
#bgVisual_7::after {display: none;}
#header #headertype_6::before  {
  content: "";
  position: absolute;
  top: 106px;
  left: 0;
  right: 0;
  height: 1px;
  background:#c8beb4;
  z-index: 10;
}
header #headertype_7 .gnb_depth_1 li a strong:after {background:#866552;}
.sub_top_visual h2 #subTitle7 {
    color: #131921;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: -1px;
    padding-top: 2.5rem;
    display: block;
}

/* �뚯썝媛��� */
.join {padding-bottom: 4rem; max-width: 1200px; margin: 0 auto; }
@media screen and (max-width: 1200px) {
  .join { padding: 0 2rem 4rem; }
}
.page_content .join .page_container {padding: 2rem 0;}
.join_step {display: flex; border-radius:0.5rem; background: #f1f1f1; overflow: hidden;}
.join_step li {flex: 1;}
.join_step li.current {background: #866552; position: relative; color: #fff;}
.join_step li dl {display: flex; align-items: center; justify-content: center; padding: 1.3rem 0;}
.join_step li dl dt {display: flex; align-items: center; justify-content: center; font-family: "Roboto", sans-serif; font-weight: 500; font-size: 0.92rem;}
.join_step li dl dd {font-size: 0.92rem; padding-left:1rem; font-weight: 400;}
@media screen and (max-width: 640px) {
  .join_step li dl {display: block; }
}
.join_step .img-icon {display: inline-flex; margin-right: 0.5rem;}
.join_step .joinstep_1::before {
  width: 32px;
  height:30px;
  background-position: 0 -78px;
}
.join_step li.current .joinstep_1::before {background-position-y:-112px;}
.join_step li.current .joinstep_2::before {background-position-y:-112px;}
.join_step li.current .joinstep_3::before {background-position-y:-112px;}

.join_step .joinstep_2::before {
  width: 26px;
  height:26px;
  background-position: -42px -78px;
}
.join_step .joinstep_3::before {
  width: 28px;
  height:28px;
  background-position: -78px -78px;
}

.join_content .agree_con {text-align: left;}
.join_content h3 {color: #131921; font-size: 1.4rem; font-weight: 600; padding: 1rem 0;}
.join_content .agree_con .agree_box {
    border: 1px solid #e5e5e5;
    font-size: 0.92rem;
    padding: 2rem;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0.5rem;
    line-height: 1.7;
}
.join_content .agree_con .agree_box p {padding: 0.5rem 0;}
.join_content .agree_list {text-align: right; padding: 1rem 0; font-size: 0.92rem; font-weight: 400;}
.join_content .agree_list label {margin-left: 1rem;}
.join_content .agree_all {
    background: #fbfbfb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.92rem;
    font-weight: 400;
    padding: 1.3rem 0;
    border-radius: 0.5rem;
    border: 1px solid #e5e5e5;
    margin: 2rem 0;
}

.auth_con {text-align: left;}
.auth_con .inner {display: flex;}
.auth_con .inner i {display: inline-block;}
.auth_con .inner .auth_txt {flex: 1; margin-right: 0.5rem;  border-radius: 0.5rem; border: 1px solid #ddd;}
.auth_con .inner .auth_txt dl {display: flex; align-items: center; height: 100%; padding-left: 2rem;}
.auth_con .inner .auth_txt dl dt {padding: 0 1rem; position: relative;}
.auth_con .inner .auth_txt dl dt::before {
  content: "";
  width: 1px;
  height: 2.5rem;
  background: #ddd;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 640px) {
  .auth_con .inner .auth_txt dl dd br { display: none; }
}
.auth_con .inner .auth_txt dl dd {padding: 0 1.5rem; font-size: 0.92rem; font-weight: 400;}
.auth_con h4 {color:#131921; font-size:20px; font-weight: 400; margin-bottom:8px; font-size:1rem}
.auth_con .inner &gt; ul {display: flex;}
.auth_info_text {width:72%;}
.auth_info_text &gt; li {position:relative; margin-right:40px}
.auth_info_text &gt; li:before {vertical-align: middle; display:inline-block; content:''; width:2px; height:2px; background-color:#393939; border-radius: 100%;}
.auth_info_text &gt; li {margin: 8px 0 0 0;}
.auth_info_text &gt; li:first-child {margin:0;}



.businessBox {display:flex; margin: 0 0 24px 0 ;}
.auth_con .inner .businessInput {width:430px;}
.auth_con .inner .businessNm {margin-top:10px;}
.auth_con .inner .businessBox input[name="businessNum"] {width:132px; border-radius: 0.5rem; }
.auth_con .inner .businessBox span {margin:0 2px;}
.businessNm input[name="businessName"] {width:100%;  border-radius: 0.5rem;}
.businessBtn {width:calc(100% - 440px); margin-left:10px; height:100%; color:#fff; border-radius: 0.5rem; background-color:#866552;}
.businessBtn a {
  text-align: center;
  display: block;
  margin-left: 10px;
  color:#fff;
  padding: 1.8rem 2rem;
}
.auth_con .inner .auth_btn {
    width: 90%;
    margin:0 0 14px 0;
}
.auth_con .inner .auth_btn a {
  display: block;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.9rem 2rem;
  background-color:#866552;
  border: 1px solid #866552;
  color:#fff;
  border-radius: 0.5rem;
  transition: all .3s;
  font-weight: 400;
}
.auth_con .inner .auth_btn a:hover {
  border: 1px solid #866552;
  background: #fff;
  color:#866552
}
.auth_icon_1::before {
  background-position:-136px -72px;
  width: 38px;
  height: 42px;
}
.auth_icon_2::before {
  background-position:-182px -74px;
  width: 42px;
  height: 42px;
}

.join .next_btn {padding: 3rem 0; text-align: center;}
.join .next_btn a {
    display: inline-block;
    padding: 1rem 3rem;
    font-weight: 400;
    font-size: 0.92rem;
    margin: 0 0.2rem;
    min-width: 180px;
}
@media screen and (max-width: 1095px) {
  .businessBox {display:block;}
  .businessBtn {width:100%; margin-left:0; margin-top:12px;}
  .auth_info_text  {width:92%}
}
@media screen and (max-width: 640px) {
  .join .next_btn a {
      min-width: 120px;
  }
  .auth_con .inner &gt; ul {display: block;}
  .auth_con .inner .auth_btn {width:100%;}
  .auth_con .inner .businessBox input[name="businessNum"] {width:30.5%;}
  .auth_con .inner &gt; ul &gt; li:nth-child(2) {margin-top:20px;}
  .auth_con .inner .businessInput {width:100%;}
}
.join .next_btn a.next {background: #866552; color:#fff;}
.join .next_btn a.prev {background: #a79f9d; color:#fff;}
.join .next_btn a.out {background: #131921; color:#fff;}

.join .regist_end {border-top: 2px solid #131921; border-bottom: 1px solid #ddd; padding: 4rem 0;}
.join .regist_end img {max-width: 100%;}
.join .regist_end dl {padding-top: 1rem;}
.join .regist_end dl dt {font-size: 1.8rem; letter-spacing: -1px; color: #191919;}
.join .regist_end dl dt strong {font-weight: 500; color: #866552;}
.join .regist_end dl dd {padding-top: 1rem;}

.search_member &gt; p {font-weight: 400; line-height: 1.8;}
.search_member .linebox {padding: 2rem;}
.search_member .linebox a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dddddd;
  padding: 4rem;
  min-width: 500px;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  transition: all .3s;
}
@media screen and (max-width: 640px) {
  .search_member .linebox a { min-width: 100%;}
}
.search_member .linebox a:hover {border-color: #866552; color:#866552;}
.search_member .register_form {padding: 2rem 0; border-top: 2px solid #191919; border-bottom: 1px solid #ddd; margin-top: 2rem;}
.search_member .register_form dl:first-child {border-top: 0;}
.search_member .register_form dl:last-child {border-bottom: 0;}

.search_member .register_form dl {align-items: center; justify-content: center; padding: 0.4rem 0;}
.search_member .register_form dl dt {width: 7rem;}
.search_member .register_form dd {flex:inherit;}
.search_member .register_form dl {border-bottom: 0;}
.search_member .linebox dd {padding-top: 1rem;}

.search_result {
  border-top: 2px solid #131921;
  position: relative;
  padding: 3rem 0;
  border-bottom: 1px solid #ddd;
}
.search_result p.icon {
  position: relative;
  padding: 0 0 2rem;
}
.search_result p.info {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
}
.search_result p.info span {
  font-weight: 600;
  color: #866552;
}

.join .prev_btn {padding: 3rem 0;}
.join .prev_btn a {
  border: 1px solid #ddd;
  display: inline-block;
  padding: 1rem 3rem;
  font-weight: 400;
  font-size: 0.92rem;
  margin: 0 0.2rem;
  min-width: 150px;
  transition: all .3s;
}
@media screen and (max-width: 640px) {
  .join .prev_btn a { min-width: 120px; }
}
.join .prev_btn a:hover {background: #866552; color: #fff; border: 1px solid #866552;}
.join_content h3 {text-align: left;}

.join .file_btn i {
    display: inline-flex;
    background: #f8f8f8;
    width: 1.5rem;
    height: 1.5rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 0.3rem;
    margin-left: 0.5rem;
}
.join .file_btn i::before {
  transform: rotate(45deg);
}
.join .file_btn:hover {text-decoration: underline;}
.join .out_comment {padding-top: 1rem; font-weight: 400;}
.join .out_comment strong {color: #191919; font-weight: 500;}


/* A/S �덈궡 */
.as .inner {max-width:1200px; margin:0 auto;}
.as_list {display: grid; grid-template-columns: repeat(6, 1fr); gap:10px;}
.as_list li {position:relative; /*background:#f8f8f8; border:1px solid #e5e5e5;*/display:flex; justify-content: center; padding:2rem 0; color:#191919; font-size:0.9rem;}
.as_list li&gt;i {width:60px; height:60px; font-size:1rem; display:flex; align-items: center; justify-content: center; position:absolute; top:50%; transform: translateY(-50%); left:-35px;}
.as_list li:nth-child(1)&gt;i {display:none;}
.as_list li dl dt, .as_list li dd {text-align:center;}
.as_list li dl {display:flex; flex-direction: column; align-items: center; /*justify-content: center;*/}
/*.as_list li:last-child {background:#f4f1ec url("/resources/img/paragon/sub/as_box_bg.png") center bottom no-repeat; background-size:100% auto;}*/
.as_list li dl dt {font-size:1.2rem; font-weight:400;}
.as_list li dl dt span {display:block; font-size:0.9rem; margin-bottom:0.8rem;}
.as_list li dl dd {display:flex; flex-direction: column; justify-content: center; align-items: center;}
.as_list li dl dd .ico {position:relative; width:100px; height:100px; border-radius: 100%; background:#866552; overflow:hidden; margin:1rem 0; display:flex; align-items: center; justify-content: center; transition: transform .4s;}
.as_list li dl dd .ico::before {display:block; content:''; background-image:url("/resources/img/paragon/sub/icons_as.png"); background-repeat:no-repeat; height:54px;}
.as_list li:nth-child(1) dl dd .ico::before {width:49px; background-position: 0 0;}
.as_list li:nth-child(2) dl dd .ico::before {width:52px; background-position: -64px 0;}
.as_list li:nth-child(3) dl dd .ico::before {width:53px; background-position: -131px 0;}
.as_list li:nth-child(4) dl dd .ico::before {width:45px; background-position: -199px 0;}
.as_list li:nth-child(5) dl dd .ico::before {width:49px; background-position: -259px 0;}
.as_list li:nth-child(6) dl dd .ico::before {width:47px; background-position: -324px 0;}
.as_call {background:url("/resources/img/paragon/sub/as_bg.jpg") center top; background-size:cover; margin-top:7.5rem; padding:4.5rem 0 10rem;}
.as_call h2 {color: #131921; font-size: 2.4rem; text-align: center; font-weight: 500; text-transform:uppercase;}
.as_call .call_list {margin:2.5rem -1rem;}
.as_call .call_list ul {display:flex; width:100%; position:relative;}
.as_call .call_list ul::after {display:block; content:''; width:1px; height:100%; background:#e5e5e5; position:absolute; left:50%; transform: translateX(-50%); top:0;}
.as_call .call_list ul li {display:flex; width:50%; flex-direction: column; align-items: center; color:#131921; font-size:1.2rem; font-weight:400; text-align:center; margin:0 1rem;}
.as_call .call_list ul li dl {width:100%;}
.as_call .call_list ul li dl dt {margin-bottom:1rem;}
.as_call .call_list ul li dl dd {display:flex; background:#fff; border:1px solid #e5e5e5; width:100%; padding:1rem; align-items:center; justify-content: center;}
.as_call .call_list ul li dl dd i {position:relative; margin-right:1rem; color:#131921; top:2px; font-size:1.4rem;}
.as_call .btn_box {text-align:center;}
.as_call .btn_download {display:inline-block; background:#131921; color:#fff; font-size:1.2rem; padding:1rem 1.5rem; transform: width .4s;}
.as_call .btn_download i {margin-left:1rem;}

/* NEWS */
.notice_table .table_list {border-top:2px solid #000; margin-top:1rem; margin-bottom:3rem;}
.notice_table .table_list&gt;li {border-bottom:1px solid #d6d6d6;}
.notice_table .table_list .table_con {display:flex; width:100%; align-items: center;}
.notice_table .table_list .table_con .td_group {display:flex; align-items: center;}
.notice_table .table_list .table_con .td {padding:1.6rem 0.8rem; font-size:1rem; word-break:break-all; line-height:1.6; color:#191919;}
.notice_table .table_list .table_con .td.sbj {text-align:left; font-weight:300;}
.notice_table .table_list .table_con .td.sbj a {text-overflow: ellipsis; display:-webkit-box; overflow:hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; color:#191919;}
.notice_table .table_list .table_con .td.date {min-width:150px;font-family:"Roboto", tahoma, sans-serif; font-weight: 300; white-space: nowrap; color:#797979;}
.notice_table .table_list .table_con .td.press {min-width:140px;}

.notice_table .table_list .table_con.hot_issue .td  {font-weight:400; color:#191919}
.notice_table .table_list .table_con.hot_issue .new {display:inline-block; padding:0.1rem 0.7rem; font-size:0.7rem; background:#000; color:#fff; font-weight: 300; font-family: "Roboto", sans-serif; margin-left:0.5rem; vertical-align: middle;}

/* 怨듭��ы빆 */

.board_view .notice_top ul {border-bottom:1px solid #e5e5e5;}

.notice_navi {position:relative; display:flex; flex-direction: column; padding:0; margin:4rem 6%;}
.notice_navi .nav_arrow {display:flex; width:100%; justify-content: space-between;}
.notice_navi .nav_center {position:absolute; top:0; left:50%; transform: translateX(-50%);}


@media screen and (max-width: 1600px) {

  html {font-size: 14px;}
  header .header_con {padding-left: 2rem; min-width:auto;}
  header .header_con .header_util {display: flex; justify-content:center;}
  header .header_con .header_util span {margin-left: 0;}
  header .header_con .header_util .allmenu_btn_in {margin-left: 0;}
  .allmenu_con .menu_list&gt;ul {
    min-width: inherit;
    width: 100%;
    padding: 0 3rem;
  }
  .content-sales .sales_con .inner, .content-news .inner {padding:3rem 6%;}

}

@media screen and (max-width: 1400px) {
  header .header_con {padding-right:2rem}
  header .header_con .gnb_depth_1&gt;li&gt;a {padding:0 0.5rem 0;}
}


@media screen and (max-width: 1690px) {
  .brand .brand_list {height:inherit;}
  .brand .brand_img_wrap {position:relative; height:auto;}
  .brand .brand_img_wrap .img_area {position:relative; height:inherit; padding:7.5rem 0;}
  .brand .brand_img_wrap.active .img_area {width:100%;}
  .brand .brand_con_list {padding:5rem 0; margin-top:-4.5rem;}
  .brand .brand_con_list .inner {padding-left:0; height:inherit;}
  .brand .brand_con_list .con {padding:4.5rem 0;}


}

@media screen and (max-width: 1280px) {
  .page_location {padding-left:6%; padding-right:6%;}
  .as .inner {padding-left:6%; padding-right:6%;}
  .cs_board.page_container {padding: 0 2rem;}
  .board_view .notice_top {padding-left:6%; padding-right:6%;}
  .board_view .view_contents {margin:0 6%;}
  .notice_navi {margin:4rem 6%;}

  .apt_sales .schedule_sec {padding:0 6% 4rem}
  .schedule_sec .schedule_con &gt; ul &gt; li {padding:1.3rem;}
  .saleslist_sec {padding:0 6%!important;}
  .apt_sales .sales_view {padding:0 6%;}

  .gallery-container {flex-direction: column;}
  .gallery-container .swiper_view {max-width:100%; width:100%;}
  .gallery-container .right_con {padding:2rem 1rem; margin:0 2rem;}
  .gallery-container .swiper_thumb {width:100%; height:auto;}
  .gallery-container .right_con .arrow_nav.nav_left {left:-1rem; top:50%; transform: translateY(-50%);}
  .gallery-container .right_con .arrow_nav i.icon-chevron-up:before {content:"\e93b"!important;}
  .gallery-container .right_con .arrow_nav i.icon-chevron-down:before {content:"\e93c"!important;}
  .gallery-container .right_con .arrow_nav.nav_right {bottom:inherit; top:50%; transform: translateY(-50%); right:-1rem;}
  .gallery-container .swiper_thumb .swiper-slide {height:10rem;}

  .media .page_container {padding:0 6%;}
  .media_wrap {padding:4rem 6%;}


}

@media screen and (max-width: 1024px) {
  html {font-size: 13px;}
  .pc-img {display:none;}
  .m-img {display:block;}
  .smallscreen header .header_con h1 a {width: 120px; background-size: contain; margin-top:15px;}
  .smallscreen .allmenu_con {top: 60px;}
  header .header_con {padding-right:6%; padding-left:6%;}
  header .header_con .gnb {display:none;}
  header .header_con .header_util {padding-top:2rem;}
  header .header_con .header_util .util_menu {display:block;}
  header .header_con .header_util&gt;span {display:none;}

  .content-sales .sales_con .inner, .content-news .inner {padding:3rem 6%;}
  .section.full-visual .brand_con {padding-top:0;}
  .section.full-visual .brand_con .inner {padding:0 6%;}
  .section.full-visual .brand_con .brand_tit .txt {padding:1.5rem 0;}
  .layout_main .quick_list li a {font-size:1.2rem;}
  .quick_list .img-icon::before {transform: scale(0.5);}

  .visual-slider .visual-tit {padding-left:6%; padding-right:6%;}
  .visual-slider .swiper-container .slide_pager {top:inherit; right:0; bottom:4rem; left:0; width:100%; flex-direction: row; align-items:inherit; justify-content:center;}
  .visual-slider .swiper-container .slide_pager li {padding:0 0.5rem;}
  .visual-slider .visual-tit img {max-width:100%;}

  footer {padding:0 6%;}
  footer .footer_con {padding:4rem 0; justify-content: center; flex-direction: column; position:relative;}
  footer .footer_con .logo_sec {padding-right:0; padding-bottom:2rem; border-bottom:1px solid #262b31;}
  footer .footer_con .txt_sec {padding-top:2.5rem;}
  footer .footer_con .privacy_link {display:flex;}
  footer .footer_con .privacy_link a {font-size:1.2rem; flex:1; text-align: center;}
  footer .footer_con .copyright {font-size:1rem; text-align:center; margin-top:2rem;}
  footer .sns_link {display:none;}
  footer .footer_con .link_sec {position:absolute; right:0; top:5.2rem;}
  footer .family_con &gt; a {font-size:1.2rem;}
  footer .family_con &gt; div&gt;.list a {font-size:1rem;}


  #bgVisual_0 {background: url(../img/paragon/sub/m_sub_visual_2.jpg) no-repeat center center;}
#bgVisual_1 {background: url(../img/paragon/sub/m_sub_visual_1.jpg) no-repeat center center;}
#bgVisual_2 {background: url(../img/paragon/sub/m_sub_visual_3.jpg) no-repeat center center;}
#bgVisual_3 {background: url(../img/paragon/sub/m_sub_visual_4.jpg) no-repeat center center;}
#bgVisual_4 {background: url(../img/paragon/sub/m_sub_visual_5.jpg) no-repeat center center;}
#bgVisual_5 {background: url(../img/paragon/sub/m_sub_visual_6.jpg) no-repeat center center;}

  /* .sub_top_visual {padding-bottom:75%;} */
  .sub_top_visual h2 {font-size:3rem; white-space: nowrap; top: 60%; }
  .page_location {position:absolute; left:0; top:6.2rem; z-index:10; padding:2rem 6%;}
  .page_location .home a, .page_location .path-item {color:#fff; font-size:1.2rem;}

  .page_depth_link {padding:0 6%;}
  .page_depth_link ul {flex-wrap:wrap; width:100%;}
  .page_depth_link ul li {min-width: inherit; flex:1;}
  .page_depth_link ul li a {font-size:1.3rem;}

  .page_title {padding:7rem 0 2.5rem;}
  .page_title h2 {font-size:3rem;}

  .brand .brand_sec {height:inherit; min-height:inherit;}
  .brand .brand_sec.brand_sec0 {padding:8rem 6% 13rem;}
  .brand .brand_sec .brand_tit {font-size:3rem;}
  .brand .brand_sec .brand_txt {font-size:1.2rem;}
  .brand .brand_sec .brand_txt dl {padding-bottom:0;}
  .brand .brand_sec .brand_txt dl dd {padding-bottom:4rem;}
  .brand .brand_sec .brand_txt dl dd .m-img {display:inline-block;}
  .brand .brand_list {margin-top:0;}
  .brand .brand_img_wrap .img_area {padding:7.5rem 6%;}
  .brand .brand_img_wrap h2 {font-size:3rem;}
  .brand .brand_con_list .inner {padding-left:6%; padding-right:6%;}
  .brand .brand_con_list .con h3 { font-size:1.5rem; width:100%;}
  .brand .brand_sec1 .brand_con_list .con:first-child {justify-content: center;}
  .brand .brand_sec1 .brand_con_list .con:first-child p {padding-left:12%; padding-right:12%;}
  .brand .brand_sec1 .brand_con_list .con {flex-direction: row; justify-content: space-between; align-items: flex-start;}
  .brand .brand_sec1 .brand_con_list .con h3 {width:50%;}
  .brand .brand_sec1 .brand_con_list .con ul {width:50%; grid-template-columns:repeat(1, 1fr); gap:3rem; text-align: center;}
  .brand .brand_sec3 .brand_con_list .con h3 {padding-bottom:3rem;}
  .brand .brand_sec3 .brand_con_list .con p {padding:0 8%;}
  .brand .brand_sec3 .brand_con_list .con p.txt_url {padding:0 20%;}
  .brand .brand_sec4 .brand_con_list .inner {padding:8rem 0;}
  .brand .brand_sec4 .brand_con_list dl dd img {max-width:80%;}
  .brand .brand_sec1 .brand_con_list {margin-top:0;}

  .content_footer .inner {flex-direction: column;}
  .content_footer .line {margin:3.5rem 0;}

  .content_footer.brand_footer .bg {background-image:url("../img/paragon/sub/m_brand_footer_bg.jpg");}

  .as_list {grid-template-columns: repeat(3, 1fr);}
  .as_list li:nth-child(3n+1)&gt;i {display:none;}

  .as_list li {font-size:1.4rem;}
  .as_list li dl dt {font-size:1.5rem;}
  .as_list li dl dt span {font-size:1.2rem;}
  .as_call .call_list ul li {font-size:1.5rem;}
  .as_call .call_list ul li dl dd {flex-direction: column; padding:2rem;}
  .as_call .call_list ul li dl dd i {margin-right:0; margin-bottom:1.5rem; font-size:1.8rem;}
  .as_call .btn_download {font-size:1.5rem; padding:1.5rem 2rem;}

  /* .cs_board.page_container {padding-left:0; padding-right:0;} */
  .top_search_box {padding-bottom:0;flex-direction: column; width:100%;}

  .select-wrapper {width:88%; margin-bottom:2rem; margin-left:6%; margin-right:6%;}
  .top_search_box .select-wrapper select {width: 100%!important; height:45px; font-size:1.2rem;}
  .top_search_box .search_in {width:100%; padding:1.5rem 6%; background:#f7f7f7}
  .top_search_box .search_in .inner_con {width:100%; font-size:1.2rem;}
  .top_search_box .search_in .inner_con .placeholder {width:100%; background:#fff;}
  .top_search_box .search_in .placeholder input {width:100%; background:#fff;}
  .top_search_box .search_in .placeholder label {font-size:1.2rem;}
  .top_search_box .search_in .btn {font-size:1.2rem;}

  .pagination {font-size:1.3rem;}
  .pagination button.pagbtn {font-size:1.3rem;}
  .pagination strong {font-size:1.3rem;}

  .notice_table .table_list {margin-top:0;}
  .notice_table .table_list&gt;li {margin:0 6%; padding:0 1%;}
  .notice_table .table_list .table_con {flex-direction: column; justify-content: center; align-items: flex-start;}
  .notice_table .table_list .table_con .td {font-size:1.3rem;}
  .notice_table .table_list .table_con .td_group .td {text-align:left; padding-bottom:0; min-width: 120px;}
  .notice_table .table_list .table_con .td.sbj {padding-top:0.8rem;}

  .board_view .notice_top dl dt, .board_view .notice_top dl dd {font-size:1.3rem;}
  .notice_navi .nav_con a { font-size:1.2rem; padding:1.5rem 2rem;}

  .schedule_sec .year_con span {font-size:1.8rem;}
  .schedule_sec .year_con a {width:3.5rem; height:3.5rem;}
  .schedule_sec .schedule_con &gt; ul {grid-template-columns:repeat(1, 1fr); height:40rem; overflow-y:scroll; border-bottom:1px solid #e5e5e5;}
  .schedule_sec .schedule_con &gt; ul &gt; li {display:flex; align-items: center;}
  .schedule_sec .schedule_con &gt; ul &gt; li .month_sec {display:flex; align-items: center; padding-bottom:0; width:20%;}
  .schedule_sec .schedule_con &gt; ul &gt; li &gt; ul {width:80%;}
  .schedule_sec .schedule_con &gt; ul &gt; li &gt; ul &gt; li {margin-top:1rem; padding-top:1rem; border-top:1px solid #e5e5e5; width:100%;}
  .schedule_sec .schedule_con &gt; ul &gt; li &gt; ul &gt; li:first-child {border-top:0; margin-top:-1rem;}
  .schedule_sec .schedule_con &gt; ul &gt; li .month_sec .num {font-size: 2.2rem; padding-right:1.5rem;}
  .schedule_sec .schedule_con &gt; ul &gt; li .month_sec .mon {font-size:1.3rem;}
  .schedule_sec .schedule_con &gt; ul &gt; li dl {margin-right:1.5rem;}
  .schedule_sec .schedule_con &gt; ul &gt; li dl dt .label {font-size:1.3rem; width:6rem; padding:0.5rem 0;}
  .schedule_sec .schedule_con &gt; ul &gt; li dl dd {font-size:1.4rem; margin-left:0.5rem;}

  .saleslist_sec {padding:0!important;}
  .saleslist_sec .thumb_sales {padding:0 6%; margin-top:2.5rem; grid-template-columns:repeat(2, 1fr);}
  .saleslist_sec .thumb_sales &gt; li {margin-bottom:2.4rem;}
  .saleslist_sec .thumb_sales &gt; li .sales_data .sales_tit {font-size:1.8rem;}
  .saleslist_sec .complex_img .sticker {font-size:1.4rem; width:6rem; height:6rem;}
  .saleslist_sec .thumb_sales &gt; li .details ul.info {min-height:200px;}
  .saleslist_sec .thumb_sales &gt; li .details ul.info &gt; li {font-size:1.2rem; margin-bottom:1rem;}
  .saleslist_sec .thumb_sales &gt; li .details ul.info &gt; li strong {width:80px;}
  .saleslist_sec .thumb_sales &gt; li .details .btn_set &gt; li a {font-size:1.5rem; padding:1.5rem 0;}
  .list_more_box .btn_more {width:15rem;}
  .list_more_box .page_more_wrap .page_more_box .more_txt {font-size:1.5rem;}
  .apt_sales .sales_view .view_body .sales_tab ul li a.on
  .apt_sales .sales_view .view_top .tit {font-size:2.3rem; padding:0; border:0; background:none; margin-bottom:2.5rem;}
  .apt_sales .sales_view .view_top .tit .sticker {font-size:1.2rem; padding:0.5rem 1.2rem; margin-right:1rem;}
  .apt_sales .sales_view .view_body .sales_tab {display:flex; justify-content: center; padding:0 3rem 3rem; border-bottom:0.3px solid #131921;}
  .apt_sales .sales_view .view_body .sales_tab::before {display:none;}
  .apt_sales .sales_view .view_body .sales_tab ul li {margin-left:0; position:relative;}
  .apt_sales .sales_view .view_body .sales_tab ul li::before {display:block; content:''; width:1px; height:70%; position:absolute; top:50%; left:0; transform: translateY(-50%); background:#dcdcdc;}
  .apt_sales .sales_view .view_body .sales_tab ul li a {border:0; font-size:1.5rem; background:#fff; padding:0 1.5rem; font-weight:300}
  .apt_sales .sales_view .view_body .sales_tab ul li a.on {position:static; font-weight:500;}
  .apt_sales .sales_view .view_body .sales_info {padding:3rem 0;}
  .apt_sales .sales_view .view_body .sales_info ul {grid-template-columns:repeat(1, 1fr); gap:1.2rem;}
  .apt_sales .sales_view .view_body .sales_info ul li dl {font-size:1.3rem;}
  .apt_sales .sales_view .view_body .sales_info ul li::before {top:0.8rem;}
  .apt_sales .sales_view .view_body .sales_info ul li dl dt {width:7.5rem;}
  .apt_sales .sales_view .buttons {display:flex; justify-content: space-between;}
  .apt_sales .sales_view .buttons a {width:49%; min-width: inherit; font-size:1.3rem;}

  .apt_sales .btn_hover {padding:1.2rem 0;}
  .apt_sales .btn_hover.btn_hover_black {background:#121921; color:#fff;}
  .apt_sales .btn_hover.btn_hover_sepia {background:#866552; color:#fff;}

  .apt_sales .sales_view .const_top .select-wrapper:before {top:2.5rem;}
  .const_top dl dt {font-size:1.3rem;}
  .const_top dl dt::before {top:1rem;}
  .const_top dl dd {font-size:2.2rem; padding-left:1rem;}
  .const_top .select-wrapper select {height:3.4rem; font-size:1.3rem;}
  .const_top .select_box {position:relative; margin-top:-1.3rem;}
  .const_btm {}

  .const_btm dl {font-size:1.3rem;}
  .const_btm dl dt::before {top:1rem;}
  .gallery-container .swiper_view {height:26rem;}

  .apt_sales .download {display:flex; flex-direction: column; padding:0 10%; margin-top:5rem;}
  .apt_sales .download a {font-size:1.3rem; margin-top:1rem;}
  .apt_sales .download a:first-child {margin-top:0;}


  .faq_list .ac-cont &gt; dt &gt; a {font-size:1.3rem;}
  .faq_list .ac-cont&gt;dt&gt;span {font-size: 1.3rem;}
  .faq_list .ac-cont.on&gt;dt&gt;a {font-size:1.3rem;}
  .faq_list .ac-cont&gt;dd&gt;div {font-size:1.3rem;}

  .media .page_container {padding:0;}
  .media_wrap .media_list ul {grid-template-columns:repeat(1, 1fr); gap:3rem;}
  .media_wrap .media_list .info {font-size:1.3rem;}
  .media_wrap .media_list .page_more_wrap .page_more_box a {font-size:1.5rem;}

}

@media screen and (max-width: 980px) {
  html {font-size: 12px;}
  header {position:fixed;}
  .section.full-visual, .section.visual-slider .fp-tableCell {height:100vh!important;}
  .section.full-visual .brand_con .brand_tit .tit {font-size:4.5rem;}
  .section.full-visual .brand_con .brand_tit .txt {font-size:1.8rem;}
  .section.full-visual .brand_con .brand_tit .txt dd {font-size:1.8rem;}
  .section.full-visual .brand_con .brand_tit .brand_info dd {font-size:1.8rem;}


  .layout_main .section h2 {text-align:center;}
  .layout_main .section h2 strong {padding-right:0;}

  .content-sales .sales_con .inner, .content-news .inner {padding:8rem 6%;}

  .content-sales .sales_con .tab_util {margin-top:2rem; justify-content: center;}
  .content-sales .sales_con .tab_util .tab_navi {display:none;}
  .content-sales .sales_con .tab_util .tab_btns li a {font-size:1.5rem;}
  .content-sales .sales_con .sales_list .thumb .label {font-size:1.3rem;}
  .content-sales .sales_con .sales_list .detail .info {font-size:1rem;}
  .content-sales .sales_con .sales_list .detail dd {font-size:1.2rem;}
  .content-sales .swiper-pagination {position:relative; margin-top:3rem; bottom:inherit;}

  .content-news .news_list .date {font-size:1.2rem;}
  .content-news .news_list dl dt {font-size:2rem; height:5rem;}
  .content-news .news_list dl dd {font-size:1.2rem; height:5rem;}
  .content-news .more_area .more a {font-size:1.2rem;}
  .content-news .more_area a.arrow_nav {font-size:1.2rem;}

}

@media screen and (max-width: 768px) {


  .as_call .btn_download {width:100%;}

  .notice_navi .nav_arrow .nav_con {width:49%;}
  .notice_navi .nav_con a {width:100%;}
  .notice_navi .nav_center {position:relative; top:inherit; left:inherit; transform: none; width:100%; margin-top:2rem;}
  .notice_navi .nav_center a {background:#121921; color:#fff;}
  .saleslist_sec .thumb_sales {grid-template-columns:repeat(1, 1fr);}
  .saleslist_sec .thumb_sales &gt; li .details ul.info {min-height:inherit; padding:2rem;}

  .schedule_sec .schedule_con &gt; ul &gt; li .month_sec {width:30%;}
  .schedule_sec .schedule_con &gt; ul &gt; li &gt; ul {width:70%;}




}


@media screen and (max-width: 640px) {
  html {font-size: 10px;}
    /* header .header_con h1 a {height: 60px; background-size: contain; width: 100px;}
    header .header_con .header_util {width: 50px;}
    header .header_con .header_util .allmenu_close i {font-size: 1.8rem;}
    header .header_con .header_util .allmenu a {width: 27px; height: 22px;}
    header .header_con .header_util .allmenu_btn_in {justify-content: center;} */
    .allmenu_con {top:60px;}
    .footer_addr .footlogo {width: 30%;}

    .layout_main .quick_list ul {width:100%; flex-wrap: wrap;}
    .layout_main .quick_list li {width:50%; flex:inherit;}
    .section.full-visual .brand_con {margin-top:-3rem;}
    footer .footer_con .link_sec {top:5.5rem;}
    .page_location {top:7.5rem;}
    .select-wrapper:before {top:1.4rem;}
    .placeholder label {top:1.3rem;}
    .sub_top_visual.sub_top_visual_7 {padding-bottom: 0; height:20vh;}



}

@media screen and (max-width: 480px) {


    #mobileNav .depth0&gt;li {margin-bottom: 0.5rem;}
    #mobileNav .depth0&gt;li&gt;a {font-size: 1.2rem; padding-left: 2rem;}
    #mobileNav .depth0&gt;li.on&gt;a::before {left: 2rem;}
    #mobileNav .depth1&gt;li&gt;a {padding-left: 1.1rem;}

    .smallscreen header .header_con h1 a {width: 90px;}
    .smallscreen header .header_con h1 a {margin-top:1rem}
    header .header_con .header_util {padding-top:2.5rem;}
    #mobileNav .depth0 {padding: 1.5rem; padding-left: 0;}
    #mobileNav .depth0&gt;li.on&gt;a::before {left: 1.14rem; width: 4px; height: 4px; border-radius: 4px;}
    #mobileNav .depth1 {padding-left: 1rem;}

    header .hamburger_icon i:nth-child(2) {margin:4px 0;}

    .page_location {top:7rem;}

    .as_list li dl dd .ico {transform:scale(0.8)}
    .as_call .call_list ul li dl dd {font-size:1.4rem; padding:2rem 1rem;}

    .schedule_sec .schedule_con &gt; ul &gt; li {padding:1rem 0.8rem;}
    .schedule_sec .schedule_con &gt; ul &gt; li .month_sec {width:25%;}
    .schedule_sec .schedule_con &gt; ul &gt; li &gt; ul {width:75%;}

    .gallery-container .swiper_thumb .swiper-slide {height:6rem;}

}

@media screen and (max-width: 380px) {
  html {font-size: 9px;}
  footer .footer_con .link_sec {top:6rem;}

  .notice_table .table_list .table_con .td_group .td {text-align:left; padding-bottom:0; min-width: 100px;}

  .as_list {grid-template-columns:repeat(2, 1fr);}
  .as_list li:nth-child(3n+1)&gt;i {display:flex;}
  .as_list li:nth-child(2n+1)&gt;i {display:none;}
}


@media screen and (max-width: 320px) {
  html {font-size: 7px;}
  header .header_con .header_util {padding-top:3.5rem;}

  .content-news .news_list dl dd {height:4.2rem;}
  footer .footer_con .link_sec {top:7rem;}
  #goTop {top:-9rem;}
  #goTop a {width:5.8rem; height:5.8rem;}

  .page_location {top:9.5rem;}
  .as_list {gap:15px;}
  .as_list li&gt;i {left:-37px;}
  .as_call {padding-bottom:12rem;}

  .select-wrapper:before {top:2rem;}
  .placeholder label {top:2rem;}


}



/* privacy */
.privacy_wrap {max-width: 1200px; margin: 0 auto 10rem; position: relative; overflow: hidden;}
.privacy_wrap .privacy_con {border:1px solid#eee; padding:2rem; font-size:1rem;}
.privacy_wrap .privacy_con h1 {font-size:1.3rem; font-weight:400; margin-top:2rem; color:#000;}
.privacy_wrap .privacy_con h1:first-child {margin-top:0;}
.privacy_wrap .privacy_con p {margin-top:1.2rem;}
.privacy_wrap .privacy_con .list_1depth {margin-top:1rem; padding-left:1rem;}
.privacy_wrap .privacy_con .list_1depth&gt;li {margin-top:1rem;}
.privacy_wrap .privacy_con .list_1depth&gt;li:first-child {margin-top:0;}
.privacy_wrap .privacy_con .list_2depth {margin-top:1rem; padding-left:1rem;}

.privacy_wrap .privacy_con table {width:100%; margin-top:1.5rem;}
.privacy_wrap .privacy_con table td, .privacy_con table th {padding:0.5rem; border:1px solid #eee;}
@media screen and (max-width: 1280px) {
    .privacy_wrap {padding:0 6%;}
}
@media screen and (max-width: 1024px) {
    .privacy_wrap .privacy_con {font-size:1.2rem;}
    .privacy_wrap .privacy_con h1 {font-size:1.6rem;}
}
@media screen and (max-width: 768px) {
    .privacy_wrap .privacy_con .table_box {width:100%; overflow-x: scroll;}
    .privacy_wrap .privacy_con .table_box table {width:600px!important;}
}
.nodata {margin:4rem 0 10rem;}
.nodata p {font-size:1.4rem; color:#000; text-align: center; width:100%; background:rgba(220,224,227,0.7); padding:1rem; border-radius: 100rem;}
@media screen and (max-width: 1280px) {
    .nodata {padding:0 6%;}
}


/* 釉뚮옖�� */
.paragon_brand .brand_sec {width: 100%; height: 100vh; overflow: hidden; position: relative; color: #191919;}
.paragon_brand .brand_sec .br {display:block;}
.paragon_brand .brand_sec img {max-width: 100%;}
.paragon_brand .brand_sec .brand_tit {text-align: center; font-size: 4rem; color:#fff;}
.paragon_brand .brand_sec .brand_txt {text-align: center;}
.paragon_brand .brand_sec .brand_txt dl {padding-bottom: 8rem;}
.paragon_brand .brand_sec .brand_txt dl dt {padding: 1rem 0;}
.paragon_brand .brand_sec .brand_txt dl dt p {padding: 0.7rem 0; font-weight: 400; color: #fff;}
.paragon_brand .brand_sec .brand_txt dl dd {padding: 2rem 0 0;}
.paragon_brand .brand_sec.brand_sec0 { display: flex; align-items: center; justify-content: center; flex-direction: column;}
.paragon_brand .brand_sec .bg { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; }
.paragon_brand .brand_sec .brand_bg0 { background: url("../img/paragon/sub/paragon_brand_bg0.jpg") center center/cover no-repeat; }

.paragon_brand .brand_content_sec { display: flex; height: 100vh; margin: 5rem 0; }
.paragon_brand .brand_content_sec .img_area { width: 50%; height: 100vh; position: relative; }
.paragon_brand .brand_content_sec .img_area .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.paragon_brand .brand_content_sec .text_area { width: 50%; height: 100vh; position: relative; display: flex; align-items: center; }
.paragon_brand .brand_content_sec.sec1 .img_area .bg { background: url("../img/paragon/sub/paragon_brand_bg1.jpg") center center/cover no-repeat; }
.paragon_brand .brand_content_sec.sec2 .img_area .bg { background: url("../img/paragon/sub/paragon_brand_bg2.jpg") center center/cover no-repeat; }
.paragon_brand .brand_content_sec.sec1 .text_area dl { width: 100%; text-align: right; margin: 0 auto; padding: 0 10rem;}
.paragon_brand .brand_content_sec.sec1 .text_area dt { font-size: 4rem; color: #866552; font-weight: 400; letter-spacing: -1; word-spacing: 2px;}
.paragon_brand .brand_content_sec.sec1 .text_area dd:nth-of-type(1) { font-size: 2.5rem; font-weight: 400; padding: 2rem 0 5rem;}
.paragon_brand .brand_content_sec.sec1 .text_area dd:nth-of-type(2) { font-size: 1.2rem;  }
.paragon_brand .brand_content_sec.sec1 .text_area dd:nth-of-type(2) * { vertical-align: middle;}
.paragon_brand .brand_content_sec.sec2 .text_area { text-align: center; display: flex; align-items: center;}
.paragon_brand .brand_content_sec.sec2 .text_list { padding: 0 10rem; width: 100%;}
.paragon_brand .brand_content_sec.sec2 .text_list p.t1 { line-height: 2.2; font-size: 1rem; }
.paragon_brand .brand_content_sec.sec2 .text_list p.t2 { position: relative; padding: 8rem 0 4rem; font-size: 1.5rem; font-weight: 400; }
.paragon_brand .brand_content_sec.sec2 .text_list p.t2::before { content: ""; display: block; position: absolute; top: 1rem; left: 50%; width: 1px; height: 6rem; background: #000; }

@media screen and (max-width: 1690px) {
  .paragon_brand .brand_content_sec { display: flex; height: auto; margin: 5rem 0; flex-direction: column;}
  .paragon_brand .brand_content_sec .img_area { width: 100%; height: 40vh; position: relative; }
  .paragon_brand .brand_content_sec .text_area { width: 100%; height: auto; padding: 6rem 0 3rem; position: relative; display: flex; align-items: center; }
  .paragon_brand .brand_content_sec.sec1 .img_area { order: 0; }
  .paragon_brand .brand_content_sec.sec1 .text_area { order: 1; }
  .paragon_brand .brand_content_sec.sec1 .text_area dl { text-align: center;}
  .paragon_brand .brand_content_sec.sec1 .text_area dl dt { line-height: 1.4;}
  .paragon_brand .brand_content_sec.sec1 .text_area dl dt br { display: none; }
  .paragon_brand .brand_content_sec.sec2 .img_area { order: 0; }
  .paragon_brand .brand_content_sec.sec2 .text_area { order: 1; }
}

@media screen and (max-width: 600px) {
  .paragon_brand .brand_content_sec.sec2 .text_list { padding: 0 10rem; width: 100%;}
  .paragon_brand .brand_content_sec.sec2 .text_list p.t3 img { width: 100%;}
}

/* �꾨━誘몄뾼 */
.paragon_premium .brand_sec {width: 100%; height: 100vh; overflow: hidden; position: relative; color: #191919;}
.paragon_premium .brand_sec .br {display:block;}
.paragon_premium .brand_sec img {max-width: 100%;}
.paragon_premium .brand_sec .brand_tit {text-align: center; font-size: 4rem; color:#fff;}
.paragon_premium .brand_sec .brand_tit span { font-size: 2.6rem; display: block; text-align: center;}
@media screen and (max-width: 600px) {
  .paragon_premium .brand_sec .brand_tit span { font-size: 4.5vw;}
}
.paragon_premium .brand_sec .brand_tit strong { font-size: 6rem; display: block; text-align: center; padding: 2rem 0; color: #866552;}
.paragon_premium .brand_sec .brand_txt {text-align: center;}
.paragon_premium .brand_sec .brand_txt dl {padding-bottom: 8rem;}
.paragon_premium .brand_sec .brand_txt dl dt {padding: 1rem 0;}
.paragon_premium .brand_sec .brand_txt dl dt p {padding: 0.7rem 0; font-size: 1.8rem; font-weight: 200; color: #fff;}
.paragon_premium .brand_sec .brand_txt dl dt p strong { font-weight: 400; }
.paragon_premium .brand_sec .brand_txt dl dd {padding: 2rem 0 0;}
.paragon_premium .brand_sec.brand_sec0 { display: flex; align-items: center; justify-content: center; flex-direction: column;}
.paragon_premium .brand_sec .bg { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; }
.paragon_premium .brand_sec .brand_bg0 { background: url("../img/paragon/sub/paragon_premium_bg0.jpg") center center/cover no-repeat; }

.paragon_premium .brand_content_sec { display: flex; height: 60rem; padding: 5rem 0; margin: 5rem 0; position: relative;}
.paragon_premium .brand_content_sec .img_area { width: 50%; height: 50rem; position: relative; }
.paragon_premium .brand_content_sec .img_area .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.paragon_premium .brand_content_sec .text_area { width: 50%; height: 50rem; position: relative; display: flex; align-items: center; padding: 0 10rem;}
.paragon_premium .brand_content_sec.sec1 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg1.jpg") center center/contain no-repeat; }
.paragon_premium .brand_content_sec.sec2 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg2.jpg") center center/contain no-repeat; }
.paragon_premium .brand_content_sec.sec3 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg3.jpg") left center/contain no-repeat; }
.paragon_premium .brand_content_sec.sec4 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg4.jpg") center center/contain no-repeat; }
.paragon_premium .brand_content_sec.sec5 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg5.jpg") left center/contain no-repeat; }
.paragon_premium .brand_content_sec.sec6 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg6.jpg") right center/contain no-repeat; }
.paragon_premium .brand_content_sec.sec7 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg7.jpg") left center/contain no-repeat; }
.paragon_premium .brand_content_sec.sec8 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg8.jpg") center center/contain no-repeat; }

.paragon_premium .brand_content_sec .text_area dl { width: 100%; max-width: 403px; padding: 0;}
.paragon_premium .brand_content_sec .text_area dt { font-size: 4rem; color: #866552; font-weight: 400; letter-spacing: -1; word-spacing: 2px;}
.paragon_premium .brand_content_sec .text_area dd:nth-of-type(1) { font-size: 2.5rem; font-weight: 400; padding: 2rem 0 3rem; text-align: left;}
.paragon_premium .brand_content_sec .text_area dd:nth-of-type(2) { font-size: 1.1rem; font-weight: 400; }
.paragon_premium .brand_content_sec .text_area dd:nth-of-type(2) * { vertical-align: middle;}

.paragon_premium .brand_content_sec .text_area dd:nth-of-type(1) span { font-size: 1rem; font-weight: 500;}
.paragon_premium .brand_content_sec .text_area dd:nth-of-type(1) strong { font-size: 2.4rem; font-weight: 500;}

.paragon_premium .brand_content_sec::before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 60%; height: 100%; background: #f5f2ec; }
.paragon_premium .brand_content_sec.sec1::before { background: #f5f2ec; left: 0;}
.paragon_premium .brand_content_sec.sec2::before { background: #faf1ee; right: 0; left: auto;}
.paragon_premium .brand_content_sec.sec3::before { background: #f4f3f2; left: 0;}
.paragon_premium .brand_content_sec.sec4::before { background: #f5f2ec; right: 0; left: auto;}
.paragon_premium .brand_content_sec.sec5::before { background: #faf1ee; left: 0;}
.paragon_premium .brand_content_sec.sec6::before { background: #f4f3f2; right: 0; left: auto;}
.paragon_premium .brand_content_sec.sec7::before { background: #f5f2ec; left: 0;}
.paragon_premium .brand_content_sec.sec8::before { background: #faf1ee; right: 0; left: auto;}

.paragon_premium .brand_content_sec.sec1 .text_area { order: 0; }
.paragon_premium .brand_content_sec.sec1 .img_area { order: 1; }
.paragon_premium .brand_content_sec.sec3 .text_area { order: 0; }
.paragon_premium .brand_content_sec.sec3 .img_area { order: 1; }
.paragon_premium .brand_content_sec.sec5 .text_area { order: 0; }
.paragon_premium .brand_content_sec.sec5 .img_area { order: 1; }
.paragon_premium .brand_content_sec.sec7 .text_area { order: 0; }
.paragon_premium .brand_content_sec.sec7 .img_area { order: 1; }


.paragon_premium .brand_content_sec.sec1 .text_area { justify-content: flex-end;}
.paragon_premium .brand_content_sec.sec2 .text_area { justify-content: flex-start;}
.paragon_premium .brand_content_sec.sec3 .text_area { justify-content: flex-end;}
.paragon_premium .brand_content_sec.sec4 .text_area { justify-content: flex-start;}
.paragon_premium .brand_content_sec.sec5 .text_area { justify-content: flex-end;}
.paragon_premium .brand_content_sec.sec6 .text_area { justify-content: flex-start;}
.paragon_premium .brand_content_sec.sec7 .text_area { justify-content: flex-end;}
.paragon_premium .brand_content_sec.sec8 .text_area { justify-content: flex-start;}

@media screen and (max-width: 1690px) {
  .paragon_premium .brand_content_sec { display: flex; height: auto; margin: 5rem 0; flex-direction: column;}
  .paragon_premium .brand_content_sec::before { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #f5f2ec; }
  .paragon_premium .brand_content_sec .img_area { width: 100%; height: 40vh; position: relative; padding: 0 5rem;}
  .paragon_premium .brand_content_sec .img_area .bg { width: 90%; left: 5%; }
  .paragon_premium .brand_content_sec .text_area { width: 100%; height: auto; padding: 6rem 0 3rem; max-width: 100%; position: relative; display: flex; align-items: center; }

  .paragon_premium .brand_content_sec.sec1 .text_area { order: 1; }
  .paragon_premium .brand_content_sec.sec1 .img_area { order: 0; }
  .paragon_premium .brand_content_sec.sec3 .text_area { order: 1; }
  .paragon_premium .brand_content_sec.sec3 .img_area { order: 0; }
  .paragon_premium .brand_content_sec.sec5 .text_area { order: 1; }
  .paragon_premium .brand_content_sec.sec5 .img_area { order: 1; }
  .paragon_premium .brand_content_sec.sec7 .text_area { order: 1; }
  .paragon_premium .brand_content_sec.sec7 .img_area { order: 0; }

  .paragon_premium .brand_content_sec.sec1 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg1.jpg") center center/cover no-repeat; }
  .paragon_premium .brand_content_sec.sec2 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg2.jpg") center center/cover no-repeat; }
  .paragon_premium .brand_content_sec.sec3 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg3.jpg") center center/contain no-repeat; }
  .paragon_premium .brand_content_sec.sec4 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg4.jpg") center center/cover no-repeat; }
  .paragon_premium .brand_content_sec.sec5 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg5.jpg") center center/contain no-repeat; }
  .paragon_premium .brand_content_sec.sec6 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg6.jpg") center center/contain no-repeat; }
  .paragon_premium .brand_content_sec.sec7 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg7.jpg") center center/contain no-repeat; }
  .paragon_premium .brand_content_sec.sec8 .img_area .bg { background: url("../img/paragon/sub/paragon_premium_bg8.jpg") center center/cover no-repeat; }

  .paragon_premium .brand_content_sec.sec1 .text_area { justify-content: center;}
  .paragon_premium .brand_content_sec.sec2 .text_area { justify-content: center;}
  .paragon_premium .brand_content_sec.sec3 .text_area { justify-content: center;}
  .paragon_premium .brand_content_sec.sec4 .text_area { justify-content: center;}
  .paragon_premium .brand_content_sec.sec5 .text_area { justify-content: center;}
  .paragon_premium .brand_content_sec.sec6 .text_area { justify-content: center;}
  .paragon_premium .brand_content_sec.sec7 .text_area { justify-content: center;}
  .paragon_premium .brand_content_sec.sec8 .text_area { justify-content: center;}

}

@media screen and (max-width: 600px) {
  .paragon_premium .brand_content_sec .img_area { width: 100%; height: 30vh; position: relative; padding: 0 5rem;}
  .paragon_premium .brand_content_sec .text_area dl { max-width: 100%; padding: 0 5%; }
  .paragon_premium .brand_content_sec .text_area dl dt img { width: 100%;}
}
@media screen and (max-width: 480px) {
  .paragon_premium .brand_content_sec .text_area dl { max-width: 100%; padding: 0 5%; }
  .paragon_premium .brand_content_sec .text_area dl dt img { width: 100%;}
}

.saleslist_sec .thumb_sales &gt; li {display:block;}
.btn_more {
    display: inline-block;
    padding: 12px;
    margin: 0 auto;
    width: 140px;
    color: #191919;
    font-size: 17px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 30px;
    transition: all .3s;
    cursor: pointer;
}
.btn_more:hover {
    color: #fff;
    background-color: #131921;
}


.thumb_sales .list {
    position: relative;
    overflow: hidden;
    text-align: left;
    transition: .3s;
}
.thumb_sales .list:hover .mask {
    opacity: 1;
    transform: translateY(0);
    z-index: 100;
}
.thumb_sales .list .mask {
    position: absolute;
    padding: 38px;
    width: 100%;
    height: 90%;
    color: #fff;
    background: #866552;
    transition: all 0.4s ease;
    transform: translateY(-50px);
    opacity: 0;
    z-index: 3;
}
.mask .type {
    margin: 35px 0 20px;
    width: 80px;
    height: 35px;
    color: #866552;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    background: #fff;
}
.mask .title {
    margin-bottom: 60px;
    font-size: 24px;
}
.mask .detail li {display: flex;}
.mask .detail li p span {font-weight: bold;}
.mask .detail li p:first-child {flex: 1;}
.mask .detail li p:last-child {flex: 2;}


/* 遺꾩뼇��湲덉“�� */
.lone_area {
  max-width: 1200px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media screen and (max-width: 1200px) {
  .lone_area {
    max-width: calc(1200px - 4rem);
    margin: 0 2rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.page_content .page_container .lone_area img {
  max-width: fit-content;
}


/* 蹂몄씤�몄쬆踰꾪듉 */
a.btn.auth {background: #131921; color:#fff;}



/* ui 踰꾪듉 而щ윭 遺�遺� 異붽� */
.media .pagination button.pagbtn { color: #fff; }

.paging-light a {font-weight:300;}


/* 留덉씠�섏씠吏� &gt; 遺꾩뼇��湲� 議고쉶 */
.salePriceSubTitle {color:#191919; font-size:24px; font-weight: 500; text-align: left; margin-bottom:16px;}
.salePriceTableBox {margin:0 0 60px 0;}
.salePriceTableBox table {border-top:2px solid #131921; width:100%; border-bottom:2px solid #a6a7aa;}
.salePriceTableBox table thead th { padding: 16px 0;color:#191919; font-weight: 400; font-size:15px; border-bottom:2px solid #131921; border-left:2px solid #e5e5e5;}
.salePriceTableBox table thead tr th:first-child {border-left:none;}
.salePriceTableBox table tbody td {padding: 16px 0; color:#191919;font-weight: 400; font-size:14px; border:2px solid #e5e5e5;}
.salePriceTableBox table tbody tr td:first-child {border-left:none;}
.salePriceTableBox table tbody tr td:last-child {border-right:none;}
.salePriceTableBox table tbody td.tableBg {background-color:#edeceb;}

.salePriceTableBox.half {width: 50%; border-top: 1px solid #a6a7aa; border-bottom: 1px solid #a6a7aa;}
.salePriceTableBox.half table {width: 100%; }
.salePriceTableBox.half table tr th {border-bottom:2px solid #191919; color: #000; font-size: 14px;}

@media screen and (max-width: 1024px) {
  .salePriceTableBox.half {width: 100%;}
}

@media screen and (max-width: 1024px) {
  .popupIn {width:100%; max-width: 390px; left:50%; margin-left:0%; transform: translateX(-50%); top:100px; margin-top:0;}
  .popupIn img {width: 100%;}
}</pre></body></html>