@font-face {
 font-family: 'NanumGothic';
 src: url('./fonts/NanumGothic.eot'); /* IE9 Compat Modes */
 src: url('./fonts/NanumGothic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
 url('./fonts/NanumGothic.woff') format('woff'), /* Modern Browsers */
 url('./fonts/NanumGothic.ttf')  format('truetype'), /* Safari, Android, iOS */
 url('./fonts/NanumGothic.svg#svgMothnnaFont') format('svg'); /* Legacy iOS */
}

body, td, li, input, select{font-size:16px; font-family:'Tahoma','돋움체';}
ul, li{padding:0; margin:0;}

a:link, a:visited, a:active, a:hover{color:#333333; text-decoration:none;}

a.menu:link, a.menu:active, a.menu:visited { text-decoration: none; color : #333333; }
a.menu:hover { text-decoration: none; color : #FF723C; }

a.default:link, a.default:active, a.default:visited { text-decoration: none; color : #555555; }
a.default:hover { text-decoration: none; color : #FF723C; }

a.blue:link, a.blue:active, a.blue:visited { text-decoration: none; color : #105CB7; }
a.blue:hover { text-decoration: none; color : #FF723C; }

a.white:link, a.white:active, a.white:visited { text-decoration: none; color : #eeeeee; }
a.white:hover { text-decoration: none; color : #FF723C; }

.cf:after{display: block;content: '';clear: both;}
.hide{overflow: hidden;position: absolute;width: 1px;height: 1px;margin: -1px;clip: rect(0 0 0 0);}

img, form{border:none;}
li img{vertical-align:top;}

body { background-color:#fff;}
.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
#wrap {overflow:hidden; width:100%; min-width:320px; position:relative; }
.area{ max-width:1200px; margin:0px auto;} /* width 홈페이지 컨텐츠 가로값에 맞게 변경 */
.area-box{ max-width:1650px; margin:0px auto; }
.font-play{font-family: 'Play', Dotum, Arial, sans-serif;}
.font-noto{font-family: 'Noto Sans KR', "나눔고딕", NanumGothic, "Nanum Gothic","돋움", Dotum, Arial, sans-serif;}
.clearfix:after {
    clear: both;
    display: block;
    content: "";
}
.pc{
	display:block;
}

.mobile {
    display: none !important;
}

/* header */
header {width: 100%; min-width:1400px; }
header h1 {}
header .global_inner { width: 1400px; height: 120px; margin: 0 auto 0; display:flex; align-items:center; justify-content:space-between; align-content:center; }
header .global_inner .logo img{}
header .global_inner .logo img.mlogo{display:none;}
header .global { display:flex; flex-direction:column; align-items:flex-end; justify-content:space-between; align-content:flex-end;  }
header .sns { width:auto; height:43px; border:1px solid #a1ceea; display:flex; align-items:center; justify-content:space-between; align-content:center; padding: 10px 20px; margin-right: 25px; border-radius: 10px;}
header .global a { font-size: 15px; display: inline-block; text-align: center; margin-left: -4px; padding: 0 8px; transition:0.2s; letter-spacing: -0.5px; }
header .global a img {	margin-right: 7px; margin-top: -3px;}
header .global a:hover { color: #6e8eb9; }
header .gnb { width: 100%; background:#fff;}
header .gnb_inner { width: 100%; height: 50px; background: #4d5375; }
header .gnb_inner > ul { width: 1400px; margin: 0 auto; position: relative; display:flex; align-items:center; justify-content:center; align-content:center; background: url('/images/main/gnb_line.png') left center no-repeat;}
header .gnb_inner > ul > li { width: 16.66%; position:relative; height: 50px; display:flex; align-items:center; justify-content:center; align-content:center; }
header .gnb_inner > ul > li > a { width: 100%; font-size: 17px; font-weight: 500; color: #fff; margin-bottom: 0px; text-align: center; position: relative; }
header .gnb_inner > ul > li:hover > a, header .gnb_inner > ul > li.on > a { color: #ffd966;  }

header .gnb_inner > ul > li > ul { display:none; width: 100%; height: 207px; z-index:1000; position:absolute; top: 50px; left: 0px; margin: 0 auto; padding-top: 10px;}
header .gnb_inner > ul > li:hover > ul { background: #f6f6f6; }
header .gnb_inner > ul > li > ul li {cursor:pointer;}
header .gnb_inner > ul > li > ul li a { display:block; width:100%; height: 100%; line-height: 20px; padding: 7.5px 4px; text-align: center; box-sizing: border-box ; font-size: 17px; font-weight: 400; letter-spacing: -1px; transition:0.2s; }
header .gnb_inner > ul > li > ul li a:hover { color: #0069ab;}

.gnb_bg { position: absolute; left: 0; top: 170px; border-bottom: 3px solid #4d5375; background: #fff; width: 100%; height: 210px; z-index: 10; display: none; }

/*.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index:1;
}

.modal-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; max-width: 600px;
  height:800px;
  background: white; padding: 20px;
  border-radius: 10px;
  overflow-y:scroll;

.modal-content img{
	width:100%;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.close {
  position: absolute;
  top: 10px; right: 15px;
  cursor: pointer;
}

.modal-body {
  flex-grow: 1;
  padding: 15px 0;
}

.modal-footer {
  position: relative;
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.modal-footer button {
  padding: 8px 15px;
  border: none;
  background-color: #007bff;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 600px) {
  .modal-content {
    width: 90%;
  }
}
*/

@media (max-width:1400px){
	header{min-width:inherit;}
	header .global_inner,header .gnb_inner > ul{width:95%;}	
}

/* footer */
#footer{
	background-color: #fff;
    border-top: 1px solid #efefef;
    display: inline-block;
    width: 100%;
    z-index:1;
    position:relative;
 }
#footerInner{
	position: relative;
    display: inline-block;
    width: 100%;
}
.footer-left-con{float:left; margin-bottom:20px;}
.footer-right-con{float:right;}

.to-top-btn{
	position:fixed; bottom:-100px; right:15px; display:block; width:46px; height:46px; background-color:#fff; text-align:center; color:#333; z-index:99;
	border:1px solid #eee;
	box-sizing:border-box;
	opacity:0;filter:Alpha(opacity=0);
	-webkit-transition:all 0.6s;-moz-transition:all 0.6s;-o-transition:all 0.6s;-ms-transition:all 0.6s;transition:all 0.6s
	-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;
}
.to-top-btn.bottom-fixed{bottom:15px; opacity:1.0;filter:Alpha(opacity=100);}
.to-top-btn i{display:inline-block; font-size:16px; line-height:46px; transition:all 0.3s}
.to-top-btn:hover i{transform:translateY(-3px)}

/* -------- FOOTER :: 하단 -------- */
#footerBottom{padding:35px 0 0px;}
#footerBottom .area-box{position: relative;}

.clearfix-bottom{
    width: 100%;
    background: #e7e7e7;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px;
}

.footer-wrap {
    margin-bottom:0px;
}

.footer-logo-wrap {
    display: block;
    padding: 10px 0px;
    font-family: Arial, sans-serif;
    text-align: left; /* 텍스트와 이미지 중앙 정렬 */
}

.footer-item {
    align-items: left;
    margin-bottom: 10px;
}

.footer-item img {
    margin: 5px;
    vertical-align: middle;
}

.footer-text {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px; /* 텍스트와 이미지 사이 간격 */
   	margin-right:30px;
}

.footer-item.pcnone {
    display: none;
}

@media (max-width: 1000px) {
    .footer-item {
        width: 100%;
    }
    .footer-text.mn {
        display: none;
    }
    .footer-item.pcnone {
        display: block;
    }
}

@media (max-width: 800px) {
    .footer-item img {
        height: 50px;
    }
    .footer-text{font-size:16px;}
    
    .footer-item img {
   	 margin-right: 2px;
	    vertical-align: middle;
	}
	
	.mb100{width:100%; }
}

@media (max-width: 640px) {
    .footer-item img {
        height: 40px;
    }
}

/* Footer :: 푸터메뉴 */
.foot-menu{margin-bottom: 30px;}
.foot-menu li{float:left; position:relative; padding-left:20px;}
.foot-menu li:first-child{padding-left:0}
.foot-menu li:first-child:before{display:none} 
.foot-menu li a{color:#5ab1cf; font-size:15px; letter-spacing: -0.5px;}
.foot-menu li a b{color:#666; font-weight:400;}
/* Footer :: 정보 style02 */
.footer-address-info-box{margin-bottom:20px; letter-spacing:-0.25px;}
.footer-address-list + .footer-address-list{margin-top: 10px;}
.footer-address-list dl{display:inline-block; vertical-align:middle; color:#666; font-weight: 500; font-size:14px; line-height:1.7; margin-left: 13px;}
.footer-address-list dl:first-child{margin-left: 0;}
.footer-address-list dl dt,
.footer-address-list dl dd{vertical-align:middle; display:inline-block;}
.footer-address-list dl dt{margin-right:7px; color:#999;}
.footer-address-list a{color:inherit}
/* Footer :: Copyright */
.footer-copyright{font-size:13px; line-height: 1.6; letter-spacing:-0.25px; color: #999;}
/* Footer :: 푸터로고 */
.foot-logo{position: absolute; right: 0; top: 50%; margin-top: -22px; display:block;}
.footer-right-con .foot-logo{text-align:right;}



@media (max-width:1200px){
/* header */
.pc{
	display:none !important;
}

.mobile {
    display: block !important;
}
header {min-width:320px;position:fixed;top:0;left:0;right:0;z-index:999999;min-height:50px;background-color: #4C5274 !important; color:#fff;}
.all_menu {position:absolute;right:20px;top:16px;display:none;width:20px;height:18px;font-size:0;line-height:0;margin: 0; padding: 0; cursor: pointer; background: transparent; outline:none; border: 0;}
.all_menu .ico_cate, .all_menu .ico_cate:before, .all_menu .ico_cate:after {display:block;position:absolute;left:0;width:100%;height:2px;background:#fff;content:'';-webkit-transition: .25s ease-in;transition: .25s ease-in}
.all_menu .ico_cate {top:8px}
.all_menu .ico_cate:before {top:-8px}
.all_menu .ico_cate:after {top:8px}
.all_menu.close .ico_cate {background-color:transparent}
.all_menu.close .ico_cate:before {transform:rotate(135deg);top:0}
.all_menu.close .ico_cate:after {transform:rotate(45deg);top:0}

header .gnb_wrap {width:100%; height: 50px;}
header .gnb_wrap h1 {position:absolute;top:0px;right: 0; bottom: 0; left:0;margin:auto;float:none; text-align: center;}
header h1 img { width: auto; height: 25px; margin-top: 12.5px;}
header .all_menu {display:block}
header .gnb_m {display: none;position:fixed;right:-100%;width:100%;top:50px;bottom:0;height:auto;padding-bottom:65px;overflow-x:hidden;overflow-y:auto;z-index:102;background-color:#fff;-webkit-transition: .25s ease-in;transition: .25s ease-in;}
header .gnb_m.block,.gnb_m.block .gnb_fix {right:0}
header .gnb_m > ul { border-top: 1px solid #e1e1e1;  height: calc(100% - 25px); overflow-y:auto;}
header .gnb_m > ul > li > ul {position:static}
header .gnb_m > ul > li {position:relative;float:none;width:auto}
header .gnb_m > ul > li > a:after {bottom:0}
header .gnb_m > ul > li > ul {height:auto;width:100%}
header .gnb_m > ul > li > span {position:relative;display:block;height:50px;padding-left:27px;line-height:50px;font-size:16px;color:#363636;text-align:left;}
header .gnb_m > ul > li:before {content:'';position:absolute;z-index:2;left:15px;top:23px;width:3px;height:3px;background-color:#dcddde;border-radius:50%}
header .gnb_m > ul > li > span:after {position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#e1e1e1;content:''}
header .gnb_m > ul > li.on {background-color:#f1f2f2}
header .gnb_m > ul > li.on > span {color:#0069ab;font-weight: 600;background-color:#fff}
header .gnb_m > ul > li.on > span:before {transform:rotate(180deg)}
header .gnb_m > ul > li > span:before {content:'';position:absolute;right:20px;top:50%;margin-top:-4px;width:10px;height:7px;transition: .25s ease-in; background: url('/images/common/gnb_arr.svg') 0 0 no-repeat; }
header .gnb_m > ul > li > ul {padding:0;border-bottom:1px solid #e3e6e8d;display: none;}
header .gnb_m > ul > li > ul > li:first-child {padding-top:0}
header .gnb_m > ul > li > ul > li > a {display: block;width: 100%;padding-left:27px;font-size:15px;text-align:left;line-height:50px;cursor: pointer; box-sizing: border-box;}
header .gnb_m > ul > li > ul > li.on > a, header .gnb_m > ul > li > ul > li > a:hover { text-decoration: underline;}
header .gnb_m > ul > li > ul > li ~ li {border-top:1px solid #e3e6e8}

.gnb_fix {position:fixed;z-index:3;right:-100%;bottom:0;width:100%;height:90px;padding-top:12px;text-align:center;border-top:1px solid #1e1a1b;background-color:#fff;-webkit-transition: .25s ease-in;transition: .25s ease-in}
.gnb_fix:after {content:'';display:table;clear:both}
.gnb_fix .global_m, .gnb_fix .select_history {position:static;display: block;width:calc(100% - 20px);margin:0 10px;vertical-align:middle}
.global_m ul { overflow: hidden; text-align: center;}
.global_m ul li {display: inline-block;}
.global_m ul li a { padding: 3px 12px;line-height: 22px; border: 1px solid #ccc; font-size: 12.5px; color: #898989; text-align: center; box-sizing: border-box; letter-spacing: 0px; font-weight: 400; display: block; margin-top: 5px; }
.global_m ul li + li { margin-left: 1px; }
.global_m ul li a:hover { background: #ccc; color: #fff; }

}