@charset "utf-8";

/****************************************
*			    INDEX.css               *
****************************************/

#wrap {
	margin: 0 auto;
	/*overflow: hidden;*/}
#bgContainer{
	background: url('../../include/images/index/mainbackground.png') no-repeat;
	width: 1171px;
	height: 768px;
	background-size: 1171px 768px;
	position: relative;
	top: 0;
	left: 0;
}
.bgCharacter.girl{
    width: 300px;
    position: absolute;
    top: 260px;
    left: 300px;
}
.bgCharacter.boy{
    width: 200px;
    position: absolute;
    top: 310px;
    right: 290px;
}
#frameContainer {
	position: absolute;
    top: 0px;
    width: 1171px;
    height: 768px;
}

/**********  loading  **********/
#loadingContainer {
	pointer-events: auto;
	background: rgba(0, 0, 0, 0.85);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 40;
	width: 100%;
	height: 100%;
}

.loadingIconAnimation {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin: -60px 0 0 -60px;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	background: url('../images/loadingIcon.png') no-repeat;
}

@-moz-keyframes spin {
	100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }
}



/*===========*/
.dim {
	background: #000;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	display: none;
}
.titlewrap{
	position: absolute;
	top: 22px;
	left: 874px;
}
.dataBtn {
    font-family: SeoulNamsanB;
    border-radius: 23px;
    background-color: #ef5d28;
    box-shadow: 0px 2px 0 0 rgba(0, 0, 0, 0.41);
    font-size: 16px;
    color: white;
    padding: 10px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.dataBtn *{
	vertical-align: middle;
}
.dataBtn > img{
	margin-left: 7px;
}
.titleLogo{
	display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
}
.menuAll{
	position: absolute;
    top: 55px;
    left: 60px;
    width: 300px;
}
.menuWrap{
	width: 100%;
	font-size: 20px;
    border-top: 1px dashed rgba(0, 0, 0, 0.4);
    font-family: SeoulNamsanM;
    font-weight: bold;
}
.menu{
	cursor: pointer;
	height: 55px;
    line-height: 55px;
}
.menu > *{
	vertical-align: middle;
}
.menu > img{
	margin-right: 10px;
	margin-left: 15px;
}
.menu.disable{
    color: #9a9a99;
}
.guideBtn{
	position: absolute;
    bottom: 35px;
    left: 76px;
    border-radius: 6px;
    font-size: 12px;
    border: #65250e solid 1px;
    overflow: hidden;
    box-shadow: 1px 1px 1px #a36209, 1px -1px 1px #a36209, -1px 1px 1px #a36209, -1px -1px 1px #a36209;
    text-align: center;
    font-size: 16px;
    font-family: SeoulNamsanM;
    padding: 7px 20px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #bf4214;
    font-weight: bold;
    cursor: pointer;
}

.guideBtn  *{
	vertical-align: middle;
}
.guideBtn > img{
	margin-right: 7px;
}
.logo{
	position: absolute;
    top: 715px;
    right: 58px;
    width: 135px;
}
.logo img{
	width: 100%;
}

#copyRight{
	font-family: RixBGothicM;
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.menu:hover{
	background-color: rgba(255, 21, 20, 0.5);
	color: white;
}
.on{
	background-color: #ffd615;
}
.menuWrap ul{
	list-style: none;
	margin:0;
}
.menuWrap li:first-child{
	padding-top: 10px;
}
.menuWrap ul li{
	padding-bottom: 10px;
	cursor: pointer;
	font-size: 16px;
	color: #9a9a99;
	margin-left: 39px;
}
.menuTabOn{
	background-color: #ffff99;
}
.menuTab li:hover{
	color:rgba(255, 21, 20, 1);
}
.view { display: block; }
.hide { display: none; }

/* -----------------팝업----------------- */
.popupcontainer{
    font-family: SeoulNamsanM;
    font-weight: bold;
    font-size: 18px;
    position:absolute;
    top: 110px;
    left: 220px;
    width: 900px;
    height: 500px;
    z-index: 100;
    display: none;
}
.imgBtnboxAll{
	text-align: right;
    padding-top: 10px;
    padding-bottom: 5px;
  /*  cursor: pointer;*/
    z-index: 3;
    position: absolute;
    right: 0;
}
.imgBtnboxAll div{
	display: inline-block;
}
.popInner{
	position: absolute;
    top: 0;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 15px;
    border: 1px solid #a0a0a0;
    box-shadow: 3px 3px 6px rgba(43, 43, 43, 0.48);
}
.popupcontainer table{
	width: 95%;
    margin: 0 auto;
    margin-top: 74px;
}
.popupcontainer table .tablefirstLine{
	background-color: #576977;
	color: white;
	text-align: center;
}
.popupcontainer table .tablefirstLine td{
	padding: 10px 0;
}
.borderRight{
	height: 25px;
    line-height: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.tbBorderBottom .dash{
	position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
    width: 854px;
}
.tbBorderBottom td{
	padding: 14px 2px;
	position: relative;
	border-collapse: collapse;
}
.tbBorderBottom:nth-child(odd) {background: #f8f8f8;}

.tabletextBox{
	width: 86%;
    display: inline-block;
    vertical-align: middle;
	/* float: left; */
}
.tabletextBox > *{
    vertical-align: middle;
}
.tableroundBox{
	font-family: Daum_Regular;
    position: relative;
    background-color: #fe6233;
    color: white;
	width: 75px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    border-radius: 16.5px;
    vertical-align: middle;
}
.tableroundBox:before{
	content: '';
    width: 20px;
    height: 25px;
    position: absolute;
    top: 2px;
    left: 2px;
	background: url(../../include/images/index/Shape2.png) no-repeat;
}
.goBox{
	/* float: right; */
    display: inline-block;
    width: 11%;
    height: 26px;
    line-height: 25px;
    color: #5a5a5a;
    text-align: center;
    border-radius: 30px;
    border: 1.3px solid #5a5a5a;
    font-size: 15px;
    cursor: pointer;
    vertical-align: middle;
}
.goBox:hover{
	color: #ff484e;
	border-color:#ff484e;
}
.go_text{
	display: inline-block;
		padding-right: 3px;
		margin-left: 4px;
}
.go_nextbtn{
	display: inline-block;
    vertical-align: middle;
}
.tx_align{
	text-align: center;
    cursor: pointer;
}
.tx_align > img{
    width: 40px;
}
.bgGreen{background-color: #67aa2d;}
.bgPurplelignt{background-color: #e67cd3;}
.bgpurple{background-color: #9196e0;}
.homebtn{
	cursor: pointer;
}
.nextbtn{
	visibility: hidden;
}
/*     Gopopup     */
.gopopupContainer{
	position: absolute;
    top: -1px;
    left: -1px;
}
.gopopupContainer .imgBtnboxAll{
	text-align: right;
    padding-top: 10px;
    padding-bottom: 5px;
    cursor: pointer;
    z-index: 3;
    position: absolute;
    right: 0;
}
.gopopupContainer .gopopupInner{
	position: absolute;
    top: 0;
    left: 0px;
    width: 900px;
    height: 500px;
    background-color: white;
    border-radius: 14px;
	border: solid 1px #2e3547;
    text-align: center;
}
.gopopupInner .goTopbox{
	font-family: NanumGothicBold;
    width: 100%;
    height: 70px;
    font-size: 24px;
    line-height:70px;
    color: white;
    background-image: linear-gradient(to top, #5b6674, #737b86);
    box-shadow: 0px 4px 0 0 rgba(0, 0, 0, 0.16), inset 0px 2px 2px 0 rgba(255, 240, 240, 0.2);
    border-top-left-radius: 13px;
	border-top-right-radius: 13px;
    text-align: left;
}
.gopopupInner .goTopbox .gotopImg{
	vertical-align: sub;
		margin-left: 40px;
	}
.gopopupInner .goTopbox div{
	display: inline-block;
}
.goroundWrap > li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}
.goroundBox {
    font-family: Daum_Regular;
    position: relative;
    color: white;
    width: 75px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    text-align: center;
    border-radius: 16.5px;
    margin: 10px auto;
    margin-top: 20px;
}
.goroundBox:before{
    content: '';
    width: 20px;
    height: 25px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: url(../../include/images/index/Shape2.png) no-repeat;
}
.middleText{
	text-align: center;
    font-size: 24px;
    color: #172126;
    margin-bottom: 20px;
}
.goTableAll{
	width: 873px;
    margin: 0 auto;
	/*background-color: rosybrown;*/
	cursor: pointer;
    text-align: left;
}
.tableLine{
	height: 60px;
    line-height: 60px;
    position: relative;
    border-bottom: 1px dashed rgba(130, 142, 151, 0.8);
}
.tableLine > *{
    vertical-align: middle;
}
.tableLine:hover {
    background-color: #f96b32;
    color: white;
    border-radius: 10px;
    box-shadow: inset 0px -4px 0 0 rgba(0, 0, 0, 0.14);
}
.tableLine:hover:after{
	content: '';
	background: url(../../include/images/index/arw_white.png)no-repeat;
    width: 17px;
    height: 29px;
    position: absolute;
    right: 25px;
    top: 23px;
}
.tableicon{
	display: inline-block;
	padding-left: 26px;
	color: #000000;
}
.tableLine.no .tableicon{
    opacity: 0;
}
.tableiconText{
	display: inline-block;
    width: 170px;
    height: 52px;
	line-height: 52px;
    padding-left: 20px;
    font-size: 22px;
    border-right: 1px dashed rgba(130, 142, 151, 0.8);
}


.tableMtext{
	display: inline-block;
    width: 561px;
    font-size: 22px;
    padding-left: 13px;
    letter-spacing: -1px;
    font-weight: normal;
}
.imghover{
	background: url(../../include/images/index/arw.png)no-repeat;
    width: 17px;
    height: 29px;
    position: absolute;
    right: 25px;
    top: 23px;
}
.dataRoom{
    display: none;
    position: absolute;
    right: 175px;
    top: 64px;
    width: 120px;
    height: 110px;
    background: url(../../include/images/index/dataRoom.png) no-repeat;
    background-size: 100% 100%;
    text-align:  center;
    color: #fff;
    font-size: 13px;
    text-shadow: 1px 1px #fd8f00;
    font-family: NGothicB;
    cursor: pointer;
    z-index: 101;
}
.dataRoom > div{
    height: 25px;
}
.dataRoom > div:first-child{
    margin-top: 14px;
}
.dataRoom > div:hover{
    color: #57440b;
}