@charset "utf-8";

#wrap {
	position: relative;
}


.inner {
	position: relative;
	max-width:1760px;
	padding:0 20px;
	box-sizing: border-box;
	margin:0 auto;
}

#header {
	position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}
#header .flex {
	align-items: center;
	height: 117px;
}
#header h1.logo {
	flex: 1;
	font-size: 40px;
	font-weight: 800;
}
#header h1.logo a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#header h1.logo a .img {
	max-height: 74px;
	overflow: hidden;
}
#header h1.logo img {
	display: block;
	vertical-align: middle;
	max-width: 74px;
	margin-right: 21px;
}
#header h1.logo a .txt {
	max-width: calc(100% - 110px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;
}
#header .gnb {
    text-align: right;
    font-size: 0;
}
#header .gnb .category > li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
}
#header .gnb .category > li:first-child {
	margin-left: 10px;
}
#header .gnb .category > li.lang .sub_category ul {
	padding: 0;
	background: transparent;
	border-radius: 20px;
}
#header .gnb .category > li.lang:hover .sub_category ul {
	transform: translateY(50px);
}
#header .gnb .category > li > a {
	position: relative;
	display: block;
	color: #151515;
	font-size: 20px;
	font-weight: 500;
	height: 30px;
	line-height: 30px;
}
#header .gnb .category > li > a:hover {
	color: #0A66C2;
}
#header .gnb .category > li.active > a {
	color: #0A66C2;
}
#header .gnb .category > li.active > a:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -5px;
	left: 0;
	background: #0A66C2;
	border-radius: 50px;
}
#header .gnb .category > li.lang {
	margin-left: 60px;
}
#header .gnb .category > li.lang a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
#header .gnb .category > li.lang a.mypage_btn {
	margin-right: 15px;
}
#header .gnb .category > li.lang .alarm {
	position: relative;
	vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url("../images/ic_alarm.svg")no-repeat 50% 50% / 25px;
    margin-left: 10px;
}
#header .gnb .category > li.lang .alarm.on:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #ff0000;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
#header .gnb .sub_category ul {
    position: absolute;
    top: 0;
    transform: translateY(60px);
    transition: all .4s ease-in-out;
    background: #fff;
    color: #000;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    text-align: left;
    padding: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
}
#header .gnb .sub_category ul li {
	line-height: 2;
}
#header .gnb .sub_category ul li a {
	display: block;
	font-size: 17px;
	font-weight: 500;
}
#header .gnb .category > li:hover .sub_category ul {
	transform: translateY(80px);
	z-index: 2;
	opacity: 1;
	visibility: visible;
	transition: all .2s ease-in-out;
}
#header .m_lang {
	display: none;
	position: absolute;
	top: 25px;
	right: 65px;
}
#header .m_lang a {
    background: linear-gradient(350.04deg, #0A13D1 -17.25%, #BA25D7 123.1%);
    border-radius: 20px;
    color: #fff;
    width: 70px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    display: block;
}
#header .menu {
	display: none;
	position: absolute;
	top: 18px;
    right: 20px;
	z-index: 1;
}
#header .menu a {
    display: block;
    width: 45px;
    height: 45px;
	background: url("../images/ico_menu.svg")no-repeat 50% 50% / 30px;
}

.alarm_form {
    display: none;
    border: 1px solid #e1e1e1;
    width: 50%;
    position: fixed;
    top: 90px;
    right: 20px;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
    z-index: 25;
}
.alarm_form h4 {
	position: relative;
    font-size: 22px;
    margin-bottom: 10px;
}
.alarm_form h4 .close {
	position: absolute;
	top: 5px;
	right: 0;
}
.alarm_form h4 .close img {
	width: 15px;
}
.alarm_form .list li {
	height: auto;
	padding: 15px 0;
	border-bottom: 1px solid #e1e1e1;
}
.alarm_form .list li:last-child {
	border-bottom: 0;
}
.alarm_form .list li div {
	flex: 1;
	padding: 0 10px;
}




.side-wrap {
	width: 240px;
	height: 100%;
	position: fixed; 
	right: -100%;
	z-index: 16;
	background: #fff;
	overflow-y: auto;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
	transition: all .2s;
}
.side-wrap.on {
	right: 0;
}
.side-wrap .scrollFunc {
	padding: 0 20px;
	box-sizing: border-box;
}
.side-wrap .side_close {
	float: right;
	display: block;
	width: 25px;
	height: 25px;
	background: url("../images/ico-close-o.svg")no-repeat 50% 50% / 20px;
	margin-top: 10px;
}
.side-wrap .lang {
    position: absolute;
    top: 15px;
    right: 20px;
}
.side-wrap .lang a {
	font-size: 15px;
}
.side-wrap .lang .alarm {
	position: relative;
	vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url("../images/ic_alarm.svg")no-repeat 50% 50% / 25px;
    margin-left: 10px;
}
.side-wrap .lang .alarm.on:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background: #ff0000;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}
.side-wrap .depth {
	padding-top: 50px;
}
.side-wrap .depth li a,
.side-wrap .depth li button {
	display: block;
	width: 100%;
    padding: 12px 0 12px 10px;
    text-align: left;
    font-size: 18px;
	box-sizing: border-box;
}
.side-wrap .depth li button {
	background: url("../images/ico-down.svg")no-repeat 100% 50% / 18px;
}
.side-wrap .depth01 {
	position: relative; 
	border-bottom: 1px solid #e1e1e1;
}
.side-wrap .depth01.active > button {
	background: #0A66C2;
	color: #fff;
}
.side-wrap .depth01.active .depth02 {
	max-height: 500px;  
	margin-bottom: -1px;
}
.side-wrap .depth01 > a {
	color:#1c1c1c; 
	font-size:16px; 
	position: relative;
}
.side-wrap .depth02 { 
	max-height: 0; 
	overflow: hidden; 
	-webkit-transition: max-height .3s; 
	-moz-transition: max-height .3s; 
	transition: max-height .3s;
}
.side-wrap .depth01.active .depth02 .hidden {
	position: absolute;
    top: -1px;
    width: 100%;
    z-index: 2;
}
.side-wrap .depth01.active .depth02 .hidden a {
	font-size: 0;
	height: 24px;
}
.side-wrap .depth02 > li > a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background: #0A66C2;
	margin: 0 5px 0 7px;
}
.black-bg {
	position: fixed;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 14;
	background: rgba(0,0,0,0.5);
	display: none;
}



#container {
	width: 100%;
	padding-top: 117px;
}




.modal {
	display: none;
}
.modal .black_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 23;
}
.modal .modal-cont {
    width: 90%;
    max-width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 95vh;
    overflow: hidden;
	z-index: 24;
	background: #fff;
}
.modal .modal-cont .scroll {
	background: #fff;
	max-height: calc(95vh - 45px);
    overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.modal .modal-cont .scroll::-webkit-scrollbar {
    display: none;
}
.modal .close {
	position:absolute;
	top: 20px; 
	right: 20px;
	z-index: 1;
	width: 20px;
	height: 20px;
}
.modal .close img {
	width: 100%;
	vertical-align: middle;
}

.not_scroll {
	overflow: hidden;
}


.agree_modal .modal-cont {
	max-width: 925px;
}
.agree_modal .modal-cont h3 {
	text-align: center;
	padding: 15px 0;
}
.agree_modal .modal-cont .cont {
    padding: 20px;
    font-size: 16px;
    font-size: 20px;
}
#agree_pop .modal-cont .cont {
	font-family : "휴먼명조", "human myeongjo", serif;
}
#privacy_pop .modal-cont .cont {
	font-family: 'HANBatang';
}


#footer {
	position: relative;
	margin-top: 120px;
	background: #F7F7F7;
}
#footer .site_info {
	background: #F7F7F7;
	border-radius: 50px;
	padding: 50px;
	box-sizing: border-box;
}
#footer .site_info .top {
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 0.5px solid #151515;
}
#footer .site_info .top h2 {
	flex: 1;
	font-size: 40px;
	font-weight: 800;
}
#footer .site_info .top .util li {
	font-size: 16px;
	margin-left: 20px;
}
#footer .site_info .info {
	padding: 30px 0;
}
#footer .site_info .info > div {
	font-size: 20px;
	padding-left: 30px;
	margin-right: 20px;
}
#footer .site_info .info .tel {
	background: url("../images/ico-tel.svg")no-repeat 0 50%;
}
#footer .site_info .info .fax {
	background: url("../images/ico-fax.svg")no-repeat 0 50%;
}
#footer .site_info .info .addr {
	background: url("../images/ico-addr.svg")no-repeat 0 50%;
}
#footer .site_info .map {
	position: relative;
	border: 0.5px solid #151515;
	border-radius: 30px;
	overflow: hidden;
	height: 380px;
}
#footer .site_info .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#footer .site_info .related {
	align-items: center;
	margin-top: 57px;
}
#footer .site_info .related h2 {
	font-size: 40px;
	flex: 1;
}
#footer .site_info .related .flex {
	align-items: center;
}
#footer .site_info .related .flex a {
	flex: 1;
	position: relative;
	display: block;
	width: 270px;
	height: 70px;
	line-height: 70px;
	border: 0.5px solid #151515;
	border-radius: 30px;
	font-size: 24px;
	margin-right: 20px;
	font-weight: 500;
	overflow:hidden;
	padding: 0 30px;
	box-sizing: border-box;
}
#footer .site_info .related .flex a:last-child {
	margin-right: 0;
}
#footer .site_info .related .flex a img {
	vertical-align: middle;
	margin-right: 10px;
}
#footer .site_info .related .flex a:hover {
	background: #fff;
	transition: all 400ms ease-in-out;
}
#footer .site_info .related .flex a:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	background: #fff;
	transform: scaleX(0);
	border-radius: 50px;
	transform-origin: 0 50%;
	transition-property: transform;
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
}
#footer .site_info .related .flex a:hover:before {
	transform: scaleX(1);
}
#footer .site_info .related .flex a span {
	position:relative;
	display:block;
	z-index:1;
}
#footer .copy {
	font-size: 16px;
	padding: 30px 0;
	text-align: center;
	/*font-family: 'GmarketSans';*/
}
#footer .table_form {
	border: 1px solid #151515;
	border-radius: 10px;
	overflow-x: auto;
	margin-top: 20px;
}
#footer .table_form table {
	min-width: 980px;
}
#footer .table_form table th {
	border-right: 1px dashed #151515;
	background: #464646;
}
#footer .table_form table th:first-child {
	border-radius: 7px 0 0 0;
}
#footer .table_form table th:last-child {
	border-radius: 0 7px 0 0;
	border-right: 0;
}
#footer .table_form table th div {
	color: #fff;
	font-size: 22px;
	padding: 30px 0;
}
#footer .table_form table td {
	text-align: center;
	border-right: 1px dashed #151515;
	border-top: 1px dashed #151515;
	padding: 10px 25px;
	line-height: 1.5;
	background: #fff;
}
#footer .table_form table td:first-child {
	padding: 0;
	width: 110px;
}
#footer .table_form table td:last-child {
	border-right: 0;
}
#footer .table_form table td .red {
	color: #ff0000;
}
#footer .table_form table td a {
    color: #0A66C2;
}



.top_btn {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 2;
	background: #fff;
	border-radius: 50%;
}
.top_btn a {
	display: block;
	width: 54px;
	height: 54px;
	background: url("../images/top_btn.svg")no-repeat 50% 50% / 100%;
}


.m_title {
	display: none;
	padding: 20px 0;
	text-align: center;
}
.m_title h3 {
	font-size: 24px;
	color: #0A66C2;
}

.title_menu {
	margin-bottom: 80px;
	background: #F7F7F7;
	border-radius: 100px;
	padding: 40px 0;
	text-align: center;
	box-sizing: border-box;
}
.title_menu .scroll {
	overflow-y: auto;
    white-space: nowrap;
	padding: 0 20px;
}
.title_menu a {
	display: inline-block;
	font-size: 24px;
	background: #FFFFFF;
	border: 1px solid #0A66C2;
	border-radius: 100px;
	padding: 16px 31px 12px;
	box-sizing: border-box;
	margin: 0 15px;
}
.seoul .title_menu a.se {
	display: inline-block!important;
}
.title_menu a.active {
	background: #0A66C2;
	color: #fff;
	font-weight: bold;
}

.title_slide {
	margin-bottom: 80px;
	background: #F7F7F7;
	border-radius: 100px;
	text-align: center;
	box-sizing: border-box;
}
.title_slide .swiper-container {
	padding: 40px 0 40px 20px;
}
.title_slide .swiper-slide {
	width: auto;
}
.title_slide .swiper-slide a {
	font-size: 24px;
	background: #FFFFFF;
	border: 1px solid #0A66C2;
	border-radius: 100px;
	padding: 16px 31px 12px;
	box-sizing: border-box;
	margin: 0 15px;
}
.seoul .title_slide .swiper-slide a.se {
	display: inline-block!important;
}
.title_slide .swiper-slide a.active {
	background: #0A66C2;
	color: #fff;
	font-weight: bold;
}


.title_area {
	text-align: center;
	margin-bottom: 80px;
}
.title_area h2 {
	position: relative;
	display: inline-block;
    font-size: 32px;
    color: #0A66C2;
    border: 1px solid #0A66C2;
    border-radius: 10px;
	padding: 16px 50px 12px;
    box-sizing: border-box;
	overflow:hidden;
}
.seoul .title_area h2.se {
	display: inline-block!important;
}
.title_area h2:hover {
	background: #0A66C2;
	transition: all 400ms ease-in-out;
}
.title_area h2:before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right: 0;
	bottom:0;
	background: #0A66C2;
	transform: scaleX(0);
	border-radius: 10px;
	transform-origin: 0 50%;
	transition-property: transform;
	transition-timing-function: ease-out;
	transition-duration: 0.3s;
}
.title_area h2:hover:before {
	transform: scaleX(1);
}
.title_area h2 span {
	position:relative;
	display:block;
	z-index:1;
}
.title_area h2:hover span {
	color: #fff;
}


.page_navi {
	margin-top: 50px;
}
.page_navi .flex {
	justify-content: center;
}
.page_navi ol li {
	margin: 0 7px;
}
.page_navi ol li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 32px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.page_navi ol li.this a {
	background: linear-gradient(0deg, #0A66C2, #0A66C2), #FFFFFF;
	color: #fff;
	border-radius: 4px;
}
.page_navi .first a {
	background: url("../images/navi-first.svg")no-repeat 50% 50%;
}
.page_navi .prev a {
	background: url("../images/navi-prev.svg")no-repeat 50% 50%;
}
.page_navi .next a {
	background: url("../images/navi-next.svg")no-repeat 50% 50%;
}
.page_navi .last  a {
	background: url("../images/navi-last.svg")no-repeat 50% 50%;
}





.d_b {
	display: none;
}

.design_b .d_a {
	display: none;
}
.design_b .d_b {
	display: block;
}
.design_b #header .gnb .category > li > a:hover {
	color: #FF7700;
}
.design_b #header .gnb .category > li.active > a {
	color: #FF7700;
}
.design_b #header .gnb .category > li.active > a:after {
	background: #FF7700;
}
.design_b #header h1.logo {
	font-weight: 400;
	font-family: 'ONE-Mobile';
}
.design_b #header .gnb .category > li.lang {
    margin-left: 70px;
}
.design_b #header .gnb .category > li.lang a {
    font-size: 20px;
}
.design_b #footer .site_info {
	background: transparent;
	border-radius: 0;
	padding: 0;
}
.design_b #footer .site_info .top {
	padding-bottom: 50px;
	border-bottom: 0;
}
.design_b #footer .site_info .top h2 {
	font-weight: 700;
	text-align: center;
}
.design_b #footer .box {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.08);
	border-radius: 50px 0px 50px 0px;
	overflow: hidden;
}
.design_b #footer .box .map {
	flex: 1;
	border: 0;
	border-radius: 0;
	height: auto;
}
.design_b #footer .box .map + div {
	width: 420px;
}
.design_b #footer .box .info {
	background: #FF5833;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	padding: 40px 0;
}
.design_b #footer .box .info > div {
	padding-left: 0;
	margin-right: 0;
}
.design_b #footer .box .info a {
	color: #fff;
}
.design_b #footer .site_info .info .tel {
    background: url(../images/design_b/ico-tel.svg)no-repeat 115px 50%;
}
.design_b #footer .site_info .info .fax {
    background: url(../images/design_b/ico-fax.svg)no-repeat 115px 50%;
}
.design_b #footer .site_info .info .addr {
    background: none;
}
.design_b #footer .site_info .related {
    margin-top: 0;
    padding: 40px;
	background: #fff;
}
.design_b #footer .site_info .related h2 {
	font-size: 30px;
	margin-bottom: 50px;
}
.design_b #footer .site_info .related .flex {
	align-items: flex-start;
}
.design_b #footer .site_info .related .flex a {
	font-size: 18px;
	width: auto;
	height: auto;
	border-radius: 0;
	margin-right: 0;
	border: 0;
	border-bottom: 1px solid #DBDBDB;
	padding: 0 0 10px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 10px;
}
.design_b #footer .site_info .related .flex a:last-child {
	border-bottom: 0;
}
.design_b #footer .site_info .related .flex > div:first-child {
	margin-right: 60px;
}
.design_b #footer .site_info .related .flex a:before {
	display: none;
}
.design_b #footer .copy {
	margin: 50px 0 35px;
}
.design_b .top_btn a {
	background: url("../images/design_b/top_btn.svg")no-repeat 50% 50% / 100%;
}

.design_b .sub_bg {
	text-align: center;
	color: #fff;
	font-family: 'ONE-Mobile';
	padding: 150px 0 240px;
	margin-bottom: -58px;
}
.design_b .sub_bg p {
	font-size: 22px;
}
.design_b .sub_bg h2 {
	font-weight: 400;
	margin-top: 20px;
	font-size: 50px;
}
.design_b .m_title {
	display: none;
}
.design_b .title_menu {
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	font-family: 'ONE-Mobile-Regular';
	padding: 0;
}
.design_b .title_menu .scroll {
	font-size: 0;
	padding: 48px 0;
}
.design_b .title_menu a {
	position: relative;
	display: inline-block;
	font-size: 20px;
	border: 0;
	padding: 0;
	color: #a7a7a7;
	font-weight: 400;
	margin: 0;
	padding: 0 50px;
}
.design_b .title_menu a.active {
	color: #FF7700;
	background: #fff;
	font-weight: bold;
}
.design_b .title_menu a.active:before {
    content: '';
    display: block;
    width: 28px;
    height: 3px;
    background: #FF7700;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
}
.design_b .title_menu a:after {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #c8c8c8;
	position: absolute;
	top: 3px;
	right: 0;
}
.design_b .title_menu a:last-child:after {
	display: none;
}
.design_b .title_slide {
	background: #FFFFFF;
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	font-family: 'MICEGothic',sans-serif;
	padding: 0;
}
.design_b .title_slide .swiper-container {
	max-width: 1550px;
}
.design_b .title_slide a {
	position: relative;
	display: inline-block;
	font-size: 20px;
	border: 0;
	padding: 0;
	color: #a7a7a7;
	font-weight: 400;
	margin: 0;
	padding: 0 50px;
}
.design_b .title_slide a:after {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #c8c8c8;
	position: absolute;
	top: 3px;
	right: 0;
}
.design_b .title_slide .swiper-slide:last-child a:after {
	display: none;
}
.design_b .title_slide a.active {
	color: #FF7700;
	background: #fff;
}
.design_b .title_slide a.active:before {
    content: '';
    display: block;
    width: 28px;
    height: 3px;
    background: #FF7700;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.design_b .title_area {
	margin-bottom: 50px;
}
.design_b .title_area h2 {
	border-radius: 0;
	border: 0;
	font-family: 'ONE-Mobile';
	font-weight: 400;
}
.design_b .title_area h2:before {
	display: none;
}
.design_b .title_area h2:hover {
	background: #fff;
}
.design_b .title_area h2 p {
	font-size: 15px;
	color: #909090;
	margin-bottom: 20px;
}
.design_b .title_area h2 span {
	font-size: 35px;
	color: #000;
}
.design_b .page_navi ol li.this a {
	background: #FF7700;
}
.design_b .page_navi ol li a {
	font-size: 16px;
	line-height: 28px;
}




.se,
.in,
.ch,
.ch_n,
.gw,
.bu,
.y_bu {
	display: none!important;
}
.seoul .se_hidden,
.incheon .in_hidden,
.chungbuk .ch_hidden,
.chungnam .ch_n_hidden,
.gangwon .gw_hidden,
.busan .y_bu_hidden,
.yd-busan .y_bu_hidden {
	display: none!important;
}
.seoul .se,
.incheon .in,
.chungbuk .ch,
.chungnam .ch_n,
.gangwon .gw,
.busan .bu,
.yd-busan .y_bu {
	display: block!important;
}







@media screen and (max-width: 1600px) {
	#header h1.logo {
		font-size: 35px;
	}
	#header h1.logo img {
		margin-right: 13px;
	}
	#header h1.logo a .txt {
		max-width: calc(100% - 100px);
	}
}
@media screen and (max-width: 1400px) {
	#header .gnb .category > li {
	    margin-left: 40px;
	}
	#header .gnb .category > li.lang {
	    margin-left: 40px;
	}
	
	#footer .site_info .related .flex a {
		font-size: 20px;
	}
}
@media screen and (max-width: 1280px) {
	#header h1.logo {
		font-size: 25px;
	}
	#header h1.logo img {
		width: 52px;
		margin-right: 8px;
	}
	#header h1.logo a .txt {
		max-width: calc(100% - 75px);
	}
	#header .gnb .category > li {
		margin-left: 25px;
	}
	#header .gnb .category > li > a {
		font-size: 18px;
	}
	#header .gnb .category > li.lang {
		margin-left: 30px;
	}
	#header .gnb .category > li.lang a {
		font-size: 16px;
	}
	.alarm_form h4 {
	    font-size: 18px;
	}
	.alarm_form .list li {
		font-size: 15px;
	}
	
	
	#footer {
		margin-top: 80px;
	}
	#footer .site_info {
		border-radius: 30px;
		padding: 35px;
	}
	#footer .site_info .top {
		padding-bottom: 20px;
	}
	#footer .site_info .top h2 {
		font-size: 35px;
	}
	#footer .site_info .info > div {
		font-size: 18px;
	}
	#footer .site_info .related {
		margin-top: 35px;
	}
	#footer .site_info .related h2 {
		font-size: 35px;
	}
	#footer .site_info .related .flex a {
		font-size: 17px;
		padding: 0 20px;
		height: 60px;
		line-height: 61px;
		margin-right: 10px;
	}
	#footer .site_info .related .flex a img {
		margin-right: 5px;
	}
	
	
	.design_b #header .gnb .category > li.lang a {
		font-size: 18px;
	}
	.design_b #footer .box .map + div {
		width: 350px;
	}
	.design_b #footer .site_info .info .tel {
		background-position: 90px 50%;
		background-size: 18px;
	}
	.design_b #footer .site_info .info .fax {
		background-position: 90px 50%;
		background-size: 18px;
	}
	.design_b #footer .site_info .related {
		padding: 30px;
	}
	.design_b #footer .site_info .related h2 {
		font-size: 25px;
		margin-bottom: 35px;
	}
	.design_b #footer .site_info .related .flex a {
		font-size: 16px;
	}
	.design_b #footer .site_info .related .flex > div:first-child {
		margin-right: 35px;
	}
}
@media screen and (max-width: 1024px) {
	#header .flex {
		height: 80px;
	}
	#header h1.logo {
		font-size: 24px;
	}
	#header h1.logo a {
		padding-right: 45px;
	}
	#header .gnb .category {
		display: none;
	}
	#header .menu {
		display: block;
	}
	.alarm_form {
	    width: 100%;
	    top: 0;
	    height: 100%;
	    right: 0;
	    border-radius: 0;
	    border: 0;
	}
	.alarm_form h4 .close {
		top: 3px;
	}
	.alarm_form .list {
		overflow-y: auto;
		max-height: calc(100vh - 100px);
	}
	
	
	#container {
		padding-top: 80px;
	}
	
	
	#footer {
		margin-top: 40px;
	}
	#footer .site_info {
		border-radius: 20px;
		padding: 40px 20px;
	}
	#footer .site_info .top h2 {
		flex: none;
		width: 100%;
		font-size: 20px;
		margin-bottom: 10px;
	}
	#footer .site_info .top .util li {
		font-size: 12px;
		margin-left: 20px;
	}
	#footer .site_info .top .util li:first-child {
		margin-left: 0;
	}
	#footer .site_info .info {
		padding: 20px 0;
	}
	#footer .site_info .info > div {
		flex: none;
		width: 100%;
		font-size: 14px;
		background-size: 15px!important;
		padding-left: 25px;
		margin-bottom: 10px;
	}
	#footer .site_info .map {
		border-radius: 20px;
	}
	#footer .site_info .related {
		margin-top: 40px;
	}
	#footer .site_info .related h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#footer .site_info .related .flex a {
		flex: none;
		width: 100%;
		margin: 0 0 10px!important;
		font-size: 14px;
		padding: 0 30px;
	}
	#footer .site_info .related .flex a img {
		width: 20px;
		margin-right: 10px;
	}
	#footer .copy {
		font-size: 12px;
	}
	#footer .table_form table th div {
		font-size: 14px;
		padding: 10px 0;
		margin: 0px 10px;
	}
	#footer .table_form table td {
		padding: 10px;
		font-size: 14px;
	}
	#footer .table_form table td:first-child {
		vertical-align: middle;
	}
	
	
	.m_title {
		display: block;
	}
	
	.title_menu {
		padding: 16px 0px;
		border-radius: 30px;
		margin-bottom: 40px;
	}
	.title_menu a {
		margin: 0 5px;
		font-size: 14px;
		padding: 10px 20px;
	}
	
	.title_slide {
		border-radius: 30px;
		margin-bottom: 40px;
	}
	.title_slide .swiper-container {
		padding: 20px 10px;
	}
	.title_slide .swiper-slide a {
		margin: 0 5px;
		font-size: 14px;
		padding: 10px 20px 6px;
	}
	
	
	.title_area {
		margin-bottom: 40px;
	}
	.title_area h2 {
		font-size: 20px;
		padding: 11px 19px 8px;
	}
	
	
	.top_btn a {
		width: 40px;
		height: 40px;
	}
	
	
	.design_b #footer .box .map + div {
		width: 300px;
	}
	.design_b #footer .site_info .related {
		padding: 20px;
	}
	.design_b #footer .site_info .related h2 {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.design_b #footer .site_info .related .flex > div:first-child {
		margin-right: 45px;
	}
	.design_b #footer .site_info .related .flex a {
		font-size: 14px;
	}
	
	.design_b .sub_bg {
		padding: 110px 0 140px;
		margin-bottom: -37px;
	}
	.design_b .sub_bg p {
		font-size: 20px;
	}
	.design_b .sub_bg h2 {
		font-size: 45px;
	}
	.design_b .title_menu a:after {
		top: 0;
	}
	.design_b .title_menu .scroll {
		padding: 30px 0;
	}
	.design_b .title_menu a {
		font-size: 13px;
		padding: 0 20px;
	}
	.design_b .title_menu a.active:before {
		height: 2px;
		bottom: -30px;
	}
	.design_b .title_area {
		margin-bottom: 40px;
	}
	.design_b .title_area h2 p {
		font-size: 13px;
	}
	.design_b .title_area h2 span {
		font-size: 25px;
	}
	.design_b .title_slide a:after {
		top: 9px;
	}
}
@media screen and (max-width: 768px) {
	#header h1.logo {
		font-size: 20px;
	}
	#header h1.logo img {
		width: 40px;
	}


	.page_navi {
		margin-top: 30px;
	}
	.page_navi ol li {
		margin: 0;
	}
	.page_navi ol li a {
		font-size: 12px;
		width: 24px;
		height: 24px;
		line-height: 26px;
	}
	
	
	.design_b #footer .box .map {
		flex: none;
		width: 100%;
		height: 200px;
	}
	.design_b #footer .box .map + div {
		width: 100%;
	}
	.design_b #footer .site_info .info > div {
		font-size: 18px;
	}
	.design_b #footer .site_info .related h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.design_b #footer .site_info .related .flex > div:first-child {
		margin-right: calc(100% - 220px);
	}
	.design_b #footer .site_info .info .tel {
		background-position: calc(50% - 80px) 50%;
	}
	.design_b #footer .site_info .info .fax {
		background-position: calc(50% - 80px) 50%;
	}
	.design_b .page_navi ol li a {
		font-size: 12px;
		line-height: 22px;
	}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 380px) {
	#header h1.logo {
		font-size: 16px;
	}
	
	
	.page_navi ol li a {
		font-size: 12px;
		width: 18px;
		height: 18px;
		line-height: 21px;
		background-size: 12px!important;
	}
	
	.design_b .page_navi ol li a {
		line-height: 18px;
	}
}