
@import url(font.css);

/* 요소(element) 여백 초기화  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td {
 	margin:0;
	padding:0;
	}

/* 제목요소 */
h1, h2, h3, h4, h5, h6 {  
	font-weight:normal; 
	font-size:1em; 
	} 

/* 테두리 없애기 */
fieldset, img, abbr,acronym { border:0 none; } 

/* 목록 */
ol, ul { list-style:none; }

/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
table {
	border-collapse: separate;
	border-spacing:0;
	border:0 none;
	}
caption, th, td {
	font-weight: normal;
}
caption, legend {position:absolute;  width:0; height:0; overflow:hidden; font-size:0;line-height:0px; }
/* 텍스트 관련 요소 초기화 */
address, caption, em, cite {	font-weight:normal;	font-style:normal;	}
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* 인용문 */
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* 수평선*/
hr { display:none; }




body {   font-family: 'Noto Sans KR';   font-size:14px; line-height:1.4;  min-width: 320px; overflow-x: hidden;}
h1,h2,h3,h4,h5,h6 {margin: 0; font-weight: bold;}
p, dl, ol, ul {margin: 0;}


.clear { clear:both;  }
.clearfix:after { clear:both; display: table;  content: " ";}
.ellipsis {     text-overflow: ellipsis;  -o-text-overflow: ellipsis;  overflow: hidden;   white-space: nowrap;   word-wrap: normal !important;   display: block; }
img { max-width:100% !important;  }

.show { display:block !important;  }
.hide { display:none !important;  }

i span { position:absolute; top:-4000px; left:-3000px; display:block;   font-size:0px; line-height:0px; }

@media (min-width: 992px) {

	.pc-true { display:block !important;  }
	.m-true { display:none !important;  }

	.header-top-link {height:47px; position:relative;    }
	.header-top-link .left-link {position:absolute; top:11px; left:50%; margin-left:-570px; }
	.header-top-link .left-link  li { float:left; margin-right:15px;  }
	.header-top-link .left-link  li img { width:156px;  }
/*	.header-top-link .left-link  li.link01 img { width:156px;  }
	.header-top-link .left-link  li.link02 img { width:140px;  }*/
	
	.header { position:relative;  border-bottom:1px solid rgba(255,255,255,0.3);  height:92px; z-index:10;   }
	.header h1 {padding-top:18px;  float:left ;position:relative; z-index:101;   }
	.header h1 a  {  text-indent:-9999px; display:inline-block; width:202px; height:51px; background:url(../images/main/logo.svg) no-repeat center center; background-size:202px 51px; }
	.header .header-top-util { position:absolute; top:-47px; right:50%; margin-right:-570px; padding-top:11px;  }
	.header .header-top-util li { float:left;margin-left:10px;   }
	.header .header-top-util li a { display:inline-block; height:26px; background:#666666; border-radius:13px; padding:4px 20px; color:#fff; font-size:14px;   }
	/*.header .header-top-util  .my-reserv {position:absolute; top:11px; right:50%; margin-right:-570px;  }*/
	.header .header-top-util  .my-reserv a {display:inline-block; width:130px; height:26px; border-radius:13px; background-color:#3E5EAD; padding-left:30px; padding-top:4px; color:#fff; font-size:14px; background-image:url(../images/main/my_list_ico.svg);background-repeat:no-repeat; background-position:13px 9px;background-size:10px auto;   }

	.all-menu-open, .all-menu-close { display:none !important;  }

	.m-menu { display:block !important; margin-right:0px !important;  }
	.gnb { position:absolute; top:20px; left:0px; width:100%; background:url(../images/common/menu_h_line.jpg) repeat-x left 72px; z-index:100;   }
	.gnb .container { padding-left:326px;  }
	.gnb .menu { float:right; width:16.6666%;  }
	.gnb .menu h3 { text-align:center; font-weight:normal;   }
	.gnb .menu h3 a {  display:block; position:relative; color:#fff;  font-size:18px; height:72px; padding-top:15px;    }
	.gnb .menu h3 a:hover , .gnb .menu h3 a.active{ color:#4BFFFF; text-decoration:none; }
	.gnb .menu h3 a:hover:after , .gnb .menu h3 a.active:after{ position:absolute; top:53px; left:50%; margin-left:-17.5px; width:35px; height:2px; background:#4BFFFF; content:''; display:inline-block; }
	.gnb .menu h3 img { display:none;  }
	.gnb .menu  ul { display:none; padding:20px 10px; border-right:1px solid #ddd; width:100%;   }
	.gnb .menu  ul li  { margin-bottom:10px;  }
	.gnb .menu  ul li  a {font-size:18px; color:#666; position:relative;   }
	.gnb .menu  ul li  a:before {color:#666;  content:'·'; display:inline-block; padding-right:3px;  }
	.gnb .menu  ul li  a:hover {color:#3E5EAD; }
	.gnb .menu  ul li  img { display:none;   } 


	.footer { border-top:1px solid #DBDBDB;  background:#f2f2f2;  padding:30px 0;  }
	.footer .container { position:relative;   }
	.footer .row { display:block;  }
	.footer .footer-util {margin-bottom:20px; font-size:16px;  }
	.footer .footer-util:after { clear:both; display:table; content:'';   }
	.footer .footer-util li  { float:left; position:relative;padding-left:20px; margin-left:20px;  }
	.footer .footer-util li a  { color:#666;   }
	.footer .footer-util li a strong { font-weight:bold; }
	.footer .footer-util li:before  {content:''; display:inline-block; width:4px; height:4px; border-radius:100%; background:#666; position:absolute; top:10px; left:0px; }
	.footer .footer-util li:first-child  { padding-left:0px; margin-left:0px;  }
	.footer .footer-util li:first-child:before  {display:none;  }

	.footer .call { position:absolute; top:45px; right:0px;  }
	.footer .call:after {clear:both; display:table; content:''; }
	.footer .call .img {  float:left; width:59px;height:62px;  padding-top:8.5px;border:1px solid #dbdbdb; border-radius:5px; text-align:center;   margin-right:10px; }
	.footer .call .img img {width:39px; }
	.footer .call  dl  {float:left; }
	.footer .call  dl  dt {  font-size:14px; color:#666; margin-bottom:1px; font-weight:normal; }
	.footer .call  dl  dd {  font-size:30px; color:#3E5EAD;  font-weight:bold; }
	.footer .footer-logo  {font-size:22px; color:#666; font-weight:bold; margin-bottom:10px; }
	.footer address {font-size:16px; color:#666666; padding-bottom:20px; }
	.footer .info { color:#333;  font-size:16px; }

  #backtotop {
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 9999;
      width: 60px;
      height: 60px;
      text-align: center;
      background: rgba(0,0,0,0.3);
      font-size: 40px;
      color: #fff;
      cursor: pointer;
      text-decoration: none;
      /*transition: opacity 0.2s ease-out;*/
      opacity: 0;
  }
  #backtotop.show {
    opacity: 1;
  }
  #backtotop:hover.show {
    background: rgba(0,0,0,0.6);
  }

.back {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
}


}




@media (min-width: 992px) and (max-width: 1199px) {

	.header-top-link .left-link {margin-left:-480px; }
	.header .header-top-util { margin-right:-480px; }
	.header-top-link .my-reserv { margin-right:-480px;  }
.gnb .container { padding-left:250px;  }
	.gnb .menu h3 a { font-size:16px;    }
	.gnb .menu  ul li  a {font-size:14px;    }

}


@media (max-width: 991px) {

	.pc-true { display:none !important;  }
	.m-true { display:block !important;  }

	.header { position:relative; height:63px;  padding:0 15px;   background:#fff;   }
	.header-top-link {  border-bottom:1px solid #dbdbdb;   padding:10px 15px;  }
	.header-top-link .left-link:after { clear:both; display:table; content:'';  }
	.header-top-link .left-link  li { float:left; margin-right:15px;  }
	.header-top-link .left-link  li a { display:block;   }
	.header-top-link  img { width:140px; }
	.header-top-link .my-reserv {display:none;  }
	
	.header h1 {padding-top:10px;  float:left ;position:relative; z-index:101;   }
	.header h1 a  {  text-indent:-9999px; display:inline-block; width:157px; height:40px; background:url(../images/main/logo2.svg) no-repeat center center; background-size:157px 40px; }
	.all-menu-open {  position: absolute;    top: 18px;    right: 15px;    }
	.all-menu-open a {display:block; text-align:center;  width:25px; height:26px;  padding-top:3px; border:1px solid #3E5EAD; border-radius:3px;  line-height:1;  }
	.all-menu-open a img {width:15px;  }


	.m-menu { display:none;    z-index: 1000;   overflow-y:auto;     position: fixed;    top: 0px;  right: 0; width: 310px; margin-right:-310px;  height: 100%;    background:#fff;    letter-spacing: -1px;    text-align: left;   }
	.header .header-top-util {   height:63px; padding: 19px 15px;  }
	.header .header-top-util li { float:left; margin-right:10px;   }
	.header .header-top-util li a { display:inline-block; height:26px; background:#666666; border-radius:13px; padding:5px 20px; color:#fff; font-size:14px;   line-height:1; }
	.header .header-top-util  .my-reserv a {display:inline-block; width:130px; height:26px; border-radius:13px; background-color:#3E5EAD; padding-left:30px; padding-top:6px; color:#fff; font-size:14px; background-image:url(../images/main/my_list_ico.svg);background-repeat:no-repeat; background-position:13px 9px;background-size:10px auto;   }

	.all-menu-close {  position: absolute;    top: 18px;    right: 15px;    }
	.all-menu-close a {display:block; text-align:center;  width:25px; height:26px;  padding-top:3px; border:1px solid #3E5EAD; border-radius:3px;  line-height:1; }
	.all-menu-close a img {width:15px;  }

	.gnb  {border-top:1px solid #DBDBDB;}
	.gnb .row { display:block;  }
	.gnb .menu { border-bottom:1px solid #DBDBDB;  }
	.gnb .menu h3 {  }
	.gnb .menu h3 a {  padding:20px;  position: relative;    display:block;   font-size: 18px;    color: #666;   font-weight:bold;     }
	.gnb .menu h3 a  img { float:right;  width:13.5px;  padding-top:10px;   }
	.gnb .menu h3 a .off {  display:none;  }
	.gnb .menu h3 a.active {  background:#3f5eae; color:#fff; }
	.gnb .menu h3 a.active .on {  display:none;  }
	.gnb .menu h3 a.active .off {  display:block;  }
	.gnb .menu ul { display:none; padding:15px 15px 15px 30px; background:#f6f7fb;   }
	.gnb .menu ul li {  }
	.gnb .menu ul li a { color:#3E5EAD; font-size:16px;  font-weight:normal; display:block; padding:8px 5px ;  }
	.gnb .menu ul li img  { float:right;  width:7.5px;  padding-top:3px;   }



	.footer { border-top:1px solid #DBDBDB;  background:#f2f2f2;  padding:15px 15px 30px;  }
	.footer .container { position:relative;   }
	.footer .row { display:block;  }
	.footer .footer-util {margin-bottom:20px; font-size:14px;  }
	.footer .footer-util:after { clear:both; display:table; content:'';   }
	.footer .footer-util li  { float:left; position:relative;padding-left:10px; margin-left:10px;  }
	.footer .footer-util li a  { color:#666;   }
	.footer .footer-util li a strong { font-weight:bold; }
	.footer .footer-util li:before  {content:''; display:inline-block; width:4px; height:4px; border-radius:100%; background:#666; position:absolute; top:8px; left:0px; }
	.footer .footer-util li:first-child  { padding-left:0px; margin-left:0px;  }
	.footer .footer-util li:first-child:before  {display:none;  }

	.footer .call { margin-bottom:20px;   }
	.footer .call:after {clear:both; display:table; content:''; }
	.footer .call .img {  float:left; width:45px;height:47px;  padding-top:8.5px;border:1px solid #dbdbdb; border-radius:5px; text-align:center;   margin-right:10px; }
	.footer .call .img img {width:30px; }
	.footer .call  dl  {float:left; }
	.footer .call  dl  dt {  font-size:11px; color:#666; margin-bottom:1px; font-weight:normal; }
	.footer .call  dl  dd {  font-size:23px; color:#3E5EAD;  font-weight:bold; }
	.footer .footer-logo  {font-size:18px; color:#666; font-weight:bold; margin-bottom:15px;  word-break:keep-all; }
	.footer address {font-size:14px; color:#666666;padding-bottom:20px; }
	.footer .info { color:#333;  }




  #backtotop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    width: 1.81818182rem;
    height: 1.81818182rem;
    text-align: center;
    line-height: 1.81818182rem;
	padding-top:0px; 
    background: rgba(0, 0, 0, 0.3);
    font-size: 1.18181818rem;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
 transition: opacity 0.2s ease-out;
    opacity: 0;
  }
  #backtotop.show {
    opacity: 1;
  }
  #backtotop:hover.show {
    background: rgba(0, 0, 0, 0.6);
  }



.back {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
	display:none; 
    width: 100%;
    height: 100%;
    z-index: 10;
}


}




@media (min-width: 1200px) {

}
@media (min-width: 992px) {

}
@media (min-width: 768px) {

}


