/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */



/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	width: 100%;
	position: relative;
	/*margin: 0 0 60px auto;*/
	padding: 0;
 *zoom: 1;
}
#main_slide_top .bx-wrapper img {
	max-width: 100%; width:100%; height:auto;
}
.sbox_over img {
	padding: 0px;
	margin: 0px;
	border: 3px solid #fff;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;*/
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #dadada;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../img/pager_off.png) no-repeat 100%;
	text-indent: -9999px;
	display: block;
	width: 23px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../img/pager_on.png) no-repeat 100%;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper #slider-prev {
	left: 20px;
	background: url(../img/controls_L.png) no-repeat;
}
.bx-wrapper #slider-next {
	right: 20px;
	background: url(../img/controls_R.png) no-repeat;
}
/*
.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -24px 0;
}
*/
.bx-controls-direction {}
/*.slider-controls {
	margin-top: -50px;
	outline: 0;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	z-index: 1;
	display: inline-block;
	text-align:center;
}*/
.bx-wrapper:hover .bx-controls-direction a {
	display: block;
}
/*.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}*/

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #999\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-controls {
	position: relative;
	z-index: 1;
	position:absolute; margin-top:-50px; text-align:right; width:100%;
}

.slider2 a {
	display: block;
	position: relative;
}
.rol_hover {
	position: absolute;
	top: 0;
	opacity:0;
}
.rol_def {
	display:block;
}


.roling {
    position: relative;
    background-color: #ececee;
    width: 100%;
    height: 793px;
}


.r_controlBx {position:absolute; top:40%; width:100%; z-index:2}
.slider-controls {width:40px; height:84px; float:right;}
.slider-controls a {text-indent: -9999px; display:block; height:100%;}
#slider-next {background: url(../img/controls_R.png) no-repeat; float:right; position:relative; right:40px;}
#slider-prev {background: url(../img/controls_L.png) no-repeat; float:left; position:relative; left:40px;}
#slider-stop {background: url(../img/main_stop.png) no-repeat;}


.slider2 {position:relative !important; width:100% !important;}


.rol_txt {position:absolute; top:200px;  margin-left:32%; width:50%; max-width:594px; text-align:left;  z-index:100}
.rol_timg {width:100%; max-width:594px;}
.rol_a {margin:0 auto; z-index:1}
.rol_a img {width:100%;}
.rol_bt {position:absolute; top:120px; left:49%; text-align:right; width:50%; max-width:538px; z-index:100}
.rol_bt img {width:100%; max-width:178px;}


/*硫붿씤 而⑦뀗痢�*/
/*.m-mid {
	position: relative;
	width:100%;
	max-height:225px;
	z-index:2001;
}
*/
.m-mid {
	position:absolute; 
	top:675px;  
	margin-left:-7%; 
	width:100%; 
	max-width:1080px; 
	text-align:left;  
	z-index:100
}
.mmt_left1 {
	float: left;
	width: 37.77%;
	max-width:408px;
}


.mmt_left2 {
	float: left;
	width: 20.74%;
	max-width:224px;
	max-height:225px;
	background-color:#fcce23;
}

.mmt_right1 {
    float: left;
    font-family: NanumBarunGothicOTF, "나눔바른고딕", "고딕", Ngothic;
    width: 20.74%;
    max-width: 224px;
    height: 225px;
    background: url(http://www.somangwf.net/img/main/love_call.png) no-repeat;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 0.8;
    padding-top: 23px;
    background-position-x: center;
}

.bigtext{
	font-size:1.2em;
	font-weight:bold;
	line-height:2;
}

.samlltext {
	font-size:0.7em;
}

.mmt_right2 {
	float: left;
	width: 20.74%;
	max-width:224px;
}


/*硫붿씤 �ㅻⅨ履쎈쾭��*/

.mbl_bt1 {
	background-color: #fff;
	border-bottom:1px dotted #999;
}
.mbl_bt2 {
	background-color: #fff;
	border-left:1px dotted #999;
	border-bottom:1px dotted #999;
}
.mbl_bt3 {
	background-color: #fff;
}
.mbl_bt4 {
	background-color: #fff;
	border-left:1px dotted #999;
}
.mbl_bbx:hover {
	background-color:#efefef;
	border-left:1px dotted #999;
}



.mbl_bbx {
	float: left;
	width: 50%;
	height: 112px;
	padding: 20px 0;
	text-align: center;
	font-size:17px;
}
.mbl_bbx a {
	color: #444444;
	display: block;
	font-family: 'NanumBarunGothicR', sans-serif;
}
.mbl_bbx img {
	margin-bottom: 15px;
}

.mbl_bt1 img {
    margin-bottom: 8px;
    margin-top: -3px;
}

.mbl_bt2 img {
    margin-bottom: 8px;
    margin-top: -3px;
}

.mbl_bt3 img {
    margin-bottom: 8px;
    margin-top: -3px;
}

.mbl_bt4 img {
    margin-bottom: 8px;
    margin-top: -3px;
}

/*硫붿씤 �쇱そ 怨듭��ы빆*/

.mmt_tabs01 {
	display: block;
}
.mmt_tabs {
    font-size: 20px;
    padding: 20px 20px 0 25px;
    float: left;
    width: 100%;
    cursor: pointer;
    font-family: "NanumBarunGothicOTF", sans-serif;
}


.mmt_tabs:hover {
	color: #0c4ca3;
}

.mmt_tabs a {
	float:right;
	color:#ddd;
	font-size:40px;
	padding:0;
	margin-top:-15px;
}
.mmt_tabs a:hover {
	color:#0c4ca3;
}

.mmt_boxs {
    margin-right:0;
	padding-right:0;
}

 @media (min-width:1980px) {
.rol_txt {argin-left:-1%;}
	}
 @media (max-width:1600px) {
.roling {height:730px;}
.rol_timg {width:80%; margin-right:-65px;}
.rol_bt { top:120px;left:54%;max-width:460px; z-index:100}
.rol_bt img {width:70%; max-width:150px;}
.m-mid {top:600px; margin-left:-7%;}
.mmt_left1 {
	width: 35.2%;
}
.mmt_left2 {
	width: 21.6%;
}

.mmt_right1 {
	width: 21.6%;
}
.mmt_right2 {
	width: 21.6%;
	max-width:224px;
}





	}
 @media (max-width:1199px) {
.roling {height:630px;}
.rol_timg {width:100%; margin-left:-30px; margin-top:30px;}
.rol_bt { top:120px;left:54%;max-width:410px; z-index:100}
.rol_bt img {width:70%; max-width:140px;}
.m-mid {top:450px; margin-left:-7%;}
.mmt_left1 {
	width: 25%;
}
.mmt_left2 {
	width: 25%;
}

.mmt_right1 {
	width: 25%;
}
.mmt_right2 {
	width: 25%;
}



	}
 @media (max-width:991px) {
.rol_timg {width:150%; margin-left:-30px; margin-top:30px;}

.rol_txt {width:30%;}


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}
.bx-wrapper .bx-default-pager.bx-pager a {
	width: 14px;
	background-size: 100%
}
.bx-wrapper .bx-controls-direction a {
	width: 23px;
	background-size: 185%;
}
.bx-wrapper .bx-next {
	background-position: -20px 0px;
}
.slider2 img {
	width: 100%;
	height: auto;
}
.m-mid {top:400px; margin-left:-7%;}
.mmt_left1 {
	width: 39%;
}
.mmt_left2 {
	display:none
}

.mmt_right1 {
	width: 30.5%;
}
.mmt_right2 {
	width: 30.5%;
}
}
 @media (max-width:920px) {
.rol_timg {width:150%; margin-left:-20px; margin-top:50px;}
.rol_bt {left:48%;max-width:380px; z-index:100}
.rol_bt img {width:65%; max-width:130px;}
.mmt_left1 {
	width: 38%;
}
.mmt_left2 {
	display:none
}

.mmt_right1 {
	width: 31%;
}
.mmt_right2 {
	width: 31%;
}
}


 @media (max-width:768px) {
	 .rol_txt {top:0; text-align:center;}
	 .rol_timg {width:100%; margin-right:0;}
	 .r_controlBx {
    position: absolute;
    top: 5%;
    width: 100%;
    z-index: -111111;
}

.mmt_left1 {
	width: 25%;
}
.mmt_left2 {
	width: 25%;
}

.mmt_right1 {
	width: 25%;
}
.mmt_right2 {
	width: 25%;
}
	 }