@charset "utf-8";

*{margin:0; padding:0; font-family:'Pretendard', sans-serif, Dotum,"돋움",Gulim,"굴림",Apple-Gothic; line-height:150%; box-sizing: border-box; letter-spacing: -0.7px;}
body{font-size:14px; color:#3a4058; -webkit-text-size-adjust:none; word-wrap:break-word; word-break:break-all; overflow-y: auto; overflow-x: hidden;}
ul,ol{list-style:none;}
button{cursor: pointer;}
table{margin:0;padding:0;border-spacing:0;border:0;_border-collapse:collapse;width:100%;}
*+html table{border-collapse:collapse;}
img,fieldset,abbr,acronym{border:0;}
address,caption,cite,code,dfn,em,var{font-style:normal;}
input, button,textarea{font-size:14px;padding:0;outline:none; -webkit-appearance: none;-webkit-border-radius: 0; border: none;}
table{border-collapse:collapse;border-spacing:0}
table,table th,table td{border:0;}
hr{display:none}
a{color:#3a4058;text-decoration:none;}
img{vertical-align:middle;}
caption,legend{position:absolute;top:0;left:0;width:0;height:0;line-height:0;overflow:hidden;visibility:hidden;font-size:0;}
html, body {font-family: 'Pretendard', sans-serif;}

input[type="checkbox"], input[type="radio"] {
    width: 14px;
    height: 14px;
    line-height: 14px;
    box-sizing: border-box;
    -webkit-border-radius: 0;
}

::-webkit-input-placeholder{color:#616472; font-weight: 400;} /* Chrome/Opera/Safari */
::-moz-placeholder{color:#616472; font-weight: 400;} /* Firefox 19+ */
:-ms-input-placeholder{color:#616472; font-weight: 400;} /* IE 10+ */
:-moz-placeholder{color:#616472; font-weight: 400;} /* Firefox 18- */

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
::-webkit-scrollbar-thumb {
    outline: none;
    border-radius: 10px;
    border: 4px solid transparent;
    box-shadow: inset 6px 6px 0 rgba(34, 34, 34, 0.15);
}
::-webkit-scrollbar-thumb:hover {
    border: 4px solid transparent;
    box-shadow: inset 6px 6px 0 rgba(34, 34, 34, 0.3);
}
::-webkit-scrollbar-track {
    box-shadow: none;
    background-color: transparent;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/ico_popSelect.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-position: -webkit-calc(100% - 15px) center; 
	background-position: -moz-calc(100% - 15px) center; 
	-webkit-border-radius: 0;
}
select::-ms-expand {
  display: none;
}
.blind {
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    color: transparent !important;
    clip: rect(0px, 0px, 0px, 0px) !important;
}
.Wrap {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
/* 	background: url(../images/img_simbol_2.png) -100px -130px no-repeat; */
	background: url(../images/img_simbol_2.png) 105% 110% no-repeat;
    background-attachment: fixed;
    background-position: 100% 66%;
}

header {
	position: fixed;
    top: 0;
	background: url("../images/img_bg_top.png") center 0 no-repeat;
	background-size: cover;
	width: 100%;
	height: 350px;
	z-index: 9;
}
/* header::before { */
/* 	content: ''; */
/*     position: absolute; */
/*     background: url(../images/img_simbol_2.png) -100px -130px no-repeat; */
/*     width: 690px; */
/*     height: 350px; */
/*     opacity: .03; */
/* } */

article {
	width: 100%;
	max-width: 1500px;
	min-height: calc(100vh - 470px);
	margin: 0 auto;
	position: relative;
    padding: 350px 20px 40px 20px;
}
section {
    scroll-behavior: smooth;
}
footer {
	background-color: #f4f4f4;
	height: 120px;
    text-align: center;
}
.bot_logo {
    background: url("../images/img_logo_btm.png") center 20px no-repeat;
    background-size: 150px;
}
.bot_logo p {
    font-size: 14px;
    font-weight: 400;
    color: #6a727f;
    padding-top: 70px;
}

input[name=tabmenu] {
    display: none;
}
input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.topArea {
	text-align: center;
}
.top_txt {
	background: url(../images/logo_ci.svg) center 30px no-repeat;
    padding-top: 85px;
}
.top_txt h1 {
	display: none;
	font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.top_txt h1.txt_kr.on, h1.txt_en.on {
	display: block;
}
.top_txt span {
	font-size: 25px;
	font-weight: 400;
	border-top: 1px solid #555c78;
	padding-top: 10px;
    color: #fff;
}
.tabMenu {
	position: relative;
}
.tabList {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin: 30px 0;
}	
.tabList label {
	text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    top: 1px;
}
.seconMenu.tab2 {
  display: none;
}
input[name=tabmenu] {display: none;}
input[id=tab1]:hover ~ .tabList label[for=tab1],
input[id=tab2]:hover ~ .tabList label[for=tab2] {
	color: #f9f9f9;
}
input[id=tab1]:checked ~ .tabList label[for=tab1],
input[id=tab2]:checked ~ .tabList label[for=tab2] {
	color: #009fe3;
    border-bottom: 2px solid #009fe3;
}	
input[id=tab1]:checked ~ .seconMenu.tab1,
input[id=tab2]:checked ~ .seconMenu.tab2 {
  display: block;
}
input[id=tab1]:checked ~ .seconMenu.tab2,
input[id=tab2]:checked ~ .seconMenu.tab1 {
  display: none;
}
input[id=tab2]:checked ~ .top_txt.txt_kr {
  display: none;
}

.seconMenu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.seconMenu li {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px 8px;
	min-width: 140px;
	color: #fff;
	z-index: 1;
}
.seconMenu .tabTxt a{
	color: #fff;
}
.tabTxt::after {
	content: '';
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    opacity: .3;
	z-index: -1;
}
.tabTxt.active::after {
	content: '';
	background-color: #009fe3;
	border-radius: 5px;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    opacity: 1;
	z-index: -1;
}
.contents {
	display: none;
}
.contents.active {
	display: block;
}

.conTop {
	display: flex;
	align-items: center;
	gap: 10px;
    margin-top: 30px;
}
.conTop h3 {
	font-size: 18px;
	font-weight: 500;
	color: #2f3642;
}
.conTop .logo_01 {
	background: url(../images/logo_ci.svg) 0 0 no-repeat;
    background-size: 26px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.conTop .logo_02 {
	background: url("../images/logo_hypermap.png") 0 0 no-repeat;
    background-size: 26px;
    width: 30px;
    height: 35px;
    display: inline-block;
}
.conTop .logo_03 {
	background: url("../images/logo_dongjak.png") 0 0 no-repeat;
    background-size: 26px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.conTop .logo_04 {
	background: url("../images/logo_dongdeamoon.png") 0 0 no-repeat;
    background-size: 45px;
    width: 45px;
    height: 30px;
    display: inline-block;
}
.conTop .logo_05 {
	background: url("../images/logo_gwangju.png") 0 0 no-repeat;
    background-size: 26px;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.conTop .logo_06 {
	background: url("../images/logo_damyang.png") 0 0 no-repeat;
    background-size: 26px;
    width: 25px;
    height: 30px;
    display: inline-block;
}

.conBoxArea {
	display: flex;
    gap: 25px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.con_box {
	position: relative;
	padding: 10px;
    width: 470px;
	max-width: 470px;
	height: 320px;
	background-color: #f4f4f4;
	border-radius: 15px;
}
.con_box .box_in {
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 266px;
    background: url(../images/txt_noimg.png) center center no-repeat #fff;
    background-size: 95px;
	border: 1px solid #dcdcdc;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
}
.con_box .box_in:hover {
	box-shadow: 2px 2px 14px rgb(76, 68, 150, 0.2);
	transition: 0.3s;
}
.con_box .box_in img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	transition: all 3s linear;
}
.con_box .box_in img:hover {
	transform: scale(1.2);
}
.box_bot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}
.box_bot span {
	position: relative;
	padding-left: 27px;
	font-size: 16px;
	font-weight: 500;
	color: #2f3642;
}
.box_bot .bot_txt_L::before {
	content: 'P';
    position: absolute;
    background-color: #c4cbd6;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: 700;
	left: 0;
    top: 2px;
    font-size: 12px;
    line-height: 20px;
}
.box_bot .bot_txt_R{
    display: none;
}
.box_bot .bot_txt_R::before {
	content: 'U';
    position: absolute;
    background-color: #e71c72;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: 700;
	left: 0;
}
.con_01, .con_02, .con_03, .con_04 {
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 40px;
}
#pythaDev {
  scroll-margin-top: 380px;
}
#pytha {
  scroll-margin-top: 380px;
}
.page-top {
    position: fixed;
    right: 30px;
    bottom: 200px;
    width: 63px;
    height: 62px;
    border: 0;
    background-color: transparent;
  }
.page-top > img {
    width: 100%;
  }