@charset "UTF-8";
/* ================================================================== */
/* Name	: common.css
/* Script : Font, Layout CSS
/* Author : Design Geulggol
/* Date	: 2021-10-20
/* ================================================================== */

/* 한줄 말줄임 */
.text-ellipsis {
  width: 100%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 여러줄 말줄임 */
.multi-ellipsis {
  width: 100%;
  line-height: 1.4;
  white-space: normal;
  word-break: break-all;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.stretched-link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110;
}

/* ----------------------------- */
/* Basic
/* ----------------------------- */
html, body {
  height: 100%;
  text-align: left;
  word-break: keep-all;
}

html {
  font-size: 62.5%;
}

body {
	font-family: "Pretendard", "SCDreamRegular", "malgun gothic", 맑은고딕, "Dotum", 돋움, "Arial", "sans-serif";
	font-weight: 300;
	font-size: 1.6rem;
	line-height: normal !important;
	color: #000;
    letter-spacing: -0.02em;
}
body img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #000;
}
a :hover, a :focus {
}

input {
  padding: 0 10px;
}

a,
input,
button {
    outline: 0;
}
:focus {
    outline: 3px solid #000;
}

:focus:not(:focus-visible) {
    outline: 0;
}

input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
button,
select {
  font-family: "Pretendard", "malgun gothic", 맑은고딕, "Dotum", 돋움, "Arial", "sans-serif";
}

select {
  padding: 10px 40px 10px 17px;
  background-size: 9px 5px;
}

::-moz-selection {
  color: #fff;
  background: #b8251a;
  text-shadow: 1px 1px #000;
}

::selection {
  color: #fff;
  background: #b8251a;
  text-shadow: 1px 1px #000;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 15px;
}


 br.none-pc {
    display: none;
  }

#skip a { width: 1rem; height: 1rem; position: absolute; left: -10000rem; top: auto; overflow: hidden; }
#skip a:focus { display: block; width: 100%; height: 50px; position: fixed; top: 0; left: 0; line-height: 50px; text-align: center; color: #fff; background: #000; z-index: 999; outline: 0;}


/* ----------------------------- */
/* 전체 네비게이션
/* ----------------------------- */
/* gnb */
.gnbOpen {
  width: 500px;
  background-color: #f1f1f1;
  padding: 90px 40px 40px;
  position: fixed;
  top: 0;
  right: -501px;
  bottom: 0;
  z-index: 900;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gnbOpen.open-- {
  right: 0;
}
.gnbOpen a {
  color: #000;
}
.gnbOpen .navClose {
  width: 35px;
  height: 35px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background-image: url("../../../common/images/navClose.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 80%;
  background-position: top left;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
}
.gnbOpen .gnbWrap .gnbArea .depth1 {
  font-size: 2rem;
  border-bottom: 1px solid #d4d4d4;
}
.gnbOpen .gnbWrap .gnbArea .depth1 > a {
  font-family: "SCDreamMedium", sans-serif;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.gnbOpen .gnbWrap .gnbArea .depth1 > a > img {
  width: 50px;
  margin-right: 10px;
}
.gnbOpen .gnbWrap .gnbArea .depth1 .m {
  font-size: 1.6rem;
  padding-top: 20px;
  display: none;
}
.gnbOpen .gnbWrap .gnbArea .depth1 .m li {
  margin-bottom: 15px;
}
.gnbOpen .gnbWrap .gnbArea .depth1 .m a {
  font-family: "SCDreamLight", sans-serif;
  letter-spacing: -0.8px;
  display: block;
}
.gnbOpen .gnbWrap .gnbArea .depth1 .m a span {
  font-family: "SCDreamRegular", sans-serif;
  color: #284b8b;
  display: block;
}
.gnbOpen .menu_box p {
  background: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 7%;
}
.gnbOpen .menu_box p:before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background: url("../../../common/images/menu_icon.jpg") no-repeat;
  position: relative;
  margin: 0 auto 10px;
}
.gnbOpen .menu_box p span {
  font-weight: 800;
}

.navi_back {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 800;
  display: none;
}

.for-a11y {
    display: block;
    margin: 0;
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    color: transparent;
    border: none;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background: none;
}

/* ----------------------------- */
/* Header
/* ----------------------------- */
#header-wrap {
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}

#header {
	width: 100%;
	height: 100px;
	padding: 0 65px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 30px;
}
#header h1 {
	line-height: 0;
}
#header h1 img {
	width: 195px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.main_quick_menu_box {
}
.main_quick_menu_box .main_quick_menu {
	font-size: 1.8rem;
	display: flex;
	align-items: center;
}
.main_quick_menu_box .main_quick_menu li {
  padding: 20px 0;
  margin: 0 25px;
  position: relative;
}
.main_quick_menu_box .main_quick_menu li::after {
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #000;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.main_quick_menu_box .main_quick_menu li:hover::after {
	width: 100%;
}

.main_quick_menu>.divider {
    width: 1px;
    height: 16px;
    background-color: #cccccc;
}
.sch_h_box {
	position: relative;
	width: 45px;
	border-radius: 50%;
	background: #000;
	display: block;
	position: relative;
    margin-left: auto;
}
.sch_h_box:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 100%;
}
.sch_h_box > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.sch_h_box a {
  width: 100%;
  height: 100%;
  text-indent: -999px;
  background: url("../images/common/pdf_down.png") no-repeat center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.menu_h_box {position:relative; width:25px; height:25px; transition:all 0.5s cubic-bezier(0.83, 0, 0.17, 1);}
.menu_h_box a {
    display: inline-block;
    width: 100%;
    height: 100%;
	}
.menu_h_box a span {position:absolute; width:8px; height:8px; border-radius:8px; background:#000; transition:all 0.4s cubic-bezier(0.83, 0, 0.17, 1);}
.menu_h_box a span:nth-child(1) {left:0; top:0; transform:rotate(45deg);}
.menu_h_box a span:nth-child(2) {right:0; top:0; transform:rotate(-45deg); background:#1c4d9a;}
.menu_h_box a span:nth-child(3) {right:0; bottom:0; transform:rotate(45deg);}
.menu_h_box a span:nth-child(4) {left:0; bottom:0;  transform:rotate(-45deg);}


/* 해더 호별 토글 박스 */
.header .toggle {
	position:relative; 
	line-height:1;
  }
.header .toggle > button{position:relative; width:16rem; height:4.2rem; border-radius:4.2rem; padding:0 2rem; border:1px solid rgba(0,0,0,0.4); font-size:1.6rem; color:#000; text-align:left; transition:all 0.3s ease; transform:skew(0.05deg);}
.header .toggle > button:hover{border:1px solid rgba(0,0,0,0.6);}
.header .toggle > button:after { 
    display: inline-block;
    width: 14px;
    height: inherit;
    right: 20px;
	top:0; 
	background:url("../images/common/icon_select_arrow.svg") no-repeat center;
    position: absolute;
    content: '';
}
.header .toggle > button.active::after{transform:rotate(180deg);}

.header .toggle > button + .scroll { /* opacity:0; visibility:hidden;*/ position:absolute; width:100%; left:0; top:5rem; border-radius:2rem; padding:1.5rem 2.0rem; background:rgba(0,0,0,0.5);  display: none; }

.header .toggle > button + .scroll ul li a { display:block; height:3.2rem; line-height:3.2rem; font-size:1.4rem; color:#fff; cursor: pointer; }
.header .toggle > button + .scroll ul li a:hover { font-weight:400; }

.header .toggle > button + .scroll ul::-webkit-scrollbar{width:6px; /* 세로스크롤 넓이 */ height:6px; /* 가로스크롤 높이 */}
.header .toggle > button + .scroll ul::-webkit-scrollbar-track{width:6px; background:transparent;}
.header .toggle > button + .scroll ul::-webkit-scrollbar-thumb{background:#333; border-radius:6px;}

.header .toggle > button.active + .scroll{/*opacity:1;*/ top:5rem; /*visibility:visible;*/}

.h_logo_m { display: none; }

/* ----------------------------- */
/* Responsive
/* -----------------------------
/* Layout Max Size : 1440px
/* Desktop Size	: 1024px < Screen <= 1280px
/* Tablet Size	: 1024px < Screen <= 768px
/* Mobile Size	: 767px < Screen
/* ----------------------------- */

@media screen and (max-width: 1560px) {
	#header {
	  width: 100%;
	  padding: 20px 50px;
	}
}
@media screen and (max-width: 1400px) {	

	.main_quick_menu_box {
		display: none;
	}
	.h_logo_m { display: block; }

	 #header h1 img {
		width: 150px;
	  }
	  .header .toggle {
		margin-left: auto;
	  }
	  .sch_h_box {
		margin-left: 0;
	  }
	  .footer_box {
		padding: 80px 3%;
	}
	.next .txt {
		padding-left: 50px;
		padding-right: 50px;
	}

}

@media screen and (max-width: 1200px) {
	#container {
		padding-top: 85px;
	}
	#header {
		height: 85px;
	}
}

@media screen and (max-width: 980px) {
  .gnbOpen {
    width: 100%;
    right: -100%;
  }
}

@media screen and (max-width: 768px) {
	
  br.none-pc {
    display: block;
  }
  .header .toggle {		
    display: none;
	}

	.menu_h_box {
		margin-left: auto;
	}

}

@media screen and (max-width: 480px) {

}
