@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100; 200; 300; 400; 500; 600; 800; 900&display=swap'); 
@import url ('../fonts/fonts.css'); 

::-webkit-scrollbar { 
/* 스크롤바 전체 영역 */
 width: 5px; 
 } 
::-webkit-scrollbar-track { 
/* 스크롤이 움직이는 영역 */
 background-color: #fff0; 
 } 
::-webkit-scrollbar-thumb { 
/* 스크롤 */
 background-color: #959595; 
 border-radius:30px; 
 } 



/*popup*/
#pop-wr { position: absolute; z-index: 5; top: 142px; display: flex; left: 218px; } 
.popup_close { background: #000; padding: 5px 10px; } 
.popup img { display: block; } 
.popup_close span:last-child { float: right; color: #fff; cursor: pointer; } 
.popup label { color: #fff; } 



body { margin: 0 auto; font-size: 16px; overflow-x:hidden; } 
#body-main { font: 18px; } 
* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins','Noto Sans KR', sans-serif; color:#313131; scroll-behavior: smooth; } 
a { text-decoration: none; } 
ul, li { list-style: none; } 
img { vertical-align: middle; } 

:root { 
 --point-color:#0599d9; 
 --gray01-color:#636262; 
 --gray02-color:#959595; 
 } 

#video { width: fit-content; position: absolute; left: 50%; transform: translateX(-50%); } 

.inner { width: 1200px; margin: 0 auto; } 
.flex_wrap { } 
.top-btn,.ch-btn,.call-btn { position: fixed; width: 80px; height: 80px; border-radius: 100%; right: 16px; text-align: center; line-height: 80px; font-size: 18px; font-weight: 600; transition: .3s; z-index: 9; } 
.top-btn { bottom: 45px; background: #ddd; opacity: 0; box-shadow: 0 10px 10px #8181811f; } 
.ch-btn { bottom: 45px; background: #005e86; box-shadow: 0 10px 10px #005e861f; display: none; } 
.call-btn { display: block; bottom: 135px; border-radius: 8rem; background: #fff; border:1px solid #ddd; box-shadow: 0 10px 10px #8181811f; opacity: 0; } 
.call-btn span { display: none; } 
.call-btn.on { width: auto; padding: 0 1rem; } 
.call-btn.on span { display: inline-block; margin-left: 5px; } 
.call-btn-m { display: none } 
.ch-btn .icon { width: 32px; filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(304deg) brightness(104%) contrast(101%); } 
/*---------------------------------------*/
.cursor { 
 width: 1rem; 
 height: 1rem; 
 background: #fca120; 
 border-radius: 50%; 
 position: absolute; 
 z-index: 1000; 
 transform: translate(-50%, -50%); 
 pointer-events: none; 
 transition: all 0.3s ease; 
 transition-property: background, transform; 
 transform-origin: 100% 100%; 
 /* backdrop-filter: sepia(20%); */
 background-size: cover; 
 mix-blend-mode: multiply; 
 } 
.cursor.hover { 
 transform: scale(3); 
 background-color: #00bbff; 
 } 



header.header { position:fixed; top: 0; width: 100%; height: 90px; display: flex; align-items: center; padding:0 96px; background: #fff; z-index: 99; } 
header.header.scroll { box-shadow: 0px 2px 9px rgb(0 0 0 / 15%); } 
header.header .logo { vertical-align: middle; } 
header.header ul.gnb { display: flex; margin-left: auto; margin-right: 15px; align-items: center; } 
header.header ul.gnb li { width:150px; height: 90px; line-height: 90px; font-weight: 500; text-align: center; position: relative; transition: .3s; } 
header.header ul.gnb li:hover a { color: var(--point-color); display: block; } 
header.header ul.gnb li .gnb_depth { opacity: 0; background:var(--point-color); position: absolute; padding: 20px 0; top: 77px; transition: .3s; visibility: hidden; } 
header.header ul.gnb li:hover .gnb_depth { opacity: 1; visibility:visible; } 
header.header ul.gnb .gnb_depth li { height: 57px; line-height: 57px; } 
header.header ul.gnb .gnb_depth li a { color: #fff; } 


.toggle_wrap { position:fixed; top:0; right:0; width:96px; z-index:999; } 
.toggle_wrap.acti { mix-blend-mode: multiply; } 
.toggle_btn_wrap { background:#049fe0; width:100%; height:90px; position:relative; } 
.toggle_btn { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:26px; height:22px; } 
.toggle_btn span { background:#fff; height:2px; width:100%; position:absolute; transform: rotate(0deg); transition: .3s; } 
.toggle_btn span:nth-child(1) { top:0; left:0; } 
.toggle_btn span:nth-child(2) { top:50%; right:0; width:20px; margin-top: -1px; } 
.toggle_btn span:nth-child(2)::after { content: ''; position: absolute; background:#fff; height:2px; right:0; width:20px; opacity: 0; transform: rotate(0deg); transition: .3s; } 
.toggle_btn span:nth-child(3) { bottom:0; left:0; } 
.toggle_btn_wrap:hover .toggle_btn span:nth-child(1) { transform: rotate(111deg); top: 7px; left: 11px; } 
.toggle_btn_wrap:hover .toggle_btn span:nth-child(2) { transform: rotate(68deg); width: 15px; right: 2px; } 
.toggle_btn_wrap:hover .toggle_btn span:nth-child(2)::after { opacity: 1; transform: rotate(40deg); width: 25px; top:2px; right: -1px; } 
.toggle_btn_wrap:hover .toggle_btn span:nth-child(3) { transform: rotate(68deg); bottom: 13px; left: -9px; } 


.toggle_menu_wrap .toggle_btn li { background:#fff; height:2px; width:100%; position:absolute; transition: .3s; left:0; } 
.toggle_menu_wrap .toggle_btn li:nth-child(1) { top:9px; transform: rotate(44deg); } 
.toggle_menu_wrap .toggle_btn li:nth-child(2) { bottom:50%; transform: rotate(-44deg); } 


.nav-btn-pc { display: none; } 
.contact_wrap { width:96px; height:418px; background:#00bbff; transition: .3s; position:fixed; top: 90px; right: 0; z-index: 999; box-shadow: 0 10px 10px #00b3ff38; } 
.contact_wrap p { transform:rotate(-90deg); color:#fff; position:absolute; top: 299px; left:-19px; position: absolute; width: max-content; } 
.contact_wrap p img { transform:rotate(-90deg); margin-right: 13px; transition: .3s; } 
.contact_wrap .cont-btn-m { display: none; } 
.contact_wrap:hover { height:100vh; } 
.contact_wrap:hover p { top: 50%; transform: rotate(-90deg) translateX(70%); } 
.contact_wrap.active { height:100vh; } 
.contact_wrap.active p { top: 50%; transform: rotate(-90deg) translateX(70%); } 
.contact_wrap.active p img { transform:rotate(-270deg); margin-right: 13px; } 
.contact_wrap .cont-btn-close-m { display: none; } 

.contact_bg { width: 100%; height: 100%; background: rgba(0,0,0,.6); position: fixed; top: 0; left: 0; z-index: 997; transition: .3s; opacity: 0; visibility: hidden; } 
.contact_bg.active { opacity: 1; visibility: visible; } 
.contact_bg .contact_box { width: 720px; height:100vh; background: #fff; margin-left: auto; padding: 5em 8.5em 5em 3em; transform: translateX(720px); transition: .3s; } 
.contact_bg .contact_box h1 { font-size: 3.167em; letter-spacing: -0.015em; font-weight: 800; } 
.contact_bg .contact_box p { font-weight: 600; transform: rotate(-0.03deg); } 
.contact_bg .contact_box p a { color: var(--point-color); font-weight: 800; } 
.contact_bg.active .contact_box { transform: translateX(0); } 
.contact_box textarea { border: 1px solid #e1e1e1; } 
.contact_box form { margin-top: 1em; } 
.contact_box form ul { padding: 1.5em 0.5em 0.5em; display: flex; border-bottom: 1px solid #e1e1e1; } 
.contact_box form ul .title { font-weight: 600; width: 180px; position: relative; transform: rotate(-0.03deg); font-size: 18px; } 
.contact_box form ul .essential::before { content: '*'; margin-right: 0.2em; position: absolute; left: -0.6em; color:#00bbff; } 
.contact_box form ul.txt-area { border-bottom: 0; padding: 1em 0.5em 0.5em; } 
.contact_box form ul input:focus { outline:none; } 
.contact_box form ul input { border: 0; width: 100%; font-size: 1rem; color: var(--gray02-color); cursor: none; } 
.contact_box form ul input::-ms-input-placeholder { color: var(--gray02-color); font-family:'NanumSquare'; font-size: 18px; } 
.contact_box form ul input::-webkit-input-placeholder { color: var(--gray02-color); } 
.contact_box form ul input::-moz-placeholder { color:var(--gray02-color); } 
.contact_box .check { font-size: 0.8em; transform: rotate(-0.03deg); font-weight: 600; padding: 1.5em 0 0; letter-spacing: -0.05em; } 
.contact_box button { width: 100%; margin-top: 3em; padding: 2em 0; font-size: 0.977rem; font-weight: 600; color: #fff; background: #313131; border-radius: 3px; border: 0; transition: .3s; cursor: none; } 
.contact_box button:hover { background: var(--point-color); } 
.contact_box button img { transition: .3s; } 
.contact_box button:hover img { transform: translateX(5px); } 
input[type="checkbox"] { vertical-align: middle; margin-right: 0.5em; } 


.toggle_menu_wrap { position: fixed; z-index: 999; background: #0279ad; width: 100%; height: 100%; top: 0; opacity: 0; visibility: hidden; transition: .3s; } 
.toggle_menu_wrap.active { opacity: 1; visibility: visible; } 
.toggle_menu_wrap * { color: #fff; } 
.toggle_menu_wrap .toggle_btn_wrap { width: 96px; background: none; position: absolute; right: 0; } 
.toggle_menu_wrap .toggle_btn_wrap::after { content: ''; width: 1px; height: 100vh; background: rgba(255,255,255,0.4); position: absolute; left: 0; } 
.toggle_menu_wrap .bottom_info { position: absolute; bottom: 72px; left: 96px; } 
.toggle_menu_wrap .bottom_info ul { margin-bottom: 2em; } 
.toggle_menu_wrap .bottom_info span { margin-right: 0.7em; } 
.toggle_menu_wrap .bottom_info p { font-weight: 200; font-size: 0.877em; } 
.toggle_menu_wrap .logo { height: 90px; display: flex; align-items: center; padding:0 96px; border-bottom: 1px solid rgba(255,255,255,0.4); } 
.toggle_menu_wrap .toggle_menu { width: max-content; position: absolute; top: 50%; left: 50%; transform: translate(-400px,-62%); } 
.toggle_menu_wrap .toggle_menu li { font-size: 4rem; font-weight: 800; letter-spacing: -0.04em; } 
.toggle_menu_wrap .toggle_menu li.toggle_depth { position: relative; } 
.toggle_menu_wrap .toggle_menu li ul { display: flex; position:absolute; top: 0; right: -450px; visibility:hidden; } 
.toggle_menu_wrap .toggle_menu li a { position: relative; } 
.toggle_menu_wrap .toggle_menu li>a::after { content: ''; position: absolute; bottom: 6px; left:0; width: 0; height: 3px; background: #fff; } 
.toggle_menu_wrap .toggle_menu li:hover>a::after { width: 100%; transition: width 400ms; } 
.toggle_menu_wrap .toggle_menu ul li { opacity: 0; transition: .3s; margin-left: 0.8em; -webkit-text-stroke: 1px; -webkit-text-stroke-color: #ffffff; -webkit-text-fill-color: transparent; } 
.toggle_menu_wrap .toggle_menu ul li:hover { -webkit-text-stroke: 0; -webkit-text-stroke-color: #ffffff; -webkit-text-fill-color: #ffffff; } 
.toggle_menu_wrap .toggle_menu ul li:nth-child(1) { transition-delay:.1s; } 
.toggle_menu_wrap .toggle_menu ul li:nth-child(2) { transition-delay:.2s; } 
.toggle_menu_wrap .toggle_menu li:hover ul { visibility:visible; } 
.toggle_menu_wrap .toggle_menu li:hover ul li { opacity: 1; } 
.toggle_menu_wrap .toggle_menu ul li>a::after { display:none; } 
/*main*/
section.main * { color:#fff; } 
section.main { margin-left: 96px; margin-top: -90px; background: url(../Img/w-main_1.mp4)no-repeat center / cover; width: calc(100% - 96px); height: 100vh; position: relative; z-index: 1; overflow: hidden; } 
section.main::after { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; content: ''; } 
section.main video { width: 100%; height: 100%; object-fit: cover; object-position: center; } 
section.main .text_wrap { position: absolute; display: flex; align-items: center; top: 50%; left: 50%; transform: translate(-25%, -35%); margin-left: -122px; } 
section.main .text_wrap li { font-size: 2.8rem; font-weight: 300; white-space: pre; } 
section.main .text_wrap li b { font-weight:900; font-family: 'NanumSquare'; } 
section.main .text_wrap li span { font-size: 15rem; font-weight: 700; } 
.sec1-txt-m { display: none; } 
/*footer*/
footer.footer { background: var(--point-color); padding: 3.7em 0; } 
footer.footer > .inner { display: flex; justify-content: space-between; } 
footer.footer .info_box:first-child { width:625px; } 
footer.footer .info_box .menu { margin-bottom: 2.5em; } 
footer.footer .info_box .menu li a { font-size: 1.667rem; color: #fff; line-height:1.8; font-weight: 700; position: relative; } 
footer.footer .info_box .menu li a::after { content: ''; position: absolute; bottom: 0; left:0; width: 0; height: 2px; background: #fff; } 
footer.footer .info_box .menu li a:hover::after { width: 100%; transition: width 400ms; } 
footer.footer .info_box .address { display: flex; flex-wrap: wrap; } 
footer.footer .info_box .address * { transform: rotate(-0.03deg); } 
footer.footer .info_box .address li { color: #fff; font-size:0.9rem; line-height: 1.8; } 
footer.footer .info_box .address li::after { content: '|'; margin: 0 0.6rem; font-weight: 200; } 
footer.footer .info_box .address li:nth-child(2n)::after { display: none } 
footer.footer .info_box .address li a { color: #fff; } 
footer.footer .info_box .dw_icon { margin: 1.2rem 0 3rem 0; } 
footer.footer .info_box .dw_icon span { margin-right: 0.7rem; } 
footer.footer .info_box a .contact_btn { display:flex; align-items: center; } 
footer.footer .info_box a .contact_btn li { color: #fff; margin-left: 1rem; display:flex; align-items:center; font-family: 'NanumSquare'; white-space: pre; } 
footer.footer .info_box a .contact_btn img { margin-left: 0.5rem; } 
footer.footer p { font-style: normal; font-variant-caps: all-petite-caps; color: #fff; font-weight:200; } 
.br_bl_320 { display: none; } 
.adm { color: #e9e9e9; padding: 0px 3px; border: 1px solid #adadad; border-radius: 9px; margin-left: 5px; font-size: 13px; } 

/**/


.section01 { max-height:968px; height:100vh; } 
.section01 .swiper-container,.section01 .swiper-wrapper,.section01 .swiper-slide { height:100%; } 
.section01 .swiper-container { position: relative; } 
.section01 .swiper-slide.bg01 { background:#fff url('../Img/section01_bg01.jpg') center no-repeat; background-size:cover; } 
.section01 .swiper-slide.bg02 { background:url('../Img/section01_bg02.jpg') center no-repeat; background-size:cover; } 
.section01 .swiper-slide.bg03 { background:url('../Img/section01_bg03.jpg') center no-repeat; background-size:cover; } 
.section01 .swiper-button-prev,.section01 .swiper-button-next { width:60px; height:60px; border:1px solid #000; top:474px; } 
.section01 .swiper-button-prev { background:rgba(255,255,255,.3) url('../Img/arrow_ico.png') center no-repeat; transform:rotate(180deg); left:136px; } 
.section01 .swiper-button-next { background:rgba(255,255,255,.3) url('../Img/arrow_ico.png') center no-repeat; left:206px; } 
.section01 .swiper-button-prev:after,.section01 .swiper-button-next:after { display:none; } 
.section01 .txt_wrap { width: 1246px; margin: 0 auto; margin-top: 220px; } 
.section01 .txt_wrap h3 { font-size: 1.5rem; font-weight: 500; margin-bottom: 10px; } 
.section01 .txt_wrap h1 { font-size: 3.333em; font-weight: 900; line-height: 1; font-family: 'NanumSquare'; } 
.section01 .txt_wrap p { color: var(--gray02-color); margin-top: 3em; } 


.section01 .swiper-pagination-bullet { background: none; width: 65px; } 
.section01 .swiper-pagination-bullet:nth-child(2) { width: 74px; } 
.section01 .swiper-pagination-bullet::after { position: absolute; content: '/'; top: 5px; left:52px; font-size: 0.9em; font-weight: 100; } 
.section01 .swiper-pagination-bullet:nth-child(2)::after { left: 59px; } 
.section01 .swiper-pagination-bullet:nth-child(3)::after { display: none; } 
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: none; } 
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 50%; left: 50%; transform: translate(-620px,112px); width: 1246px; text-align: left; } 
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { position: relative; opacity: 1; font-size: 2.6rem; font-family: 'Poppins'; font-weight: 100; } 
span.swiper-pagination-bullet.swiper-pagination-bullet-active { font-weight: 600 !important; } 



/*section02*/
.section02 { background:url('../Img/section02_bg01.jpg'); padding:216px 0 106px; position:relative; margin-top:-96px; } 
.section02 * { color:#fff; } 
.section02 .txtbg { position:absolute; top:210px; background: url('../Img/section02_bg02.png')no-repeat calc(50% - -311px); height: 220px; width: 100%; } 
.section02 .tit { font-size:3.33rem; font-weight:900; line-height:1.2; font-family: 'NanumSquare'; } 
.section02 .tit i { font-size:3.33rem; font-style: normal; font-weight:700; } 
.section02 .ani_txt_wrap { display:flex; align-items:center; } 
.section02 .ani_txt_wrap .ani_txt { width:550px; height:70px; overflow:hidden; } 
.section02 .ani_txt_wrap .ani_txt span { display:block;; font-size:3.33rem; line-height:70px; font-family: 'NanumSquare'; } 
.section02 .ani_txt_wrap .ani_txt span:first-child { animation: anim ease-out 12s infinite; } 
.section02 .txt { font-size:20px; margin-top:36px; line-height:1.8; margin-bottom: 42px; } 
.section02 .txt span { font-weight: 700; } 

@keyframes anim { 
 0% { margin-top : 0; } 
 25% { margin-top : -70px; } 
 50% { margin-top : -140px; } 
 75% { margin-top : -70px; } 
 100% { margin-top : 0; } 
 } 
.view_btn { font-size:15px; font-weight:600; color:#fff; z-index: 2; } 
.view_btn::before { content: '+'; font-size: 2em; font-weight: 200; vertical-align: middle; margin-right: 0.2em; } 


.section03 { padding:172px 0; background:url('../Img/section03_bg01.jpg'); position:relative; } 
.section03 .inner { width: 1088px; } 
.section03 .bg04 { position:absolute; top:218px; left:50%; margin-left: 112px; z-index:1; background: url('../Img/section03_bg04.png')no-repeat; background-size: 92%; width: calc(100% - 58%); height: 325px; } 
.section03.active .bg04 { position:fixed; } 
.section03 .flex_wrap { flex-wrap:wrap; position: relative; z-index: 2; } 
.section03 .flex_wrap::-webkit-scrollbar { display: none; } 
.section03 .portfolio_wrap.fir { display: grid; grid-template-columns: 1fr 1fr; justify-items: center; } 
.section03 .portfolio_wrap.sec { margin-top:248px; } 
.section03 .flex_box { position:relative; padding: 10% 2.5% } 
.section03 .flex_box:nth-child(even) { top: 370px; } 
.section03 .date { position:absolute; top:456px; left: -69px; font-weight:500; color:#0599d9; transform: rotate(90deg) translate(-50%, 100%); font-size:14px; } 
.section03 .img_wrap { height:430px; width:430px; display:block; position:relative; overflow:hidden; margin: auto; } 
.section03 .img_wrap:hover { } 
.section03 .img_wrap:before { content:''; width:100%; height:100%; transition:.3s; background:#0599d9; border-radius:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) scale(0);; } 
.section03 .img_wrap img { transition:.3s; width: 100%; height: 100%; } 

.section03 .img_wrap .view_btn { position:absolute; bottom:50%; left:50%; transform:translate(-50%, 25%); display:none; } 
.section03 .img_wrap:hover:before { transform:translate(-50%, -50%) scale(1.5); } 
.section03 .img_wrap:hover img { mix-blend-mode:multiply; opacity:.6; } 
.section03 .img_wrap:hover .view_btn { display:block; } 
.section03 .port_tit { font-size:28px; font-weight:900; margin:11px 0 0px; font-family: 'NanumSquare'; } 
.section03 .port_link { font-size:13px; color:#636363; letter-spacing:0; font-weight:500; position:relative; padding-left:24px; transition: .3s; } 
.section03 .port_link:hover { color:#fd5f5b; } 
.section03 .port_link:before { content:''; width:19px; height:10px; background:url('../Img/link_ico.png'); position:absolute; left:0; top:50%; transform:translateY(-50%); transition: .3s; } 
.section03 .port_link:hover:before { background:url('../Img/link_ico_on.png'); } 
.section03 .plus_wrap { margin: 72px auto 0; width: fit-content; display: flex; flex-direction: column; text-align: center; } 
.section03 .plus_wrap span { color:#b6b6b6; margin-top:30px; } 
/* .section03 .plus_wrap .ico_wrap { position:relative; } 
.section03 .plus_wrap .ico_wrap:before { content:''; width:70%; height:70%; transition:.3s; border-radius:100%; background:#0599d9; position:absolute; top:48%; left:50%; transform:translate(-50%, -50%) scale(0); } */
.section03 .plus_wrap .ico_wrap img { transition:.3s; } 
.section03 .plus_wrap:hover span { color:#0599d9; } 
.section03 .plus_wrap:hover .ico_wrap img { transform:rotate(180deg); mix-blend-mode: luminosity; } 
.section03 .plus_wrap:hover .ico_wrap:before { transform:translate(-50%, -50%) scale(1); } 

.section04 { overflow: hidden; width: 1200px; margin: 0 auto; } 
.section04 p,.section04 p span { color: var(--gray01-color); } 
.section04,.section05 { padding: 172px 0; } 
.section04 h1,.section05 h1 { font-size: 6rem; line-height: 1; color: var(--point-color); letter-spacing: -0.04em; } 
.section04 span.view_btn,.section04 span.view_btn a,.section05 span.view_btn { color: var(--gray02-color); font-weight:400; transition: .3s; margin-top: auto; } 
.section04 span.view_btn:hover,.section04 span.view_btn a:hover, .section05 span.view_btn:hover { color: var(--point-color); } 


.section04 .section04_swiper { height: 509px; border: 1px solid #b5b5b5; margin-top: 2.5rem; position: relative; overflow: inherit; } 
.section04 .section04_swiper .swiper-slide { display: flex; flex-direction: column; justify-content: space-between; padding: 5em 6em; } 
.section04 .section04_swiper .swiper-slide:not(.swiper-slide-active) { } 
.section04 .section04_swiper .swiper-slide .review_img { position: absolute; bottom: -5em; right: 0; } 
.section04 .section04_swiper .swiper-slide .review_img img { display: block; } 
.section04 .section04_swiper .swiper-slide .txt_wrap h2 { font-size: 1.9rem; line-height: 1.3; margin-bottom: 0.8em; } 
.section04 .section04_swiper .swiper-slide .txt_wrap span { color: var(--gray01-color); font-weight: 400; } 
.section04 .section04_swiper .swiper-slide .txt_wrap span b { font-weight: 700; color: var(--gray01-color); } 
.section04 .section04_swiper .swiper-slide .txt_wrap p { color: var(--gray02-color); margin-top: 0.7em; font-size: 0.944em; font-weight: 400; } 

.section04 .section04_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev { top:-55px; right: 0; } 
.section04 .section04_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next { top:-55px; left: auto; right: 50px; } 
.swiper-button-next:after, .swiper-button-prev:after { font-size: 33px; color: #b5b5b5; } 

/* 백그라운드 잠시 숨 2022-02-26
.section05 { background:url('../Img/section03_bg01.jpg'); position:relative; } */

.section05 { position:relative; } 
.section05 p { color: var(--gray01-color); } 
.section05 .p_wrap { display: flex; justify-content: space-between; } 
.section05 .progress_wrap { border-top: 2px solid var(--gray01-color); margin-top: 2.5rem; } 
.section05 .progress_wrap .item { display: flex; height:74px; align-items: center; border-bottom: 1px solid #d2d2d2; } 
.section05 .progress_wrap .item li { margin: 0 1.2em; } 
.section05 .progress_wrap .item li.img_bar { width: 109px; height: 28px; line-height: 28px; font-size: smaller; font-weight: 700; color: #fff; text-align: center; transform: rotate(-0.03deg); } 
.section05 .progress_wrap .item li.img_bar.blue { background: var(--point-color); } 
.section05 .progress_wrap .item li.img_bar.gray { background: var(--gray01-color); } 
.section05 .progress_wrap .item li.title { font-size: 0.944em; font-weight: 500; color: var(--gray01-color); padding-left: 1em; } 
.section05 .progress_wrap .item li.date { font-size: 0.944em; font-weight:300; color: var(--gray02-color); margin-left: auto; } 
.swiper-button-next, .swiper-button-prev { cursor: none; } 
/*sub*/
.sub_cont>.inner { width: 1200px; margin: 0 auto; padding: 15em 0 9em; } 
.sub_cont>.port_inner { padding: 15em 0 4em } 
.sub_cont img { max-width: 100%; width: 100%; } 
.sub_cont img.icon { max-width: 100%; width: auto; } 
.sub_cont h1 { font-size: 5.5rem; line-height: 1; letter-spacing: -0.04em; margin-bottom: 2rem; } 
.sub_cont .title_wrap span { font-size: 22px; font-weight: 400; } 
.sub_cont .title_wrap span b { color: var(--point-color); margin: 0 0.5em 0 0.2em; font-weight:600; } 

@media screen and (max-width:767px) { 
 .sub_cont>.port_inner { padding: 3em 10px 0 !important; } 
 } 



/*portfolio*/
.sub_cont .folio_menu { display: flex; height: 43px; align-items: center; } 
.sub_cont .folio_menu span { font-size:1.2rem; font-weight: 500; } 
.sub_cont .folio_menu ul.left_menu span { margin-right: 1.3em; } 
.sub_cont .folio_menu ul.left_menu span.cho { color: var(--point-color); } 
.sub_cont .folio_menu ul.right_menu { margin-left: auto; display: flex; } 
.sub_cont .folio_menu ul.right_menu a { display: block; } 
.sub_cont .folio_menu ul.right_menu span { display: inline-block; text-align:center; width: 135px; margin-left: 0.3em; font-weight: 300; font-size: 1.17em; padding: 0.3em; color: var(--gray01-color); border-radius: 20px; transition: .3s; } 
.sub_cont .folio_menu ul.right_menu li.cho span { background: #e8f3f8; color: var(--point-color); } 
.sub_cont .folio_menu ul.right_menu span.null:hover { background: #f2f2f2; } 
.sub_cont .folio_wrap { display: flex; flex-wrap: wrap; margin-top: 5em; justify-content: space-between; } 
.sub_cont .folio_wrap .flex_box { width: calc(33.33% - 15px); position:relative; margin-bottom: 3.3em; } 
.sub_cont .folio_wrap .flex_box:nth-child(2n) { } 
.sub_cont .port_tit { display: flex; align-items: center; justify-content: space-between; } 
.sub_cont .port_tit ul { display: flex; } 
.sub_cont .port_tit ul li { line-height: 1; margin-left: 0.7em; } 
.sub_cont .port_tit ul li span { color: var(--gray02-color); transition: .3s; } 
.sub_cont .port_tit ul li span:hover { color: #fd5f5b; } 
.sub_cont .port_tit a { display: flex; } 
.sub_cont .port_tit p { font-size: 1.3rem; font-weight: 800; margin-top: 0.2em; } 
.sub_cont .date { position:absolute; top:490px; left: -100px; font-weight:500; color:#0599d9; transform: rotate(90deg) translate(-50%, 100%); font-size:15px; } 
.sub_cont .img_wrap { /*height:497px; width:497px; */display:block; position:relative; overflow:hidden; min-height: 385px } 
.sub_cont .img_wrap:before { content:''; width:100%; height:100%; transition:.3s; background:#0599d9; border-radius:100%; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) scale(0);; } 
.sub_cont .img_wrap img { transition:.3s; width: 100%; height: 100%; } 
.sub_cont .img_wrap .view_btn { position:absolute; bottom:50%; left:50%; transform:translate(-50%, 25%); display:none; } 
.sub_cont .img_wrap:hover:before { transform:translate(-50%, -50%) scale(1.5); } 
.sub_cont .img_wrap:hover img { mix-blend-mode:multiply; opacity:.6; } 
.sub_cont .img_wrap:hover .view_btn { display:block; } 

.sub_cont .folio03_cont { width: 1200px; margin: 0 auto 120px; } 

/*portfolio01_detail 공통*/
.sub_cont .back_btn { position: sticky; bottom:30px; text-align: center; width: 96px; height: auto; font-weight: 600; line-height: 1.3; transition: .5s; display: block; margin-left: auto; margin-top: -82px; z-index: 222; box-shadow: 0 10px 10px #8181814a; background: #f1f1f1; color: #333; padding: 20px; } 
.sub_cont .back_btn img { margin-bottom: 0.5em; transition: .3s; } 
.sub_cont .back_btn:hover img { transform: translateX(-0.3em); } 
.sub_cont .folio01_bg { position: absolute; top: 0; left: 0; height: 850px; width: 100%; z-index: -1; } 

.sub_cont .explanation_wrap h2 { font-size: 3.2em; font-weight: 800; letter-spacing: -0.07em; } 
.sub_cont .explanation_wrap .info { display: flex; justify-content: space-between; } 
.sub_cont #bo_v_con .explanation_wrap .info ul { width: calc(33.33% - 22px); margin: 2em 0 2em 0; } 
.sub_cont .explanation_wrap .info ul { width: calc(33.33% - 22px); margin: 2em 0 2em 0; } 
.sub_cont .explanation_wrap .info ul .tit { font-weight: 700; border-bottom: 2px solid #313131; line-height: 2; } 
.sub_cont .explanation_wrap .info ul .txt { line-height: 3; font-weight: 500; font-family: 'NanumSquare'; color:var(--gray01-color); } 
.sub_cont .explanation_wrap p { color: var(--gray01-color); } 
.sub_cont .explanation_wrap .link_btn a { width: 382px; height: 82px; border-radius: 4px; margin-top: 4em; background: var(--point-color); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.977rem; font-weight: 600; transform: rotate(-0.03deg); transition: .3s; } 


.sub_cont .explanation_wrap .link_btn a img { margin-left: 0.3em; transition: 0.3s; transform: translateX(0); width: auto; } 
.sub_cont .explanation_wrap .link_btn a:hover { background: #313131; } 
.sub_cont .explanation_wrap .link_btn a:hover img { transform: translateX(0.3em); } 

.sub_cont #bo_v_con .explanation_wrap .link_btn a { width: 382px; height: 82px; border-radius: 4px; margin-top: 4em; background: var(--point-color); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.977rem; font-weight: 600; transform: rotate(-0.03deg); transition: .3s; text-decoration: none; } 
.sub_cont #bo_v_con .explanation_wrap .link_btn a img { margin-left: 0.3em; transition: 0.3s; transform: translateX(0); } 
.sub_cont #bo_v_con .explanation_wrap .link_btn a:hover { background: #313131; } 
.sub_cont #bo_v_con .explanation_wrap .link_btn a:hover img { transform: translateX(0.3em); } 


.sub_cont .folio01_cont { padding:9em 0 10em; } 
.sub_cont .folio01_cont img { display: block; margin: 0 auto; max-width: 1195px; border-radius: 1.5em; filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2)); } 
.sub_cont .folio02_cont { padding-bottom: 11em; } 
.sub_cont .folio02_cont img { display: block; margin: 0 auto; max-width: 1195px; } 
.sub_cont .folio03_cont a { display: contents; } 
.sub_cont .folio03_cont img { display: block; margin: 0 auto; } 

.sub_cont.portfolio01_01 .folio01_cont { background: #f2f2f2; text-align: center; } 
.sub_cont.portfolio01_01 .folio01_cont a { display: block; } 
.sub_cont.portfolio01_01 .folio01_bg { background: linear-gradient(0deg, #e2e2e2, #f2f2f2); } 

.sub_cont.portfolio02_01 .folio02_cont { background: linear-gradient(30deg, #c9c6de, #f0eff4); } 
.sub_cont.portfolio02_01 .folio02_cont img { filter: drop-shadow(-43px 46px 32px rgba(28,7,62,0.5)); } 

/*location*/
.sub_cont.location .title_wrap { position: relative; height: 363px; } 
.sub_cont.location .title_wrap .location_wrap { position: absolute; top: 0; right: 110px; } 
.sub_cont.location .title_wrap .location_wrap p.txt { font-size: 20px; font-weight: 600; font-family: 'NanumSquare'; line-height: 1.5; } 
.sub_cont.location .title_wrap .location_wrap .dw_info { display: flex; flex-direction: column; margin: 1.5em 0 2em 0; } 
.sub_cont.location .title_wrap .location_wrap .dw_info a { font-size:0.9em; font-weight: 500; line-height: 1.7; position: relative; } 
.sub_cont.location .title_wrap .location_wrap .dw_info a::after { content: ''; position: absolute; width: 100%; height: 1px; background: #313131; bottom: 2px; left: 0; } 
.sub_cont.location .title_wrap .location_wrap .dw_icon { display: flex; } 
.sub_cont.location .title_wrap .location_wrap .dw_icon li.ic_insta { margin-right: 0.8em; width: 28px; height: 30px; background: url(../Img/info_icon_insta01.png)no-repeat; } 
.sub_cont.location .title_wrap .location_wrap .dw_icon li.ic_cha { width: 28px; height: 30px; background: url(../Img/info_icon_cha01.png)no-repeat; } 

/*contact*/
.sub_cont.contact .inner { width: 1200px; margin: 0 auto; padding: 15em 0 9em; } 
.sub_cont.contact p.txt { font-size:20px; font-weight: 500; line-height: 1.5; font-family: 'NanumSquare'; } 
.sub_cont.contact .contact_box form .form_info { display: flex; justify-content:space-between; flex-wrap: wrap; align-items: baseline; } 
.sub_cont.contact .contact_box form .form_info ul { width: calc(50% - 24px); margin-right: 48px; border-bottom: 1px solid #313131; } 
.sub_cont.contact .contact_box form .form_info ul:nth-child(2n) { margin-right: 0; } 
.sub_cont.contact .contact_box form ul .essential::before { color: var(--point-color); } 
.sub_cont.contact .contact_box .form_box { margin-top: 3.54em; } 
.sub_cont.contact .contact_box p.title { font-weight: 600; transform: rotate(-0.03deg); font-size: 18px; } 
.sub_cont.contact .contact_box ul.check { border-bottom: 0; } 
.sub_cont.contact .contact_box input[type="radio"] { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; } 
.sub_cont.contact .contact_box input[type="radio"] + label { display:inline-block; position:relative; padding-left:31px; margin-right: 12px; cursor: none; } 
.sub_cont.contact .contact_box input[type="radio"] + label:before { content:''; position:absolute; left:0; top:0; width:25px; height:25px; text-align:center; background:#fff; border:1px solid #b9b9b9; box-sizing:border-box; border-radius: 5px; } 
.sub_cont.contact .contact_box input[type="radio"]:checked + label:after { content: ''; position:absolute; top:0; left:0; width:25px; height:25px; background-color:#0599d9; border-radius: 5px; } 
.sub_cont.contact .contact_box input[type="checkbox"] { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); border:0; } 
.sub_cont.contact .contact_box input[type="checkbox"] + label { display:inline-block; position:relative; padding-left:31px; margin-right: 12px; cursor: none; } 
.sub_cont.contact .contact_box input[type="checkbox"] + label:before { content:''; position:absolute; left:0; top:0; width:25px; height:25px; text-align:center; background:#fff; border:1px solid #b9b9b9; box-sizing:border-box; border-radius: 5px; } 
.sub_cont.contact .contact_box input[type="checkbox"]:checked + label:after { content: ''; position:absolute; top:0; left:0; width:25px; height:25px; background-color:#0599d9; border-radius: 5px; } 
.sub_cont.contact .contact_box ul.check li { font-size: 16px; font-weight: 500; color: var(--gray02-color); margin-right: 25px; } 
.sub_cont.contact .contact_box form .form_info ul.form_qu3 { width: 100%; margin-right: 0; margin-bottom: 0 } 
.sub_cont.contact .contact_box form .question ul { display: grid; margin-bottom: 50px; } 
.sub_cont.contact .contact_box form .question ul:first-child { padding-top: 0; } 
.sub_cont.contact .contact_box form .question ul .title { width: 100%; margin-bottom: 20px; } 
.sub_cont.contact .contact_box .form_file { display: flex; } 
.sub_cont.contact .contact_box .form_file ul { display: grid; width: 100%; margin-right: 48px; border-bottom: 1px solid #313131; } 
.sub_cont.contact .contact_box .form_file ul .title { margin-bottom: 20px; } 
.contact_box .form_file button { width: 166px; height: 55px; border-radius: 5px; line-height: 55px; background: #fff; border: 1px solid #313131; color: #313131; padding: 0; margin-top: auto; } 
.agree-box { margin-top: 77px; font-family: 'NanumSquare'; font-weight: 800; font-size: 18px; letter-spacing: -0.06em; } 
.agree-box label { color: #636262; } 
.agree-box p { font-size: 15px; font-family: 'NanumSquare'; color: #0599d9; letter-spacing: -0.03em; margin: 16px 0 33px 31px; transform: rotate(-0.03deg); font-weight: 600; line-height: 24px; } 

.ab-se-wr { display: flex; justify-content: space-between; margin-bottom: 42px; } 
.ab-se-wr .ab-se-box { width: calc(33.333% - 10px); height: 267px; padding: 35px; border-radius: 7px; box-shadow: 0 11px 29px rgb(217 231 242 / 60%); display: grid; align-content: space-between; transition: .4s; } 
.ab-se-wr .ab-se-box .icon { width: 58px; height: 59px; background: #ddd; transition: .4s; } 
.ab-se-wr .ab-se-box .icon.icon-1 { background: url("../Img/icon_resp_off.png") } 
.ab-se-wr .ab-se-box .icon.icon-2 { background: url("../Img/icon_think_off.png") } 
.ab-se-wr .ab-se-box .icon.icon-3 { background: url("../Img/icon_spirit_off.png") } 
.ab-sm-tit { color: #0599d9; font-weight: 500; transition: .4s; } 
.ab-icon-wr { display: flex; justify-content: space-between; align-items: flex-end; } 
.off-txt { font-size: 28px; font-family: 'NanumSquare'; font-weight: 800; transition: .4s; opacity: 1; } 
.on-txt { display: none; opacity: 0; font-family: 'NanumSquare'; line-height: 28px; transition: .4s; color: #fff; font-size: 15px; letter-spacing: -0.03em; } 
.about .title_wrap h3 { font-size: 27px; font-weight: 500; margin-bottom: 15px; } 
.about .title_wrap p.txt { font-size: 20px; font-weight: 500; line-height: 1.5; font-family: 'NanumSquare'; margin-top: 69px; margin-bottom: 160px; } 
.about .title_wrap p.txt strong { font-weight: 500; } 

.ab-se-wr .ab-se-box:hover { background: #0599d9; } 
.ab-se-wr .ab-se-box:hover .ab-sm-tit { color: #fff; } 
.ab-se-wr .ab-se-box:hover .off-txt { opacity: 0; display: none; } 
.ab-se-wr .ab-se-box:hover .on-txt { display: block; opacity: 1; } 
.ab-se-wr .ab-se-box:hover .icon.icon-1 { background: url("../Img/icon_resp_on.png") } 
.ab-se-wr .ab-se-box:hover .icon.icon-2 { background: url("../Img/icon_think_on.png") } 
.ab-se-wr .ab-se-box:hover .icon.icon-3 { background: url("../Img/icon_spirit_on.png") } 

.ab-hi-wr { padding: 147px calc((100% - 1200px)/2); display: flex; justify-content: space-between; background: url("../Img/section03_bg01.jpg"); } 
.ab-history { min-width: 658px; } 
.ab-history .hi-year a { font-size: 28px; font-weight: 600; padding: 30px 0; display: block; color: var(--point-color); } 

.ab-history .hi-txt-wr { margin-bottom: 30px; } 
.ab-history .hi-txt-wr .hi-txt { line-height: 33px; position: relative; padding-left: 27px; font-family: 'NanumSquare'; transform: rotate(-0.03deg); font-size: 16px; } 
.ab-history .hi-txt-wr .hi-txt::before { content: '●'; font-size: 9px; vertical-align: top; margin-right: 13px; color: #cccccc; } 
.ab-history .hi-txt-wr .hi-txt::after { content: ''; position:absolute; left: 31px; bottom: -15px; width: 1px; height: 30px; background: #ccc; } 
.ab-history .hi-txt-wr .hi-txt:last-child::after { display: none; } 
.ab-hi-slid { border-top:1px solid #959595; } 
.ab-hi-slid:last-child { border-bottom:1px solid #959595; } 
.ab-hi-slid .hi-year { position: relative; } 
.ab-hi-slid .hi-year::after { content: url("../Img/slid_arrow.png"); position: absolute; right: 4px; top: 50%; margin-top: -8px; transform: rotate(0deg); transition: .3s; } 
.ab-hi-slid .hi-year.on::after { transform: rotate(180deg); margin-top: -13px; } 
.ab-hi-slid .hi-year a { color:#959595; } 
.ab-hi-slid .hi-txt-wr { display: none; } 



/*메인 최신글*/
.lat_title { display: none } 
.new_icon, .sound_only { display: none } 

.lat { border-top: 2px solid var(--gray01-color); margin-top: 2.5rem } 
.basic_li { display: flex; } 
.basic_li a::before { content: ""; display: inline-block; width: 15px; height: 15px; background-image: url('../Img/section05_icon.png'); margin-right: 5px } 
.basic_li { display: flex; align-items: center; height: 74px; border-bottom: 1px solid #d2d2d2 } 

.basic_li .classifi { background: var(--gray02-color); width: 109px; height: 28px; line-height: 28px; font-size: 0.944em; font-weight: 700; color: #fff; text-align: center; transform: rotate(-0.03deg); margin: 0 1.2em } 
.basic_li .classifi span.pro_ing { color: #fff; background: #0599d9; display: block; } 
.basic_li a { font-size: 0.944em; font-weight: 500; color: var(--gray01-color); padding-left: 1em; margin: 0 1.2em } 
.basic_li .progress_date_view { font-size: 0.944em; color: var(--gray02-color); font-weight: 300; margin: 0 1.2em; margin-left: auto; } 
.section05 .sv_member { display: none } 

.review_lat_wrap { display: flex!important; flex-direction: row-reverse!important; } 
.review_lat_wrap > a { width: 51.35% } 
.review_lat_wrap > div { width: 48.65%; position: relative; } 
.review_lat_wrap > div > img { position: absolute; top: -169px; right: 0 } 
.review_lat .new_icon { display: none } 
.review_lat h2 { font-size: 1.9rem; line-height: 1.3; margin-bottom: 0.8em; font-family: 'NanumSquare'; } 
.review_lat a p,
.review_lat a p span { font-size: 0.97em!important; font-weight: 400; color: var(--gray02-color); word-break: keep-all; text-align: left!important; line-height: 1.5!important } 
.review_lat a p span b span { font-weight: 700!important; color: var(--gray01-color) } 
button.lt_more { border: 0; background: 0; margin-top: 50px; position: absolute; left: 8em; bottom: 6em } 

.br_view_1024 { display: none; } 
.mview { display: none; } 

/*responsive*/
@media screen and (max-width:1199px) { 
 .inner { width: 100%; padding: 0 30px; } 
 } 
@media screen and (max-width:1023px) { 
 .cursor { display: none; } 

 header.header, .toggle_menu_wrap .logo { padding: 0 96px 0 30px; } 
 header.header ul.gnb { display: none; } 

 .top-btn { bottom: 215px; } 
 .ch-btn { bottom: 130px; display: block; } 


 .toggle_menu_wrap .bottom_info { bottom: 30px; left: 30px; } 
 .toggle_menu_wrap .bottom_info ul { margin-bottom: 1em; } 
 .toggle_menu_wrap .toggle_menu { left: 0; transform: translate(30px,-50%); } 
 .toggle_menu_wrap .toggle_menu li { font-size: 3rem; } 
 .toggle_menu_wrap .toggle_menu li>a::after { display: none; } 
 .toggle_menu_wrap .toggle_menu li ul { right: -340px; } 
 .toggle_menu_wrap .toggle_menu ul li:hover { -webkit-text-stroke: 1px; -webkit-text-stroke-color: #ffffff; } 

 .contact_wrap { width: 80px; height: 80px; border-radius: 100%; top:auto; right:16px; bottom:45px; text-align: center; } 
 .contact_wrap p { top: 103px; left: -8px; } 
 .contact_wrap:hover { border-radius: 0; bottom: -90px; right:0; width: 96px; } 
 .contact_wrap:hover .cont-btn-m { line-height: 100vh; margin-top: -90px; } 
 .contact_wrap.active { border-radius: 0; bottom: -90px; right:0; width: 96px; } 
 .contact_wrap.active .cont-btn-m { line-height: 100vh; margin-top: -90px; } 
 .contact_wrap .cont-btn-m { display: block; line-height: 80px; font-size: 44px; color: #fff; } 
 .contact_wrap .cont-btn-pc { display: none; } 
 .contact_bg .contact_box { width: 100%; } 
 .contact_bg .contact_box { padding: 3em 8.5em 5em 3em; } 
 .contact_box form { margin-top: 0.8em; } 
 .contact_box button { margin-top: 1em; padding: 1em 0; } 

 .br_view_1024 { display: block; } 
 .inner { width: 100%; padding: 0 30px; } 

 section { padding: 0 30px; } 
 section.main { margin-left: 0; margin-top: 0; height: 568px; } 
 section.main .text_wrap { transform: translate(-50%, -50%); margin-left: 0; margin-top:-40px; } 
 section.main .text_wrap li { font-size: 30px; line-height: 1.3; } 
 section.main .text_wrap li span { font-size: 153px; } 
 section.section01 { padding: 0; height: 656px; } 
 .section01 .txt_wrap { width: 100%; padding: 0 20px; margin-top: 100px; } 
 .section01 .txt_wrap p { font-size: 15px; } 
 .section01 .txt_wrap h3 { font-size: 16px; } 
 .section01 .swiper-slide.bg01 { background: url("../Img/section01_bg01_768.jpg")no-repeat center / cover; } 
 .section01 .swiper-slide.bg02 { background: url("../Img/section01_bg02_768.jpg")no-repeat 72% 0 / cover; } 
 .section01 .swiper-slide.bg03 { background: url("../Img/section01_bg03_768.jpg")no-repeat center / cover; } 
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 50%; left: 16px; transform: translate(0,108px); width: calc(100% - 14px); } 

 .section02 { padding: 186px 0 75px; } 
 .section02 .ani_txt_wrap .ani_txt span,.section02 .tit,.section01 .txt_wrap h1,.section02 .tit i { font-size: 38px; line-height: 43px; } 
 .section02 .ani_txt_wrap .ani_txt { height: 43px; } 
 .section02 .txt { font-size: 16px; } 
 .section02 .txtbg { width: 100%; height: 130px; background: url('../Img/section02_bg_02_1024.png')no-repeat 71px center; top: 50%; left: 0; margin-top: -50px; } 
 @keyframes anim { 
 0% { margin-top : 0; } 
 25% { margin-top : -43px; } 
 50% { margin-top : -86px; } 
 75% { margin-top : -43px; } 
 100% { margin-top : 0; } 
 } 

 .section03 { padding: 91px 0; } 
 .section03 .inner { width: 100%; } 
 .section03 .port_tit { font-size: 24px; } 
 .section03 .flex_box { padding: 34px 0 0; } 
 .section03 .flex_wrap { margin-top: 142px; } 
 .section03 .date { display: none; } 
 .section03 .img_wrap { height: 350px; width: 100%; } 
 .section03 .img_wrap img { height: auto; margin-top: -20%; } 
 .section03 .portfolio_wrap.fir { display: block; } 
 .section03 .bg04 { top: 8px; margin-left: 0; background-size: 100%; left: 20px; background: url('../Img/section03_bg04_768.png')no-repeat center / contain; width: calc(64% - 20px); } 
 .section03 .plus_wrap { margin: 60px auto 0; } 
 .section03 .flex_box:nth-child(even) { top: 0px; } 


 .section04 { width: calc(100% - 40px); margin-bottom: 57px; } 
 .section04 .inner { padding: 0; } 
 .section04 .section04_swiper { height: 448px; } 
 .section04 .section04_swiper .swiper-slide { padding: 4em 3em; } 
 .review_lat_wrap > div > img { top: -81px; right: -46px; width: 389px; } 
 button.lt_more { left: 3em; bottom: 4em; } 
 .section04 .section04_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev { top:auto; bottom:-63px; right: auto; left: 50px; } 
 .section04 .section04_swiper .swiper-button-prev, .swiper-container-rtl .swiper-button-next { top:auto; bottom:-63px; left: 0; right: auto; } 

 .section04, .section05 { padding: 87px 0; } 
 .section04 p, .section04 p span { font-size: 16px; } 
 .review_lat h2 { white-space: pre; } 



 /*sub*/
 .sub_cont>.inner,.sub_cont.contact .inner { width: 100%; padding: 9em 30px 9em; } 
 .ab-se-wr { display: block; } 
 .about .title_wrap p.txt { font-size: 18px; } 
 .ab-se-wr .ab-se-box { width: 100%; background: #0599d9; margin-top: 10px; } 
 .ab-se-wr .ab-se-box { } 
 .ab-se-wr .ab-se-box .ab-sm-tit { color: #fff; font-size: 14px; } 
 .ab-se-wr .ab-se-box .off-txt { opacity: 1; display: block; color: #fff; font-size: 20px; margin-bottom: 10px; } 
 .ab-se-wr .ab-se-box .on-txt { display: block; opacity: 1; } 
 .ab-se-wr .ab-se-box .icon.icon-1 { background: url("../Img/icon_resp_on.png") } 
 .ab-se-wr .ab-se-box .icon.icon-2 { background: url("../Img/icon_think_on.png") } 
 .ab-se-wr .ab-se-box .icon.icon-3 { background: url("../Img/icon_spirit_on.png") } 
 .ab-hi-wr { padding: 100px 30px 100px 30px; display: block; } 
 .ab-hi-wr .ab-hi-box .hi-year a { padding: 0 0 30px; } 
 .about .title_wrap p.txt { margin-top: 0; margin-bottom: 111px; } 

 #bo_v_top { width: 100% !important; } 
 #hd, #wrapper, #ft { min-width: 100%; } 
 #bo_v_con { margin: 23px 0 30px !important; } 
 section#bo_v_atc { padding: 0; } 
 section.sub_cont>.inner { padding: 9em 30px 3em; } 
 .sub_cont .back_btn { position: inherit; } 
 .sub_cont .img_wrap { height: auto !important; min-height: auto; } 
 .sub_cont .img_wrap img { height: auto; } 
 .sub_cont .explanation_wrap h2 { font-size: 30px; } 
 .sub_cont .folio01_cont { padding: 9em 30px 10em; } 

 .sub_cont.location .title_wrap { height: auto; margin-bottom: 50px; } 
 .sub_cont.location .title_wrap .location_wrap { position: initial; } 

 .sub_cont.contact .contact_box form .form_info ul { width: calc(50% - 5px); margin-right: 10px; } 
 .contact_box form ul .title { width: 140px; font-size: 16px; } 
 .contact_box form ul input { font-size: 15px; } 
 .sub_cont.contact .contact_box p.title { font-size: 16px; } 
 .sub_cont.contact .contact_box ul.check li { margin-bottom: 14px; margin-right: 23px; } 
 .sub_cont.contact .contact_box .form_file ul { margin-right: 10px; } 
 .sub_cont.contact .contact_box input[type="checkbox"] + label { font-size: 16px; } 
 .sub_cont.contact .contact_box ul.check { flex-wrap: wrap; } 
 .sub_cont.contact .contact_box .form_box:first-child { margin-top: 111px; } 
 .contact_box form .question ul,.contact_box form .form_file ul { padding: 0 0.5em 0.5em } 

 } 






@media screen and (max-width:767px) { 
 #pop-wr { top: 60px; left: 0px; } 

 body { min-width: 320px; } 

 header.header, .toggle_menu_wrap .logo { height: 60px; padding: 0 60px 0 10px; } 
 header.header .logo { width: 33%; } 
 header.header .logo img,.toggle_menu_wrap .logo img { width: 82px; } 

 .toggle_menu_wrap .toggle_btn_wrap { width: 60px; } 
 .toggle_menu_wrap .bottom_info p { font-size: 11px; } 
 .toggle_menu_wrap .bottom_info ul { margin-bottom: 0.5em; transition: 0; } 
 .toggle_menu_wrap .toggle_menu li { font-size: 35px; } 
 .toggle_menu_wrap .toggle_menu li ul { position: initial; height: 0; } 
 .toggle_menu_wrap .toggle_menu li:hover ul { height: auto; } 
 .toggle_menu_wrap .toggle_menu ul li { margin-left: 0; margin-right: 0.8em; transition:0s; } 
 .toggle_menu_wrap .toggle_menu ul li:nth-child(1) { transition-delay:0s; } 
 .toggle_menu_wrap .toggle_menu ul li:nth-child(2) { transition-delay:0s; } 
 .toggle_menu_wrap .toggle_btn li:nth-child(1) { top: 6px; } 


 .inner { padding: 0 10px; } 
 .view_btn { font-size: 13px; } 
 .contact_wrap .cont-btn-m { line-height: 60px; font-size: 32px; } 
 .contact_wrap:hover .cont-btn-m { line-height: 60px; font-size: 32px; margin-top: 0; } 
 .contact_wrap.active { bottom: 45px; right: 10px; width: 60px; height: 60px; border-radius: 100%; } 
 .contact_wrap.active .cont-btn-m { display: none; } 
 .contact_wrap.active .cont-btn-close-m { display: block; width: 60px; line-height: 60px; margin-top: 0; color: #fff; } 
 .contact_wrap:hover { border-radius: 100%; bottom: 45px; right: 10px; width: 60px; height: 60px; line-height: 60px; font-size: 32px; margin-left: 3px; } 
 .contact_bg .contact_box { padding: 5em 0.8em 5em 0.8em; } 
 .contact_bg .contact_box h1 { line-height: 1; } 
 .contact_bg .contact_box p { line-height: 1.3; margin-top: 14px; } 

 .top-btn, .ch-btn, .contact_wrap, .call-btn { width: 60px; height: 60px; line-height: 60px; font-size: 14px; right: 10px; } 
 .top-btn { bottom: 254px; } 
 .ch-btn { bottom: 115px; } 
 .call-btn-pc { display: none } 
 .call-btn-m { display: block; bottom: 185px; opacity: 1 } 
 .call-btn-m .icon { width: 30px; height: 30px; } 
 .nav-btn-m { display: none; position: fixed; bottom: 50px; right: 10px; width: 60px; height: 60px; border-radius: 100%; padding-top: 12px; background:#00bbff; z-index: 9; line-height:50px; text-align: center; } 
 .nav-btn-m span { color: #fff; } 
 .toggle_btn { width: 20px; height: 16px; } 
 .toggle_btn span { transform: rotate(0deg) !important; } 
 .toggle_btn_wrap { height: 60px; } 
 .toggle_wrap { width: 60px; } 
 .toggle_btn_wrap:hover .toggle_btn span:nth-child(1) { top:0; left:0; } 
 .toggle_btn_wrap:hover .toggle_btn span:nth-child(2) { top:calc(50% - 1px); right:0; width:20px; } 
 .toggle_btn_wrap:hover .toggle_btn span:nth-child(2)::after { content: ''; position: absolute; background:#fff; height:2px; right:0; width:20px; opacity: 0; transform: rotate(0deg); transition: .3s; } 
 .toggle_btn_wrap:hover .toggle_btn span:nth-child(3) { bottom:0; left:0; } 

 section.main { width: 100%; height: 100vh; margin-top: 60px; padding:0; } 
 section.main .text_wrap li { font-size: 24px; line-height: 1.2; } 
 section.main .text_wrap li span { font-size: 97px; } 
 .sec1-txt-pc { display: none; } 
 .sec1-txt-m { display: block; } 

 .section02 { padding: 84px 0 50px; margin-top: 0; } 
 .section02 .txt { font-size: 15px; word-break: break-all; } 
 .section02 .txtbg { background: none; } 
 .section02 .ani_txt_wrap .ani_txt span, .section02 .tit, .section01 .txt_wrap h1, .section02 .tit i { font-size: 27px; line-height: 30px; } 
 .section02 .ani_txt_wrap .ani_txt { height: 30px; margin-bottom: 5px; } 
 @keyframes anim { 
 0% { margin-top : 0; } 
 25% { margin-top : -30px; } 
 50% { margin-top : -60px; } 
 75% { margin-top : -30px; } 
 100% { margin-top : 0; } 
 } 

 section.section01 { height: 530px; } 
 .section01 .txt_wrap { margin-top: 62px; padding: 0 10px; } 
 .section01 .txt_wrap h3 { font-size: 13px; font-weight: 700; margin-bottom: 4px; color: var(--point-color); } 
 .section01 .txt_wrap p { margin-top: 26px; } 
 .section01 .swiper-pagination-bullet { width: 25px !important; } 
 .section01 .swiper-pagination-bullet::after { display: none; } 
 .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { font-size: 19px; font-weight: 300; } 
 .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { left: 6px; transform: translate(0,-30px); width: auto; } 
 .section01 .swiper-slide.bg01 { background: url("../Img/section01_bg01_m.jpg")no-repeat center / cover; } 
 .section01 .swiper-slide.bg02 { background: url("../Img/section01_bg02_m.jpg")no-repeat center / cover; } 
 .section01 .swiper-slide.bg03 { background: url("../Img/section01_bg03_m.jpg")no-repeat center / cover; } 

 .section03 { padding: 91px 0 59px; } 
 .section03 .bg04 { width: 87%; height: 210px; left: 10px; } 
 .section03 .flex_wrap { margin-top: 50px; } 
 .section03 .img_wrap { height: auto; } 
 .section03 .port_tit { font-size: 20px; } 
 .section03 .port_link { display: none; } 
 .section03 .plus_wrap { margin: 42px auto 0; } 
 .section03 .plus_wrap .ico_wrap img { width: 50px; } 

 .section04 { width: calc(100% - 20px); } 
 .section04, .section05 { padding: 74px 0; } 
 .section04 h1, .section05 h1 { font-size: 2.5rem; margin-bottom: 10px; } 
 .section04 p, .section04 p span, .section05 p { font-size: 15px; } 
 .section04 .section04_swiper .swiper-slide { padding: 2.8em 1em; } 
 .section04 .section04_swiper { height: auto; } 
 .review_lat_wrap > div { display: none; } 
 .review_lat_wrap > a { width: 100%; margin-bottom: 53px; max-height: 300px; } 
 .review_lat h2 { font-size: 18px; white-space:inherit; } 
 .review_lat a p, .review_lat a p span { font-size: 15px !important; word-break: break-all; } 
 button.lt_more { left: 1em; bottom: 0; bottom: 2em; } 

 .section05 .p_wrap > a { display: none; } 
 .basic_li { height: auto; padding:10px 6px; } 
 .basic_li a { padding-left: 0; margin: 0 0 0 10px; white-space: pre; text-overflow: ellipsis; overflow: hidden; } 
 .basic_li .classifi { font-size: 12px; font-weight: 500; margin: 0; width: 73px; min-width: 73px; height: 24px; line-height: 24px; } 
 .basic_li .progress_date_view { display: none; } 

 footer .info_box:last-child { display: none; } 
 footer.footer .info_box .menu li a { font-size: 25px; line-height: 1.3; } 
 footer.footer .info_box .menu li a::after { display: none; } 
 footer.footer .info_box .address li { font-size: 12px; } 
 footer.footer .info_box .address li:first-child { width: 100%; } 
 footer.footer .info_box .address li:first-child::after { display: none; } 
 footer.footer .info_box .dw_icon { margin: 1.5rem 0 0.2rem 0; } 


 /*sub*/
 #container_wr
 .sub_cont { margin-top: 9em; } 
 .sub_cont>.inner,.sub_cont.contact .inner { padding: 3em 10px; } 


 .br_no_320 { display: none; } 
 .br_bl_320 { display: block; } 
 .sub_cont h1 { font-size: 2.5rem; } 
 .about .title_wrap h3 { font-size: 20px; } 
 .about .title_wrap p.txt { font-size: 16px; word-break: keep-all; } 
 .ab-hi-wr { padding: 75px 10px 70px 10px; } 
 .ab-se-wr .ab-se-box { padding: 34px 25px; position: relative; } 
 .ab-se-wr .ab-se-box .icon { position: absolute; top: 21px; right: 24px; width: 40px; } 
 .ab-se-wr .ab-se-box .icon.icon-1 { background: url(../Img/icon_resp_on.png)no-repeat top / contain; } 
 .ab-se-wr .ab-se-box .icon.icon-2 { background: url(../Img/icon_think_on.png)no-repeat top / contain; } 
 .ab-se-wr .ab-se-box .icon.icon-3 { background: url(../Img/icon_spirit_on.png)no-repeat top / contain; right: 15px; } 
 .ab-hi-wr .title_wrap p.txt { margin-bottom:73px; } 
 .ab-history { min-width: 100%; } 
 .ab-hi-wr .ab-hi-box .hi-year a { padding: 0 0 15px; } 
 .ab-history .hi-txt-wr .hi-txt { padding-left: 37px; font-size: 15px; padding-right: 15px; word-break: keep-all; } 
 .ab-history .hi-txt-wr .hi-txt::before { position: absolute; left:14px; font-size: 12px; color: #959595; } 
 .ab-history .hi-txt-wr .hi-txt::after { left: 19px; height: 100%; z-index: -1; } 
 .ab-history .hi-year a { padding: 21px 0; } 

 .sub_cont.location .title_wrap .location_wrap p.txt { padding: 0; font-size: 16px; word-break: keep-all; } 
 .sub_cont.location .title_wrap .location_wrap p.txt br { display: none; } 
 .sub_cont.location .title_wrap .location_wrap .dw_info a { font-size: 16px; } 

 .sub_cont .folio_wrap { margin-top: 10px; margin-bottom: 50px; } 
 .sub_cont .folio_wrap .flex_box { width: 100%; margin-bottom: 18px; } 
 .sub_cont .port_tit p { font-size: 20px; font-weight: 800; margin-top: -5px; } 
 .pg_wrap { width: 100%; text-align: center; position: initial; transform: inherit; margin-top: 38px; padding-bottom: 20px; } 

 #wrapper.sub_cont { margin-top: 0; } 
 #bo_v_atc.sub_cont_gn { margin-top: 0; } 
 section.sub_cont>.inner { padding: 9em 30px 3em; } 
 .sub_cont .folio01_bg { height: 330px; } 
 .sub_cont .explanation_wrap h2 { font-size: 20px; margin-bottom: 20px; } 
 .sub_cont .explanation_wrap .info { display: block; } 
 .sub_cont #bo_v_con .explanation_wrap .info ul { width: 100%; margin:0 0 10px; display: flex; } 
 .sub_cont .explanation_wrap .info ul .txt { line-height: 2; border-bottom: 1px solid #959595; width: 65%; padding-left: 20px; } 
 .sub_cont .explanation_wrap .info ul .tit { width: 37%; } 
 .sub_cont .explanation_wrap p { margin-top: 37px; word-break:keep-all; } 
 .sub_cont .explanation_wrap p br { display: none; } 
 .sub_cont #bo_v_con .explanation_wrap .link_btn a { width: 186px; height: 55px; margin-top: 3em; font-size: 14px; } 
 .sub_cont .folio01_cont { padding: 5em 30px 6em; } 
 .sub_cont .back_btn { margin-top: -62px; right: 10px; padding-bottom: 24px; } 


 .sub_cont .folio_menu { flex-wrap: wrap; } 
 .mview { display: block; width: 100%; height: 41px; line-height: 41px; margin-top: 16px; z-index: 2; } 
 #bo_cate { display: none; } 
 .sub_cont .folio_wrap2 { margin-top: 59px; } 
 a.sel { display: block; padding: 0 10px; background: #fff url("../Img/slid_arrow2.png")no-repeat right 50%; border: 1px solid #d1d1d1; } 
 .mview ul { background: #fff; border: 1px solid #d1d1d1; border-top: 0; padding:15px 10px; line-height: 2; } 
 .mview ul li a { color: #959595; } 

 } 

@media screen and (max-width: 1023px) { 
 .sub_cont .folio03_cont { width: 100%; padding: 0 30px 2em; } 
 } 


@media screen and (max-width:420px) { 
 .contact_bg .contact_box h1 { font-size: 2.167em; } 
 .contact_bg .contact_box p { font-size: 12px; } 
 #pop-wr .popup img { width: 100%; } 
 #pop-wr .cont { width: 100%; } 
 .sub_cont .folio_wrap { margin-bottom: 0 } 
 } 


/* 게시판 검색 영역 */
.bo_sch_wrap { padding: 2rem 0 5rem; } 
.bo_sch { text-align:left; width:100%; } 
.bo_sch legend { background:red } 
.bo_sch form { background:#f3f3f3; padding:20px 15px; display: flex; align-items: center; justify-content: center; } 
.bo_sch select { position:relative; width: 170px; height: 41px; padding: 0 0.8em; border-radius: 0.4em 0 0 0.4em; border: 1px solid #ececec; font-size: 18px; background-color: #fff; font-family: 'Pretendard' } 
.bo_sch .sch_bar { display:flex; width:339px; clear:both; border: 1px solid #ececec; border-left: 0; } 
.bo_sch .sch_input { font-family: 'Pretendard'; width:calc(100% - 40px); height:38px; padding-left: 0.8em; background-color:#fff; font-size: 18px; border: 0; } 
.bo_sch .sch_btn { height:38px; float:right; color:#fff; background: #313131; border-radius: 0 0.4em 0.4em 0; width:40px; font-size: 18px; border:0; } 
.bo_sch .sch_btn i.fa { color: #fff } 
.bo_sch .sch_bar_wr { display: flex; justify-content: center; } 
.bo_sch_wr .sch_bar_wr select:focus { outline: none; } 
.bo_sch_wr .sch_bar_wr input:focus { outline: none; } 

@media screen and (max-width:1023px) { 
 /* .bo_sch_wrap > .inner { margin: 0 30px; } */
 } 
@media screen and (max-width:767px) { 
 /* .bo_sch_wrap > .inner { margin: 0 10px; } */
 .bo_sch_wrap { padding: .5rem 0 3rem } 
 .bo_sch select { width: 112px; font-size: 16px; } 
 .bo_sch .sch_bar { width: 210px; } 
 .bo_sch .sch_input { font-size: 16px; } 
 } 
@media screen and (max-width:375px) { 
 .bo_sch form { padding: 16px 8px } 
 } 
