@import url('https://use.fontawesome.com/releases/v5.15.2/css/all.css');
@import url('https://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 400;
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot');
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.eot?#iefix') format('embedded-opentype'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.woff') format('woff'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWeb.ttf') format('truetype');
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 700;
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot');
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.eot?#iefix') format('embedded-opentype'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.woff') format('woff'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebBold.ttf') format('truetype')
}

@font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 300;
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
 src: url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//fastly.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
}

.nanumbarungothic * {
 font-family: 'NanumBarunGothic', sans-serif;
}

@charset "utf-8";

/* Reset CSS  */
html { height: 100%; overflow-y:scroll;}
body { font-size: 13px; color:#000;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, th, td, p { margin: 0px; padding:0px;  list-style:none; font-family: "Pretendard", sans-serif; }
fieldset{ border: 0px; }
a{font-style:normal; text-decoration:none; color:#000;}
hr, legend {height: 0; left: -5000px; line-height: 0; overflow-x: hidden; overflow-y: hidden; position: absolute; visibility: hidden;width: 0;}
caption {font-size: 0; height: 0; line-height: 0; visibility: hidden; width: 0;}
* {-webkit-text-size-adjust:none;}
* { margin:0; padding:0; border:0; outline:0;  }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
img, video { max-width:100%; border:0; height:auto; vertical-align:top; }
table { border-collapse:collapse; border-spacing:0; border: 0px solid #E5E5E5; }
input, select { vertical-align:middle; }
label { cursor:pointer; }
legend,hr,caption { display:block; overflow:hidden; position:absolute; top:0; left:-1000em; }
i,em,address { font-style:normal; font-weight:normal; }
td,th {vertical-align: middle;line-height: 1.6;}
td strong {font-weight: 100;	font-size: 5px;vertical-align: bottom;}
a:hover{text-decoration:none;}

/*bbs*/
#container_title{display:none;}
#bo_v_table{display:none;}
#bo_vc_w{border-bottom:0;}
#bo_vc{background:none;}

#bo_gall , #bo_w , #bo_v , #bo_list{font-size:15px;}
#bo_v_share .btn{width: auto !important;}

/* 지연 common*/
ul, ol, li { list-style: none; }
a { text-decoration: none; color: inherit; }
img { vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
button { border: none; background: transparent; font-family: inherit; font-size: inherit; cursor: pointer; }
button:active { outline: none; }
button:focus { outline: none; }
.clearfix::after { content: ""; display: block; clear: both; }
.blind { overflow: hidden; position: absolute; clip: rect(0, 0, 0, 0); width: 1px; height: 1px; margin: -1px; }
.inner_wrap { position: relative; width: 100%; max-width: 1500px; height: 100%; margin: 0 auto; padding: 0 50px 180px }
#element { pointer-events: none; }





/***************************** H E A D E R *********************************/
#header{ position: fixed; z-index: 999; top:0; left:0; width: 100%; height:90px; padding: 0 50px; background: #fff;  }
.bg { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

#h_logo { position: absolute; left: 50px; height: 100%; display: flex; align-items: center; }
#h_logo a { display: block; width: 100%; }
#h_logo a img { height: 47px; object-fit: contain; }

#h_gnb { display: flex; align-items: center; justify-content: center; height: 90px;}
#h_gnb > li {position: relative; width: 9vw; text-align: center;}
#h_gnb > li > a {font-size: 16px; color:#202020; display: block; line-height: 26px; font-weight: 600; }
#h_gnb > li:hover > a { color: #C61D23; transition: all 0.3s; font-weight: bold; }
#h_gnb .sub { overflow: hidden; position: absolute; width: 100%; height: 0; background: #fff; transition: all 0.3s; margin-top: 24px; }
#h_gnb .sub li { width: 100%; }
#h_gnb > li:nth-of-type(2) .sub { overflow-y: scroll; }
#h_gnb .sub li a { display: block; width: 100%; height: 100%; color: #777; font-size: 14px; text-align: center; line-height: 35px; }
#h_gnb .sub li:hover  a { color: #C61D23; transition: all 0.3s; font-weight: bold; }
#header::after { content: ""; display: block; position: absolute; left: 0; width: 100%; height: 0; background: #fff; z-index: -1; transition: all 0.3s; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1); }
#header:hover::after { height: 260px; transition: height 0.3s; }
#header:hover .sub { height: 250px; transition: height 0.3s; }
/***** scrollbar*****/
#h_gnb ::-webkit-scrollbar { width: 5px; }
#h_gnb ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #1a1a1a; }
#h_gnb ::-webkit-scrollbar-track { background-color: #ddd; }


#header .flex_box { position: absolute; right: 50px; top: 0; height: 100%; display: flex; align-items: center; gap: 20px; }

#lang { height: 100%; display: flex; align-items: center; gap: 20px; }


#nav_btn{ display: none; cursor: pointer; }
#nav_btn span{display: block; width: 40px; height: 2px; background: #000; margin-bottom:9px;}
#nav_btn span:last-of-type { margin-bottom: 0; }

#sitemap{position: fixed; top:0; right:-100%; width: 50%; height: 100vh; background: rgba(255,255,255,0.96); padding:15vh 50px 0; box-shadow: -2px 1px 8px #46464640; z-index: 999;}
#sitemap .close{cursor: pointer; position: absolute; top: 55px; right:30px;}
#sitemap .close span{display: block; width: 40px; height: 2px; background: #000;}
#sitemap .close .line01{transform: rotate(45deg);}
#sitemap .close .line02{transform: rotate(-45deg); margin-top: -2px;}
#sitemap .gnb{height: 80vh; overflow-y: auto;}
#sitemap .gnb > li{margin-bottom:30px;}
#sitemap .gnb > li::nth-of-type(n+7) { display: none; }
#sitemap .gnb > li > a{font-size:35px; font-weight: 600; letter-spacing: -1px; border-bottom:1px solid #ddd; display: block; padding-bottom:10px; margin-bottom:10px;}
#sitemap .gnb > li:hover > a{color:#2e5399;}
#sitemap .gnb .lnb li a{font-size: 20px; transition: .5s; display: block; padding:3px 0; color: #999;}
#sitemap .gnb .lnb li:hover a{margin-left:10px; color:#000;}
#sitemap .lang{margin-bottom:10px; display: inline-block; border:1px solid #777; border-radius: 30px; padding:5px 20px;}
#sitemap .lang li{float: left;}
#sitemap .lang li a{display: block; font-size: 16px; color:#aaa;}
#sitemap .lang li:first-child a:after{content:"ㅣ"; padding:0 2px;}
#sitemap .lang li a.on, #sitemap .lang li:hover a{color:#000;}

/***************************** I N D E X *********************************/

#my_wrapper { overflow: hidden; }
#my_wrapper h2 { display: block; position: relative; padding-left: 50px; margin-bottom: 20px; font-size: 32px; font-weight: 700; line-height: 1; color: #00041F; }
#my_wrapper h2::after { display: block; content: ""; width: 30px; height: 28px; background: url(../img/logo_r.png) no-repeat center center; background-size: cover; position: absolute; left: 0; top: 0; }
#my_wrapper .h2_sub { display: block; margin-bottom: 80px; font-size: 18px; color: #636363; padding-left: 50px; }
#my_wrapper .view_more { display: flex; gap: 15px; align-items: center; justify-content: center; width: 210px; height: 50px; border-radius: 50px; border: 1px solid #eaeaea; font-size: 16px; }
#my_wrapper .view_more2 { display: flex; gap: 15px; align-items: center; justify-content: center; width: 210px; height: 50px; border-radius: 50px; border: 1px solid #636363 ; font-size: 16px; color: #636363; margin: 0 auto; }
#my_wrapper .view_more2 img {filter: brightness(0) saturate(100%) invert(41%) sepia(11%) saturate(0%) hue-rotate(271deg) brightness(91%) contrast(93%);}
.style_01 { font-size: 16px; line-height: 1.5; color: #636363; word-break: keep-all; }

/* visual */
#m_slider{position: relative; padding-top: 90px; }
#m_slider .swiper-wrapper{width:100%;}
#m_slider .swiper-wrapper .swiper-slide{height: calc(100vh - 90px); float:left; display: flex; align-items: center; color:#fff;overflow: hidden;}
#m_slider .swiper-wrapper .swiper-slide::after { content: ""; display: block; width: 100%; height: 100vh; background: url(../img/slide_bg.png) no-repeat center center;background-size: cover; position: absolute; top: 0; z-index: 10; }
#m_slider .swiper-wrapper .slide01{background: url(../img/visual_01.png) no-repeat center center;background-size: cover;}
#m_slider .swiper-wrapper .slide02{background: url(../img/visual_02.png) no-repeat center center;background-size: cover;}
#m_slider .swiper-wrapper .slide03{background: url(../img/visual_03.png) no-repeat center center;background-size: cover;}
#m_slider .swiper-wrapper .info{opacity: 0;}
#m_slider .swiper-slide-active .info{opacity: 1; transition: all 4.0s;}
#m_slider .info { position: relative; display: block; z-index: 100; margin-left: 8vw; }
#m_slider .info p { font-family: 'NanumBarunGothic', sans-serif; font-size: 18px; font-weight: 300; }
#m_slider .swiper-wrapper .info  p span {opacity: 0;}
#m_slider .swiper-slide-active .info  p span {opacity: 1; transition: all 6.0s;}
#m_slider .info .subtt { position: relative; display: block; padding-left: 40px; margin-bottom: 15px; color: #F0F0F0; }
#m_slider .info .subtt::after { content: ""; display: block; width: 30px; height: 28px; background: url(../img/logo_w.png) no-repeat center center;background-size: cover; position: absolute; left: 0; bottom: 0; }
#m_slider .info .title { margin-bottom: 25px; font-size: 68px; font-weight: bold; color: #FAFAFA; line-height: 1.3; word-break: auto-phrase;}
#m_slider .info .line { margin-bottom: 35px; display: block; width: 70px; height: 1px; background: #fff; }
#m_slider .info .desc { margin-bottom: 50px; color: #EAEAEA; line-height: 1.5; word-break: auto-phrase;}
#m_slider .scroll { position: absolute; left: 50%; bottom: 20px; transform: translate(-50%, 0); z-index: 100; }

.slideshow-pagination { position: absolute; bottom: 40px; left: 150px; width: 100%; display: flex; flex-wrap: wrap; align-items: center; transition: 0.3s opacity; z-index: 10; }
.slideshow-pagination-item { display: flex; align-items: center; }
.slideshow-pagination-item .pagination-number { opacity: 0.5; }
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus { cursor: pointer; }
.slideshow-pagination-item:last-of-type .pagination-separator { width: 0; }
.slideshow-pagination-item.active .pagination-number { opacity: 1; }
.slideshow-pagination-item.active .pagination-separator { width: 10vw; }

.pagination-number { font-size: 1.8rem; color: #FFF; font-family: "NanumBarunGothic", sans-serif; padding: 0 0.5rem; }
.pagination-separator { display: none; position: relative; width: 40px; height: 2px; background: rgba(255, 255, 255, 0.25); transition: all 0.3s ease; }
@media (min-width: 45em) {
  .pagination-separator { display: block; }
}
.pagination-separator-loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #FFFFFF; transform-origin: 0 0; }

/* video */
#video { padding-top: 180px; }
#video ul { display: flex; gap: 60px; }
#video ul li { width: 100%; }
#video ul li iframe { margin-bottom: 25px; border-radius: 20px; }
#video ul li p { font-weight: 500; font-size: 20px; text-align: center; color: #171717; }

/* product */
#product .page { display: flex; flex-wrap: wrap; max-width: 1024px; justify-content: center; margin: 0 auto 50px; }
#product .page li { position: relative; cursor: pointer; font-size: 20px; color: #434343; padding: 0 15px; line-height: 1; transition: all 0.3s; }
#product .page li:hover { color: #C61D23; font-weight: bold; }
#product .page li.active { color: #C61D23; font-weight: bold; }
#product .page li:hover::before { display: block; content: ""; width: calc(100% - 30px); height: 3px; background: #C61D23; position: absolute; left: 15px; bottom: -10px; }
#product .page li.active::before { display: block; content: ""; width: calc(100% - 30px); height: 3px; background: #C61D23; position: absolute; left: 15px; bottom: -10px; }
#product .page li:nth-child(n):nth-child(-n+7) { margin-bottom: 30px; }
#product .page li::after { display: block; content: ""; width: 2px; height: 18px; background: #FAE9E9; position: absolute; right: 0; top: 0; }
#product .page li:nth-of-type(7)::after { display: none; }
#product .page li:last-of-type::after { display: none; }
#product .wrap { display: none; }

/* m_sch */
#m_sch p { text-align: center; color: #171717; }
#m_sch .title { font-size: 52px; font-weight: bold; margin: 10px auto 30px; }
#m_sch .desc { font-size: 24px; font-weight: 500; }
#m_sch .hd_sch_wr { position: relative; overflow: hidden; float: inherit; width: 100%; padding: 0; border-radius: 30px; max-width: 1080px; display: block; margin: 35px auto 45px; }
#m_sch .icon_wrap { position: absolute; right: 0; top: 50%; width: 60px; transform: translate(0, -50%); text-align: center; }
#m_sch #hd_sch #sch_stx { float: inherit; width: 100%; background: transparent; height: 80px; border: 3px solid #C61D23; border-radius: 300px 0 0 300px; color: #00041F; padding-left: 55px; font-size: 24px; font-weight: 500; }
#m_sch #hd_sch #sch_stx::placeholder { color: #C9C9C9; }
#m_sch #hd_sch #sch_submit { float: inherit; background: #C61D23; width: 110px; height: 80px; border-radius: 0 300px 300px 0; }
#m_sch .flex_box { display: flex; }
#m_sch .link { display: flex; justify-content: center; gap: 30px; }
#m_sch .link .title_q { font-size: 18px; font-weight: 500; color: #B0B0B0; }
#m_sch .link ul { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(2, 1fr); grid-row-gap: 15px; }
#m_sch .link ul li { font-size: 18px; font-weight: 500; color: #767676; transition: all 0.3s; }
#m_sch .link ul li:hover { color: #C61D23; }

/* area */
#area ul { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 1fr); grid-column-gap: 0px; grid-row-gap: 0px; }
#area ul li { margin-bottom: 80px; }
#area ul li img { display: block; margin: 0 auto; }
#area ul li p { text-align: center; }
#area ul li .title { font-size: 22px; font-weight: bold; color: #171717; margin: 15px auto; }
#area ul li .desc { font-size: 16px; font-weight: 500; color: #636363; }

/***************************** S U B  *********************************/

#s_top{ position: relative; height: 520px; margin: 0 auto; border-top-left-radius: 70px; border-top-right-radius: 70px; background-size: cover; max-width: 1700px; }
#s_top::after { content: ""; display: block; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); position: absolute; left: 50%; top: 0; transform: translateX(-50%); max-width: 1768px; }
#s_top.bg-sub0101::after { display: none;}
#s_top.bg-sub0101 {background: url('../img/sub0101_bg.png') no-repeat center center;}
#s_top.bg-sub0701 {background: url('../img/sub0701_bg.png') no-repeat center center;}
#s_top.bg-sub0702 {background: url('../img/sub0702_bg.png') no-repeat center center;}
#s_top.bg-sub0703 {background: url('../img/sub0703_bg.png') no-repeat center center;}
#s_top.bg-sub0704 {display: none;}
#s_top.bg01 {background: url('../img/sub_top01.png') no-repeat center center;}
#s_top.bg02 {background: url('../img/sub_top02.png') no-repeat center center;}
#s_top.bg03 {background: url('../img/sub_top03.png') no-repeat center center;}
#s_top.bg04 {background: url('../img/sub_top04.png') no-repeat center center;}
#s_top.bg05 {background: url('../img/sub_top05.png') no-repeat center center;}
#s_top.bg06 {background: url('../img/sub_top06.png') no-repeat center center;}
#s_top.bg07 {background: url('../img/sub_top07.png') no-repeat center center;}

#title { position: relative; width: 100%; }
#title .inner_wrap { padding: 150px 50px 80px; }
#title .info h2 { margin-bottom: 15px; font-size: 28px; line-height: 1; color: #606060; font-weight: 400; }
#title .info h3 { font-size: 64px; line-height: 1; color: #202020; }
#title .info p{ font-size: 20px; line-height: 1; color: #282830; }

#path {position: absolute; left: 0; bottom: 0; width: 100%; border-top: 1px solid rgba(255, 255, 255, 0.4); z-index: 10; }
#path .home_ico {display: block; width: 23px; height: 20px; background: url("../img/ico_home.png");}
#path .home { padding: 20px; border-left: 1px solid rgba(255, 255, 255, 0.4); border-right: 1px solid rgba(255, 255, 255, 0.4); }
#path .main { width: 20%; padding: 0 30px; }
#path .sub { width: 20%; padding: 0 30px; }
#path .inner_wrap { display: flex; height: 60px; padding: 0 50px; }
#path .sbm{ position: relative; color: rgba(255, 255, 255, 0.8); }
#path .sbm:hover { color: rgba(255, 255, 255, 1);  }
#path .sbm::after { content: ""; display: block; position: absolute; right: -1px; top: 50%; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.4); transform: translate(0, -50%); }
#path .sbm h2{ position: relative; line-height: 60px; font-size:16px; font-weight:300; cursor: pointer;}
#path .sbm h2::after { content: ""; display: block; position: absolute; right: 0; top: 50%; width: 14px; height: 8px; background: url("../img/ico_down.png"); transform: translate(0, -50%); }
#path .lnb{display: none; position: absolute; top:60px; left:-1px; width:100%; background: rgba(255, 255, 255, 1);border:1px solid #eee; z-index: 99; padding:10px 0;}
#path .lnb li a{display: block; color: #888; font-size:16px; padding:5px 24px;}
#path .lnb li a:hover{color: #f2666e; font-weight: 500;}

#path .asd { width: 30%; padding: 0 30px; }
#path .asd h2{ position: relative; line-height: 60px; font-size:16px; font-weight:300; cursor: pointer;}
#path .asd h2::after { content: ""; display: block; position: absolute; right: 0; top: 50%; width: 14px; height: 8px; background: url("../img/ico_down.png"); transform: translate(0, -50%); }
#path .asd{ position: relative; color: rgba(255, 255, 255, 0.4); }
#path .asd::after { content: ""; display: block; position: absolute; right: -1px; top: 50%; width: 1px; height: 50%; background: rgba(255, 255, 255, 0.4); transform: translate(0, -50%); opacity: 0.5; }

#sub .inner_wrap { padding: 150px 50px; }
#sub h2 { margin-bottom: 25px; font-size: 36px; font-weight: 600; color: #303030; position: relative; }

/* ceo  */
#ceo { display: flex; align-items: flex-start; justify-content: center; gap: 4vw; }
#ceo > img { width: 45%; position: sticky; left: 0; top: 125px; }
#ceo .info { width: 55%; }
#ceo .info img { margin-bottom: 30px; }
#ceo p { font-size: 20px; line-height: 1.75; }
#ceo p span { font-size: 16px; }

/* local */
#local { margin-bottom: 200px; }
#local .add { margin-bottom: 30px; font-size: 22px; color: #303030; font-family: "NanumBarunGothic", sans-serif; }
#local iframe { margin-bottom: 30px; }
#local ul { display: flex; justify-content: space-between; gap: 30px; }
#local ul li { width: calc(100% / 3); background: #FAFAFA; padding: 50px; border-radius: 15px; font-family: "NanumBarunGothic", sans-serif; }
#local ul li div { display: flex; justify-content: space-between; margin-bottom: 15px; }
#local ul li .title { font-size: 14px; color: #DACACA; }
#local ul li .tt { margin-bottom: 10px; font-size: 26px; font-weight: bold; color: #303030; }
#local ul li .des { font-size: 20px; color: #606060; }

/* agency */
#agency ul { border-top: 4px solid #C61D23; }
#agency ul li { display: flex; align-items: center; border-bottom: 1px solid #D9D9D9; font-family: "NanumBarunGothic", sans-serif; height: 90px; }
#agency ul li .area { display: block; width: 100%; max-width: 23vw; text-align: center; font-size: 22px; color: #303030; border-right: 1px solid #D9D9D9; line-height: 22px; }
#agency ul li .num { padding-left: 60px; }
#agency ul li .num a { position: relative; display: block; padding-left: 40px; color: #767676; font-size: 22px; }
#agency ul li .num a::after { display: block; content: ""; width: 22px; height: 22px; background: url(../img/ico_tel.png) no-repeat center center / cover; position: absolute; left: 0; top: 0; transform: rotate(-5deg) }

/* contact */
#contact ul { margin-bottom: 150px; border-top: 4px solid #C61D23; }
#contact ul li { position: relative; display: flex; align-items: center; border-bottom: 1px solid #D9D9D9; font-family: "NanumBarunGothic", sans-serif; }
#contact ul li::after { content: ""; display: block; width: 1px; height: 100%; background: #D9D9D9; position: absolute; right: calc(100% - 23vw);; top: 0; }
#contact ul li label { position: relative; display: block; width: 100%; max-width: 23vw; text-align: center; font-size: 22px; color: #303030; }
#contact ul li .desc { width: calc(100% - 23vw); padding: 30px 60px; font-size: 22px; color: #767676; }
#contact ul li .desc input { width: 100%; color: #767676; }
#contact ul li .desc textarea { width: 100%; color: #767676; resize: none; }
#contact ul li .desc select { width: 25%; color: #767676; }
#contact ul li .desc input::placeholder { color: #BABABA; }
#contact ul li .desc [type="checkbox"] { appearance: none; border: 1px solid #DCDCDC; border-radius: 50%; width: 25px; height: 25px; margin-right: 15px; }
#contact ul li .desc [type="checkbox"]:checked { border: 6px solid #C61D23; }
#contact ul li .desc .ch_style { margin-left: 60px; }
#contact .privacy { margin-bottom: 100px; }
#contact .privacy .desc { margin-bottom: 15px; border: 1px solid #C7C7C7; border-radius: 4px; padding: 20px; height: 263px; }
#contact .privacy textarea { width: 100%; height: 100%; color: #606060; resize: none; font-size: 16px; font-weight: 200; overflow-y: scroll; border: none; line-height: 1.75; }
#contact .privacy textarea::-webkit-scrollbar { width: 7px; }
#contact .privacy textarea::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #505050; }
#contact .privacy textarea::-webkit-scrollbar-track { border-radius: 10px; background-color: #ddd; }
#contact .privacy p { padding-left: 20px; font-size: 16px; font-weight: 300; color: #434343; }
#contact .privacy p input[type="checkbox"] { appearance: none; border: 1px solid #999999; border-radius: 4px; width: 18px; height: 18px; margin-left: 10px; }
#contact .con_btn { display: flex; gap: 15px; align-items: center; justify-content: center; width: 210px; height: 48px; border-radius: 3px; border: 1px solid #909090; font-size: 18px; color: #50505; margin: 0 auto; }

/* card */
#card h2 { text-align: center; margin-bottom: 100px; }
#card ul { display: flex; justify-content: space-between; gap: 25px; border-top: 4px solid #C61D23; border-bottom: 2px solid #D9D9D9; padding: 50px 20px; }
#card ul li { width: calc(100% / 3); }
#card ul li .title { margin-bottom: 20px; font-size: 28px; font-weight: 500; color: #303030; font-weight: bold; }
#card ul li .title span { color: #C61D23; font-size: 30px; }
#card ul li .desc { padding-left: 10px; font-size: 18px; }
#card ul li .desc span { font-size: 16px; }
#card ul li img { margin-bottom: 20px; border-radius: 10px; }


/***************************** F O O T E R *********************************/

#quick { overflow: hidden; position: fixed; right: 20px ; top: 50%; display: block; width: 105px; z-index: 1000; transform: translate(0, -50%); border-radius: 300px; background: #fff; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }
#quick .cs_btn { display: block; width: 100%; height: 109px; padding-top: 10px; background: #C61D23; font-size: 26px; color: #fff; text-align: center; line-height: 1.2; }
#quick .cs_btn span { font-size: 14px; }
#quick ul { padding-top: 20px; }
#quick ul li p { display: block; margin: 10px 0; font-size: 12px; font-weight: 500; color: #A7A7A7; text-align: center; }
#quick ul li:hover p { color: #C61D23; }
#quick ul li img { display: block; margin: 0 auto; }
#quick ul li:hover img { filter: brightness(0) saturate(100%) invert(26%) sepia(96%) saturate(5242%) hue-rotate(347deg) brightness(80%) contrast(95%); }
#tp_btn { display: block; margin: 0 auto 25px; font-size: 14px; color: #A7A7A7; }
#tp_btn:hover { filter: brightness(0) saturate(100%) invert(26%) sepia(96%) saturate(5242%) hue-rotate(347deg) brightness(80%) contrast(95%); }
.dsnon { display: none; }

#footer { position: relative; display: block; width: 100%; height: 304px; background: #222; }
#footer .inner_wrap { display: flex; align-items: center; justify-content: space-between; padding: 0 50px; }
#footer img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(22deg) brightness(109%) contrast(102%);}
#footer .left_top { margin-bottom: 25px; display: flex; gap: 100px; align-items: center; }
#footer .left_top ul { display: flex; gap: 45px; color: #DADADA; font-size: 16px; }
#footer .left_bt li { font-size: 16px; line-height: 1.6; color: #DADADA; }
#footer .left_bt li span { font-weight: 600; }
#footer .left p { margin-top: 25px; font-size: 14px; color: #969696; }
#footer .title { position: relative; display: block; padding-left: 16px; margin-bottom: 15px; font-size: 18px; color: #EAEAEA;  line-height: 20px;  }
#footer .title::after { display: block; content: ""; width: 6px; height: 20px; background: #fff; position: absolute; left: 0; top: 0; }
#footer .right a { display: block; margin-bottom: 20px; font-size: 45px; font-weight: bold; color: #F3F3F3;}
#footer .desc { margin-bottom: 15px; font-size: 16px; color: #C6C6C6; line-height: 1.4; }
#footer .sub { font-size: 14px; color: #C6C6C6; }

.system_toptxt {margin-bottom: 50px; padding: 20px; border-top: 2px solid #606060; border-bottom: 1px solid #e5e5e5; }
.system_toptxt li {font-size: 22px; line-height: 150%; margin-bottom: 12px; color:#606060;}
.system_toptxt li b {color: #202020;}



/* 1030 */
@media (max-width:768px) {
  #s_top.bg01 {background-position: bottom;background-size: 270% 86%;}
  #s_top.bg02 {background-size: 400% 90%;background-position: bottom;}
  /*  */
  #m_slider .swiper-wrapper .slide01 {background-position: bottom;background-size: 181% 100%;}
  #m_slider .swiper-wrapper .slide02 {background-position: bottom;background-size: 220% 100%;}
  #m_slider .swiper-wrapper .slide03 {background-position: bottom;background-size: 220% 100%;}
  #m_slider .swiper-wrapper .swiper-slide {height: calc(80vh - 90px);}
  #s_top {height: 40vh;}
  #title {height: 40vh;}
  #s_top.bg-sub0101 {background-size: contain;background-position: bottom;background-size: 175% 51%;}
  #header:hover::after {height: 0px;transition: height 0.3s;}
  .system_toptxt {padding: 20px 0;}
  #sitemap {padding: 15vh 20px 0;}
  #contact ul {margin-bottom: 30px;}
  #my_wrapper .view_more {gap: 2px;}
  #video {padding-top: 100px;}
}
