@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    letter-spacing: -0.05em;
    min-width: 1580px;
    /* position: relative; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Reset End */

/* clearFix */
.clear-fix::after {
    content: '';
    display: block;
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.inner {
    width: 1440px;
    /* max-width: 1440px;
    min-width: 1200px; */
    margin: 0 auto;
    padding: 0 48px;
    box-sizing: border-box;
}

.d-pc {
    display: block;
}
.d-mobile {
    display: none;
}

h1 {

}
h2 {
    font-size: 20px;
    font-weight: 600;
}
h5 {
    font-size: 16px;
}
p {
    font-size: 13px;
}


section.section-visual {
    background: #002141;
    width: 100%;
    height: 584px;
    min-width: 1440px;
}
.GNB {
    background-color: #002141;
    height: 86px;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    max-width: 1920px;
    margin: 0 auto;
}
.GNB .logo img {
    width: 123px;
    height: 80px;
    display: block;
}
.GNB .nav .menu {
    position: relative;
}
.GNB .nav .menu > a {
    color: #fff;
    text-decoration: none;
    margin: 0 30px;
    padding: 30px 0;
    font-size: 21px;
    font-weight: 600;
    cursor: pointer;
    z-index: 1;
}
.GNB .nav .subMenu {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 30px;
    white-space: nowrap;
    background: #002141;
    z-index: 1;
}
.GNB .nav .subMenu a {
    font-size: 18px;
    text-decoration: none;
    color: rgba(255,255,255,0.7);
    display: block;
    min-width: 100px;
}
.GNB .nav .subMenu a:hover {
    color: #fff;
}
.GNB .nav .subMenu li {
    margin-top: 20px;
}
.GNB .nav .menu:hover > .subMenu {
    display: block;
}
.GNB .floor {
    font-size: 21px;
    font-weight: 600;
    padding-right: 30px;
    color: #fff;
    border: 0;
    background: transparent url(../img/ic_floor.svg) right/20px 17px no-repeat;
}
.section-visual .modal {
    padding-right: 0 !important;
}
.section-visual .modal-dialog {
    margin-top: 0;
    margin-right: 0;
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}
.section-visual .modal-content {
    background: #002042;
    color: #fff;
    border: 0;
    padding: 0;
    min-height: 100vh;
}
.section-visual .modal-body {
    padding: 0 20px;
}
.section-visual .modal-header {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.section-visual .modal .close {
    /* background-image: url(../img/btn_offclose.svg); */
    color: #fff;
}
.section-visual .modal .close:hover {
    color: #fff;
}
.section-visual .modal a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.6;
}
.section-visual .modal a:hover {
    text-decoration: underline;
}
.section-visual .modal .floorNav > li {
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.section-visual .modal .floorNav > li > a {
    display: block;
    width: 80px;
    font-size: 16px;
}
.section-visual .modal .floorNav > li li a {
    color: rgba(255,255,255,0.5);
    font-weight: 300;
}
.visual {
    padding-top: 14px;
}
.brand-menu {
    width: 420px;
    color: #fff;
}
.brand-menu h2 {
    margin-bottom: 7px;
    padding-left: 7px;
    padding-top: 17px;
}
.brand-menu li {
    float:left
}
.brand-menu li a {
    display: block;
}
.brand-menu img {
    display: block;
    width: 78px;
    height: 78px;
    background: #fff;
    border-radius: 8px;
    margin: 3px;
}
.brand-menu img:hover {
    opacity: 0.9;
}
.visual .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bannerWrap {
    width: 889px;
}
.banner figure {
    /* background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
    /* display: none; */
}
.banner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -23px;
    left: 145px;
    height: 14px;
    width: 1px;
    background: rgba(255,255,255,0.2);
}
.banner figure img {
    width: 889px;
}
.banner figure:first-child {
    /* display: block; */
}

.section-visual .slick-dots {
    text-align: left;
    width: auto;
}
.section-visual .slick-dots li {
    height: 10px;
    width: 27px;
    margin: 0;
} 
.section-visual .slick-dots li button {
    width: 100%;
    height: 2px;
    padding: 0;
    background: rgba(255,255,255,0.2);
}
.section-visual .slick-dots li.slick-active button  {
    background: #fff;
}
.section-visual .slick-dots li button:before {
    display: none;
}
.section-visual .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.section-visual .slick-prev, 
.section-visual .slick-next {
    top: auto;
    bottom: -10px;
    width: 20px;
    height: 20px;
}
.section-visual .slick-prev {
    left: 120px;
    bottom: -36px;
    background: transparent url(../img/ic_banner_arr_l.svg) center/cover no-repeat;
}
.section-visual .slick-next {
    left: 150px;
    bottom: -36px;
    background: transparent url(../img/ic_banner_arr_r.svg) center/cover no-repeat;
}
.section-visual .slick-prev:hover, 
.section-visual .slick-next:hover {
    opacity: 0.7;
}
.section-visual .slick-prev:before,
.section-visual .slick-next:before {
    display: none;
}

.callcenter {
    position: fixed;
    /* position: absolute; */
    width:140px;
    bottom: 50px;
    right: 22px;
    background: #fff;
    border: 1px solid #D7D7D7;
    padding: 20px;
    box-sizing: border-box;
    z-index: 1;
}
.callcenter h5 {
    margin-top: 6px;
    color: #5555;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1;
}
.callcenter h2 {
    color: #0040C1;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1;
}
.callcenter p {
    color: #333;
    line-height: 1;
    font-weight: 600;
}
.callcenter em { 
    font-size: 12px;
    color: #9E9E9E;
    line-height: 1;
}

.brand {
    padding-top: 40px;
    padding-bottom: 80px;
}
.brand h2 {
    color: #333;
    margin-bottom: 20px;
}
.brand .conWrap {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.brand .item {
    margin: 0 10px;
}
.brand .item a {
    text-decoration: none;
}
.brand .imgWrap {
    width: 100%;
    height: 169px;
    overflow: hidden;
    position: relative;
    background: #fafafa;
}

.brand .imgWrap img {
    /* object-fit: cover;
    width: 100%;
    height: 100%; */
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
}
.brand .imgWrap:hover img {
    min-width: 104%;
    min-height: 104%;
    transition: all 0.3s ease-in-out;

}
.brand .info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 8px;
}
.brand .info .imgWrap {
    width: 36px;
    height: 36px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: transparent;
}
.brand .info img {
    width: 42px;
    height: 42px;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
}
.brand .info .name {
    font-size: 13px;
    color: #555;
}
.brand .product {
    font-size: 13px;
    color: #111;
    font-weight: 600;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.brand .price {
    font-size: 18px;
    font-weight: 600;
    color: #0040C1;
}
.brand .won {
    font-size: 16px;
    color: #6D6D6D;
}

.brand .slick-prev {
    left: -70px;
    width: 34px;
    height: 34px;
    background: url(../img/ic_slide_arr_l.svg) center/cover no-repeat;
}
.brand .slick-prev::before,
.brand .slick-next::before {
    display: none;
}
.brand .slick-next {
    right: -70px;
    width: 34px;
    height: 34px;
    background: url(../img/ic_slide_arr_r.svg) center/cover no-repeat;
}


.ad {
    background: #F5F5F5;
    padding: 30px 0;
}
.ad ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ad ul li {
    width: 252px;
}
.ad .item {
    width: 100%;
    padding: 20px;
    color: #fff;
}
.ad .item span {
    font-size: 14px;
    font-weight: 600;
}
.ad .item .cusBtn {
    width: 105px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(90deg, #00196F 0%, #0D3E9D 100%);
    display: block;
    margin-top: 23px;
}
.ad .item.sell {background: url(../img/bg_sell.jpg) center/cover no-repeat;}
.ad .item.capital {background: url(../img/bg_capital.jpg) center/cover no-repeat;}
.ad .item.trade {background: url(../img/bg_trade.jpg) center/cover no-repeat;}
.ad .item.about {background: url(../img/bg_about.jpg) center/cover no-repeat;}
.ad .item.location {background: url(../img/bg_location.jpg) center/cover no-repeat;}

.app-ad {
    margin-bottom: 80px;
}
.app-ad .conWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    height: 143px;
    width: 100%;
    background: linear-gradient(89.85deg, #001666 24.93%, #7DE0FF 99.87%);
}
.app-ad .conWrap h1 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    max-width: 280px;
    word-break: keep-all;
}
.app-ad .conWrap a {
    display: inline-block;
    margin-left: 10px;
}
.app-ad .conWrap img {
    width: 158px;
    height: 47px;
    display: block;
}

footer {
    background: #002042;
    padding-top: 34px;
    padding-bottom: 46px;
}

footer .logo {
    width: 119px;
    height: 77px;
    margin-right: 106px;
}
footer .inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
footer ul {
    margin-bottom: 26px;
}
footer ul li {
    display: inline-block;
    margin-right: 40px;;
}
footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}
footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .info {
    font-size: 12px;
    color: rgba(255,255,255,0.7);
    font-weight: 300;
    line-height: 1.6;
}
footer .info span + span::before {
    content: 'I';
    display: inline-block;
    color: rgba(255,255,255,0.3);
    margin: 0 10px 0 9px;
}



/* 0318 배너영역 링크 추가 */
.banner .banner02 .linkWrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 11px 29px 8px 33px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner .banner02 .linkWrap .link {
    width: 127px;
    height: 195px;
    margin-bottom: 15px;
}
.banner .banner02 .linkWrap .link a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.banner .banner02 figure,
.banner .banner04 figure {
    position: relative;
}
.banner .banner04 .conWrap {
    position: absolute;
    top: 70px;
    right: 0;
    width: 564px;
}
.banner .banner04 .conWrap table {
    width: 100%;
}
.banner .banner04 .conWrap a {
    text-decoration: none;
}
.banner .banner04 .conWrap td {
    text-align: left;
    padding: 0;
    border: 0;
    width: 33.3%;
}
.banner .banner04 .conWrap td span {
    color: #315AD3;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 13px;
}
.banner .banner04 .conWrap td h1 {
    font-size: 26px;
    font-weight: 600;
    color: #575757;
}
.banner .banner04 .conWrap .tableWrap {
    padding: 28px;
}
.banner .banner04 .conWrap .tableWrap.conTop {
    border-bottom: 1px solid #000;
    margin-bottom: 32px;
}
.banner .banner04 .conWrap .tableWrap.conBottom td a {
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    display: block;
    margin-bottom: 24px;
}