#btn-menu-m,
#btn-menu-m span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
#btn-menu-m {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 48px;
	right: 20px;
	z-index: 120;
	display: none;
}
#btn-menu-m span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #222;
}

.scrolled #btn-menu-m span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #222;
}

#btn-menu-m.active span {
	background-color: #222;
	height: 1px
}


#btn-menu-m span:nth-of-type(1) { top: 6px; }

#btn-menu-m span:nth-of-type(2) {
	top: 15px;
	width: 25px
}

#btn-menu-m span:nth-of-type(3) {
	top: 24px;
}
#btn-menu-m.active span:nth-of-type(1) {
	-webkit-transform: translateY (16px) rotate (-45deg);
	transform: translateY(16px) rotate(-45deg);
	top: 0px;
}

#btn-menu-m.active span:nth-of-type(2) {
	opacity: 0;
}

#btn-menu-m.active span:nth-of-type(3) {
	-webkit-transform: translateY(-23px) rotate(45deg);
	transform: translateY(-23px) rotate(45deg);
	top: 39px;
}

#btn-menu-m.active span { background-color: #fff; height: 2px; }

/*#logo-line {
	width: 1200px;
	max-width: 100%;
	margin: 20px auto;
	height: 50px;
	overflow: hidden;
}



/*	#btn-menu-m .navicon-line{position:absolute;width:20px;height:2px;border-radius:1px;background:#fff;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}
	#btn-menu-m .nl1 {top: 11px;right: 10px; width:30px;}
	#btn-menu-m .nl2 {top: 19px;right: 10px; width:24px;}
	#btn-menu-m .nl3 {top: 27px;right: 10px; width:30px;}



	#open-button{position:fixed;z-index:10000;right:15px;padding-top:18px;width:75px; height:80px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;cursor:pointer;display:block; }
	#open-button .navicon-line{position:absolute;width:20px;height:2px;border-radius:1px;background:#fff;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}
	#open-button .nl1 {top: 11px;right: 10px; width:30px;}
	#open-button .nl2 {top: 19px;right: 10px; width:24px;}
	#open-button .nl3 {top: 27px;right: 10px; width:30px;}
	#open-button.on>div>div{transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);width:25px;position:absolute;top:15px;right:10px;margin:0;padding:0;background-color:#fff;}
	#open-button.on>div>div:first-child{transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg)}
	#open-button.scrolled .navicon-line {background-color: #333;}
	#open-button.on.scrolled >div>div{background-color:#fff;}
*/

.logo {
	height: 100%;
	width: 220px;
	float: left;
	text-align: center;
	position: relative;
	float: left
}

.main .logo a { 
	display: block; 
	width: 100%;
	height: 70px; 
	line-height: 70px; 
	background: url(/theme/sample108/img/logo/logo.png);
	background-position: center left; 
	background-repeat: no-repeat;
	background-size: 100%;
}

.logo a { 
	display: block; 
	width: 100%;
	height: 70px; 
	line-height: 70px; 
	background: url(/theme/sample108/img/logo/logo.png);
	background-position: center left; 
	background-repeat: no-repeat;
	background-size: 100%;
}



.main.scrolled .logo a { 
	display: block; 
	width: 100%; 
	height: 70px; 
	line-height: 70px; 
	background-image: url(/theme/sample108/img/logo/logo.png); 
	background-position: center left; 
	background-repeat: no-repeat;
}

#logo-line .contact {
  height: 100%;
  background-color: yellowgreen;
  float: right;
}

#logo-line .contact ul {
  overflow: hidden;
  height: 100%;
  width: 200px;
}

#logo-line .contact ul li {
  float: left;
  width: 50%;
  height: 100%;
}

#header-wrap {
	/* position: fixed; */
	/* z-index: 100; */
	width: 100%;
	/* height: 80px; */
	background-color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	z-index: 3;
	/* top: 30px; */
	border-bottom: 1px solid #ccc;

	display: flex;
	flex-direction: column;
}

.scrolled #header-wrap {
	background-color: rgba(255, 255, 255, 0.75);
	border-bottom: 1px solid #ddd;
	z-index: 4;
	transition: all .3s;
	box-shadow: -2px 2px 2px 1px rgba(0,0,0,0.05);
}

.scrolled #lnb > ul > li > a { color: #111; }

.scrolled .logo a {
	background: url(/theme/sample108/img/logo/logo.png) no-repeat;
	background-size: 100%;
	background-position: center left;
	
}

.tl_photo_slider li .txt_wrap .cell p {
  word-break: keep-all;
} 

#header .lnb-line {
  /* height:100%;
  position: absolute;
  right:0 */
	display: flex;
  justify-content: flex-end;
}

#header {
	max-width: 1920px;
	margin: 0 auto;
}

#header.fixed {
  /* position: fixed; */
  /* top: 0; */
  width: 100%;
}

#header .lnb-line:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#lnb {
float:left;

}

.lnb-line #menu-ctl {
  display:none;
  position: absolute;
  top:0px;
  right:0px;
  z-index:10;
}



#lnb * {
  box-sizing: border-box;
}

#lnb > ul:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#lnb > ul > li {
  display:inline-block;
  width: 170px;
  height: 70px;
  line-height: 70px;
  float: left;
  margin-left: -1px;
  transition: all 0.5s;
  white-space:nowrap;
}

#lnb > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    opacity: 0.8;
}

#lnb > ul > li > a:hover {
	opacity:1
}

#lnb > ul > li > ul {
	position: absolute;
	width: 100%;
	display: none;
	box-sizing: content-box;
	text-align: center;
	margin-left: -1px;
	z-index: 2;
}

#lnb > ul > li > ul ul {
  position: absolute;
  width: 100%;
  display: none;
  border: 1px solid #525252;
  box-sizing: content-box;
  margin-top: -1px;
  top: 0;
  left: 100%;
  margin-left: 0px;
}

#lnb > ul li.on > ul {
  position: absolute;
  display: block;
}

#lnb li {
  position: relative;
}

#lnb > ul > li li {
  border-top: 1px solid #525252;
  line-height: 60px;
  height: 60px;
  background-color: #333;
  padding: 0;
  margin-top: -1px;
}

#lnb > ul > li li:first-child {
	border-top:0
}


#lnb > ul > li li:nth-last-child(1) {
  height: 60px;
  line-height: 60px;
}

#lnb > ul > li li > a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 0 20px;
	color: #fff;
	font-size: 16px
}

#lnb > ul > li li > a:hover {
	background-color: #e70000d9;
	color:#fff
}
	 


#lnb > ul > li > ul {
	width: 170px;
	top: 101%;
	left: 0px;
}

#lnb > ul > li > ul ul {
}

#lnb .arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  right: 0px;
  top: 50%;
  margin-top: -15px;
  text-align: center;
  line-height: 30px;
  z-index:1;
/*  display: none;*/
}

#lnb ul ul .arrow {
  transform: rotate(-90deg);
}

.login-box-wrap {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}
#login-box, #login-box2 {
	width: 1920px;
	text-align: right;
	margin: auto;
}
#login-box3 {
  height: 50px;
  text-align:center;
  margin-bottom:10px;
}

#login-box a, #login-box2 a, #login-box3 a {
display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.scrolled #login-box a, #login-box2 a, #login-box3 a {
	display: inline-block;
	padding:0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}





#login-box2 {
  display:none;
}

#top-bg-wrapper {
  position: relative;
  z-index: 10;
  border-bottom:1px solid #ddd;
}

#top-bg-wrapper .bg {
  width: 100%;
  height: 100%;
}

#container-box {
  width: 100%;
  position:relative
}
.upper_main_txt { 
	width: 1920px;
	text-align: right; 
	margin: 50px auto;
	font-size: 70px;
	font-family: 'GyeongbukDaeJinri';
	color: #333;
}
.upper_main_txt .first { position: relative; }
.upper_main_txt .first:after {
	position: absolute;
	left: -10px;
	bottom: 12px;
	content: '';
	width: 10px;
	height: 10px;
	background: #fbd24d;
	border-radius: 3px 0 0 0;
}
.upper_main_txt .point_txt {
	font-size: 88px; 
	color: #da0f1b;
}
.banner_low_txtImg_wrap { position: relative; }
.banner_low_txt {
	position: absolute;
	top: -25px;
    left: 50%;
    z-index: 1;
	transform: translateX(-50%);
	width: 100%; 
	text-align: center;
}
.banner_low_txt .img_bg_cover {
	width: 60px;
	height: 60px;
	background: #ff0000;
	margin: auto;
}
.banner_low_txt .img_bg_cover img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 8px 8px 8px 10px;
}
.banner_low_txt p {
	font-family: 'GyeongbukDaeJinri';
	padding-top: 20px;
	font-size: 24px;
}


@media screen and (max-width: 2000px) {
	#login-box, #login-box2 { width: 100%; padding: 0 20px; }
	#header { max-width: 100%; padding: 0 20px; }
	/* .logo { padding-left: 20px; } */
	.upper_main_txt { 
		width: 100%; 
		padding: 0 20px;
        font-size: 60px;
	}
	.upper_main_txt .point_txt { font-size: 78px; }
}
@media screen and (max-width: 1750px) {
	.upper_main_txt { 
		font-size: 55px; 
		margin: 45px auto; 
	}
	.upper_main_txt .first:after {
	    left: -16px;
		bottom: 9px;
	}
}
@media all and (max-width: 1500px) {
	.upper_main_txt { 
		font-size: 50px;         
		margin: 36px auto; 
	}
	.upper_main_txt .point_txt { font-size: 60px; }
}
@media screen and (max-width: 1330px) {
	#lnb > ul > li { width: 150px; }
	#login-box, #login-box2 { padding-left: 20px; }
}
@media all and (max-width: 1280px) { 
	.upper_main_txt { font-size: 40px; }
	.upper_main_txt .point_txt { font-size: 54px; }
}
@media screen and (max-width: 1200px) {
    #login-box, #login-box2 { padding-left: 0; }
	#lnb > ul > li { width: 130px; }
	#lnb > ul > li > ul { width: 130px; }

	#header .lnb-line { display: none; }
	#btn-menu-m { display: inline-block; }
}
@media screen and (max-width: 992px) {
	.banner_low_txt p { 
		width: 100%; 
		display: block;
		font-size: 22px; 
	}
	.upper_main_txt { 
		font-size: 30px; 
		margin: 28px auto;
	}
	.upper_main_txt .point_txt { font-size: 42px; }
	.upper_main_txt .first:after {
	    bottom: 4px;
        width: 8px;
        height: 8px;
	}
}
@media screen and (max-width: 768px) {
	#header-wrap #logo-line { margin: 0; }
	#logo-line .logo {
		display: inline-block;
		float: none;
	}
	#logo-line .contact {
		display: none;
	}
	.upper_main_txt { font-size: 25px; }
	.upper_main_txt .point_txt { font-size: 37px; }
}
@media screen and (max-width: 650px) {
	.upper_main_txt { font-size: 20px; }
	.upper_main_txt .point_txt { font-size: 30px; }
	.upper_main_txt .first:after {
        bottom: 3px;
        width: 7px;
        height: 7px;
        left: -10px;
    }
	.banner_low_txt p { font-size: 20px; }
}
@media screen and (max-width: 578px) {
	#btn-menu-m { right: 19px; }
	.upper_main_txt { font-size: 18px; padding: 0 10px; }
	.upper_main_txt .point_txt { font-size: 22px; }
	.upper_main_txt .first:after { bottom: 2px; }
	.banner_low_txt p { 
		font-size: 18px; 
		padding-top: 18px; 
	}
	.banner_low_txt .img_bg_cover {
		width: 50px; 
		height: 50px; 
	}
}
@media screen and (max-width: 450px) {
	.upper_main_txt { margin: 20px auto; }
	.upper_main_txt .point_txt { font-size: 19px; }
	.banner_low_txt p { font-size: 16px; padding-top: 15px; }
}
@media screen and (max-width: 350px) {
	.upper_main_txt .point_txt { display: block; }

}

#m-lnb-wrapper {
	position: fixed;
	top: 0;
	right: -400px;
	z-index: 110;
	max-width: 400px;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background-color:#000;
	opacity:0.9;
	box-sizing: border-box;
	padding-top: 20vh;
	padding-left: 1.5em;
	padding-right: 1.5em;
	transition: all 0.5s;
	display: none;
}
#m-lnb-wrapper.on {
	right: 0px;
}
#m-lnb > ul {
  border-bottom: 1px solid #333;
  font-size: 14px;
}
#m-lnb > ul li > a {
  color: #fff;
}
#m-lnb > ul > li > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  transition: all 0.4s;
  color: tomato;
  cursor:pointer
}
#m-lnb > ul > li.on > span {
  transform: rotate(180deg);
}
#m-lnb > ul > li li > span {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  transition: all 0.4s;
  color: tomato;
  cursor:pointer
}
#m-lnb > ul > li li.on > span {
  transform: rotate(180deg);
}

#m-lnb > ul li {
  position: relative;
}
#m-lnb > ul > li > a {
	display: block;
	padding: 0 20px;
	font-size: 16px;
	transition: all .3s;
}
#m-lnb > ul > li > a:hover {
	font-weight: 600;
	background-color: brown;
}

#m-lnb > ul > li {
  line-height: 55px;
  border-bottom: 1px solid #333;
}
#m-lnb > ul > li:nth-last-child(1) {
  border-bottom: 0;
}
#m-lnb > ul > li ul {
  display: none;
  line-height: 40px;
}
#m-lnb > ul > li li {
  border-top: 1px solid #474747;
  background-color: #222;
}
#m-lnb > ul > li li li {
  border-top: 1px solid #959595;
  background-color: #777;
}
#m-lnb > ul > li li > a {
  display: inline-block;
  padding: 3px 15px 3px 30px;
  width:100%
}
#m-lnb > ul > li li li > a {
  display: inline-block;
  padding: 0 10px 0 40px;
}

.select-nav {
  background-color: #fee;
  display: inline-block;
  float: left;
}

.select-nav:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.select-nav .select {
  float: left;
  width: 220px;
  height: 70px;
  position: relative;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  margin-left: -1px;
}

.select-nav .select:first-child { border:0}
.select-nav .select .down {
  position: absolute;
  width: 25px;
  height: 25px;
  display: inline-block;
  top: 25px;
  right: 10px;
  line-height: 25px;
  text-align: center;
  color: #333;
  font-size: 14px;
  transition: all 0.5s;
  cursor: pointer;
}
.select-nav .select.on .down {
  transform: rotate(180deg);
}

.select-nav .select.d1 {
  margin-left: 0;
}

.select-nav .select button {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #444;
	border: 0;
	text-align: left;
	padding-left: 25px;
	outline: none;
	font-size: 17px;
}

/* .select-nav .select button .t1 { 
	font-weight: 500;
} */
.select-nav .d3 button { 
	font-weight: bold;
}



.select-nav .select > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  box-sizing: content-box;
}

.select-nav .select ul li {
  min-height: 55px;
  line-height: 55px;
  padding-left: 25px;
  border-bottom: 1px solid #ddd;
  
}


.select-nav .select ul li a {
	color: #555;
	display: block;
	font-size: 16px
}

.select-nav .select ul li a:hover {
	color:#000
}


.select-nav .select ul ul {
	display:none;
}

.select-nav .select ul li li {
	border-top: 1px solid #ddd;
	border-bottom: 0;
}



.select-nav .select ul li:nth-last-child(1) {
	border-bottom: 0;
}
.select-nav-wrapper {
	position: relative;
	z-index: 2;
	background-color: #fff;
	max-width: 1400px;
	margin: -55px auto;
	border-bottom: 1px solid #ddd;
	border-radius: 20px;
	box-shadow: 4px 4px 5px 3px rgba(0,0,0,0.15);
}
.select-nav-wrapper:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.select-nav-wrapper .home {
	width: 70px;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	line-height: 70px;
	border-right:1px solid #ddd;
	float: left;
	background-color: #ff0000;
	border-radius: 20px 0 0 20px;
}
.select-nav-wrapper .home img { padding-bottom: 6px; }
.select-nav-wrapper .link {
	background-color: lightcoral;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 30px;
	display: inline-block;
	line-height: 50px;
	float: right;
}
.d2 .t2 { display: none; }


.main #lnb > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #111;
	opacity: 0.8
}
.main #lnb > ul > li > a:hover {
	opacity: 1
}


.main #login-box a, #login-box2 a, #login-box3 a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
}

.main.scrolled #lnb > ul > li > a { color: #111; }


.main.scrolled #login-box a, #login-box2 a, #login-box3 a {
	display: inline-block;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	opacity:0.8
}

.main #lnb .arrow { color: #fff; }
.main.scrolled #lnb .arrow { color: #fff; }



@media screen and (max-width: 1280px) {
	.logo { width: 200px; }
	.logo a { 
		width: 100%; 
		background-size: 100%;
	}
	#lnb > ul > li { width: 150px; }
	#lnb > ul > li > ul { width: 150px;	}
}

@media screen and (max-width: 1200px) {
	#m-lnb-wrapper.on {
		display: block;
	}
}

@media screen and (max-width: 1120px) {
	/* #login-box {
	display:none;
	} 
	#login-box2 {
		display:inline-block;
	} */
	#lnb > ul > li { width: 130px; }
	#lnb > ul > li > ul { width: 130px;	}
	#lnb > ul > li li > a { padding: 0;	}
	#login-box, #login-box2 { padding-left: 20px; }
}

@media screen and (max-width: 992px) {
	#lnb > ul > li { width: 120px; }
	#lnb > ul > li > a { font-size: 16px; }
	#lnb > ul > li > ul { width: 120px; }
	#login-box, #login-box2 { padding-left: 10px; }
	.select-nav .select button { font-size: 16px; }
	.select-nav-wrapper .home {
		width: 70px;
		height: 65px;
		line-height: 60px;
	}
	.select-nav .select { height: 65px; }
	.select-nav .select .down { top: 20px; }
	.select-nav-wrapper .home img { padding-bottom: 3px; }
}
@media screen and (max-width: 960px) { 
	#btn-menu-m { top: 49px; }
	#lnb > ul > li { height:68px; line-height:80px}
	.lnb-line  #menu-ctl {display:block }
	#lnb > ul > li.hide {
		width: 10px;
		overflow: hidden;
		opacity: 0.5;
	}
	#menu-ctl > a { 
		display: inline-block;
		width: 30px;
		line-height: 60px; 
		background-color: #fff; 
		font-size: 20px; 
		text-align: center; 
	}
}
@media screen and (max-width: 768px) {
	.select-nav-wrapper .home {
		display: none;
	}
	.select-nav-wrapper .link {
		display: none;
	}
	.select-nav .select.d3 {
		display: none;
	}
	.select-nav {
		width: 100%;
	}
	.select-nav .select {
		width: 50%;
		border-right: 0
	}

	.select-nav .select ul ul { display: block; }
	.d2 .t2 { display: inline; }
	.d2 .t2 .fa { color: #555; font-weight: bold; }
    .content_wrap .txtboard { padding: 70px 20px 50px 20px; }
}

@media screen and (max-width: 640px) {
	.scrolled .logo a {
		background-size: 100%;
	}
}

@media screen and (max-width: 578px) {
	#header { padding: 0 10px; }
	.logo { width: 180px; }
}