@charset "utf-8";
 

#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: 800px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: -10px 0 0 0;
    position: relative;
    z-index: 999;
}

.silde-frame {
    width: 100%;
    height: 350px;
    border-radius: 15px;
    box-shadow: 0 0 7px #3f3f3f;
}



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

.jurom-info {
    width: 67%;
    display: flex;
    justify-content: center;
    border: 1px solid #3e438f;
    box-shadow: 0 0 6px #3f3f3f;
    background-image: linear-gradient(90deg, rgb(210 233 255 / 30%) 50%, transparent 50%), linear-gradient(rgba(210 233 255 / 30%) 50%, transparent 50%);
    background-size: 40px 40px;
    background-color: rgb(241 248 255);
}

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

.main-login {
    height: 30%;
    margin: 0 0 2% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 79px, transparent 79px, transparent 81px, transparent 81px),linear-gradient(#e9e9e9 0.1em, transparent 0.1em);
    background-size: 100% 1.7em;
    box-shadow: 0 0 7px #3f3f3f;
    border: 1px solid #3e438f;
}

#login_box {
    width: 100%;
    padding: 0px 30px !important;
}

.main-banner {
    height: 58.5%;
    text-align: center;
    overflow-y: auto;
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 79px, transparent 79px, transparent 81px, transparent 81px),linear-gradient(#e9e9e9 0.1em, transparent 0.1em);
    background-size: 100% 1.7em;
    padding: 20px;
    box-shadow: 0 0 7px #3f3f3f;
    border: 1px solid #3e438f;
}

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

.mo-container {
    display: none;
}


@media (max-width: 1000px) {

}



@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;
}
}
