﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@font-face{
  font-family: '윤Pro돋움150';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/YOONPRODOTUM150.OTF');
}
@font-face{
  font-family: 'NewHDR';
  font-weight: normal;
  font-style: normal;

  src: url('../fonts/NEWHDR.TTF');
}
body *{
	font-family: NewHDR;
	font-size: 18px;
}
/* header */
#header{
	  width: 1900px;
    height: 75px;
    background: #fe1c1d;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
}
#header .logoBox{ width:158px; cursor:pointer; margin-left: 20px;}
#header .nevBar{
	display:flex;
	margin-right: 20px;
}
#header .nevBar>div{
	width: 150px;
	height: 60px;
	background-color: #353364;
	color: #FFFFFF;
	cursor:pointer;
	margin: 0 3px;
	border: #FF0088 2px solid;
	border-radius: 14px 14px 0 0;
	border-bottom: none;
}
#header .nevBar>div:hover{
	background-color: #58558B;
	
}
#header .nevBar .nevBox{
	display: flex;
	align-items: center;
	
}
#header .nevBar .nevBox img{
	width: auto;
	height: 40px;
	padding: 0px 0px 0px 18px;
}
#header .nevBar p{
	font-size: 16px;
	padding: 6px 8px;
    margin: 14px auto;
    text-align: center;
}
.main{
	width: 1900px; position: relative;
}
.main .backgroundImg{
	position: absolute;
    z-index: -2;
    right: 0;
}
.main .btnBox{
	display: flex;
    flex-direction: column;
    height: 321px;
    width: 400px;
    align-items: flex-start;
    position: relative;
    left: 1450px;
    top: 40px;
}
.main .btnObj{
	display: flex;
	align-items: center;
	color: white;
	font-size: 36px;
	justify-content: flex-start;
}
.main .btnObj img{
	margin: 0 14px;
}
.main .btnObj img:hover{
	transform: scale(1.1);
	transition:.5s;
}
.silderAndMainText{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 95%;
}
.slider {width: 500px;height: 450px;border-radius: 14px 14px 0 0;}
.box img {width: 500px;}

.silderAndMainText .mainText img{
	width: 640px;
	height: auto;
}
#footer{width: 1920px; height: 70px;position:relative;bottom:10px;  background: #454458;box-shadow: 0 10px 20px 0 rgba(0,0,0,0.5), 0 20px 7px 0 rgba(0,0,0,0.49); margin:0 auto;}

#footer a{cursor: pointer;color: white;text-decoration: none;}


.ezc_top_skin img{
	width: 150px;
}
.ezc_top_skin{
	height: 125px!important;
}
.ezc_top_skin img{
	margin-top: 20px;
}
span.expand { transform: rotate(180deg); }


.pc { display : block; width: 1900px; margin: 0 auto; box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19); text-align: left; overflow: hidden;}
.mo { display : none; }
#ezHelpChatdiv{ top: 86px;left: 18px; }

@media only screen and (max-width: 640px) {
	.pc { display : none; }
	.mo { display : block; }
	#ezHelpChatdiv{ top: 16px;left: 200px; }	
	#stepped_out{left: -112px!important;}
	#ezcSpeechBubbleImgWrap{left: -195px;}
	#ezcTooltipBubbleMsg{display: none!important;}
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
}
.slide {
  position: relative;
  overflow: hidden;
  top: 190px;
  left: 80px;
  width: 900px;
  height: 600px;
}

.panel {
  width: 500%;
  height: 100%;
}

.panel:after {
  content: "";
  display: block;
  clear: both;
}

.panel>li {
  width: 20%;
  height: 600px;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.panel>li:nth-of-type(1) {
  background-image:url("../images/main02.jpg");background-size: 900px 600px;
}

.panel>li:nth-of-type(2) {
  background-image:url("../images/main07.jpg");background-size: 900px 600px;
}

.panel>li:nth-of-type(3) {
  background-image:url("../images/main01.jpg");background-size: 900px 600px;
}

.panel>li:nth-of-type(4) {
  background-image:url("../images/main03.jpg");background-size: 900px 600px;
}

.panel>li:nth-of-type(5) {
  background-image:url("../images/main06.jpg");background-size: 900px 600px;
}
.dot:after {
  content: "";
  display: block;
  clear: both;
}

.dot {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}

.dot>li {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.dot>li.on {
  background-color: #342f2f;
}


.slide_m {
  overflow: hidden;
  width: 100vw;
  height: 40vh;
}

.panel_m {
  width: 500%;
  height: 100%;
}

.panel_m:after {
  content: "";
  display: block;
  clear: both;
}

.panel_m>li {
  width: 20%;
  height: 100%;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.panel_m>li:nth-of-type(1) {
  background-image:url("../images/main02.jpg");background-size: 100vw;
}

.panel_m>li:nth-of-type(2) {
  background-image:url("../images/main07.jpg");background-size: 100vw;
}

.panel_m>li:nth-of-type(3) {
  background-image:url("../images/main01.jpg");background-size: 100vw;
}

.panel_m>li:nth-of-type(4) {
  background-image:url("../images/main03.jpg");background-size: 100vw;
}

.panel_m>li:nth-of-type(5) {
  background-image:url("../images/main06.jpg");background-size: 100vw;
}
.dot_m:after {
  content: "";
  display: block;
  clear: both;
}

.dot_m {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
}

.dot_m>li {
  float: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  text-indent: -9999px;
  cursor: pointer;
}

.dot_m>li.on_m {
  background-color: #342f2f;
}

.modal-popup {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 50%;
  min-width: 1280px;
  width: 100%;
  height: 100%;
  min-height: 768px;
  margin: 0 0 0 -50%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-popup .modal-wrap .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  display: block;
  width: 62px;
  height: 62px;
  text-indent: -9999px;
  background: blue;
}

.pop-layerCenterAdd {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  background-color: #262f40;
  z-index: 10;
  width: 70%;
  height: 70%;
  transform: translate(-50%,-50%);
}

.pop-top {
  position: relative;
  height: 42px;
  background-color: #121519;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-body {
	background-color: #1E2126;
 	padding: 20px;
  height: calc(100% - 80px);
  overflow-y: scroll;
  color: white;
}

.pop-close {
  position: absolute;
  right: 20px;
  top: 8px;
  background-color: transparent;
  border: transparent;
}

.controllog-wrapper{
  width: 100%;
  height: 100%;
}