﻿@charset "utf-8";
/* 폰트적용 */
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
/**
* OLYM Cascading Style Sheets
* File Name : default.css
* Description : 기본 스타일시트
* Author : Web business Team / Choi Hyun Mi
* Email : desingtj@olym.co.kr
* Date : 2022.05.31
* Update : 2022.05.31
* Copyright(c) 2022 OLYM Communications. All Rights Reserved.
*/

/* 기본설정 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, p, span { padding:0; margin:0; line-height:1.4em; font-family:'Pretendard', 'Noto Sans KR', 'Malgun Gothic', 'Open Sans', '나눔 고딕', 'Nanum Gothic', '돋움', 'dotum'; word-wrap:break-word; -webkit-text-size-adjust:none;}
/* -webkit-text-size-adjust 모바일에서 폰트사이즈 고정 */
ol, ul, li { list-style:none; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%;  /*  transform: rotate(-0.03deg); 나눔바른고딕 큰글씨 등 폰트가 깨질때 사용 */}
form, fieldset { border:0; }
address, caption, em { font-weight:normal; font-style:normal; }
img { border:0; margin:0; padding:0; }
a { text-decoration:none; }
a:link, a:visited, a:hover, a:active { text-decoration:none !important; }

#wrap a { transition: all .3s ease;}
#wrap a:hover { transition: all .3s ease;}

/* 숨김영역 */
#accessibility, #accessibility_footer, hr, legend, .skip { position:absolute; width:0; height:0; font-size:0; line-height:0; overflow:hidden; visibility:hidden; }
caption { display:none; }

/* float 속성 초기화 */
.space { display:block; clear:both; float:none; width:100%; height:0; line-height:0 !important; font-size:0 !important; margin:0 !important; padding:0 !important; overflow:hidden; }
.clearfix { display: block; }
.clearfix:after { display:block; clear:both; content:"."; visibility:hidden; height:0; }
* html .clearfix { height:1%; }

/* form css */
input, textarea, select, img { vertical-align: middle; } /* 이미지, form 세로중앙정렬 */
input, textarea, select { font-family:inherit; font-size:inherit;} /* 폰트, 사이즈 상속 */
@media all and (max-width:800px) {
input, textarea {-webkit-border-radius:0; -webkit-appearance:none;} /* 모바일 input 라운드0, 기본속성없애기 */
select {-webkit-border-radius:0; -webkit-appearance:none; background:#fff url("/admode/module/board/images/kor/bg_select.png") no-repeat right center; background-size:auto 80%;} /* 모바일 select 화살표 이미지*/
input[type="checkbox"] { -webkit-border-radius:2px; -webkit-appearance:checkbox; border:1px solid #000;} /* 모바일 체크박스 */
input[type="radio"] { -webkit-border-radius:10px; -webkit-appearance:radio; border:1px solid #000;} /* 모바일 라디오버튼 */
}
.input_form { border:1px solid #ddd; border-radius:3px; color:#666; background:#f5f5f5; box-sizing:border-box; height:28px; line-height:28px; padding:0 3px;}
.input_form:focus { border:1px solid #000;}
.select_form { border:1px solid #ddd; border-radius:3px; color:#666; background:#f5f5f5; box-sizing:border-box; height:28px; padding-left:3px; }
.textarea_form { border:1px solid #ddd; border-radius:3px; color:#666; background:#f5f5f5; box-sizing:border-box; padding:3px 3px 3px 10px; width:100%;  margin:8px 0; }
.textarea_form:focus { border:1px solid #000;}
.input_file { height:28px; width:80%; }

/* 드래그시 배경컬러 */
::-moz-selection {background:#716365; color:#fff;}
::selection {background:#716365; color:#fff;}

/* 공통 */
.font_star { font-weight:600; color:#f4364c; font-family:'verdana'; margin:0 3px; line-height:1em;} /* *표시 */
.font_em { color:#ff674b !important;}
.font_em2 { color:#df4241 !important; font-weight:600;}
.font_em3 { color:#df4241 !important; font-weight:600;font-size:1.25em;}
.font_105 { font-size:1.05em;}
.font_m { font-size:1.25em;}
.font_normal { font-weight:normal !important; }
.font_bold { font-weight:600;}
.black_bold { font-weight:600; color:#333;}
.t_black { color:#333333; }
.t_orange { color:#df4241; }

.bg_purple { background:#887da6; }
.bg_orange { background:#f48473; }
.bg_pink { background:#f49ac1; }
.bg_yellow { background:#fecd67; }

.mg20 { margin:20px !important;}
.mg40 { margin:40px !important;}
.mgT5 { margin-top:5px !important;}
.mgT10 { margin-top:10px !important;}
.mgT20 { margin-top:20px !important;}
.mgT30 { margin-top:30px !important;}
.mgT40 { margin-top:40px !important;}
.mgT50 { margin-top:50px !important;}
.mgT60 { margin-top:60px !important;}
.mgL10 { margin-left:10px !important;}
.mgL20 { margin-left:20px !important;}
.mgL25 { margin-left:25px !important;}
.mgL30 { margin-left:30px !important;}
.mgL35 { margin-left:35px !important;}
.mgL40 { margin-left:40px !important;}
.mgL60 { margin-left:60px !important;}
.mgR30 { margin-right:30px !important;}
.mgB10 { margin-bottom:10px !important;}
.mgB20 { margin-bottom:20px !important;}
.mgB30 { margin-bottom:30px !important;}
.mgB40 { margin-bottom:40px !important;}
.txL { text-align:left !important;}
.txC { text-align:center !important;}
.txR { text-align:right !important;}
.poR { position:relative !important;}
.bdT1 { border-top:1px solid #efefef;}
.pdT10 { padding-top:10px !important;}
.pdT20 { padding-top:20px !important; }
.pdT30 { padding-top:30px !important; }
.pdB20 { padding-bottom:20px !important; }
.pdB30 { padding-bottom:30px !important; }

/* Layout */
html, body { height:100%;}
body { font-size:16px; word-break:keep-all;} /* 단어 기준으로 줄바꿈 */
#wrap { width:100%; min-width:1400px; overflow-x:hidden;}
.wrap_box { width:1400px; margin:0 auto; position:relative; }
.wrap_box2 { width:1600px; margin:0 auto; position:relative; }

/* header */

#header { position: absolute; width: 100%; z-index: 1000;}
#header.header_on {background:rgba(255,255,255,0.9); backdrop-filter:blur(10px);}
#header .header_in { width: 100%; z-index: 2000 !important;}

/* #header { position:relative; z-index: 1000; min-height:100px}
#header .header_in { position:absolute; top:0; left:0; width:100%; z-index:2000 !important; background:rgba(255,255,255,0.9);backdrop-filter:blur(10px);min-height:100px;box-sizing:border-box;} */
#header h1 { position:absolute; top:40px; left:0; z-index:2200 !important;transition: all .3s ease;}
#header h1 a { color:#333; font-size:1.8em;}
#gnb { position:absolute; top:48px; right:80px; z-index:2200 !important; transition: all .3s ease;}
#gnb > ul > li { float:left; padding-left:20px;}
#gnb > ul > li a { color:#666; font-size: 0.875em; font-family: 'Montserrat', 'GmarketSansBold', sans-serif; font-weight: 500;}
#m_gnb { position:absolute; top:40px; right:0;transition: all .3s ease;}
#m_gnb .btn_sitemap { display:block; width:40px; height:40px; position: relative; z-index: 2400;font-size: 0;}
#m_gnb .btn_sitemap::after { display: block; content: "\f0c9"; color: #000;  font-family: FontAwesome; font-size:30px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

#lnb { position:relative; z-index:2100 !important;}
#lnb .lnb_wrap { position:relative; overflow:hidden; visibility:hidden; z-index:2100 !important; padding-top:30px;}
#lnb .lnb_wrap > ul { display:flex;justify-content:flex-end;margin-right:20%;}
#lnb .lnb_wrap > ul > li { display:table-cell;}
#lnb .lnb_wrap > ul > li > a { display:block; text-align:center; font-size:1.3em; font-weight: 700; color:#222; height:60px; line-height:60px; padding: 0 80px 0 0;}
#lnb .lnb_wrap > ul > li > a:after { display:block; content:""; width: 100%; height:3px; background:#0f1935; transform:scale(0, 1); transition:all .3s ease;}
#lnb .lnb_wrap > ul > li:last-child > a { background:none;}
#lnb .lnb_wrap > ul > li.current > a, #lnb .lnb_wrap > ul > li.actived > a { color:#333; }
#lnb .lnb_wrap > ul > li.current > a:after, #lnb .lnb_wrap > ul > li.actived > a:after {transform:scale(1.3, 1);}
#lnb .lnb_sub { padding-top:15px; }
#lnb .lnb_sub li a { display:block; color:#888; padding:5px 0 5px 0; max-width: 140px; }
#lnb .lnb_sub li a:hover { color:#0f1935;}

/* 상단메뉴 스크롤시 고정 */
/* .jbFixed .header_in { position:fixed !important; min-height:100px;} */
#container { width:100%; min-height:1000px; position:relative;}

/* footer */
#footer { color:#000; padding: 60px 0;}
#footer .wrap_box { display: flex; gap: 40px; align-items: center;}
#footer address { display: flex; gap: 40px;}
#footer address span { font-weight: 600;}
#footer .copyright {font-family: 'Montserrat', sans-serif; font-size: 0.875em;color: #a1a1a1; padding-top: 10px;}

/* top 버튼
#back-top { z-index:1000; position:fixed; bottom:10px; right:10px;}
#back-top a { width:50px; height:50px; display:block; text-indent:-9999px; background:rgba(0,0,0,0.1) url("/project/design/com/bg_btn_top.png") no-repeat center; background-size:20px; border-radius:100%; transition: all 0.7s ease;} */

 /* 사이트맵 */
 #sitemap { display: none; display:block; position:relative; z-index:5000;}
 #sitemap .m_menu { position:absolute; top:0; right:-310px; width:310px; background:#fff; z-index:5000; }
 #sitemap .m_menu h2 { text-indent:-9999px; height: 0;}

 #sitemap .m_menu .close { width:30px; height:30px; background:url("/project/design/com/bg_close.png") no-repeat center; background-size:20px; display:block; text-indent:-9999px; position:absolute; top:10px; right:10px;}

 #sitemap .sitemap_top { padding: 50px 20px 30px 30px; display: flex; justify-content: space-between; align-items: center;flex-direction:column;}
 #sitemap .logo img { height: auto;width:100%;}
 #sitemap .gnb_sitemap {margin-top:20px;}
 #sitemap .gnb_sitemap a { display: inline-block; border:1px solid rgb(198, 198, 198); color:#666; width: 66px; line-height: 24px; border-radius:40px; text-align: center; font-size: 12px; margin-left: 5px; }
 #sitemap .gnb_sitemap a:hover {border:1px solid #545454; background-color:#545454; color:#fff;}

 #sitemap .lang ul { display: flex; border-top:1px solid #f4f4f4; border-bottom:1px solid #f4f4f4;}
 #sitemap .lang ul li {width: 100%;}
 #sitemap .lang ul li a { border-right:1px solid #f4f4f4; display: block; font-size:12px; color:#666; line-height:37px; text-align: center;}
 #sitemap .lang ul li a:hover {color:#2d2d2d; }
 #sitemap .lang ul li:last-child a { border-right:none;}

 #sitemap .m_menu h3 a { position:relative; color:#333; font-size:1.2em; border-bottom:1px solid #f4f4f4; display:block; padding:23px 35px;}
 #sitemap .m_menu h3 a:hover { background:#fafafa;}
 #sitemap .m_menu h3 a:after { display:inline-block; content:""; position:absolute; right:35px; top:50%; transform:translate(0,-50%); background:url("/project/design/com/bg_h3_off.png") no-repeat center / 100%; width:9px; height:9px; transition:.3s all ease;}
 #sitemap .m_menu h3.on a:after {background:url("/project/design/com/bg_h3_on.png") no-repeat center / 100%;}
 
 #sitemap .m_menu .depth1 li:first-of-type {border-top:1px solid #f4f4f4;}

 #sitemap .m_menu .depth2 { display:none; border-left:5px solid; border-image:linear-gradient(to bottom, #bb9558, #bb9558); border-image-slice:1;} /* 컬러변경 */ 
 #sitemap .m_menu .depth2 li a { color:#666; display:block; padding:15px 30px; background:#fafafa;}
 #sitemap .m_menu .depth2 li a:hover { color:#000}
 
 
 #sitemap .m_menu .depth3 { background:rgba(0, 0, 0, 0.1);}
 #sitemap .m_menu .depth3 li a { font-size:0.95em; display:block; padding:10px 20px 10px 35px; background:rgba(255, 255, 255, 0.5);}
 #sitemap .m_menu .depth3 li a:before { content:"· ";}
 
 #sitemap .shadow_bg { width:100%; height:100%; position:fixed; left:0; top:0; background:rgba(0, 0, 0, 0.8); z-index:10; display:none; }



@media all and (max-width:1680px) {
.wrap_box2 { width:90%; }
#lnb .lnb_wrap > ul {margin-right:16%;}
footer .wrap_box { width:90%;}
}



/* 태블릿 가로 */
@media all and (max-width:1460px) {
.wrap_box { width:90%;}
#wrap {min-width:320px;}
#header, #header .header_in { min-height:80px}
#header h1 { top:27px;}
#header h1 img { height: 26px;}
#lnb { display:none;}
#gnb { display:none;}
#m_gnb { top:20px; }
/* .jbFixed .header_in { position:absolute !important; background:none !important; min-height:70px !important;}
.jbFixed h1 { display:block !important; top:25px !important;}
.jbFixed #m_gnb { top:20px;}
.jbFixed #m_gnb .btn_sitemap::after {color: #545454;} */
}



@media all and (max-width:1024px) {
#footer { font-size:14px; }
}



/* 모바일 가로 */
@media all and (max-width:800px) {
body { font-size:14px;}
#header h1 {top:28px; left: 10px;}
#header h1 img {height:23px;}
#m_gnb .btn_sitemap { width:30px;}
#m_gnb .btn_sitemap::after { font-size:24px;}
#container { min-height:500px;}
#footer { padding: 40px 0;}
#footer .wrap_box { flex-direction: column; align-items: flex-start; gap: 20px;}
#footer .foot_logo_box img { height: 40px;}
#footer address { gap: 20px;}
}

/* 모바일 세로 */
@media all and (max-width:500px) {
    #footer address { flex-direction: column; gap: 5px;}
}
