@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, 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; }

a { text-decoration:  initial;  }


body { font-family: "Pretendard GOV Variable", "Pretendard GOV", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; font-size:15px; letter-spacing:-1px;  min-width: 320px; overflow-x: hidden; position:relative;  }
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% ;  }
.map img { max-width:initial ;}
.show { display:block !important;  }
.hide { display:none !important;  }
i { line-height:1;  }
i span { position:absolute; top:-4000px; left:-3000px; display:block;   font-size:0px; line-height:0px; }

.text-red { color:#D52423 !important;   }


.header.fixed { 
    position:fixed;  
	z-index:1000; 
	box-shadow: 0px 6px 6px rgba(0,0,0,0.1);
	width:100%; 
	top:0px; 
    animation: fadein 3s;    
    -webkit-animation-name:fadeInTop; 
    animation-name:fadeInTop;  
    animation-fill-mode:both; 
    animation-delay:0s;
    animation-duration:0.5s; 
}
@keyframes fadeInTop{
    0% {
                opacity:0;
                -webkit-transform:translateY(-40px);
                -ms-transform:translateY(-40px);
                transform:translateY(-40px);
            }

    100% {
                opacity:1;
                -webkit-transform:translateY(0);
                -ms-transform:translateX(0);
                transform:translateY(0);}
     }





@media (min-width: 992px) {
.pc-true { display:block !important;  }
.m-true { display:none !important;  }

.all-menu-open,
.all-menu-close { display:none !important;  } 

	.header { height:150px; position:relative;    background:#fff;   z-index:101;  }
	.header .header-logo {position:absolute; top:82px;left:40px; z-index:101;  }
	.header .header-util-wrap {  position:absolute; top:35px; right:40px;  z-index:101; }
	.header .header-util-wrap:after {  clear:both; display:table; content:'';  }
	.header  .header-util { float:right;   }
	.header  .header-util1 { margin-left:20px;  }
	.header  .header-util li.home { display:none;  }
	.header  .header-util li { float:left; margin-left:25px;  position:relative;  }
	.header  .header-util li a  { font-size:17px; color:#555; }
	.header  .header-util1 li span { position:absolute; top:-40000px; left:-4000px; width:0px; height:0px;  }
	.header  .header-util li.language { }
	.header  .header-util li.language dt {  }
	.header  .header-util li.language dd {display:none;  position:Absolute; top:30px; right:0px; width:105px; border-radius:5px;  padding:0 9px;   border:1px solid #ddd; background:#fff;  }
	.header  .header-util li.language dd a { display:block; width:100%; padding:9px 0 ; border-bottom:1px solid #DDDDDD; color:#555; font-size:15px;  }


	.gnb { position:absolute; top:93px; left:0px; width:100%; text-align:right; padding-right:5px; z-index:100;  }
	.gnb-menus { display:inline-block;  }
	.gnb-menus .one-depth-menu{ display:inline-block;   margin:0 30px; }
	.gnb-menus .one-depth-menu a { display:block; position:relative;  font-family: 'Paperozi'; font-size:20px; color:#1D1D1D; font-weight:bold;  height:57px;   }  
	.gnb-menus .one-depth-menu i { display:none;  }
	.gnb-menus .one-depth-menu a:hover,
	.gnb-menus .one-depth-menu a.active { color:#1B2A75;  }
	.gnb .gnb-menus .one-depth-menu a:after { position:absolute; bottom:0px; left:50%; transition: all 0.5s; height:3px; background:#1B2A75; width:0px; content:''; display:block;  }
	.gnb .gnb-menus .one-depth-menu a:hover:after, .gnb .gnb-menus .one-depth-menu a.active:after {width:100%; left:0px;  }
	
	.gnb-menus .gnb-submenu { display:none;  position:absolute; top:57px; left:0px; width:100%;  text-align:left;  background:#fff;  min-height:440px; }
	.gnb-menus .gnb-submenu:before { display:none;  position:absolute;top:0px; left:0px; width:calc(50% - 420px);   height:100%; background-color:#1B2A75; background-image:url(../images/main/menu_bg.png); background-repeat:no-repeat; background-position:right bottom;  content:'';  }
	.gnb-menus .gnb-submenu .container { position:relative; z-index:101;  }
	.gnb-menus .gnb-submenu .container:after { clear:both; display:table; content:'';  }
	.gnb-menus .gnb-submenu .menu-ex {display:none;  float:left; width:288px;  height:100%; padding-top:50px; padding-right:60px;   }
	.gnb-menus .gnb-submenu .menu-ex h3 { color:#fff; font-size:31px; font-weight:bold; margin-bottom:10px;  }
	.gnb-menus .gnb-submenu .menu-ex p { color:#E2E5F5; font-size:15px; word-break:keep-all;   }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap {  float:left; width:100%;  padding:10px 0 10px 10px;  }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu { float:left; padding:10px 0 10px 25px;  width:25%;  }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu  i { display:none; }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu a.two-depth-menu-title { width:300px;  background:#fff;  height:49px; vertical-align:middle; padding:0 20px; color:#555555; font-size:17px; font-weight:bold;  border:1px solid #E4E4E4; border-radius:10px;   display:table-cell;  }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu a.two-depth-menu-title:hover, 
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu a.two-depth-menu-title.active {  color:#3448A7; background:#F1F9FF;   }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap {    }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li { padding:12px 15px 0 15px;    }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li a  {  display:block; padding-left:10px; position:relative; color:#555; font-size:17px;     }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li a:before  { position:absolute; top:10px; left:0px; width:3px; height:3px; border-radius:100%; background:#555;  content:''; display:inline-block; }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li a:hover,
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li a.active  { color:#1B2A75; text-decoration:underline !important;  }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li a:hover:before,
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li a.active:before  {  background:#1B2A75;  }






.footer {  background:#F8F8F8; padding:80px 0 ;  }
.footer .foot-top {  padding-bottom:30px;  }
.footer .container { position:relative;   }
.footer .footer-logo {margin-bottom:36px; }
.footer address {  color:#1D1D1D;  line-height:1.6; font-size:17px;     }
.footer .sns-link {position:absolute; bottom:0px; right:0px; }
.footer .sns-link:after { clear:both; display:table; content:'';  }
.footer .sns-link li { float:left; margin-left:13px;  }

.footer .rel-site {width:285px; position:absolute; bottom:60px; right:0px; z-index:100;    }
.footer .rel-site dt { width:100%; height:39px; border:1px solid #555555;  padding:0 15px; line-height:37px;  border-radius:8px;  }
.footer .rel-site dt a, .footer .rel-site dd a  { color:#1D1D1D;  display:block;  font-weight:normal; }
.footer .rel-site dt a i { position:absolute; top:20px;  right:15px;   }
.footer .rel-site dt a.up i {    -webkit-transform: translateY(-50%);    transform: translateY(-50%) rotate(0deg); ;   -webkit-transition: transform .3s;   transition: transform .3s;     }
.footer .rel-site dt a.down i  { -webkit-transform: translateY(-50%) rotate(180deg);  transform: translateY(-50%) rotate(180deg);    }
.footer .rel-site dd {display:none; position:absolute; max-height:110px; overflow-y:auto;  bottom:39px; left:0px; width:100%; border:1px solid #D3D3D3; background:#fff;   padding:5px 15px; }
.footer .rel-site dd a {display:block; margin:5px 0 ; color:#333;   line-height:1.2;   }

.footer .foot-bottom { border-top:1px solid #DBDBDB; padding-top:30px;  }
.footer .footer-util { }
.footer .footer-util li {display:inline-block;padding-left:15px; margin-left:15px; position:relative;    }
.footer .footer-util li strong { color:#1F538F;  }
.footer .footer-util li:first-child { padding-left:0px; margin-left:0px;   }
.footer .footer-util li:before { position:absolute; top:5px; left:0px; width:1px; height:10px; background:#DBDBDB; content:''; display:inline-block; }
.footer .footer-util li:first-child:before { display:none; }
.footer .footer-util li a {  color:#1D1D1D; font-size:17px;  }
.footer .copy {position:absolute; right:0px; top:0px;   color:#000000;  }



  #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 a {
      color: #fff;
  }
  #backtotop.show {
    opacity: 1;
  }
  #backtotop:hover.show {
    background: rgba(0,0,0,0.6);
  }


  .back {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }

}


@media (min-width: 1600px) {

	.container { width:1440px !important; max-width:1440px !important;   }
	
	.header { height:91px; }
	.header .header-logo {top:22px;left:96px;   }
	.header .header-util-wrap {  right:96px; }

	.gnb {  top:33px; text-align:center;  padding-right:0px }
	.gnb-menus .gnb-submenu:before {  width:calc(50% - 420px);    display:block; }
	.gnb-menus .gnb-submenu .menu-ex { display:block;     }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap {  width:calc(100% - 288px);  padding:10px 0 10px 60px;  }
	

	.gnb-menus .one-depth-menu{   margin:0 35px; }

}





@media (min-width: 1200px) and (max-width: 1599px) {
	.container { width:1200px !important; max-width:1200px !important;  padding:0px;   }
}





@media (min-width: 992px) and (max-width: 1199px) {
	.container { width:990px !important; max-width:990px !important;   }
	.gnb-menus .one-depth-menu{   margin:0 15px; }

.gnb-menus .one-depth-menu a {    font-size: 19px; }


	.footer .footer-util li {padding-right:10px; padding-left:10px; }


}





@media (max-width: 991px) {

	.pc-true { display:none !important;  }
	.m-true { display:inline-block !important;  }


	.header { height:70px;  position:relative; background:#fff;    top:0px;  } 
	.header .container  { max-width:100%;  }
	.header .header-logo {   float:left;  position:relative; z-index:101; top:16px; lefT:0px;   } 
	.header .header-logo img {width:200px;} 


	.header  .all-menu-open {position:absolute; top:20px; right:15px;  }
	.header  .all-menu-open a { font-size:21px; color:#555555;  }




	.m-menu { display:none;  position:fixed;  background:#fff;  top:0px; left:0px; height:100%;  width:100%; z-index:1000; overflow-y:auto;   }


	.header .header-util-wrap { padding:20px 15px;   }
	.header  .header-util {   }
	.header  .header-util:after {  clear:both; display:table; content:'';  }
	.header  .header-util1 {  margin-bottom:20px;  }
	.header  .header-util li.all-menu-page { display:none;  }
	.header  .header-util li.home a  {color:#1d1d1d; }
	.header  .header-util li { float:left; margin-right:25px;  position:relative;  }
	.header  .header-util li a  { font-size:17px; color:#555; }
	.header  .header-util li i { display:inline-block; margin-right:5px;  }
	
	.header  .header-util li.language { }
	.header  .header-util li.language dt {  }
	.header  .header-util li.language dd {display:none;  position:Absolute; top:30px; right:0px; width:105px; border-radius:5px;  padding:0 9px;   border:1px solid #ddd; background:#fff;  z-index:100;  }
	.header  .header-util li.language dd a { display:block; width:100%; padding:9px 0 ; border-bottom:1px solid #DDDDDD; color:#555; font-size:15px;  }



	.gnb { position:relative; top:0px; left:0px; width:100%; height:100%;     overflow-y: auto; border-top:1px solid #DCDCDC;  }
	.gnb .gnb-menus { border-bottom:1px solid #DCDCDC;  }
	.gnb .gnb-menus .one-depth-menu a {    position: relative;    display: block;   font-size: 21px;     padding:15px;     color: #1D1D1D;    font-weight:bold;     }
	.gnb .gnb-menus .one-depth-menu a.active { color:#1B2A75; }
	.gnb .gnb-menus .one-depth-menu a.active i { color:#1B2A75; }
	.gnb .gnb-menus .one-depth-menu a i {  }
	.gnb .gnb-menus .one-depth-menu a:hover {   text-decoration:none;}
	.gnb .gnb-menus .one-depth-menu a i {    display: inline-block; position:absolute; right:15px; top:32px; font-size:22px; color:#555;  }
	.gnb .gnb-menus .one-depth-menu a .icon-down i {-webkit-transform: translateY(-50%);    transform: translateY(-50%) rotate(0deg); ;   -webkit-transition: transform .1s;   transition: transform .1s;     }
	.gnb .gnb-menus .one-depth-menu a .icon-up i  { -webkit-transform: translateY(-50%) rotate(180deg);  transform: translateY(-50%) rotate(180deg);    }


	.gnb-menus .gnb-submenu {    display: none;       }
	.gnb-menus .gnb-submenu .menu-ex { display:none;  }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap { width:100%;    }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu {border-top:1px solid #DCDCDC;  }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu.active { background:#F1F9FF; border-top:0px;  }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu a.two-depth-menu-title {  color:#555555; font-size:17px;  position:relative; width:100%; display:block; padding:12px 10px; font-weight:bold;   }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu a.two-depth-menu-title.active { color:#3448A7; }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu a.two-depth-menu-title  i {    display: inline-block; position:absolute; right:15px; top:26px; font-size:17px; color:#555;  }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu a.two-depth-menu-title  .icon-down i {-webkit-transform: translateY(-50%);    transform: translateY(-50%) rotate(0deg); ;   -webkit-transition: transform .1s;   transition: transform .1s;     }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu a.two-depth-menu-title .icon-up i  { -webkit-transform: translateY(-50%) rotate(180deg);  transform: translateY(-50%) rotate(180deg);    }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu.active a.two-depth-menu-title,
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .two-depth-menu.active a.two-depth-menu-title i {  color:#3448A7;   }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap { display:none;   padding-bottom:5px;   }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li {padding-bottom:10px; padding-left:15px;   }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li a  {  display:block; padding-left:10px; position:relative; color:#555; font-size:15px;     }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li a:before  { position:absolute; top:10px; left:0px; width:3px; height:3px; border-radius:100%; background:#555;  content:''; display:inline-block; }
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li a:hover,
	.gnb-menus .gnb-submenu .two-depth-menu-wrap .three-depth-menu-wrap li a.active  { color:#1B2A75; text-decoration:underline !important;  }



	.header  .all-menu-close { position:absolute; top:20px; right:15px;  z-index:201; }
	.header  .all-menu-close a { font-size:20px; color:#555;  }



.footer {  background:#F8F8F8; padding:30px 0 ;  }
.footer .foot-top {  padding-bottom:20px;  }
.footer .container { position:relative;   }
.footer .footer-logo {margin-bottom:30px; }
.footer .footer-logo img  {width:200px; }
.footer address {  color:#1D1D1D;  line-height:1.6;  margin-bottom:20px;   }
.footer .sns-link { margin-bottom:10px; }
.footer .sns-link:after { clear:both; display:table; content:'';  }
.footer .sns-link li { float:left; margin-right:10px;  }
.footer .sns-link li img { width:18px; }

.footer .rel-site {width:189px;  font-size:13px;position:relative;   margin-bottom:20px;   }
.footer .rel-site dt { width:100%; height:43px; border:1px solid #555;  padding:0 10px; line-height:43px;   border-radius:8px;  }
.footer .rel-site dt a, .footer .rel-site dd a  { color:#1D1D1D;  display:block;  font-weight:normal; }
.footer .rel-site dt a i { position:absolute; top:20px;  right:10px;   }
.footer .rel-site dt a.up i {    -webkit-transform: translateY(-50%);    transform: translateY(-50%) rotate(0deg); ;   -webkit-transition: transform .3s;   transition: transform .3s;     }
.footer .rel-site dt a.down i  { -webkit-transform: translateY(-50%) rotate(180deg);  transform: translateY(-50%) rotate(180deg);    }
.footer .rel-site dd {display:none; position:absolute; max-height:110px; overflow-y:auto;  bottom:43px; left:0px; width:100%; border:1px solid #555; background:#fff;   padding:5px 15px; }
.footer .rel-site dd a {display:block; margin:5px 0 ; color:#333;   line-height:1.2;   }

.footer .foot-bottom { border-top:1px solid #DBDBDB; padding-top:20px;  }
.footer .footer-util { margin-bottom:10px;  }
.footer .footer-util li {display:inline-block;padding-left:10px; margin-left:10px; position:relative;    }
.footer .footer-util li:first-child { padding-left:0px; margin-left:0px;   }
.footer .footer-util li:before { position:absolute; top:5px; left:0px; width:1px; height:10px; background:#DBDBDB; content:''; display:inline-block; }
.footer .footer-util li:first-child:before { display:none; }
.footer .footer-util li a {  color:#1D1D1D; font-size:15px;  }
.footer .footer-util li a  strong { font-weight:bold;  color:#1F538F; }
.footer .copy { color:#000000;  font-size:13px; }




  .back {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }
  #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:5px; */
    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 a {
      color: #fff;
  }
  #backtotop.show {
    opacity: 1;
  }
  #backtotop:hover.show {
    background: rgba(0, 0, 0, 0.6);
  }


}





@media (min-width: 1200px) {

}
@media (min-width: 992px) {

}
@media (min-width: 768px) {

}
