@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}



#header {
	width: 100%;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.664);
	position: absolute;
	transition: all 0.3s;
	z-index: 1;
	overflow: hidden;
	font-family: 'Noto Sans KR', sans-serif;
}

#header.on {
	height: 380px;
	border-bottom: 1px solid rgb(240, 240, 240);
	background-color: rgb(255, 255, 255);
	overflow: hidden;
}

#header:hover .bg_wrap {
	border-bottom: 1px solid rgb(243, 243, 243);
}

.bg_wrap {
	width: 100%;
	height: 80px;
	position: absolute;
}

.wrap {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.bg_wrap .logo {
    width: 300px;
    height: 80px;
    display: flex;
    align-items: center;
}

.logo_wrap>li:nth-child(2) {
	width: 20%;
	text-align: center;
	font-weight: bold;
	color: rgb(196, 196, 196);
}

.gnb {
	width: 700px;
    overflow: hidden;
    transition: all 0.5s;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.gnb>li {
	float: left;
	width: 200px;
	height: 380px;
	text-align: center;
	line-height: 75px;
	letter-spacing: -1px;
	transition: all 0.5s;
	margin-left:0 !important;
}

.gnb>li:hover>a {
	color: hsl(194, 100%, 50%);
}

.gnb>li>p {
	width: 0px;
	height: 2px;
	background-color: hsl(194, 100%, 50%);
	margin: 0 auto;
	margin-top: -5px;
	transition: all 0.5s;
}

.gnb>li:hover>p {
	width: 100%;
}

.gnb>li:hover ul.sub_menu {
	background-color: hsl(192, 100%, 98%);
}

.gnb>li>a {
	font-size: 15px;
	font-weight: bold;
	display: block;
	transition: all 0.5s;
	height:82px;
}

.sub_menu {
	text-align: left;
	box-sizing: border-box;
	height: 380px;
	padding-top: 10px;
}

.sub_menu>li {
	width: 115px;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
	padding-left: 5px;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.5s;
	margin-left: 5px;
}

.sub_menu>li:hover a {
	color: hsl(194, 100%, 50%);
}

hr {
	border: 1px dashed rgb(235, 235, 235);
}

.sub_menu>li a {
	color: rgb(92, 92, 92);
	font-weight: lighter;
	display: block;
	width: 100%;
	height: 100%;
}

.loginout {
    height: 80px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width:270px;
    justify-content: center;
}

.logout_wrap {
	display: flex;
    gap: 20px;
    align-items: center;
}

.login_wrap {
	 height: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.logout_wrap>li {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.logout_wrap>li>a,.login_wrap>li>a{
	display:flex;
	align-items:center;
	gap:5px;
}

.logout_wrap>li>a>p,.login_wrap>li>a>p{
	font-size:15px;
}
.login_wrap>li {
    font-size: 13px;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logout_wrap>li:nth-child(2) {
    font-size: 13px;
    color: rgb(0 0 0 / 32%);
    text-align: center;
}

.logout_wrap>li:nth-child(3) a {
	font-weight: bold;
	color: hsl(202, 100%, 50%);
}

li.login img, li.logout img {

}

li.login p, li.logout p {
	float: left;
	color: hsl(234, 68%, 33%);
	font-weight: bold;
}

#section {
	font-family: 'Noto Sans KR', sans-serif;
	overflow: hidden;
	height: content-fit;
	min-height: 800px;
}

.banner_wrap {
	width: 100%;
	height: 420px;
	overflow: hidden;
	background: linear-gradient(90deg, rgb(255, 255, 255), rgb(94, 191, 255),
		rgb(0, 174, 255));
}

.banner {
	width: 1200px;
	height: 420px;
	margin: 0 auto;
	color: #fff;
	font-family: 'Gothic A1', sans-serif;
}

.banner h1 {
	height: 280px;
	font-size: 40px;
	padding-top: 130px;
	box-sizing: border-box;
	text-align: center;
}

.banner p {
	font-size: 15px;
	padding-top: 10px;
	color: #fff
}

.banner_contents {
	width: 1200px;
}

.banner_contents>li {
	width: 300px;
	float: left;
	transition: all 0.5s;
	cursor: pointer;
}

.banner_contents>li:hover {
	margin-top: -30px;
}

.banner_contents>li:hover h2, .banner_contents>li:hover p,
	.banner_contents>li:hover span {
	color: hsl(224, 100%, 26%);
	transition: all 0.5s;
	font-weight: bold;
}

.banner_contents>li:hover div.img_box {
	background-color: hsl(224, 100%, 26%);
}

.banner_contents>li:hover div.img_box img.hover_img {
	display: block;
}

.banner_contents>li.on {
	margin-top: -30px;
}

.banner_contents>li.on h2, .banner_contents>li.on p, .banner_contents>li.on span
	{
	color: hsl(224, 100%, 26%);
	transition: all 0.5s;
	font-weight: bold;
}

.banner_contents>li.on div.img_box {
	background-color: hsl(224, 100%, 26%);
}

.banner_contents>li.on div.img_box img.common_img {
	display: none;
}

.banner_contents>li.on div.img_box img.hover_img {
	display: block;
}

.banner_contents>li a {
	display: block;
}

.img_box {
	float: left;
	width: 80px;
	height: 80px;
	background-color: rgb(255, 255, 255);
	border-radius: 50%;
	padding: 21px;
	box-sizing: border-box;
	transition: all 0.2s;
}

.right {
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.right h2 {
	color: #fff;
	font-size: 18px;
}

.right p {
	color: #fff;
	font-size: 12px;
	height: 40px;
}

.right span {
	color: #fff;
	font-size: 10px;
}

.img_box img {
	width: 40px;
	height: 40px;
	position: absolute;
}

.img_box img.common_img {
	display: block;
}

.img_box img.hover_img {
	display: none;
}

.notice_wrap {
	width: 100%;
	height: 50px;
	background-color: rgb(248, 248, 248);
}

.notice {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}

.notice>li.notice_cont {
	width: 91%;
	height: 50px;
	float: left;
	overflow: hidden;
	padding-top: 12.5px;
	box-sizing: border-box;
}

.notice>li.notice_cont a {
	display: block;
	height: 100%;
	width: 100%;
}

.notice>li.notice_cont p {
	width: 70px;
	height: 25px;
	background-color: hsl(224, 100%, 26%);
	text-align: center;
	float: left;
	margin-right: 10px;
	color: #fff;
	border-radius: 20px;
}

.notice>li.notice_cont span {
	float: left;
	line-height: 25px;
	font-size: 15px;
	color: rgb(70, 70, 70);
	letter-spacing: -1px;
}

.notice>li.all_notice {
	width: 9%;
	height: 50px;
	float: right;
	text-align: right;
	line-height: 60px;
	letter-spacing: -1px;
}

.notice>li.all_notice a {
	font-size: 12px;
	color: rgb(119, 119, 119);
}

.cont_1_wrap {
	width: 100%;
	height: 300px;
}

.cont_1 {
	height: 280px;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 10px;
}

.cont_1_tab {
	width: 200px;
	height: 250px;
	float: left;
}

.cont_1_tab>li {
	width: 80%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	margin-top: 16px;
	border-radius: 20px;
	border: 1px solid hsla(0, 0%, 81%, 0.555);
	background-color: #fff;
}

.cont_1_tab>li a {
	display: block;
	letter-spacing: -1px;
	color: hsl(0, 0%, 81%);
}

.cont_1_tab>li.active {
	background-color: hsl(224, 100%, 26%);
	border: 1px solid hsl(224, 100%, 26%);
}

.cont_1_tab>li.active a {
	color: #ffffff;
}

.cont_1_contents {
	width: 1000px;
	height: 350px;
	float: left;
	overflow: hidden;
	position: relative;
}

.cont_1_contents ul {
	width: 1000px;
	height: 300px;
	position: absolute;
	display: none;
	overflow: hidden;
}

ul.active2 {
	display: block;
}

.cont_1_question>li, .cont_1_video>li, .cont_1_img>li, .cont_1_product>li
	{
	width: 180px;
	height: 250px;
	background-color: hsl(0, 0%, 98%);
	float: left;
	margin-left: 18px;
	border-radius: 20px;
	padding: 20px;
	box-sizing: border-box;
	transition: all 0.5s;
	box-shadow: 3px 3px 5px rgba(194, 194, 194, 0.274);
}

.cont_1_question>li:nth-child(2n), .cont_1_video>li:nth-child(2n),
	.cont_1_img>li:nth-child(2n), .cont_1_product>li:nth-child(2n) {
	background-color: rgb(245, 252, 255);
}

p, cont {
	color: gray;
}

p.top_q {
	height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: hsl(224, 100%, 26%);
	box-sizing: border-box;
}

p.top_q img {
	width: 25px;
	position: absolute;
	transition: all 0.5s;
}

p.top_q img.hv_img {
	opacity: 0;
}

.cont_1_img>li:hover p.top_q img.hv_img, .cont_1_video>li:hover p.top_q img.hv_img
	{
	opacity: 1;
}

.cont_1_img>li:hover p.top_q img.org_img, .cont_1_video>li:hover p.top_q img.org_img
	{
	opacity: 0;
}

.cont_1_product p.top_q {
	font-size: 13px;
}

.cont_1_product p.cont {
	text-align: center;
}

p.cont {
	height: 135px;
	font-size: 15px;
	letter-spacing: -1px;
}

p.detail {
	font-size: 12px;
	text-align: right;
	letter-spacing: -1px;
	color: hsl(224, 100%, 26%);
}

.cont_1_question>li a {
	display: block;
	width: 100%;
	height: 100%;
}

.cont_1_question>li:hover, .cont_1_video>li:hover, .cont_1_img>li:hover,
	.cont_1_product>li:hover {
	background-color: rgb(0, 14, 95);
}

.cont_1_question>li p, .cont_1_video>li p, .cont_1_img>li p,
	.cont_1_product>li p {
	transition: all 0.5s;
}

.cont_1_question>li:hover p, .cont_1_video>li:hover p, .cont_1_img>li:hover p,
	.cont_1_product>li:hover p {
	color: #fff;
}

p.ct_bt {
	float: right;
	margin-top: 260px;
	font-size: 13px;
	letter-spacing: -1px;
	position: relative;
}

p.ct_bt a {
	display: block;
	font-size: 12px;
	color: rgb(119, 119, 119);
}

.cont_2 {
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	height: 350px;
	overflow: hidden;
}

.cont_2_top, .cont_3_top {
	height: 60px;
	overflow: hidden;
	width: 100%;
}

.cont_2_top h2, .cont_3_top h2 {
	float: left;
	font-size: 15px;
	line-height: 20px;
	width: 150px;
	height: 50px;
	color: hsl(224, 100%, 26%);
	letter-spacing: -1px;
	padding-left: 10px;
	box-sizing: border-box;
}

.cont_2_top p.img_wrap {
	width: 50px;
	height: 50px;
	float: left;
}

.cont_3_top p.img_wrap {
	width: 50px;
	height: 50px;
	float: left;
	padding: 7px;
	box-sizing: border-box;
}

.cont_2_top p.top_ect, .cont_3_top p.top_ect {
	float: left;
	font-size: 13px;
	height: 50px;
	line-height: 25px;
	color: rgb(187, 187, 187);
	letter-spacing: -1px;
}

.cont_2_top img, .cont_3_top img {
	width: 100%;
	height: 100%;
}

.cont_2_top h2 span, .cont_3_top h2 span {
	color: rgb(0, 174, 255);
	font-size: 18px;
}

.cont_2_contents {
	width: 1200px;
	height: 220px;
	position: relative;
	background-color: rgb(248, 248, 248);
}

.cont_2_panel {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}

.cont_2_contents>p {
	position: absolute;
	top: 45%;
	font-size: 18px;
	width: 20px;
	height: 30px;
	background-color: hsl(224, 100%, 26%);
	text-align: center;
	line-height: 30px;
}

.cont_2_contents>p a {
	display: block;
	color: #ffffff;
}

.cont_2_contents>p.prev {
	left: 0px;
}

.cont_2_contents>p.next {
	right: 0px;
}

.cont_2_contents {
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50px;
	margin-top: 10px;
	padding-top: 8px;
	box-sizing: border-box;
}

.service_site {
	width: 2400px;
	height: auto;
	margin-left: -1200px;
	text-align: center;
	overflow: hidden;
}

.service_site>li {
	width: 180px;
	height: 180px;
	float: left;
	margin: 10px;
}



.service_site>li:hover div.icon_box img {
	transform: scale(1.2);
}

.service_site>li p.kor {
	font-size: 15px;
	letter-spacing: -1px;
	color: hsl(224, 100%, 26%);
	line-height: 15px;
}

.service_site>li p.eng {
	font-size: 12px;
	color: hsl(0, 0%, 69%);
}

.count_btn {
	width: 80px;
	height: 30px;
	position: absolute;
	top: 90%;
	left: 46%;
	overflow: hidden;
	display: none;
}

.count_btn>li {
	width: 30px;
	height: 10px;
	background-color: hsl(224, 100%, 26%);
	margin-left: 10px;
	float: left;
}

.count_btn>li a {
	width: 100%;
	height: 100%;
	display: block;
}

.count_btn>li.on {
	background-color: rgb(0, 174, 255);
}

.icon_box {
	width: 100px;
	height: 100px;
	background-color: hsl(0, 0%, 100%);
	overflow: hidden;
	padding: 25px;
	box-sizing: border-box;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: 5px;
}

.icon_box img {
	width: 100%;
	height: 100%;
	transform: all 0.5s;
}

.cont_3 {
	width: 1200px;
	height: 550px;
	margin: 0 auto;
}

.cont_3_tab {
	height: 80px;
	overflow: hidden;
}

.cont_3_tab>li {
	width: 150px;
	height: 40px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	line-height: 40px;
	border-radius: 40px;
	text-align: center;
	border: 1px solid hsla(0, 0%, 81%, 0.555);
	letter-spacing: -1px;
	font-size: 15px;
}

.cont_3_tab>li.active {
	background-color: hsl(202, 100%, 50%);
	border: 1px solid hsl(202, 100%, 50%);
}

.cont_3_tab>li.active a {
	color: #fff;
}

.cont_3_tab>li a {
	color: hsl(0, 0%, 81%);
	display: block;
}

.cont_3_panel {
	width: 1200px;
	height: 300px;
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}

.cont_3_panel>li {
	position: absolute;
	display: none;
}

.cont_3_panel>li.active2 {
	display: block;
}

.panel_left {
	width: 400px;
	height: 300px;
	float: left;
	padding: 0px;
	box-sizing: border-box;
}

.panel_left h2 {
	font-size: 30px;
	color: hsl(202, 100%, 50%);
	height: 70px;
	letter-spacing: -3px;
}

.panel_left p.letter {
	font-size: 15px;
	letter-spacing: -1px;
	height: 100px;
	color: rgb(165, 165, 165);
}

.panel_right {
	width: 800px;
	height: 300px;
	float: left;
	background-size: cover;
	background-position: center;
	border-radius: 0px 0px 50px 50px;
}

.panel_right>div.logo {
	width: 300px;
	float: right;
	height: 50px;
}

.panel_right .logo_wrap {
	width: 100%;
	height: 100%;
}

.panel_right .logo_wrap>li {
	float: left;
	line-height: 65px;
}

.panel_right .logo_wrap>li:nth-child(1) {
	width: 55%;
}

.panel_right .logo_wrap>li:nth-child(2) {
	width: 5%;
	margin-left: 10px;
}

.panel_right .logo_wrap>li:nth-child(3) {
	width: 30%;
}

li.panel_1 div.panel_right {
	background-image: linear-gradient(rgb(255, 255, 255),
		hsla(202, 100%, 50%, 0.274)), url('/img/background2.jpg');
	padding: 20px;
	box-sizing: border-box;
}

li.panel_2 div.panel_right {
	background-image: linear-gradient(rgb(255, 255, 255),
		hsla(202, 100%, 50%, 0.274)), url('/img/background3.png');
	padding: 20px;
	box-sizing: border-box;
}

li.panel_3 div.panel_right {
	background-image: linear-gradient(rgb(255, 255, 255),
		hsla(202, 100%, 50%, 0.274)), url('/img/background4.jpg');
	padding: 20px;
	box-sizing: border-box;
}

.panel_right img {
	width: 100%;
	float: right;
}

p.btn {
	width: 230px;
	height: 50px;
	border-radius: 40px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: hsl(202, 100%, 50%);
	color: #fff;
}

.cont_3_panel>li:nth-child(1) p.btn {
	width: 100%;
	height: 50px;
	background: #fff;
	color: hsl(202, 100%, 50%);
	border-radius: 40px;
	line-height: 50px;
	font-size: 25px;
	font-weight: bold;
	text-align: left;
}

p.btn>a {
	display: block;
	width: 100%;
	height: 100%;
}

#footer {
	width: 100%;
	height: 300px;
	background-color: rgb(94, 191, 255);
	overflow: hidden;
	font-family: 'Gothic A1', sans-serif;
}

.foot_gnb {
	width: 1080px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}

.foot_gnb>li {
	float: left;
	text-align: center;
	height: 15px;
	margin-top: 30px;
	width: 200px;
}

.foot_gnb>li i {
	font-size: 15px;
}

.foot_gnb>li a, .foot_login>li a {
	color: #fff;
	font-weight: bold;
}

.foot_agree>li a, .foot_infor>li a {
	color: #ffffffbb;
}

.foot_login {
	width: 210px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
}

.foot_login>li {
	float: left;
	margin-left: 20px;
	height: 40px;
	color: #fff;
}

.foot_login>li:nth-child(2n), .foot_agree>li:nth-child(2n), .foot_infor>li:nth-child(2n)
	{
	color: rgba(255, 255, 255, 0.466);
}

.foot_agree {
	width: 320px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
}

.foot_agree>li {
	float: left;
	margin-left: 20px;
	text-align: center;
	color: #fff;
}

.foot_infor {
	width: 450px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
}

.foot_infor>li {
	float: left;
	margin-left: 20px;
	color: #fff;
}



#agree_1_modal,#agree_2_modal,#agree_3_modal,#agree_4_modal,#agree_5_modal{
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    display: none;
    
  }
  
#agree_1_modal.on,#agree_2_modal.on,#agree_3_modal.on,#agree_4_modal.on,#agree_5_modal.on{
  display: block;
}
#agree_1_modal .cont_modal,#agree_2_modal .cont_modal,#agree_3_modal .cont_modal,#agree_4_modal .cont_modal,#agree_5_modal .cont_modal{
  width: 700px; height: 500px; background-color: rgb(255, 255, 255);
  position: absolute; left: 50%; top:50%;
  margin-left: -350px; margin-top: -250px; 
 
}

.cont_modal .m_txt{
  text-align: center;
  height: 80px;
  line-height: 80px;
}


h1.m_txt{
    font-size: 18px;
    color: rgb(95, 95, 95);
}

.modal_contents{
    width: 80%;
    height: 350px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    overflow: scroll;
    background-color: rgb(248, 248, 248);
    font-size: 15px;
}

.modal_contents::-webkit-scrollbar{
    display: none;
}
  
.modal_close{
    padding-top: 20px;
    box-sizing: border-box;
}
.cont_modal .close{
    border: 1px solid gray;
    font-size: 12px;
    color: #fff;
    width: 40px;
    height: 25px; text-align: center;
    line-height:25px; cursor: pointer;
    margin: 0 auto;
    background-color:rgb(95, 95, 95);
}

 span.title{
	font-weight:bold; font-size:16px;
}

 span.intro{
 font-size:14px;}
