@charset "utf-8";

.home > div {overflow: visible!important;}
#main {
	float: none;
	width: auto;
	border: 0 none;
	background: none;
}

.main-visual-box {
	position: relative;
	margin-bottom: 40px;
	background: #f9f9f9;
	width:78.1250vw;
	margin:0 auto 40px;
}
.select-visual {
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: bottom 0.5s;
	-moz-transition: bottom 0.5s;
	-ms-transition: bottom 0.5s;
	-o-transition: bottom 0.5s;
	transition: bottom 0.5s;
}
.select-visual > a {
	display: inline-block; *display: inline; *zoom: 1;
	min-width: 60px;
	height: 20px;
	padding: 0 10px;
	background: #555;
	color: #828282;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.75;
}
.select-visual > a.on {
	background: #214291;
	color: #fff;
}
.main-visual-box:hover .select-visual {
	bottom: 41px;
}
.main-visual .thumb:after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3) url(../images/main/btn_play.png) center center no-repeat;
}

.main-r {
	clear: both;
	overflow: hidden;
	margin-bottom: 25px;
}
.main-r > div {
	float: left;
}


@media screen and (max-width: 1440px) {
	.main_inner {
		width: 78.1250vw;
	}
}

@media screen and (min-width: 959px) {
	.main-visual-box:after {
		content: '';
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		height: 9px;
		background: url(../images/main/shd_visual.png) center center no-repeat;
		background-size: 100% 100%;
	}
}/*/mediaquery*/


@media screen and (max-width: 960px) {
	.select-visual > a {
		min-width: 0;
		padding: 3px 15px;
	}
	.main-visual-box {
		margin-bottom: 45px;
		width:100%;
		max-width:620px;
	}
	.main-visual-box:hover .select-visual {
		bottom: -32px;
	}
	.select-visual {
		bottom: -32px;
	}
	.main-r.r1 .c-center {
		margin-bottom: 0;
	}
	.main-r.r2 .c-center {
		margin-bottom: 25px;
	}
}/*/mediaquery*/


@media screen and (max-width: 480px) {
	.main-r.r1,
	.main-r.r2 .c-center {
		margin-bottom: 0;
	}
	.main-r.r2 {
		margin-bottom: 5%;
	}
	.main-r.r2 .c-left,
	.main-r.r2 .c-right {
		float: none;
		width: 100%;
	}
	.main-r.r2 .c-left img,
	.main-r.r2 .c-right img {
		width: 100%;
	}
}/*/mediaquery*/

@media screen and (max-width: 320px) {
.r1 {
	margin-bottom: 0;
}
}/*/mediaquery*/




.pcs3 {
	padding-left: 25%;
	padding-right: 25%;
}
.pcs3 .c-center {
	width: 100%;
}
.pcs3 .c-left {
	width: 50%;
	margin-left: -150%;
}
.pcs3 .c-right {
	float: left;
	width: 50%;
	margin-right: -50%;
}

@media screen and (max-width: 960px) {
.pcs3 {
	padding: 0;
}
.pcs3 .c-left {
	margin-left: 0;
}
.pcs3 .c-right {
	margin-right: 0;
}
}/*/mediaquery*/



/* main banner
****************************************************************/
.banner-slide {
	position: relative;
	overflow: hidden;
}
.banner-slide a {
	position: relative;
	display: block;
}/*
.banner-slide .over {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3) url(../images/main/btn_+.gif) center center no-repeat;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	z-index: 2;
	cursor: pointer;
}
.banner-slide:hover .over {
	filter: alpha(opacity=30);
	opacity: 1;
}*/

.banner-slide .bx-pager,
.banner-slide .controller {
	position: absolute;
	width: 100%;
	bottom: 15px;
	text-align: center;
	line-height: 0;
	z-index: 3;
}
.bx-pager-item {
	display: inline-block; *display: inline; *zoom: 1;
	margin: 0 4px;
}
.bx-pager-link,
.banner-slide button {
	overflow: hidden;
	display: inline-block; *display: inline; *zoom: 1;
	width: 15px;
	height: 15px;
	margin-left: 7px;
	padding: 0;
	border: none;
	background-color: #555;
	cursor: pointer;
	text-indent: -200%;
	line-height: 1;
}
.bx-pager-link:focus,
.banner-slide button:focus {
	outline: none;
}
.bx-pager-link:first-child,
.banner-slide button:first-child {
	margin: 0;
}
.bx-pager-link.active,
.banner-slide button.on {
	background-color: #214291;
}
.banner-slide .items {
	position: relative;
	z-index: 1;
}
.banner-slide .items li {
	float: left;
}

@media screen and (max-width: 640px) {
.banner-slide .controller {
	bottom: 10px;
}
}

@media screen and (max-width: 320px) {
.bx-pager-item {
	margin: 0 2px;
}
.bx-pager-link,
.banner-slide button {
	width: 10px;
	height: 10px;
}
}/*/mediaquery*/



/* quick links */
.main-links-list {
	overflow: hidden;
	margin-left: 5%;
	padding-top: 5px;
}
.main-links-list li {
	float: left;
	width: 19%;
	border-left: 1px solid #d0d0d0;
	font-size: 15px;
	line-height: 1.1;
}
.main-links-list li:first-child {
	border-left: 0 none;
}
.main-links-list a {
	display: block;
	border-left: 1px solid #fff;
	text-align: center;
}
.main-links-list a span {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 30px;
}
.main-links-list .ir .img {
	display: block;
	height: 30px;
	background: url(../images/main/txt_link.gif) top left no-repeat;
}
.main-links-list .callin 	.ir .img { background-position:  -60px 0; }
.main-links-list .cost 		.ir .img { background-position: -120px 0; }
.main-links-list .online 	.ir .img { background-position: -180px 0; }
.main-links-list .event 	.ir .img { background-position: -240px 0; }

.main-links-list li:first-child a {
	border-left: 0 none;
}
.main-links-list img {
	display: block;
	margin: 0 auto 7px;
}

@media screen and (max-width: 480px) {
	.main-links-list {
		margin-left: 2%;
		padding: 1% 0;
	}
	.main-links-list:after {
		content: '';
		display: list-item;
		float: left;
		width: 49%;
		border-top: 1px solid #fff;
	}
	.main-links-list li {
		width: 49%;
		border-left: 0 none;
		border-bottom: 1px solid #d0d0d0;
		font-size: 13px;
	}
	.main-links-list img {
		display: inline-block;
		margin: 9px 0;
	}
	.main-links-list .board a,
	.main-links-list .callin a {
		border-top: 0 none;
	}
	.main-links-list .event {
		border-bottom: 0 none;
	}
	.main-links-list a {
		border-left: 0 none;
		border-top: 1px solid #fff;
	}
	.main-links-list a span {
		display: inline-block;
		width: auto;
		margin-top: 10%;
	}
	.main-links-list .ir .img {
		display: none;
	}
	.main-links-list .ir .cont {
		overflow: hidden;
		position: static;
		width: 93px;
		font-weight: bold;
		text-align: left;
	}
}/*/mediaquery*/



/* 3rd row
****************************************************************/
.main-r.r3 {
	position: relative;
	height: 280px;
	margin-bottom: 0;
}
.main-r.r3:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	height: 7px;
	background: url(../images/main/shd_visual_r3.png) center center no-repeat;
	background-size: 100% 100%;
	z-index: 10;
}
.no-generatedcontent .main-r.r3 {
	border-top: 1px solid #d0d0d0;
}

.main-r.r3 > div {
	width: 25%;
}

.main-r .c1 {

}
.main-r .c2 {
	height: 100%;
	background-color: #fff;
}
.main-r .c3 {

}
.main-r .c4 {
	height: 100%;
	float: right;
	background-color: #fff;
}

.main-r .c1 img {
	display: block;
}

.box-news,
.box-review,
.box-guide {
	margin: 8.066% 9.68%;
}


/* news */
.box-news {
	position: relative;
}

.box-news h1 {
	position: absolute;
	top: 0;
	width: 48%;
	height: 30px;
	font-size: 0.9em;
}
.box-news .notice 	h1 { left:0; }
.box-news .forum 	h1 { right: 0; }

.box-news h1 a {
	display: block;
	height: 31px;
	margin: 0;
	border: 2px solid #ccc;
	background-color: #ccc;
	color: #767676;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}
.box-news h1.current a {
	background-color: #fff;
	border-color: #214291;
	color: #214291;
}

.box-news .cont {
	padding-top: 40px;
}
.box-news li {
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #e5e5e5;
}
.box-news li:first-child {
	border-top: 0 none;
}
.box-news li > a {
	position: relative;
	display: block;
	min-height: 62px;
	padding-left: 70px;
}
.box-news li > a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	border: 1px solid #e5e5e5;
}
.box-news li > a div {
	overflow: hidden;
	line-height: 1.2;
}
.box-news li > a b {
	display: block;
	margin-top: 3px;
	color: #333;
	font-size: 0.9em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap:break-word;
	line-height: 1.2em;
	height: 2.4em;
}
.box-news .date {
	display: block;
	margin-top: 11px;
	color: #999;
	font-size: 0.75em;
}
.box-news .more {
	display: block;
	margin-right: 5px;
	padding-right: 10px;
	background: url(../images/main/news_arr.gif) right center no-repeat;
	color: #666;
	font-size: 0.7em;
	text-align: right;
}

.main-r.r3 .h {
	display: block;
	height: 25px;
	padding-left: 10px;
	margin-bottom: 6%;
	font-size: 1em;
	line-height: 1.9;
	background: #968880 url(../images/main/h_r3_bg.gif) right bottom no-repeat;
	vertical-align: middle;
}


/* review */
.box-review a {
	display: block;
}
.box-review .thumb {
	display: block;
	text-align: center;
}
.box-review b {
	display: block;
	margin-top: 5.5%;
	padding: 0 4%;
	color: #333;
	font-size: 0.95em;
	line-height: 1.3;
}


/* guide*/
.box-guide .cont {
	padding: 0 2%;
}

.box-guide ul {
	font-size: 1px;
	line-height: 1;
	text-align: right;
}
.box-guide li {
	float: left;
	/*display: inline-block; *display: inline; *zoom: 1;*/
	margin-bottom: 8px;
	color: #333;
	font-size: 13px;
	width: 40%;
	text-align: left;
}
.box-guide .alt {
	width: 60%;
}
.box-guide li b {
	padding-left: 6px;
	background: url(../images/main/guide_dot.gif) left center no-repeat;
	color: #214291;
	font-weight: bold;
}
.box-guide li span {
	margin-left: 1.5%;
	color: #000;
	font-size: 0.9em;
}
.box-guide .note {
	border: 3px solid #eee;
	padding: 4.17% 6.29%;
	line-height: 1.2;
}
.box-guide .note b {
	display: block;
	color: #214291;
	font-size: 13px;
}
.box-guide .note span {
	font-size: 12px;
}
.box-guide .contact {
	margin-top: 6.25%;
	padding-top: 5.42%;
	border-top: 1px solid #e5e5e5;
}
.no-touch .contact > a {
	display: block;
	cursor: default;
}
.box-review ul{clear:left;padding-top:5px;}
.box-review li div{overflow:hidden;}
.box-review .thumb{width:50%;float:left;}
.box-review a b{width:42%;float:left;}
.box-review ul li b{float:left;font-size:14px;padding:0;width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:3%;}
.box-review ul li span{float:left;width:28%;font-size:12px;text-align:right;margin-top:3.3%;padding-right:2%}
.box-review .more{float:right;font-size:0.7em;padding-right: 10px;margin-top:3.5%;background: url(/static/images/main/news_arr.png) right center no-repeat;}


/* work6 추가 */
.home-event-wrap {
    background: none!important;
    overflow: inherit!important;
}

.home-event-h {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem 0 3rem;
  color: #1f1f1f;
  font-size: 2.5rem;
  text-align: center;
    position: relative;
}

.home-event-h .home-bricks-more {
    display: none;
}

.home-bricks-frame {
    position: relative;
}

#home-event-slide .bx-wrapper {
    max-width: 1245px!important;
}

#home-event-slide .bx-viewport {
    height: 304px!important;
}

.home-event-wrap .item {
    box-sizing: border-box;
    border: 1px solid transparent;
}

.home-event-wrap .item:hover {
    border: 1px solid #fff;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.home-event-prev .bx-prev {
    left: -80px;
    background: url(../images/main/event_slider_prev.png) no-repeat;
    opacity: 1;
    z-index: 1;
}

.home-event-next .bx-next {
    right: -80px;
    background: url(../images/main/event_slider_next.png) no-repeat;
    opacity: 1;
    z-index: 1;
}

.home-event-wrap .bx-controls {
    display: none;
    text-align: center;
    margin-top: 1.6rem;
}

.home-event-wrap .bx-default-pager {
    display: inline-block;
}

.home-event-wrap .bx-pager-item {
    margin: 0 6px;
}

.home-event-wrap .bx-pager-link {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: none;
    box-sizing: border-box;
    border: 1px solid #aeaeae;
}

.home-event-wrap .bx-pager-link.active {
    border: 0;
    background-color: #214291;
}

.home-event-more {
    display: block;
    width: 14.5rem;
    height: 4rem;
    box-sizing: border-box;
    border: 1px solid #5e6877;
    margin: 0 auto;
    margin-top: 2.8rem;
    margin-bottom: 3rem;
    font-size: 2.3rem;
    font-weight: 600;
    text-align: center;
    line-height: 4rem;
}

.home-event-more:hover {
    text-decoration: none;
    background: #5e6877;
    border-color: #5e6877;
    color: #fff;
}

@media screen and (max-width: 1100px) {
    .home-event-h {
        padding-top: 2rem;
        padding-bottom: 2.4rem;
    }

    .home-event-prev .bx-prev {
        left: -70px;
    }

    .home-event-next .bx-next {
        right: -70px;
    }

    .home-event-more {
        margin-top: 1.4rem;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 960px) {
    .home-event-h {
        text-align: left;
        padding-left: 2rem;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

    #home-event-slide .bx-viewport {
        height: 204px!important;
    }

    .home-event-prev .bx-prev {
        width: 36px;
        height: 36px;
        background-size: 100%;
        margin-top: 0;
        transform: translateY(-50%);
        left: -50px;
    }

    .home-event-next .bx-next {
        width: 36px;
        height: 36px;
        background-size: 100%;
        margin-top: 0;
        transform: translateY(-50%);
        right: -50px;
    }

    .home-event-more {
        font-size: 1.8rem;
        width: 12rem;
        height: 3.2rem;
        line-height: 3.2rem;
    }
}

@media screen and (max-width: 960px) {
    #home-event-slide .bx-viewport {
        height: inherit!important;
    }
}

@media screen and (max-width: 650px) {
    .home-event-h .home-bricks-more {
        display: block;
        top: 2.1rem;
        right: 2rem;
        font-size: 1.8rem;
    }

    .home-event-wrap .bx-controls {
        display: block;
    }

    .home-event-pager {
        display: none;
    }

    .home-event-more {
        display: none;
    }
}

.main-consult {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #232f60;
    box-sizing: border-box;
    padding: 1.6rem 0;
    padding-bottom: 16px;
    z-index: 100;
}

.main-consult .container {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}

.main-consult .container::after {
    content: "";
    display: block;
    clear: both;
}

.main-consult h3 {
    float: left;
    width: 15rem;
    font-size: 2.5rem;
    color: #fff;
}

.main-consult h3 img {
    display: none;
    float: left;
    margin-right: 1.2rem;
    margin-top: 0.6rem;
}

#consult2_form {
    float: left;
}

#consult2_form .form {
    position: relative;
    display: inline-block;
    margin-top: 0.4rem;
}

#consult2_form .form .form-head {
    display: inline-block;
}

#consult2_form .form label {
    font-size: 2rem;
    color: #fff;
    margin-right: 0.8rem;
}

#consult2_form .form input {
    height: 4.2rem;
    margin-right: 1.6rem;
    border-radius: 0.5rem;
}

#consult2_form #user-name {
    width: 14rem;
}

#consult2_form #user-phone {
    width: 20rem;
}

#consult2_form #user-counsel {
    width: 38rem;
    margin-right: 3.6rem;
}

#consult2_form .info {
    position: absolute;
    right: 3.6rem;
    bottom: -3.4rem;
    font-size: 1.4rem;
    color: #fff;
}

#consult2_form .info input {
    margin-right: 0;
}

#consult2_form .info a {
    color: #fff;
    margin-left: 1rem;
}

#consult2_form button {
    display: inline-block;
    width: 13rem;
    height: 6rem;
    border-radius: 0.5rem;
    background: #4c81fb;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
}

.locate_pop {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 600px;
    background: #fff;
    z-index: 1000;
    display: none;
}

.locate_pt {
    width: 100%;
    height: 40px;
    background: #19326c;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
}

.locate_pt .locate_close {
    width: 22px;
    height: 21px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.locate_pb {
    width: 100%;
    height: 362px;
    box-sizing: border-box;
    padding: 30px 20px;
}

.locate_pb .locate_pb_img {
    float: left;
    width: 55%;
    height: 302px;
    box-sizing: border-box;
    border: 1px solid #a1a1a1;
    background: url(../images/main/locate_pop_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.locate_pb .locate_pb_txt {
    float: right;
    width: 42%;
    text-align: center;
}

.locate_pb .locate_pb_txt > img {
    width: 74%;
}

.locate_infor {
    margin: 14px 0;
    box-sizing: border-box;
    padding-top: 10px;
    border-top: 1px solid #c8c5c5;
    border-bottom: 1px solid #c8c5c5;
    font-size: 1.4rem;
    color: #747373;
    font-weight: 600;
    white-space: pre-line;
}

.locate_infor p {
    font-size: 1.1rem;
}

.locate_infor p span {
    color: #204291;
}

.locate_send_form p {
    margin-bottom: 6px;
    font-size: 1.1rem;
    color: #747373;
}

.locate_send_form input {
    width: 56px;
    height: 20px;
    border-radius: 5px;
    background: #eeefef;
    border: 1px solid #a1a1a1;
}

.locate_send_form button {
    width: 60%;
    height: 36px;
    background: #2d3b4a;
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    border: 0;
    margin-top: 20px;
}

@media screen and (max-width: 640px) {
    .locate_pop {
        width: 93%;
    }

    .locate_pb {
        height: 606px;
        padding: 20px;
    }

    .locate_pb .locate_pb_img {
        float: none;
        width: 88%;
        height: 240px;
        margin: 0 auto;
    }

    .locate_pb .locate_pb_txt {
        float: none;
        width: 100%;
        margin-top: 16px;
    }
}

@media screen and (max-width: 1240px) {
    .main-consult {
        position: relative;
        margin-top: 3rem;
        padding: 1.6rem 2rem;
        padding-bottom: 2.8rem;
    }

    .main-consult .container {
        width: 100%;
    }

    .main-consult h3 {
        width: 18vw;
        font-size: 1.9vw;
        margin-top: 16px;
    }

    .main-consult h3 img {
        display: inline-block;
        width: 3.7vw;
        height: 3.7vw;
        margin-right: 0.82vw;
    }

    #consult2_form {
        width: calc(100% - 18vw);
    }

    #consult2_form .form {
        margin-top: 0;
        width: calc(100% - 14vw);
    }

    #consult2_form .form .form-head {
        display: block;
    }

    #consult2_form .form label {
        display: inline-block;
        margin-right: 6px;
        font-size: 14px;
        color: #fff;
    }

    #consult2_form .form input {
        height: 3.4vw;
        margin-right: 1vw;
        margin-bottom: 0.65vw;
        border-radius: 5px;
    }

    #consult2_form #user-name {
        width: 32%;
    }

    #consult2_form #user-phone {
        width: 45%;
    }

    #consult2_form #user-counsel {
        width: 89.6%;
        margin-right: 1vw;
    }

    #consult2_form .info {
        position: absolute;
        right: 26px;
        bottom: -28px;
        font-size: 12px;
        left: 32px;
    }

    #consult2_form .info input {
        margin-right: 0;
        margin-bottom: 0;
    }

    #consult2_form .info a {
        color: #fff;
        margin-left: 10px;
    }

    #consult2_form button {
        width: 13vw;
        height: 7.6vw;
        font-size: 16px;
    }
}

@media screen and (max-width: 1100px) {
    #consult2_form #user-phone {
        width: 42%;
    }

    #consult2_form #user-counsel {
        width: 87%;
    }
}

@media screen and (max-width: 960px) {
    .main-consult {
        padding: 10px 12px;
        padding-bottom: 30px;
    }

    .main-consult h3 {
        width: 16vw;
    }

    .main-consult h3 img {
        width: 3.2vw;
        height: 3.2vw;
    }

    #consult2_form {
        width: calc(100% - 16vw);
    }

    #consult2_form .form {
        width: calc(100% - 13vw);
    }

    #consult2_form .form label {
        margin-right: 4px;
        font-size: 12px;
    }

    #consult2_form .form input {
        height: 28px;
        margin-right: 1vw;
        font-size: 12px;
    }


    #consult2_form #user-phone {
        width: 38%;
    }

    #consult2_form #user-counsel {
        width: 87%;
        margin-right: 1vw;
    }

    #consult2_form .info {
        bottom: -24px;
        left: 28px;
    }

    #consult2_form button {
        width: 12vw;
        height: 66px;
        font-size: 14px;
    }
}

@media screen and (max-width: 770px) {
    #consult2_form #user-name {
        width: 32%;
        margin-right: 2.8vw;
    }
}


.widget-group {
    width: 93.5%;
}

.widget-group.is-active .widget-list {
    width: 100%;
}

.widget-group .widget-list li {
    width: 23.6%;
}

.widget-group .widget-list a img {
    width: 100%!important;
}

@media screen and (max-width: 892px) {
    .widget-group .widget-list li {
        width: 21.6%;
    }
}

@media screen and (max-width: 1280px) {
	.box-news,
	.box-review,
	.box-guide {
		margin: 6.5%;
	}
	.main-r.r3 {
		height: 230px;
	}

	.box-news h1 a {
		height: 26px;
		line-height: 26px;
	}
	.box-news li > a {
		position: relative;
		display: block;
		min-height: 55px;
		padding-left: 65px;
	}
	.box-news li > a img {
		width: 53px;
	}
	.box-news .cont {
		padding-top: 30px;
	}

	.box-news .date {
		margin-top: 7px;
		font-size: 0.7em;
	}
	.box-news .more {
		margin-right: 4px;
		padding-right: 8px;
	}

	.box-review b {
		margin-top: 3%;
		font-size: 0.9em;
	}

	.box-guide li {
		margin-bottom: 7px;
		font-size: 12px;
	}
	.box-guide li b {
		padding-left: 5px;
	}

	.box-guide .note {
		padding: 5% 0 0;
		border: 0 none;
		border-top: 1px solid #e5e5e5;
	}
	.box-guide .contact {
		margin-top: 4%;
	}
	.box-review ul li b{margin-top:2.3%;}
	.box-review ul li span{margin-top:2.6%;}

}/*/mediaquery*/

@media screen and (max-width: 1100px) {
	.main-r.r3 {
		height: 203px;
	}
}/*/mediaquery*/

@media screen and (max-width: 1100px) and (min-width: 959px) {

	.box-news li {
		padding: 8px 0;
	}
	.box-news li > a {
		padding-left: 2px;
		min-height: 0;
	}
	.box-news li > a img {
		display: none;
	}
	.box-news .more {
		position: relative;
		top: -5px;
		font-size: 0.75em;
	}

	.box-guide .note b,
	.box-guide .note span {
		font-size: 11px;
	}
	.box-guide .contact {
		margin-top: 4px;
		padding-top: 6px;
		/*display: none;*/
	}
	.box-guide .contact img {
		width: 80%;
	}
	.box-review ul li b{margin-top:0.9%;font-size:13px;}
	.box-review ul li span{margin-top:1.2%;font-size:11px;}
	.box-review .more{margin-top:0;}
}/*/mediaquery*/

@media screen and (max-width: 960px) {
	.main-r.r3 .h {
		margin: 6.45161% 9.67741% 4.83870%;
		line-height: 31px;
	}

	.box-review .thumb,
	.box-review .thumb img {
		width: auto;
	}

	.box-review b {
		font-size: 15px;
	}

	.box-guide .cont {
		padding: 0 11%;
	}
	.box-guide .note {
		border: 3px solid #eee;
		padding: 4.17% 5%;
		line-height: 1.2;
	}

	.box-guide .contact {
		display: block;
	}

}/*/mediaquery*/

@media screen and (max-width: 960px) and (min-width: 481px) {

	.main-r.r3 {
		height: auto;
	}
	.main-r.r3 > div {
		width: 50%;
	}
	.main-r .c1 {
		margin-bottom: -1px;
	}
	.main-r .c2, .main-r .c3, .main-r .c4 {
		position: relative;
		height: 0;
		padding-bottom: 45.16129%;
	}
	.box-news,
	.box-review,
	.box-guide {
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	.box-news h1 {
		top: 20px;
		width: 39%;
	}
	.box-news .notice h1 {
	    left: 9.7%;
	}
	.box-news .forum h1 {
		right: 9.7%;
	}

	.box-news .cont {
		padding: 55px 10% 0;
	}
	.box-news .date {
		margin-top: 8px;
		font-size: 12px;
	}
	.box-news .more {
		margin-right: 0;
		font-size: 13px;
	}

	.box-review .thumb {
		margin:0 0 0 9.67741% ;
		width:40%;
	}
	.box-review a b {
		padding-left: 2%;
		width:38%;
		font-size:14px
	}
	.box-review li div{padding:0 10%;}
	.box-review ul b{width:67%;margin-top:3%;}
	.box-review ul span{font-size:11px;margin-top:3.2%;}
	.box-review .more{margin-right:10%;}
}/*/mediaquery*/

@media screen and (max-width: 640px) {

	.box-guide .note {
		padding: 5% 0 0;
		border: 0 none;
		border-top: 1px solid #e5e5e5;
	}
}/*/mediaquery*/

@media screen and (max-width: 640px) and (min-width: 481px) {

	.box-news li {
		padding: 8px 0;
	}
	.box-news li > a {
		padding-left: 2px;
		min-height: 0;
	}
	.box-news li > a div {
		font-size: 1em;
	}
	.box-news li > a img {
		display: none;
	}
	.box-news .more {
		font-size: 12px;
	}

	.box-guide li {
		font-size: 11px;
		letter-spacing: -1px;
	}
	.box-guide .note b,
	.box-guide .note span {
		font-size: 11px;
	}
	.box-guide .note span {
		letter-spacing: -1px;
	}
	.box-guide .contact > a img {
		width: 88%;
	}
	.box-review .more{font-size:12px;margin-top:1%;}

}/*/mediaquery*/

@media screen and (max-width: 480px) {
	.main-r.r3 {
		height: auto;
	}
	.main-r.r3 > div {
		float: none;
		width: auto;
		height: auto;
	}
	.main-r.r3 .h {
		margin: 0 0 5%;
	}

	.r3 .c1 img {
		width: 100%;
	}

	.box-news,
	.box-review,
	.box-guide {
		margin: 0 6.5%;
		padding: 6.5% 0;
	}

	.box-news .cont {
		padding: 40px 0 0;
	}
	.box-news h1 {
		top: 6.5%;
		width: 48.5%;
	}
	.box-news li > a img {
		display: block;
	}
	.box-news li > a div {
		width: 70%;
	}
	.box-news li > a b {
		font-size: 15px;
	}
	.box-news .date {
		margin-top: 10px;
		font-size: 13px;
	}
	.box-news .more {
		margin-right: 0;
		font-size: 13px;
	}

	.box-guide .cont {
		padding: 0;
	}
	.box-guide li {
		margin-bottom: 8px;
		font-size: 13px;
	}
	.box-guide li span {
		font-size: 12px;
	}
	.box-guide .note {
		border: 3px solid #eee;
		padding: 4.17% 5%;
		line-height: 1;
	}
	.box-review .thumb {
		padding:0;
		margin:0 0 3% 0;
		width:100%;
	}
	.box-review a b {
		padding:0;
		margin:0;
		width:100%;
		font-size:16px;

	}
	.box-review{margin-bottom:20px;}
	.box-review .more{font-size:13px;margin-bottom:10px;}
}/*/mediaquery*/
