@charset "utf-8";
 
::-webkit-scrollbar {
	width: 0px !important;
}


#no_design_main	{
	position: relative;
	padding: 20px 0;
}
#no_design_main:after	{
	content: "";
	display: block;
	position: relative;
	clear: both;
}

#main_visual_box	{ 
	min-height: 100px;
	background: #000;
	margin-bottom: 20px;
}

#main_twitter_box	{
	position: relative;
	width: 32%;
	height: 260px;
	float: left;
	margin-bottom: 20px;
}
.twitter	{ max-height: 100%; }

#main_image_box	{
	position: relative;
	width: 32%;
	margin-left: 2%;
	margin-right: 2%;
	height: 260px;
	text-align: center;
	line-height: 260px;
	float: left;
	margin-bottom: 20px;
}

#main_side_box	{
	position: relative;
	width: 32%;
	height: 260px;
	float: right;
	margin-bottom: 20px;
}

#main_login_box	{ margin-bottom: 20px; }
#main_banner_box	{
	padding: 20px;
	height: 130px;
	text-align: center;
	box-sizing: border-box;
}


#main_copyright_box	{
	display: block;
	position: relative;
	clear: both;
	text-align: center;
}



/************************** 커스텀 **************************/
.main-container {
    width: 100%;
    height: 810px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: -10px 0 0 0;
}

.silde-frame {
    width: 91%;
    height: 300px;
    border: 50px solid;
    border-image-source: url(/img/slide_frame.png);
    border-image-repeat: round;
    border-image-slice: 55;
    position: relative;
    z-index: 900;
}

.main-slide {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 105px;
    left: 40px;
    width: 93%;
    height: 310px;
}

.main-info {
    width: 100%;
    height: 410px;
    display: flex;
    justify-content: center;
    margin: 0 10px
}

.eichi-info {
    width: 44%;
    background-color: #0e0e0e;
    border: 30px solid transparent;
    border-image: url(/img/border_frame.png);
    border-image-slice: 80;
    display: flex;
    justify-content: center;
}


.main-latest {
    width: 18%;
    margin: 0 0.8%;
    background-color: rgba(0,0,0,0.5);
    border: 30px solid transparent;
    border-image: url(/img/border_frame.png);
    border-image-slice: 80;
    overflow-y: auto;
}

.main-etc {
    width: 26%;
    height: 100%;
}

.main-login {
    height: 20%;
    margin: 0 0 2% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.5);
    border: 30px solid transparent;
    border-image: url(/img/border_frame.png);
    border-image-slice: 80;
}

.main-banner {
    height: 49.1%;
    text-align: center;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.5);
    border: 30px solid transparent;
    border-image: url(/img/border_frame.png);
    border-image-slice: 80;
}

.slide_btn {
    position: absolute;
    z-index: 900;
    padding: 3px 10px;
    border: 2px solid #222;
    top: 10px;
    right: 10px;
    border-radius: 15px;
    background-color: #7C0D0D;
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
    cursor: pointer;
}


.mo-container {
    display: none;
}

@media (max-width: 1000px) {
.main-info {margin: 0 10px}
}



@media (max-width: 700px) {
    .main-container {display: none;}
    .silde-frame {display: none;}
    .main-slide {display: none;}
    .main-info {display: none;}

.mo-container {
    width: 70%;
    display: flex;
    height: 400px;
    padding: 0px !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
}



@media (max-width: 460px) {
.mo-container {
width: 100%;
    display: flex;
    height: 400px;
    padding: 0px !important;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
}

@media (max-width: 390px) {

.mo-container {
    margin: 0 auto;
}
}