
* {
	margin: 0;
	padding: 0;
	font-family: 'SUIT';
}

body, html {
	height: 100%;
}

ul, ol {
	list-style: none;
	color: black;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

.wrap {
	word-break: keep-all;
}

.cursor-pointer {
	cursor: pointer;
}




/* 색상 */
.color-dark-blue  {color: #232F4E !important;}
.color-blue       {color: #0C3280 !important;}
.color-lignt-blue {color: #E1EBFD !important;}
.color-gray       {color: #DDDDDD !important;}

.bg-dark-blue  {background-color: #232F4E !important;}
.bg-blue       {background-color: #0C3280 !important;}
.bg-lignt-blue {background-color: #E1EBFD !important;}
.bg-gray       {background-color: #DDDDDD !important;}


/* 언어 변경 버튼 */
.lang_btn {
	display: inline-block;
	position: absolute;
	right: 3%;
	top: 7%
}

.KR_btn, .EN_btn {
	padding: 8px 16px;
	background-color: rgba(255, 255, 255, 0.6);
	color: #191d2b;
	text-decoration: none;
	border-radius: 4px;
}

.KR_btn {
	margin-right: 4px;
}

.KR_btn:hover{
	background-color: rgba(255, 255, 255, 0.8);
}

.EN_btn:hover{
	background-color: rgba(255, 255, 255, 0.8);
}

/* .is-ssense-nav */
.is-ssense-nav .menu-display {
	height: 60px;
	line-height: 20px;
	text-align: center;
	font-weight: 400;
/* 	font-size: 20px;
	padding: 17px 0; */
	display: flex;
	justify-content: center;
	align-items: center;
}
.is-ssense-nav .menu-holder {
	height: 6px;
	border-radius: 4px 4px 0 0;
}
.is-ssense-nav .menu-holder.active {
	background-color: #FFFFFF;
}
.is-ssense-nav .dropdown-menu {
	padding: 0;
	width: 100%;
}
.is-ssense-nav .dropdown-item {
	height: 52px;
	line-height: 19px;
	text-align: center;
/* 	font-size: 18px; */
	font-weight: 400;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: normal;
}
.is-ssense-nav .dropdown-item:not(first-child) {
	border-top: 1px solid #DDD
}
.is-ssense-nav .dropdown-item:active
, .is-ssense-nav .dropdown-item.active {
	background-color: #E1EBFD;
	color: #000;
}




/* 로고 및 메인배너 */
.banner-wrap {
	background: url(../../../img/common/main_banner.png) center;
	width: 100%;
	height: 460px;
	position:  relative;
}

.text-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	right: 10px;
}

.banner-wrap figure * {
	color: #FFF !important;
}

.banner-wrap figure .blockquote {
	font-size: 42px;
	line-height: 48px;
	padding-top: 2.5rem!important;
}

.png-bg {
	width: 100%;
	height: 100%;
	background-color: #F3F3F3;
}




/* 컨텐츠박스 */
.con_wrap {
	width: 72%;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.con-wrap img{
	margin: 30px 0 0 30px;
}

/* 공통 타이틀 */
.title1 {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    padding-top: 20px;
}
.title1::before {
	content: "";
	width: 20px;
	height: 2px;
	background-color: #232F4E;
	position: absolute;
	top: 0;
	left: 0;
}
.hr-spacer {
	margin-top: 20px;
	margin-bottom: 34px;
}

.form-control {
	border: 1px solid #767676 !important;
}








/* 푸터 */
footer {
    width: 100%; 
    display: block; 
    background: #191919;
}

footer .footer {
    max-width: 1280px;
    margin: 0px auto;
    padding: 50px 0;
    overflow: hidden;
	padding: 40px 0;
	display: flex;
	flex-flow: column wrap;
	align-content: center;
}

footer .footer > a { 
    background: url(../../../img/common/logo_w_new.png) left no-repeat;
    width: 250px;
    height: 50px;
    float: left;
}

footer .footer .footer_text {
    margin-top: 15px;
    width: 80%;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

footer .footer .footer_text p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0;
}

footer .footer .footer_text p span {
    display: inline-block;
    margin-left: 20px;
}

footer .footer .footer_text p:nth-child(3) {
    margin-top: 10px;
    font-size: 10px;
}

footer .footer .footer_text p.chrome_link {
    font-size: 14px;
    color: #668fa3;
    letter-spacing: -1px;
    margin-top: 20px;
}




/* 가로모드 모바일 디바이스 (가로 해상도가 360px보다 크고 575px 보다 작은 화면에 적용)  */
@media (min-width: 360px) and (max-width: 575px) {
	.banner-wrap figure .blockquote {
		font-size: 30px;
		line-height: 38px;
	}
	.banner-wrap figure * {
		font-size: 14px;
		line-height: 18px;
	}
	.is-ssense-nav .menu-display {
		height: 70px;
		min-width: 156px;
	}
	.col p-1 {
		flex: 1 1 50%!important;
	}
	a.download {
		left: right;
		top: 0;
	}
	.menu2-AA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 20px; font-size: 14px; line-height: 16px;}
	.menu2-BA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 20px; font-size: 14px; line-height: 16px;}
	.menu2-CA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 20px; font-size: 14px; line-height: 16px;}
	.menu2-DA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 20px; font-size: 14px; line-height: 16px;}
	.menu2-EA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 20px; font-size: 14px; line-height: 16px;}
	footer .footer > a {
		width: 200px;
	}
}

/* 가로모드 모바일 디바이스 (가로 해상도가 576px보다 크고 768px 보다 작은 화면에 적용)  */
@media (min-width: 576px) and (max-width: 767px) {
	.banner-wrap figure .blockquote {
		font-size: 32px;
		line-height: 40px;
	}
	.banner-wrap figure * {
		font-size: 16px;
		line-height: 20px;
	}
	.col p-1 {
		flex: 1 1 50%!important;
	}
	.is-ssense-nav .menu-display {
		height: 60px;
		font-size: 16px;
	}
	.menu2-AA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 20px; font-size: 14px; line-height: 16px;}
	.menu2-BA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 20px; font-size: 14px; line-height: 16px;}
	.menu2-CA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 20px; font-size: 14px; line-height: 16px;}
	.menu2-DA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 20px; font-size: 14px; line-height: 16px;}
	.menu2-EA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 20px; font-size: 14px; line-height: 16px;}
}

/*태블릿 디바이스 (가로 해상도가 768px보다 크고 991px 보다 작은 화면에 적용)  */
@media (min-width: 768px) and (max-width: 991px) {
	.banner-wrap figure .blockquote {
		font-size: 34px;
		line-height: 42px;
	}
	.banner-wrap figure * {
		font-size: 18px;
		line-height: 22px;
	}
	.is-ssense-nav .menu-display {
		height: 70px;
	}
	.is-ssense-nav .dropdown-menu.show {
		min-width: 120px;
	}
	.menu2-AA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 40px; font-size: 14px; line-height: 16px;}
	.menu2-BA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 40px; font-size: 14px; line-height: 16px;}
	.menu2-CA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 40px; font-size: 14px; line-height: 16px;}
	.menu2-DA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 40px; font-size: 14px; line-height: 16px;}
	.menu2-EA .address_box {width: 200px; height: 226px; padding: 24px; margin-right: 40px; font-size: 14px; line-height: 16px;}
}

/* 데스크탑 (가로 해상도가 992px보다 크고 1199px 보다 작은 화면에 적용)  */
@media (min-width: 992px) and (max-width: 1199px) {
	.banner-wrap figure .blockquote {
		font-size: 34px;
		line-height: 42px;
	}
	.banner-wrap figure * {
		font-size: 18px;
		line-height: 22px;
	}
	.is-ssense-nav .menu-display {
		font-size: 16px;
	}
	.is-ssense-nav .dropdown-menu.show {
		width: 168px;
	}
}

/* 큰화면 데스크탑 (가로 해상도가 1200px 보다 큰 화면에 적용)  */
@media (min-width: 1200px) {
	.banner-wrap figure .blockquote {
		font-size: 36px;
		line-height: 44px;
	}
	.banner-wrap figure * {
		font-size: 20px;
		line-height: 24px;
	}
	.is-ssense-nav .dropdown-item {
		font-size: 16px;
	}
	.is-ssense-nav .menu-display {
		font-size: 17px;
		padding: 19px 0; 
	}
	.is-ssense-nav .dropdown-menu.show {
		width: 204px;
	}
}

/* 큰화면 데스크탑 (가로 해상도가 1400px 보다 큰 화면에 적용)  */
@media (min-width: 1400px) {
	.banner-wrap figure .blockquote {
		font-size: 38px;
		line-height: 46px;
	}
	.banner-wrap figure * {
		font-size: 22px;
		line-height: 26px;
	}
	.is-ssense-nav .dropdown-item {
		font-size: 17px;
	}
	.is-ssense-nav .menu-display {
		font-size: 20px;
	}
	.is-ssense-nav .dropdown-menu.show {
		width: 240px;
	}
}