
/* Common */
.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
.wrapper{
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}
html{
    font-size: 16px;   
	height: -webkit-fill-available;
}
body {
	font-family: 'Noto Sans KR', sans-serif;
	color: #000;
	overflow-x: hidden;
	display: flex;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	flex-direction: column;
	min-height: 100vh;
	min-height: -webkit-fill-available;
}
@supports (-webkit-touch-callout: none) {
	min-height: -webkit-fill-available;
}

body.fixed{ 
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%
}


#header{
    height: 140px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    color: #000;
    z-index: 999;
    box-shadow: 10px 15px 20px rgba(0, 0, 0,0.02);
}
#header .hwrap{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center
}
#header .hwrap .h_bg{
    position: absolute;
    width: 100%;
    height: calc(100% - 143px);
    top: 140px;
    background-color: #fff;
    box-shadow: 10px 15px 20px rgba(0, 0, 0,0.02);
}
#header .hwrap>div{
    z-index: 1;
 }
#header:hover{
    background: #fff;
	color: #000;
}
#header.scroll{
	background: #fff;
	color: #000;
    height: 100px
}
#header.scroll .hwrap .h_bg{
    top: 100px;
    height: calc(100% - 101px);
}
#header:hover .menu_bar span,
#header.scroll .menu_bar span{
    background: #000
}
#header .menu_bar.click span{
    background: #fff
}
#header.scroll .logo{
	top: 25px;
}
#header.scroll .logo a{
    height: 50px;
	width: 190px
}
#header .logo{
    position: absolute;
    left: 100px;
    top: 35px
}
#header .logo a{
	display: block;
	background: url(/images/logo.png) no-repeat center left;
	width: 230px;
	height: 60px;
	background-size: contain;
	transition: all .3s
}
#header .logo.click a{
	background-image: url(/images/logo_w.png) !important
}

#gnbMenu{
    display: inline-block;
    margin: 0 auto
}
#gnbMenu>ul>li{
    float:left
}
#gnbMenu>ul>li .stit{
    font-size: 18px;
    padding: 0 55px;
    line-height: 140px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s
}
#gnbMenu:hover .stit{
    line-height: 120px;
}
#header.scroll #gnbMenu .stit{
    line-height: 100px
}
#gnbMenu>ul>li .smenu_wrap{
    display: none;
    color: #000;
    z-index: 9;
    position: relative;
    
}
#gnbMenu>ul>li .smenu_wrap ul{
    line-height: 2.5;
    padding: 30px 0;
    color: #888;
    font-size: 15px
}
#gnbMenu>ul>li .smenu_wrap ul a{
    transition: all .3s
}
#gnbMenu>ul>li .smenu_wrap ul a:hover{
    color: #030372
}
#header.scroll .menu_bar{
    top: 35px
}
#header .menu_bar{
    position: absolute;
    right: 100px;
    top: 50px;
    background: none;
    text-align: center;
    padding: 0;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 999;
    border: 0 none;
    margin-left: 50px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}
#header .menu_bar span{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 2px;
    transition: 0.7s ease;
    vertical-align: top
}
#header .menu_bar.click span{
    transform: rotate(180deg)
}

#site_map_box{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s 0.5s;
	z-index: 99
}
#site_map_box.click{
    opacity: 1;
    visibility: visible;
}
#site_map_box .gnb{
    font-size: 0;
    width: 100%;
    height: 100%;
	font-size: 0
}
#site_map_box .gnb>ul>li{
    display: inline-block;
    width: 25%;
    font-size: 22px;
    height: 100vh;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    padding: 0 50px;
    box-sizing: border-box;
    left: -100px;
    opacity: 0;
    transition: all .75s;
}
#site_map_box.click .gnb>ul>li{
    left: 0;
    opacity: 1;
	position: relative
}
#site_map_box .gnb>ul>li .menu{
    font-weight: bolder;
}
#site_map_box .gnb>ul>li .smenu_box{
    height: 172px;
    margin-top: 50px
}
#site_map_box .gnb>ul>li .smenu_box .smenu>li>a{
    display: block;
    color: #aaa;
    font-size: 16px;
    letter-spacing: -.15px;
    transition: all 0.3s;
    padding: 14px 0;
    font-weight: bold
}
#site_map_box .gnb>ul>li .smenu_box .smenu>li>a:hover{
    color: #66acf9
}
#site_map_box .gnb>ul>li::after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #252525;
    width: 0;
    height: 100%;
    transition: width .6s cubic-bezier(0.47, 0, 0.31, 1.043) 0.3s;
    z-index: -1
}
#site_map_box .gnb>ul>li .table_cell{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
    left: 0;
    text-align: center
}
#site_map_box.click .gnb>ul>li::after{
    width: 100%;
}


/*** footer ***/
#footer{
    border-top: 1px solid #ddd;
    padding: 80px 0;
	margin-top: auto;
	flex: 0 0 auto;
}
#footer .left{
    float: left;
    width: 45%
}
#footer .left .address p{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    letter-spacing: -1px;
    line-height: 1.8
}
#footer .left .address p span{
    font-weight: 600;
    display: inline-block;
    margin-right: 5px;
    font-weight: bolder
}
#footer .left .copy{
    margin-top: 30px;
    color :#999;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -.5px
}
#footer .right{
    float: right;
    width: 45%;
}
#footer .right .site_map{
    font-size: 0
}
#footer .right .site_map>li{
    display: inline-block;
    font-size: 15px;
    vertical-align: top;
    width: 25%;
}
#footer .right .site_map>li .menu{
    font-size: 17px;
    margin-bottom: 22px;
}
#footer .right .site_map>li .smenu>li{
    margin-top: 13px;
}
#footer .right .site_map>li .smenu>li a{
    transition: all .3s;
    color: #999
}
#footer .right .site_map>li .smenu>li a:hover{
    color: #030372 
}

#topBtn {
	position: fixed;
    right: 40px;
    bottom: 40px;
    padding: 0;
    background: none;
    border: none;
    z-index: 100;
    cursor: pointer;
	box-sizing: border-box;
}

/*** ¹öÆ° ***/
button.next_btn{
    display: inline-block;
    padding: 24px 30px;
    font-size: 16px;
    color: #fff;
    background-color: #444;
    border-radius: 20px;
    transition: all 0.3s;
    overflow: hidden;
    box-sizing: border-box;
    border: 0 none;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    box-sizing: border-box
}
button.next_btn i{
    margin-left: 30px
}
button.next_btn::after{
    display: block;
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: -40%;
    right: 110%;
    width: 30px;
    height: 200%;
    background: rgba(255, 255, 255, 0.3);
    transform: rotate( 20deg );
}
button.next_btn:hover:after {
    right: -50%;
    transition: 1s ease all;
}

/*** °øÅë ***/
#content{
	margin-top: 230px;
	margin-bottom: 100px;
}
#content .location{
	text-align: center
}
#content .location li{
	display: inline-block;
	margin-right: 20px;
	color: #666;
	font-weight: 300
}
#content .location li:last-child{
	font-weight: 500;
	color: #000
}
#content .sub_tit{
	font-weight: 600;
	font-size: 60px;
	margin-top: 30px;
	text-align: center
}
#content .area_box>div{
	margin-top: 80px
}
#content .big_tit{
	color: #000;
	font-size: 30px;
	margin-bottom: 25px;
	text-align: left
}
#content .teb_menu{
	margin-top: 80px
}
#content .teb_menu>ul{
	display: flex;
    white-space: nowrap;
    justify-content: center;
    padding-bottom: 20px;
}
#content .teb_menu li{
	position: relative;
    flex: 0 0 auto;
	font-size: 22px;
    color: #999;
	margin: 0 20px;
}
#content .teb_menu li.on{
	color: #111;
    font-weight: 700;
}
#content .teb_menu li a{
	padding: 10px 5px;
	display: block
}
#content .teb_menu li.on a::before{
	content: '';
    width: 100%;
    height: 3px;
    background: #030372;
    position: absolute;
    left: 0;
    bottom: -3px
}
#content .teb_menu li + li:before{
	content: '';
    width: 1px;
    height: 20px;
    background: #ddd;
    position: absolute;
    left: -20px;
    top: 12px;
}

/* ÆäÀÌÂ¡ */
#pagination_box{
    text-align: center;
    margin-top: 60px
}
#pagination_box .pagination{
	font-size: 0;
	background: #fff;
	padding: 7px 15px;
    display: inline-flex;
    border-radius: 25px;
    box-shadow: 0px 2px 9.8px 0.2px rgba(0,0,0,0.08);
    align-items: center;
    justify-content: center;
}
#pagination_box .pagination>li{
	display: inline-block;
	width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 16px;
    font-weight: normal;
    color: #848484;
    border-radius: 50%;
}
#pagination_box .pagination>li a{
	display: block
}
#pagination_box .pagination>li.active{
	color: #fff;
	background: #030372
}
.bg_sec{
	background-color: #000;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative
}
/* Á¦ÈÞ ¹× Çù·Â»ç */
.logo_box{
	text-align: center;
	width: 85%;
	font-size: 0;
	margin: 0 auto 50px
}
.logo_box li{
	display: inline-block;
	margin: 0 24px;
	padding: 25px 0
}
.logo_box img{
	max-height: 58px
}

/* ÀýÂ÷ ¹× ¼­·ù */
.process .steps-line {
  display:flex;
  gap:28px;
  margin-top: 80px;
  padding: 0 12px;
  justify-content:space-between;
  overflow: visible;
}
.process .steps-line li {
  position:relative;
  flex:0 0 auto;
  min-width:auto;
  display:flex;
  align-items:center;
  gap:12px;
  scroll-snap-align:center;
  font-size: 18px
}
.process .steps-line li::after {
  content:"";
  position:absolute;
  top:50%;
  width:60px; left:calc(100% + 8px);
  height:1px;
  background:#030372;
  transform:translateY(-50%);
}
.process .steps-line li:last-child::after { display:none; }
.process .steps-line .badge{
  display:inline-grid;
  place-items:center;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#030372;
  color:#fff;
  font-weight:700;
  font-size: 20px
}
.process .steps-line em{
	font-style:normal;
	font-weight:600;
	color:#0f172a;
}
.process .table_box{
	font-size: 0;
	margin-top: 80px
}
.process .table_box>li{
	width: 48%;
	margin-right: 4%;
	font-size: 14px;
	display: inline-block;
    border-radius: 24px;
    box-shadow: 0px 2px 9.8px 0.2px rgb(0 0 0 / 8%);
	background: #fff;
	box-sizing: border-box;
}
.process .table_box>li:last-child{
	margin-right: 0
}
.process .table_box>li .title{
	padding: 25px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
	font-size: 20px;
	text-align: center
}
.process .table_box>li .txt_box{
	background: #f5f5f5;
	border-radius: 0 0 24px 24px;
}
.process .table_box>li .txt_box>div{
	float: left;
	width: 50%;
	padding: 25px 10px 25px 25px;
	box-sizing: border-box;
}
.process .table_box>li .txt_box .s_tit{
	font-weight: 500;
	color: #030372;
	font-size: 17px
}
.process .table_box>li .txt_box .desc{
	line-height: 1.6;
	margin-top: 10px;
	color: #999;
	letter-spacing: -1px;
	font-size: 15px
}
.process .desc{
	color: #888;
	margin-top: 20px;
	font-size: 17px
}


/*** media  ***/
@media screen and (max-width: 1400px) {

	#header .logo{
		left: 30px;
	}
	#header .menu_bar{
		right: 30px
	}
	.wrapper{
		width: auto;
		padding: 0 30px;
		box-sizing: border-box
	}
	.process .steps-line{
		margin-top: 40px
	}
	.process .table_box{
		margin-top: 20px
	}
	.process .table_box>li .title{
		padding: 15px;
		font-size: 18px
	}
	.process .table_box>li .txt_box .s_tit{
		font-size: 15px;
	}
	.process .table_box>li .txt_box .desc,
	.process .desc{
		font-size: 14px;
		line-height: 1.4;
		word-break: keep-all;
	}
	.process .steps-line {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch; 
		scroll-snap-type: x mandatory;   
		padding: 8px 12px;
		mask-image: linear-gradient(to right, black 0, black calc(100% - 10%), transparent 100%);
		-webkit-mask-image: linear-gradient(to right, black 0, black calc(100% - 10%), transparent 100%);
		transition: mask-image .25s ease, -webkit-mask-image .25s ease;
	}
	.process .steps-line.fade-off{
		mask-image: none;
		-webkit-mask-image: none;
	}
	.process .steps-line li {
		flex: 0 0 auto;
		scroll-snap-align: start;   
	}
	.process .table_box>li{
		width: 49%;
		margin-right: 2%
	}
	.process .table_box>li .txt_box>div br{
		display: none
	}
	.process .table_box>li .txt_box>div span{
		display: block
	}
	.process .table_box>li .txt_box>div.left{
		padding-right: 0
	}
	.process .table_box>li .txt_box>div{
		word-break: keep-all;
	}
	.process .steps-line .badge{
		width: 36px;
		height: 36px;
		font-size: 16px
	}
	.process .steps-line li{
		font-size: 16px
	}
	.process .steps-line li::after{
		width: 40px
	}

}

@media screen and (max-width: 1200px) {
	
	#gnbMenu{
		display: none
	}
	#header{
		height: 100px;
		border-bottom: 1px solid transparent;
	}
	#header .logo {
		top: 25px;
	}
	#header .logo a {
		height: 50px !important;
		width: 190px;
	}
	#header.scroll .logo a{
		height: 45px;
	}
	#header .menu_bar{
		top: 40px !important
	}
	#footer{
		text-align: center
	}
	#footer .left{
		padding: 0 30px;
		box-sizing: border-box
	}
	#footer .left,
	#footer .right{
		float: none;
		width: 100%
	}
	#footer .right{
		display: none
	}
	.process .table_box>li{
		display: block;
		width: 100%;
		margin-top: 20px
	}
	.logo_box img{
		height: 54px
	}
}

@media screen and (max-width: 1040px) {
	.location,
	#content .sub_tit{
		text-align: center
	}
	#content .location li{
		font-size: 12px;
		margin-right: 5px
	}
	#content .sub_tit{
		font-size: 35px
	}
	#content{
		margin-top: 180px
	}
	#content .area_box{
		margin-top: 50px
	}
	#content .big_tit{
		font-size: 20px
	}
	#content .teb_menu,
	#content .area_box>div{
		margin-top: 50px
	}
	#content .teb_menu li{
		font-size: 18px
	}

	
}

@media screen and (max-width: 900px) {
	
	.wrapper{
		padding: 0 15px
	}
	#header .logo{
		z-index: 9999;
		left: 15px
	}
	#header .menu_bar{
		right: 15px
	}
	#site_map_box .gnb>ul>li{
		transition: none
	}
	#site_map_box .gnb>ul>li::after{
		display: none
	}
	#site_map_box{
		background: #333;
		transition: none
	}
	#site_map_box.click .gnb>ul>li{
		float: none;
		width: 100%;
		height: auto
	}
	#site_map_box .gnb>ul>li .table_cell{
		position: static;
		transform: none
	}
	#site_map_box .gnb{
		height: calc(100% - 100px);
		margin-top: 100px;
		border-top: 1px solid rgba(255,255,255,0.15);
		overflow-Y: auto;
		box-sizing: border-box
	}
	#site_map_box .gnb>ul>li{
		padding: 0
	}
	#site_map_box .gnb>ul>li .menu{
		padding: 20px 30px;
		border-bottom: 1px solid rgba(255,255,255,0.15);
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0;
		position: relative;
		cursor: pointer;
		text-align: left;
		font-weight: 600
	}
	#site_map_box .gnb>ul>li .menu.click::after{
		content: '-';
		font-size: 40px;
	}
	#site_map_box .gnb>ul>li .menu::after{
		display: block;
		content: '+';
		font-size: 26px;
		position: absolute;
		right: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	#site_map_box .gnb>ul>li .smenu_box{
		margin-top: 0;
		height: auto;
		padding: 15px 30px;
		background: #555;
		display: none;
		text-align: left;
	}
	#site_map_box .gnb>ul>li .smenu_box .smenu>li>a{
		padding: 10px 0;
		font-weight: 400
	}

	#footer .left .address p{
		font-size: 14px
	}
	.logo_box{
		width: 100%
	}
	.logo_box li{
		margin: 0 12px
	}
	.logo_box img{
		height: 40px;
	}
	.progress_list .swiper-slide .txt .title{
		font-size: 18px;
	}
	.progress_list .swiper-slide .txt .date{
		font-size: 14px
	}
	.bg_sec{
		height: 240px;
		background-position: center !important
	}
}

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


	#header .logo a{
		height: 44px !Important;
		width: 158px !Important;
	}
	#contact_btn{
		display: none
	}
	#footer .left{
		padding: 0
	}
	#footer .left .address p{
		font-size: 12px;
		word-break: keep-all;
	}
	#footer .left .copy{
		font-size: 11px
	}
	.process .desc{
		font-size: 14px;
		letter-spacing: -1px;
		line-height: 1.4
	}
	.process .table_box>li .title{
		font-size: 14px
	}
	.process .table_box>li .txt_box{
		padding: 15px;
	}
	.process .table_box>li .txt_box>div{
		float: none;
		padding: 0;
		width: 100%;
		margin-bottom: 20px
	}
	.process .table_box>li .txt_box>div:last-child{
		margin: 0
	}
	.process .desc{
		margin-top: 10px
	}
	.logo_box li{
		padding: 15px 0
	}
	.logo_box img{
		height: 35px
	}
	#content .teb_menu li{
		font-size: 16px
	}
}	
