@charset "utf-8";

@import url(font.css);

/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lora&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,600,700,700i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");

/* reset with normalize */
body,
input,
textarea,
select,
button,
table {
  font-size: 15px;
  font-family: "Noto Sans KR", "Lora", "Noto Sans Armenian", "나눔 바른 고딕",
    "맑은 고딕", "Malgun Gothic", "돋움", "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -0.03em;
  color: #222;
}
/*
body{-ms-word-break:break-all;word-break:break-all}
*/
a {
  text-decoration: none !important;
  color: #282828;
}
a:hover,
a:hover:focus,
a:active {
  color: #282828;
}
a,
button,
input,
textarea {
  -webkit-transition: border-color 0.4s, background 0.4s, color 0.4s,
    opacity 0.4s;
  transition: border-color 0.4s, background 0.4s, color 0.4s, opacity 0.4s;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p {
  font-size: 17px;
}
button {
  outline: none;
  border: 0;
  background: none;
}
li {
  list-style: none;
}
address {
  font-style: normal;
}
table {
  width: 100%;
}
dt {
  font-weight: 400;
}
em {
  font-style: normal;
}

/* layout */
#wrap {
  position: relative;
  min-width: 1200px;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}
#container {
  padding: 0;
}
.px-sect {
  position: relative;
}
.pr {
  position: relative;
}

/* header */

.header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 234px;
  background: url(../img/bg03.png) no-repeat right 0px center / cover;
}

.header h2 {
    position: absolute;
    right: 10px;
    bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.75px;
  text-align: center;
  color: #fff;
  padding-left: 200px;
  padding-top: 35px;
}

/* index */
#container {
  position: relative;
}

.logo {
  position: absolute;
  top: 14px;
  left: 27px;
  width: 115px;
  height: 77px;
}

.logo img {
  width: 100%;
}

.contents {
  /* width: 1094px; */
  width: 705px;
  min-height: 100vh;
  padding-bottom: 200px;
  margin: 0 auto;
  padding-top: 58px;
}

.com_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #cdd33e;
  background-color: #cdd33e;
}

.com_link:hover {
  font-weight: bold;
  color: #fff;
}

.guide_div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 67px;
  background-color: #a4aaad;
}

.guide_div .txt1 {
  font-size: 25px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3.75px;
  text-align: left;
  color: #fff;
}

.list_div {
  padding-top: 50px;
}

.list_div ul  {
  display: grid;
  grid-template-columns: repeat(2, 340px);
  justify-content: center;
  gap: 98px 25px;
}

.list_div ul li {
  border: 1px solid #d9d8d6;
  width: 340px;
}

.list_div ul li dl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 181px;
  padding: 38px 30px 30px 34px; 
  background-color: #f4f4f4;
}

.list_div ul li dl dt {
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: -2.24px;
}

.list_div ul li dl .date {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  color: #878077;
}

.list_div ul li dl .noti {
  position: absolute;
  bottom: 8px;
  left: 34px;
  font-size: 13px;
  color: #878077;
}

.list_div ul li .img_area {
  overflow: hidden;
  width: 100%;
  height: 209px;
  background: url(../img/logo.png) no-repeat center center / 115px 77px #fff;
}

.list_div ul li .img_area span {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .8s;
}

.list_div ul li .img_area span:hover {
  transform: scale(1.1);
}

.list_div ul li .img_area span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* footer */
.fixebox-user {
  position: relative;
  width: 100%;
  padding: 17px 0;
  background: url(../img/house_banner_bg.jpg);
  background-size: cover;
  font-size: 17px;
  line-height: 1.6;
  color: #fff;
  z-index: 99;
}
.fixebox-user .row {
  padding: 10px 30px;
  border: 1px solid #818e83;
}
.fixebox-user p {
  line-height: 1.4em;
  font-size: 0.9em;
}
.fixebox-user p em {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #70a380;
}
#ft {
  background: #0c0c0c;
  font-weight: 300;
  font-size: 15px;
  color: #eee;
  text-align: left;
}
#ft .icon-logo-wh {
  position: absolute;
}
#ft dt {
  float: left;
  width: 70px;
  margin-right: 10px;
}
.ft-area {
  position: relative;
  padding: 35px 70px 30px;
  text-align: center;
}
.ft-area .tit {
  font-weight: 500;
  color: #dd7e2c;
  margin-bottom: 14px;
}
.ft-area .copy {
  font-size: 20px;
  margin-bottom: 5px;
}
.ft-area .copy span {
  color: #eee;
}
.ft-area .copy em {
  color: #868686;
  padding-right: 5px;
}
.ft-area .copy span + em {
  padding-left: 20px;
}
.ft-area .sitemap li {
  line-height: 2;
}
.ft-area .sitemap a {
  color: #868686;
}
.ft-area .sitemap a:hover {
  text-decoration: underline !important;
}
.ft-area .sitemap span {
  display: inline-block;
  width: 140px;
  color: #eee;
}
.copyright-p {
  position: absolute;
  top: 28px;
  font-size: 10px;
  color: #5b5b5b;
}
#footer {
    width: 100%;
    position: relative;
    bottom: 0;
    margin: 0 auto;
}

#footer .f-inner {
    border-top: 1px solid #eaeaea;
    padding: 1.5416666vw;
    background: #0c0c0c;

	display: flex;
    align-items: center;
    justify-content: center;
}

#footer .f-inner:after {
    display: block;
    content: '';
    clear: both;
}

#footer .f-inner .footer_left {
    float: left;
    width: 14.791666vw;
}

#footer .f-inner .footer_logo{
    position: relative;
    margin-top: 0.583333333vw;
    margin-left: -95px;    
}

#footer .f-inner .footer_logo img{
    /* width: 3.3854166vw; */
}

#footer .f-inner .footer_logo span {
    position: absolute;
    left: 43px;
    top: 26px;
    color: #666666;
    width: max-content;
    display: block;
}

#footer .f-inner .footer_right{
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

#footer .f-inner .footer_right .f-menu {
    overflow: hidden;
    
}

#footer .f-inner  .f-menu li {
    margin: 0 0 0 20px;
    font-size: 1.142857142em;
    line-height: 1.5625vw;
    color: #fff;
}

#footer .f-inner .f-menu li div{
    display: block;
}

#footer .f-inner  .f-menu li:first-child {
    margin: 0;
}

#footer .f-inner  .f-menu li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    transition: all .3s;
}

#footer .f-inner  .f-menu li.privacy a {
    font-weight: 700;
}

#footer .f-inner  .f-menu li a:hover {
    font-weight: 700;
    color: #052ab6;
}
#footer .f-inner .f_select{
    width: 25.6875vw; /* 원하는 너비설정 */
    height: 2.343755vw;
    padding: .1em 0em; /* 여백으로 높이 설정 */
    font-family: inherit;  /* 폰트 상속 */
    background: url('../images/arr_select.png') no-repeat 100% 50%; /* 네이티브 화살표를 커스텀 화살표로 대체 */
    border: 0;
    border-bottom: 2px solid #52b949;
    border-radius: 0px; /* iOS 둥근모서리 제거 */
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    color: #dddddd;
    font-size: 1.4285714285em;
    margin-bottom: 0.520833vw;
}
#footer .f-inner .copy {
    margin: 6px 0 0;
    font-weight: 400;
    font-size: 1.171428571em;
    line-height: 1.3;
    color: #666666;
}

#footer .f-inner .copy span {
    display: inline-block;
    margin-right: 15px;
}
#footer .f-inner .copy strong {
    display: inline-block;
    color: #fff;
}

#footer .f-inner .name-call-info {
    font-size: 1.21428571428em;
    color: #aaa;
    line-height: 1.2;
    margin-top: 0.583333333vw;
}

#footer .f-inner .r-box {
    float: right;
    text-align: right;
}

#footer .f-inner .r-box .utils-area {
    margin: 5px 0 0;
    font-size: 0;
}

#footer .f-inner .r-box .utils-area ul {
    display: inline-block;
    vertical-align: middle;
}

#footer .f-inner .r-box .utils-area ul li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 0 0 8px;
}

#footer .f-inner .r-box .utils-area ul li:first-child {
    margin: 0;
}

#footer .f-inner .r-box .utils-area ul li a {
    display: block;
}

#footer .f-inner .r-box .utils-area ul li a img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#footer .f-inner .r-box .utils-area .channel-btn {
    display: inline-block;
    width: 175px;
    height: 35px;
    margin: 0 0 0 8px;
    background: #052ab6;
    font-weight: 700;
    font-size: 12px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

#footer .f-inner .r-box .pc-family-menu {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    width: 175px;
    height: 30px;
    background: url('../images/common/arr-black-top-9x8.gif') right 10px center no-repeat;
    border-bottom: 1px solid #a2a2a2;
    font-size: 0.857em;
    line-height: 30px;
    vertical-align: middle;
}

#footer .f-inner .r-box .pc-family-menu.on {
    background: url('../images/common/arr-black-bottom-9x8.gif') right 10px center no-repeat;
}

#footer .f-inner .r-box .pc-family-menu a {
    display: inline-block;
    width: 100%;
    color: #333333;
    text-align: left;
}

#footer .f-inner .r-box .pc-family-menu ul {
    display: none;
    z-index: 100;
    overflow-y: auto;
    position: absolute;
    bottom: 29px;
    right: -1px;
    width: 100%;
    height: 290px;
    background: #ffffff;
    border: 1px solid #a2a2a2
}

#footer .f-inner .r-box .pc-family-menu li {
    overflow: hidden;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#footer .f-inner .r-box .pc-family-menu li a {
    display: block;
    padding: 0 9px;
    background-color: #ffffff;
    font-size: 0.857em;
    line-height: 29px;
    letter-spacing: -1px;
}

#footer .f-inner .r-box .m-family-menu {
    display: none;
}

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

#ft .icon-logo-wh {
    position: relative;
    margin-bottom: 20px;
  }
  .fixebox-user {
    padding: 10px 20px;
    font-size: 11px;
  }
  .fixebox-user .tb-type {
    table-layout: fixed;
    padding: 10px 15px;
  }
  .fixebox-user .tb-type > div {
    width: 100%;
  }
  .fixebox-user .tb-type > div:first-child {
    width: 145%;
  }
  .btn-attent {
    padding: 5px 24px 7px 13px;
    margin-top: 10px;
    font-size: 11px;
  }
  .ft-area {
    padding: 15px 20px 40px;
  }
  .ft-area .tit {
    padding: 8px 0;
    font-size: 13px;
  }
  .ft-area .copy {
    font-size: 11px;
  }
  .ft-area .copy span + em {
    padding-left: 12px;
  }
  .ft-area > .row {
    text-align: center;
  }
  .box-nav button.tab_showroom {
    width: 70px;
    height: 70px;
    padding: 10px;
    font-size: 13px;
    text-align: center;
  }
  .ft-area .tit {
    margin-bottom: 0;
  }
  .ft-area dt,
  .ft-area dd,
  .ft-area .sitemap li {
    font-size: 11px;
  }
  .copyright-p {
    position: relative;
    top: auto;
    margin-top: 10px;
  }
  .copyright-p img {
    width: 30%;
    margin-top: 30px;
  }
    #footer {
        width: 100%;
    }

    #footer .f-inner {
        margin: 0;
        padding: 10vw 0 10vw 0;
        border-top: 2px solid #eaeaea;
    }
    
    #footer .f-inner .footer_left{
        float: none;
        width: 100%;
        text-align: center;
        
    }
    
    #footer .f-inner .footer_left .footer_logo{
        width: 13.05555555vw;
        height: 9.259259259vw;
        margin: 0 auto;
        
    }
    
    #footer .f-inner .footer_left .footer_logo img{
        width: 100%;
        
    }

    #footer .f-inner .r-box {
        float: none;
    }
    
    #footer .f-inner .copy{
        text-align: center;
        line-height: 1.5;
		font-size: 12px;
    }

    #footer .f-inner .f_select{
        position: absolute;
        width: 64.166667vw;
        height: 11vw;
        left: calc(50% - 32.583333vw);
        bottom: 7vw;
        font-size: 1.2em;
    }
    
	#footer .f-inner .name-call-info {
		font-size: 1.21428571428em;
		color: #aaa;
		line-height: 1.2;
		margin-top: 1.583333333vw;
	}

  #wrap {
    min-width: 100%;
    width: 100%;
  }
  #container {
    padding: 0 20px;
  }
  .header {
    height: 117px;
	background: url(../img/bg03.png) no-repeat right 0px center / cover;
  }
  .header h2 {
    font-size: 16px;
	padding: 0px;
  }
  .logo {
    top: 5px;
    left: 5px;
    width: 58px;
    height: 39px;
  }
  .contents {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 200px;
    padding-top: 58px;
  }
  .com_link {
    width: 50%;
    height: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .guide_div {
    height: 35px;
  }
  .guide_div .txt1 {
    font-size: 16px;
  }
  .list_div {
    padding-top: 30px;
  }
  .list_div ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
  .list_div ul li {
    width: 100%;
  }
  .list_div ul li dl {
    height: 100px;
    padding: 10px;
  }
  .list_div ul li dl dt {
    font-size: 16px;
  }
  .list_div ul li dl .date {
    font-size: 12px;
  }
  .list_div ul li .img_area {
    height: 104px;
    background: url(../img/logo.png) no-repeat center center / 58px auto #fff;
  }
  .list_div ul li dl .noti {
  	position: initial;
	font-size: 10px;
  }
}