@charset "utf-8";

#header {
	position: relative;
	z-index: 3;
}
#header .top_line {
	height: 50px;
	line-height: 50px;
	text-align: right;
	border-bottom: 1px solid #C4C4C4;
}
#header .top_line .inner > div {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	letter-spacing: -1px;
}
#header .top_line .inner > div:after {
	content: '/';
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}
#header .top_line .inner > div:last-child {
	margin-right: 0;
}
#header .top_line .inner > div:last-child:after {
	display: none;
}
#header #google_translate_element {
	display: inline-block;
	width: 100px;
	height: 50px;
}
#header #google_translate_element .skiptranslate {
    font-size: 0;
    height: 50px;
    line-height: 65px;
}
#header #google_translate_element span {
	display: none;
}
#header #google_translate_element .goog-te-combo {
	border: 0;
    padding: 0;
    font-size: 15px;
    font-family: inherit;
    background-size: 12px;
}
body {
	top: 0!important;
}
body > .skiptranslate {
	display: none;
}


#header .top_area {
	height: 150px;
}
#header .top_area h1.logo {
	text-align: center;
	padding: 60px 0 0;
}
#header .top_area h1.logo a {
	display: inline-block;
	background: url("../images/logo.svg")no-repeat 0 0 / 100%;
	width: 500px;
	height: 60px;
}
#header .top_area .bn {
	position: absolute;
	top: 20px;
	left: 20px;
}
#header .top_area .bn .swiper-container {
	width: 320px;
	height: 110px;
}
#header .top_area .bn .swiper-container img.m {
	display: none;
}
#header .top_area .search {
	position: absolute;
	top: 70px;
	right: 20px;
	border: 2px solid #1D224F;
	width: 450px;
	height: 50px;
	box-sizing: border-box;
}
#header .top_area .search input[type=text] {
	width: calc(100% - 48px);
    height: 100%;
    color: #000;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: -0.5px;
}
#header .top_area .search input[type=text]::-webkit-input-placeholder {
	font-weight: 400;
}
#header .top_area .search input[type=text]:-moz-placeholder {
	font-weight: 400;
}
#header .top_area .search input[type=text]::-moz-placeholder {
	font-weight: 400;
}
#header .top_area .search input[type=text]:-ms-input-placeholder {
	font-weight: 400;
}
#header .top_area .search button {
	position: absolute;
	top: -2px;
	right: -2px;
	display: block;
	width: 50px;
	height: 50px;
	background: #1D224F url("../images/ico_search.png")no-repeat 50% 50%;
	text-indent: -9999px;
}


.gnb-wrap {
	height: 56px;
}
#gnb {
	position: relative;
	width: 100%;
	height: 56px;
	background: #1D224F;
	font-family: "NanumSquare";
}
#gnb.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
}
#gnb .bg {
	position: absolute;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
	top: 56px;
	left: 0;
	z-index: 2;
	transition: all .1s;
	opacity: 0;
}
#gnb.open .bg {
	opacity: 1;
	height: 145px;
}
#gnb .category {
	font-size: 0;
	text-align: center;
}
#gnb .category > li {
	display: inline-block;
	width: 275px;
	height: 56px;
	line-height: 56px;
}
#gnb .category > li > a {
	display: block;
	color: #fff;
	font-size: 20px;
}
#gnb .sub_category {
	position: relative;
	max-height: 0;
	font-size: 0;
	text-align: center;
	background: #fff;
	transition: max-height .2s;
	overflow: hidden;
	opacity: 0;
	z-index: 3;
}
#gnb.open .sub_category {
	max-height: 160px;
	opacity: 1;
}
#gnb .sub_category ul {
	display: inline-block;
    vertical-align: top;
    width: 275px;
    height: 125px;
    border-left: 1px solid #e1e1e1;
    padding-top: 20px;
}
#gnb .category > li:last-child .sub_category {
	border-right: 1px solid #e1e1e1;
}
#gnb .sub_category ul li {
	line-height: 1.7;
}
#gnb .sub_category ul li a {
	display: block;
	font-size: 20px;
}
#gnb .sub_category ul li a:hover {
	font-weight: bold;
}
#header .menu {
	display: none;
	position: absolute;
	top: 60px;
    right: 10px;
	z-index: 1;
}
#header .menu a {
    display: block;
    width: 45px;
    height: 45px;
}
#header .menu a span {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	background: #1D224F;
	left: 16px;
}
#header .menu a span:nth-child(1) {
	top: 16px;
}
#header .menu a span:nth-child(2) {
	top: 24px;
	width: 20px;
	left: 16px;
}
#header .menu a span:nth-child(3) {
	top: 32px;
}
#header .menu a p {
	width: 100%;
	position: absolute;
	bottom: 10px;
	color: #999;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.side_wrap {
	width:70%;
	height: 100%;
	position: fixed; 
	top: 0;
	right: -110%;
	z-index: 5;
	overflow: hidden; 
	transition: all .2s;
	background: #fff;
	border-top: 1px solid #efefef;
}
.scroll_func {
	width:100%;
	height: 100%;
	overflow-y: scroll;
}
.side_wrap.on {
	right: 0;
}
.side_wrap .depth01 {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
}
.side_wrap .depth01 button {
	display: block;
	width: 100%;
	padding: 0 0 0 20px;
    margin-bottom: 0;
    height: 53px;
    text-align: left;
    font-weight: 400;
    background: url("../images/side-arrow.png")no-repeat 95% 50%;
    font-size: 17px;
}
.side_wrap .depth01.active button {
	font-weight: 600;
	color: #fff;
    background: #1D224F url("../images/side-arrow-on.png")no-repeat 95% 50%;
}
.side_wrap .depth02 {
	max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    -moz-transition: max-height .3s;
    transition: max-height .3s;
    background: #f6f6f6;
}
.side_wrap .depth01.active .depth02 {
    max-height: 500px;
}
.side_wrap .depth02 li {
	text-align: left;
    margin: 0;
}
.side_wrap .depth02 li a {
	color: #6e6e6e;
	display: block;
    padding: 16px 0 16px 35px;
    border-bottom: 1px solid #ececec;
}
.side_wrap .m_top {
	padding: 30px 20px;
	border-bottom: 1px solid #efefef;
}
.side_wrap .m_top .m_member {
	text-align: left;
	font-size: 13px;
	margin-bottom: 15px;
}
.side_wrap .m_top .m_member >a {
    display: inline-block;
    margin: 0 3px;
}
.side_wrap .m_top .m_search {
	position: relative;
	border: 1px solid #1D224F;
    background: #fff;
    padding: 0 48px 0 18px;
}
.side_wrap .m_top .m_search input {
	background: transparent;
	font-size: 13px;
	width: 100%;
	height: 38px;
	line-height: 38px;
}
.side_wrap .m_top .m_search button {
	position: absolute;
    top: -1px;
    right: -1px;
    background: #1D224F;
    width: 40px;
    height: 40px;
}
.side_wrap .m_top .side_close {
	position: absolute;
    top: 23px;
    right: 15px;
    width: 25px;
    height: 25px;
}
.side_wrap .m_top .side_close:before {
	content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #99999b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
}
.side_wrap .m_top .side_close:after {
	content: '';
    display: block;
    width: 22px;
    height: 2px;
    background: #99999b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
}
.black_bg {
	position: fixed;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	z-index: 4;
	display: none;
	background: rgba(0,0,0,0.5);
}
.not_scroll {
	overflow: hidden;
}



.inner {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}




#footer {
	padding: 40px 0;
	background: #212121;
	color: #fff;
}
#footer .logo {
    width: 426px;
	background: url("../images/footer_logo.svg")no-repeat 0 0 / 100%;
	font-size: 13px;
	font-weight: 300;
	padding-top: 85px;
	text-transform: uppercase;
	margin-right: 40px;
}
#footer .addr {
	width: calc(100% - 485px);
}
#footer .addr strong {
	display: block;
	font-size: 25px;
	margin: 0px 0 15px;
}
#footer .addr .grid3 {
	font-size: 0;
}
#footer .addr .grid3 > div > div {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-right: 30px;
	margin-bottom: 10px;
	font-family: 'NanumSquare';
}
#footer .addr .grid3 > div > div:last-child {
	margin-right: 0;
}
#footer .addr .grid3 > div a {
	color: #fff;
}
#footer .addr .grid3 > div img {
	margin-right: 10px;
	vertical-align: middle;
}


.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(0,0,0,0.5);
	overflow-x: hidden;
    overflow-y: visible;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
.modal .black-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
	z-index: -1;
}
.modal .close {
	position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
}
.modal .close img {
	width: 100%;
}
.modal .modal-content {
	position: relative;
	margin: 60px auto 20px;
	width: 95%;
	max-width: 1000px;
	background: #F3F3F3;
	padding: 20px;
	box-sizing: border-box;
	font-family: 'Cafe24Ohsquareair', sans-serif;
}
.modal .modal-content .title {
	background: #1D224F!important;
	color: #fff!important;
	font-weight: 400;
	text-align: center;
}
.recent-modal .close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 30px;
}
.recent-modal .modal-content .subject {
	padding: 23px 0;
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 1;
}
.recent-modal .modal-content .swiper-wrapper {
	height: auto;
}
.recent-modal .modal-content .scroll {
	height: 350px;
	overflow-y: scroll;
}
.recent-modal .modal-content table {
	margin-top: 10px;
	font-size: 20px;
}
.recent-modal .modal-content table th {
	width: 150px;
	vertical-align: middle;
}
.recent-modal .modal-content table th div {
	margin: 5px 0;
	padding: 13px 0;
	border: 0.5px solid #1D224F;
}
.recent-modal .modal-content table td {
	vertical-align: middle;
}
.recent-modal .modal-content table td div {
	padding: 18px 20px;
	margin: 0 0 0 10px;
	background: #FFFFFF;
	border: 0.5px solid #1D224F;
	font-family: "Malgun Gothic","맑은고딕";
	font-size: 17px;
}
.recent-modal .modal-content .info {
	background: #FFFFFF;
	border: 0.5px solid #1D224F;
	box-sizing: border-box;
}
.recent-modal .modal-content .info .title {
	height: 50px;
	line-height: 52px;
	font-size: 20px;
}
.recent-modal .modal-content .info .text {
    padding: 30px 25px;
    font-family: "Malgun Gothic","맑은고딕";
    font-size: 17px;
    white-space: pre-line;
    line-height: 1.5;
}
.recent-modal .modal-content .swiper-pagination {
	bottom: 20px;
}
.recent-modal .modal-content .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 0;
	background: #fff;
	opacity: .5;
}
.recent-modal .modal-content .swiper-pagination-bullet-active {
	opacity: 1;
}
.recent-modal .modal-content .swiper-button-prev {
	width: 20px;
	height: 40px;
	background: url("../images/arrow-left-white.svg")no-repeat 0 0 / 100%;
	left: 20px;
}
.recent-modal .modal-content .swiper-button-next {
	width: 20px;
	height: 40px;
	background: url("../images/arrow-right-white.svg")no-repeat 0 0 / 100%;
	right: 20px;
}



@media screen and (max-width: 1640px){
	#header .top_area .search {
		width: 380px;
	}
}
@media screen and (max-width: 1400px){
	#header .top_area h1.logo {
		padding: 57px 0 0;
	}
	#header .top_area h1.logo a {
		width: 320px;
		height: 60px;
	}
	#header .top_area .search {
		width: 30%;
		top: 67px;
	}
	#header .top_area .search input[type=text] {
		font-size: 13px;
		padding-left: 10px;
	}
	#header .top_area .bn {
		top: 30px;
	}
	#header .top_area .bn .swiper-container {
		width: 255px;
		height: 88px;
	}
	#gnb .category > li > a {
		font-size: 18px;
	}

	#footer .addr strong {
		font-size: 20px;
	}
	#footer .addr .grid3 > div > div {
		font-size: 15px;
		margin-right: 15px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1280px){
	#gnb .category > li {
		width: 25%;
	}
	#gnb .sub_category ul {
		width: 100%;
	}
	#gnb .sub_category ul li a {
		font-size: 17px;
	}
	#gnb .category > li:first-child .sub_category ul {
		border-left: 0;
	}
	#gnb .category > li:last-child .sub_category {
		border-right: 0;
	}


	
}
@media screen and (max-width: 1024px){
	#header .top_line {
	    height: 40px;
	    line-height: 40px;
	}
	#header .top_line .inner > div {
		font-size: 13px;
	}
	#header #google_translate_element {
		width: 85px;
		height: 40px;
	}
	#header #google_translate_element .skiptranslate {
	    height: 40px;
	    line-height: 52px;
	}
	#header #google_translate_element .goog-te-combo {
		font-size: 13px;
	}
	#header .top_area {
		height: 110px;
	}
	#header .top_area h1.logo {
	    padding: 34px 0 15px;
	}
	#header .top_area .search {
		display: none;
	}
	#header .top_area .bn .swiper-container {
	    width: 180px;
	    height: 63px;
	}
	#header .menu {
		display: block;
		top: 80px;
	}
	.gnb-wrap {
		height: 45px;
	}
	#gnb {
		height: 45px;
	}
	#gnb .category > li {
		height: 45px;
		line-height: 47px;
	}
	#gnb .category > li > a {
	    height: 45px;
	    font-size: 15px;
	}
	#gnb .bg {
		top: 45px;
	}

	#footer {
		padding: 25px 0;
	}
	#footer .logo {
		float: none;
	    width: 100%;
	    margin: 0 auto;
	    background-size: 350px auto;
	    background-position: 50%;
	    text-align: center;
	    padding-top: 110px;
	}
	#footer .addr {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

}
@media screen and (max-width: 768px){
	#header {
	    position: fixed;
	    z-index: 3;
	    top: 0;
	    left: 0;
	    width: 100%;
	    background: #fff;
	}
	#header .top_line .inner > div {
		display: none;
	}
	#header .top_line .inner > div:last-child {
		display: block;
	}
	#header #google_translate_element .goog-te-combo {
	    background-position: 100% 50%;
	}

	#header .top_area {
	    border-bottom: 1px solid #e1e1e1;
	}
	#header .top_area .bn {
		display: none;
		position: static;
	}
	#header .top_area .inner {
		padding: 0;
	}
	#header .top_area .bn .swiper-container {
		width: 100%;
		height: auto;
	}
	#header .top_area .bn .swiper-container img.pc {
		display: none;
	}
	#header .top_area .bn .swiper-container img.m {
		display: block;
	}
	#header .top_area h1.logo {
	    padding: 35px 0 15px;
	}
	#header .menu {
	    top: 70px;
	}
	.gnb-wrap {
		display: none;
	}
	#gnb {
		display: none;
	}

	#container {
		margin-top: 152px;
	}

	.recent-modal .modal-content .subject {
		font-size: 20px;
	}
	.recent-modal .modal-content table {
		font-size: 15px;
	}
	.recent-modal .modal-content table th div {
    	padding: 8px 0;
    }
	.recent-modal .modal-content table td div {
    	padding: 13px 15px;
    }
    .recent-modal .modal-content .info .title {
	    height: 45px;
	    line-height: 45px;
    	font-size: 15px;
    }
    .recent-modal .modal-content .info .text {
	    padding: 20px 15px;
	    font-size: 14px;
	}
}
@media screen and (max-width: 640px){
	#footer {
	    padding: 10px 0 25px;
	}
	#footer .logo {
	    background-size: 65%;
	    font-size: 12px;
	    padding-top: 100px;
	}
	#footer .addr strong {
	    font-size: 15px;
	}
	#footer .addr .grid3 > div > div {
		font-size: 13px;
	}
	#footer .addr {
		margin-top: 40px;
	}
}
@media screen and (max-width: 480px){
}
@media screen and (max-width: 380px){
}