/* Visual */
#wrap_aw_visual {
    width: 100%;
    height: 540px;
    background: url('../../images/allabout_act/img_visual.jpg') no-repeat top center;
}
.row_aw_visual {
    color: #fff;
    text-align: center;
    position: relative;
}
.row_aw_visual em {
    font-size:  24px;
    padding: 10px 20px;
    border: 1px solid #fff;
}
.row_aw_visual h2 {
    width: 660px;
    height: 58px;
    margin: 0 auto;
    margin-top: 35px;
    background: url('../../images/allabout_act/font_visual.png') no-repeat center center;
    text-indent: -9999px;
}
.row_aw_visual .abs_aw_name {
    position: absolute;
    right: 0px;
    bottom: 20px;
}
.row_aw_visual .abs_aw_name p {
    background: url('../../images/allabout_act/logo_aw.png') no-repeat right center;
    padding: 8px 80px 0 0;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
}

/* Point */
#wrap_aw_point {
    width: 100%;
    /*  height: 907px; */
	height: auto;
	padding: 100px 0;
    background: #fff;
}
.row_aw_point {
    text-align: center;
    position: relative;
}
.title_aw_point h3 {
    font-size: 26px;
	margin-bottom: 60px;
    font-weight: normal;
    line-height: 1.4;
}
.box_aw_point {
    display: inline-block;
}
.box_aw_point p {
    float: left;
}
.box_aw_point .inclass {
    background: url('../../images/allabout_act/dot_point.gif') no-repeat 115px center;
    margin: 40px 0 0 0;
    padding: 0 60px 0 0;
}
.box_aw_point .inclass span {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #c00c0c;
    border-radius: 20px;
    color: #fff;
    display: block;
}
.box_aw_point .outclass {
    background: url('../../images/allabout_act/dot_point.gif') no-repeat 17px center;
    margin: 40px 0 0 0;
    padding: 0 0 0 60px;
}
.box_aw_point .outclass span {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    background: #482b2b;
    border-radius: 20px;
    color: #fff;
    display: block;
}
.box_aw_point .happy_point {
    background: #393939 url('../../images/allabout_act/icon_happy_point.gif') no-repeat center 20px;
    border-radius: 100px;
    width: 128px;
    height: 128px;
	color: #fff;
}
.box_aw_point .happy_point em {
    padding: 53px 0 0 0;
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}
.box_aw_point .txt_point {
    clear: both;
    float: none;
    background: url('../../images/allabout_act/dot_point2.gif') no-repeat top center;
    padding: 28px 0 45px 0;
    margin: 20px 0 0 0;
}
.box_aw_point .txt_point em {
    font-size: 24px;
    font-weight: bold;
    color: #c00c0c;
}
.list_aw_point {
    margin: 20px 0 0 0;
}
.list_aw_point ul {
    display: inline-block;
}
.list_aw_point ul li {
    float: left;
}
.list_aw_point p {
    background: url('../../images/allabout_act/line_point.gif') no-repeat top center;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    font-size: 14px;
}
.list_aw_point p em {
    color: #c00c0c;
}
.list_aw_point .point1 h4 {
    width: 154px;
    height: 160px;
    font-weight: bold;
    font-size: 22px;
    background: url('../../images/allabout_act/circle_point1.gif') no-repeat top center;
}
.list_aw_point .point1 h4 span {
    padding: 60px 0 0 0;
    display: inline-block;
}
.list_aw_point .point2 {
    padding: 0 110px;
}
.list_aw_point .point2 h4 {
    width: 154px;
    height: 150px;
    font-weight: bold;
    font-size: 22px;
    background: url('../../images/allabout_act/circle_point1.gif') no-repeat top center;
		padding-top:10px;
}
.list_aw_point .point2 h4 span {
    padding: 44px 0 0 0;
    display: inline-block;
    line-height: 26px;
}
.list_aw_point .point3 h4 {
    width: 154px;
    height: 160px;
    font-weight: bold;
    font-size: 22px;
    background: url('../../images/allabout_act/circle_point1.gif') no-repeat top center;
}
.list_aw_point .point3 h4 span {
    padding: 60px 0 0 0;
    display: inline-block;
}
.txt_aw_point {
    margin: 80px 0 0 0;
    font-size: 14px;
}

/* Activity */
#wrap_aw_act {
    width: 100%;
    /*height: 962px;
	height: 830px;*/
	height: auto;
	padding: 100px 0;
    background: url('../../images/allabout_act/bg_act.jpg') no-repeat top center;
}
.row_aw_act {
    text-align: center;
    position: relative;
}
.title_aw_act h3 {
   	height: 43px;
    line-height: 45px;
    font-size: 30px;
    border-bottom: 1px solid #c00c0c;
    display: inline-block;
    background: url(../../images/common/num1.png) no-repeat left 1px;
    padding: 0 0 0 70px;
    margin: 0 0 20px 0;
}
.title_aw_act em {
    display: block;
    font-size: 24px;
    padding: 25px 0 0 0;
    margin: 5px 0 0 0;
    font-weight: bold;
    background: url('../../images/allabout_act/dot_act.gif') no-repeat center top;
}
.title_aw_act em span {
    color: #c00c0c;
}
.box_aw_act {
    height: 330px;
    background: url('../../images/allabout_act/dia_act.png') no-repeat top center;
    margin-top: 50px;
	position: relative;
}
.box_aw_act .title_mobile {
	display: none;
}
.box_aw_act .section1,
.box_aw_act .section2,
.box_aw_act .section3 {
    position: relative;
}
.box_aw_act .section2,
.box_aw_act .section3 {
    float:left;
}
.box_aw_act .section1 h4 {
    font-size: 18px;
    font-weight: normal;
    padding: 95px 0 0 0;
    line-height: 22px;
}
.box_aw_act .section1 p {
    position: absolute;
    background: url(../../images/allabout_act/line_act1.png) no-repeat top left;
    font-size: 14px;
    padding: 15px 0 0 50px;
    text-align: left;
    left: 50%;
    margin-left: 102px;
    top: 30px;
}
.box_aw_act .section1 p em {
    color: #c00c0c;
}
.box_aw_act .section2 h4 {
    font-size: 18px;
    font-weight: normal;
    padding: 50px 25px 0 0;
    line-height: 22px;
}
.box_aw_act .section2 p {
    position: absolute;
    background: url(../../images/allabout_act/line_act2.png) no-repeat bottom left;
    font-size: 14px;
    padding: 0 50px 15px 0;
    text-align: left;
    left: 50%;
    margin-left: -330px;
    top: 45px;
}
.box_aw_act .section2 p em {
    color: #c00c0c;
}
.box_aw_act .section3 h4 {
    font-size: 18px;
    font-weight: normal;
    padding: 50px 0 0 25px;
    line-height: 22px;
}
.box_aw_act .section3 p {
    position: absolute;
    background: url(../../images/allabout_act/line_act3.png) no-repeat bottom left;
    font-size: 14px;
    padding: 0 0 18px 25px;
    text-align: left;
    left: 50%;
    margin-left: 102px;
    top: 135px;
    width: 150px;
}
.box_aw_act .section3 p em {
    color: #c00c0c;
}
.txt_aw_act p {
    font-size: 14px;
    margin: 80px 0 0 0;
}
.row_aw_act .menuOpen {
    width: 37px;
    height: 37px;
    background: url(../../images/allabout_act/menuOpen.png) no-repeat center center;
    margin-top: 65px;
    text-indent: -9999px;
  	border: 0px;
	transition: all 0.4s ease-in-out;
}
.row_aw_act .menuOpen.rotate {
	-webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}

/* Activity_more */
#wrap_aw_act_more {
	width: 100%;
	/*height: 962px;
	height: 830px;*/
	height: auto;
	padding: 100px 0;
	background: url('../../images/allabout_act/bg_act_more.jpg') repeat top center;
	display: none;
}
.row_aw_act_more {
    text-align: center;
    position: relative;
}
.box_aw_act_more {
	height: 490px;
    background: url(../../images/allabout_act/line_act_more.png) no-repeat top center;
    margin-top: 40px;
    position: relative;
}
.box_aw_act_more h3 {
	width: 254px;
	height: 231px;
	background: url('../../images/allabout_act/text_act_more.png') no-repeat center center;
	margin: 0 auto;
	line-height: 17;
}
.box_aw_act_more h4 {
	width: 138px;
	height: 138px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	display: inline-block;
}
.box_aw_act_more em {
	font-size: 22px;
	display: block;
	margin: 10px 0 5px 0;
}
.box_aw_act_more p  {
	font-size: 15px;
}
.box_aw_act_more div {
	position: absolute;
	 left: 50%;
}
.box_aw_act_more  span {
	display: block;
	padding: 50px 0 0 0;
}
.box_aw_act_more .section1 {
	width: 360px;
    top: 20px;
    text-align: right;
    margin-left: -530px;
}
.box_aw_act_more .section1 h4 {
	background: url('../../images/allabout_act/circle_act_more1.png') no-repeat center center;
}

.box_aw_act_more .section1 em {
	color: #8e6c3c;
}
.box_aw_act_more .section2 {
	width: 540px;
    top: 260px;
    text-align: center;
    margin-left: -260px;
}
.box_aw_act_more .section2 h4 {
	background: url('../../images/allabout_act/circle_act_more2.png') no-repeat center center;
}
.box_aw_act_more .section2 em {
	color: #c00c0c;
}
.box_aw_act_more .section3 {
	width: 220px;
	top: -50px;
	text-align: left;
	margin-left: 150px;
}
.box_aw_act_more .section3 h4 {
	background: url('../../images/allabout_act/circle_act_more3.png') no-repeat center center;
}
.box_aw_act_more .section3 p {
}
.box_aw_act_more .section3 em {
	color: #c00c0c;
}

/* Find */
#wrap_aw_find {
    width: 100%;
    /*height: 1050px;
	height: 950px;*/
	height: auto;
	padding: 100px 0;
    background: url('../../images/allabout_act/bg_find.jpg') no-repeat bottom center;
}
.row_aw_find {
    text-align: center;
    position: relative;
}
.title_aw_find h3 {
	height: 43px;
    line-height: 45px;
    font-size: 30px;
    border-bottom: 1px solid #c00c0c;
    display: inline-block;
    background: url(../../images/common/num2.png) no-repeat left 1px;
    padding: 0 0 0 70px;
    margin: 0 0 20px 0;
}
.title_aw_find em {
    display: block;
    font-size: 24px;
    margin: 10px 0 0 0;
    color: #c00c0c;
    font-weight: bold;
}
.text_find {
	padding: 80px 0 0 0;
}
.box_aw_find {
    display: inline-block;
    margin: 50px 0 0 0;
}
.box_aw_find1 {
    /*width: 300px;
    height: 300px;*/
    margin: 0 30px 0 0;
	display: inline-block;
    /*background: url('../../images/allabout_act/box_find.jpg') no-repeat top center;*/
    position: relative;
}
.box_aw_find1 h4 {
    padding: 105px 0 0 0;
    font-weight: bold;
}
.box_aw_find1 {
	line-height: 1.3;
}
.box_aw_find1 p em {
	font-size: 22px;
	font-weight: bold;
	color: #c00c0c;
}
.box_aw_find1 p.year2 {
	padding:  65px 0 0 0;
}
.box_aw_find1 p.year1,
.box_aw_find1 p.year3 {
	padding:  80px 0 0 0;
}
.box_aw_find1 .box_point1,
.box_aw_find1 .box_point2,
.box_aw_find1 .box_point3 {
	width: 225px;
	float: left;
}
.box_aw_find1 .point1,
.box_aw_find1 .point2,
.box_aw_find1 .point3 {
	width: 225px;
	height: 225px;
}
    
.box_aw_find1 .point1 {
	background: url('../../images/allabout_act/circle_find1.png') no-repeat center center;
	margin-top: 150px;
	margin-left: 140px;
}
.box_aw_find1 .point2 {
	background: url('../../images/allabout_act/circle_find2.png') no-repeat center center;
}
.box_aw_find1 .point3 {
   	background: url('../../images/allabout_act/circle_find3.png') no-repeat center center;
	margin-top: 150px;
	margin-left: -140px;
}
.box_aw_find2 {
    text-align: left;
    margin: 0 0 0 30px;
}
.box_aw_find2 h4 {
    font-weight: bold;
    font-size: 18px;
    background: url('../../images/allabout_act/dot_find.gif') no-repeat left 8px;
    padding: 0 0 0 20px;
}
.box_aw_find2 p {
    font-size: 16px;
}
.box_aw_find2 p em {
    color: #c00c0c;
}
.box_aw_find2 ul {
    border-top: 1px solid #d3d3d3;
}
.box_aw_find2 ul li {
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 0 15px 18px;
}
.box_aw_find2 h4.bul_2 {
    background-position: left -12px;
}
.box_aw_find2 h4.bul_3 {
    background-position: left -31px;
}
.box_aw_find2 .text {
    font-size: 14px;
    padding: 20px 0 0 20px;
}
.text_aw_find p {
	margin: 80px 0 0 0;
    font-size: 14px;
}
.row_aw_find .menuOpen {
    width: 37px;
    height: 37px;
    background: url(../../images/allabout_act/menuOpen.png) no-repeat center center;
    margin-top: 80px;
    text-indent: -9999px;
    margin-bottom: 180px;
  	border: 0px;
	transition: all 0.4s ease-in-out;
}
.row_aw_find .menuOpen.rotate {
	-webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
/* Find More*/
#wrap_aw_find_more {
	width: 100%;
	/*height: 1050px;
	height: 950px;*/
	height: auto;
	padding: 100px 0;
	background: url('../../images/allabout_act/bg_find_more.gif') repeat top center;
	display:none;
}
.row_aw_find_more {
    text-align: center;
    position: relative;
}
.box_aw_find_more {
    display: inline-block;
	width: 100%;	
}
.box_aw_find_more h3 {
	width: 182px;
	height: 182px;
	line-height: 182px;
	float: left;
	color: #fff;
}
.box_aw_find_more .section1,
.box_aw_find_more .section2 {
	display: inline-block;
	width: 100%;
}
.box_aw_find_more .section2 {
	margin-top: -45px;
}
.box_aw_find_more .section1 h3 {
	background: url('../../images/allabout_act/title_find_more1.png') no-repeat center center;
}
.box_aw_find_more .section2 h3 {
	background: url('../../images/allabout_act/title_find_more2.png') no-repeat center center;
}
.box_aw_find_more .section1 p {
	padding: 40px 0 0 20px;
}
.box_aw_find_more .section2 p {
	padding: 60px 0 0 20px;
}
.box_aw_find_more p {
	text-align: left;
	font-size: 15px;
	float: left;
}


/* Treasury */
#wrap_aw_trea {
    width: 100%;
    /* height: 840px; */
	height: auto;
	padding: 100px 0;
    background: #fff;
}
.row_aw_trea {
    text-align: center;
    position: relative;
}
.title_aw_trea h3 {
	height: 43px;
    line-height: 45px;
    font-size: 30px;
    border-bottom: 1px solid #c00c0c;
    display: inline-block;
    background: url(../../images/common/num3.png) no-repeat left 1px;
    padding: 0 0 0 70px;
    margin: 0 0 20px 0;
}
.title_aw_trea em {
    display: block;
    font-size: 24px;
    margin: 10px 0 0 0;
    font-weight: bold;
    color: #c00c0c;
}
.box_aw_trea {
    height: 580px;
    background: url('../../images/allabout_act/box_trea2.jpg') no-repeat center center;
	  margin-top:40px;
}
.box_aw_trea p {
		width:308px;
		margin:0 auto;
		padding:108px 0 0 190px;
    font-size: 24px;
		color:#979797;
		text-align:left;
}
.box_aw_trea p em {
    font-size: 64px;
    font-weight: bold;
    line-height: 64px;
    color: #151515;
    margin-top: 10px;
    display: block;
}
.text_aw_trea p {
    font-size: 14px;
    margin: 80px 0 0 0;
}
.row_aw_trea .menuOpen {
    width: 37px;
    height: 37px;
    background: url(../../images/allabout_act/menuOpen.png) no-repeat center center;
    margin-top: 80px;
    text-indent: -9999px;
  	border: 0px;
}

#wrap_aw_point .mobile_img,
#wrap_aw_find .mobile_img,
#wrap_aw_trea .mobile_img,
#wrap_aw_act .mobile_img {
	display: none;
}
.txt_aw_act p,
.text_aw_find p,
.text_aw_trea p {
	font-size: 15px;
	line-height: 1.5;
}

/* 768px 이하 */
@media all and (max-width: 768px) {
	#_contentBuilder img {
		width: 100%;
		max-width: 100%;
	}
	#wrap_aw_visual {
		height: 360px;
	}

	#wrap_aw_point,
	#wrap_aw_find,
	#wrap_aw_find_more,
	#wrap_aw_trea,
	#wrap_aw_act,
	#wrap_aw_act_more {
		width: auto;
		height: auto;
		padding: 60px 30px;
	}
	.title_aw_find h3,
	.title_aw_trea h3,
	.title_aw_act h3 {
		font-size: 1.11em;
	}
	.title_aw_point h3,
	.title_aw_act em,
	.title_aw_find em,
	.title_aw_trea em	{
		font-size: 1.4em;
	}
	.txt_aw_act p,
	.text_aw_find p,
	.box_aw_find,
	.text_aw_trea p,
	.box_aw_act	{
		margin-top: 40px;
	}
	.title_aw_point h3 {
		margin-bottom: 40px;
	}
	.txt_aw_act p br,
	.text_aw_trea p br,
	.title_aw_point h3 br {
		display: none;
	}
	#wrap_aw_visual,
	#wrap_aw_find	{
		background-size: cover;
	}
	.row_aw_visual em {
		font-size: 1.2em;
	}
	.row_aw_visual h2 {
		width: 80%;
		background-size: contain;
	}
	.row_aw_visual .abs_aw_name {
		right: 30px;
	}
	.title_aw_point h3 {
		margin-bottom: 50px;
	}
	.text_aw_find p {
		margin: 40px 0 0 0;
	}
	.box_aw_point .inclass {
		padding: 0 10px 0 0;
	}
	.box_aw_point .outclass {
		padding: 0 0 0 10px;
	}
	.box_aw_point .happy_point {
		width: 108px;
		height: 108px;
	}
	.box_aw_point .happy_point em {
		font-size: 15px;
		line-height: 1.2;
		padding: 56px 0 0 0;
	}
	.box_aw_point .txt_point em {
		font-size: 20px;
	}
	.list_aw_point ul li {
		float: none;
	}
	.list_aw_point .point1 h4,
	.list_aw_point .point2 h4,
	.list_aw_point .point3 h4 {
		margin: 0 auto;
	}
	.list_aw_point .point2 {
		padding: 0px;
	}
	.list_aw_point p {
		margin: 15px 0 20px 0;
	}
	.txt_aw_point {
		margin: 30px 0 0 0;
	}
	#wrap_aw_act {
		background: url(../../images/allabout_act/bg_act_m.jpg) no-repeat bottom center;
		background-size: cover;
	}
	.box_aw_act {
		height: auto;
	}
	.box_aw_act .title_mobile {
		position: absolute;
		display: block;
		font-size: 19px;
		font-weight: normal;
		line-height: 22px;
	}
	.box_aw_act .title_mobile.pos1 {
		left: 50%;
		margin-left: -30px;
		top: 89px;
	}
	.box_aw_act .title_mobile.pos2 {
		left: 50%;
		margin-left: -83px;
		top: 190px;
	}
	.box_aw_act .title_mobile.pos3 {
		left: 50%;
		margin-left: 33px;
		top: 190px;
	}
	.box_aw_act .section2,
	.box_aw_act .section3 {
		float: none;
	}
	.box_aw_act .section1 {
		padding-top: 375px;
	}
	.box_aw_act .section2 {
		padding-top: 30px;
	}
	.box_aw_act .section3 {
		padding-top: 30px;
	}
	.box_aw_act .section1 h4 br,
	.box_aw_act .section2 h4 br,
	.box_aw_act .section3 h4 br {
		display: none;
	}
	.box_aw_act .section1 h4,
	.box_aw_act .section2 h4,
	.box_aw_act .section3 h4 {
		padding: 0px;
	}
	.box_aw_act .section1 p,
	.box_aw_act .section2 p,
	.box_aw_act .section3 p {
		position: static;
		background-image: none;
		margin-left: 0px;
		padding: 0px;
		text-align: center;
	}
	.row_aw_act .menuOpen {
		margin-top: 50px;
	}
	.box_aw_find1 {
		margin: 0px;
	}
	.box_aw_find1 .box_point1,
	.box_aw_find1 .box_point2,
	.box_aw_find1 .box_point3 {
		float: none;
	}
	.box_aw_find1 .point1,
	.box_aw_find1 .point3 {
		margin: 0px;
	}
	.box_aw_find1 .point1,
	.box_aw_find1 .point2 {
		margin-bottom: 20px;
	}
	.text_find {
		padding: 45px 0 0 0;
	}
	.box_aw_act_more div {
		position: static;
	}
	.box_aw_act_more {
		background-image: none;
		height: auto;
		margin: 0px;
	}
	.box_aw_act_more .section1,
	.box_aw_act_more .section2,
	.box_aw_act_more .section3	{
		width: auto;
		margin: 20px 0px;
		text-align: center;
	}
	.box_aw_act_more .section1 {
		margin-top: 30px;
	}
	.box_aw_act_more .section3 {
		margin: 0px;
	}
	.box_aw_find_more h3,
	.box_aw_find_more p {
		float: none;
	}
	.box_aw_find_more h3 {
		margin: 0 auto;
	}
	.box_aw_find_more .section1 p,
	.box_aw_find_more .section2 p {
		padding: 20px 0 0 0;
	}
	.box_aw_find_more p br {
		display: none;
	}
	.box_aw_find_more .section2 {
		margin: 30px 0 0 0;
	}
}

/* 420px 이하 */
@media all and (max-width: 420px) {
	.row_aw_visual em {
		padding: 10px 15px;
	}
	#_contentBuilder img {
		width: 100%;
		max-width: 100%;
	}
	#wrap_aw_visual {
		height: 240px;
	}
	.row_aw_visual h2 {
		height: 30px;
	    margin-top: 25px;
		margin-bottom: 40px;
	}
	.row_aw_visual em {
		font-size: 1em;
	}
	#wrap_aw_point .pc_img,
	#wrap_aw_find .pc_img,
	#wrap_aw_trea .pc_img,
	#wrap_aw_act .pc_img {
		display: none;
	}
	#wrap_aw_point .mobile_img,
	#wrap_aw_find .mobile_img,
	#wrap_aw_trea .mobile_img,
	#wrap_aw_act .mobile_img {
		display: block;
	}
	#wrap_aw_find {
		background: url(../../images/allabout_act/bg_find_m.jpg) no-repeat bottom center;
	}
	.title_aw_act em {
		padding: 0px;
		background-image: none;
	}
	.title_aw_act em,
	.title_aw_trea {
		line-height: 1.4;
	}
	#wrap_aw_find {
		background: url(../../images/allabout_act/bg_find_m.jpg) no-repeat bottom center;
	}
	
	.title_aw_point h3 {
		font-size: 1.2em;
	}
	.title_aw_act h3,
	.title_aw_find h3,
	.title_aw_trea h3	{
		height: 31px;
		line-height: 32px;
		font-size: 16px;
		border-bottom: 1px solid #c00c0c;
		display: inline-block;
		padding: 40px 0 0 0;
		margin: 0;
	}
	.title_aw_act h3 {
		background: url(../../images/common/num1_m.png) no-repeat center 1px;
	}
	.title_aw_find h3 {
		background: url(../../images/common/num2_m.png) no-repeat center 1px;
	}
	.title_aw_trea h3 {
		background: url(../../images/common/num3_m.png) no-repeat center 1px;
	}
	.box_aw_point p {
		float: none;
	}
	.box_aw_point .inclass,
	.box_aw_point .outclass	{
		padding: 0px;
	}
	.box_aw_point .inclass {
		margin: 0 0 25px 0;
	}
	.box_aw_point .outclass {
		margin: 25px 0 0 0;
	}
	.box_aw_act {
		background: url(../../images/allabout_act/dia_act_m.png) no-repeat top center;
	}
	.box_aw_act .title_mobile.pos1 {
		margin-left: -30px;
		top: 70px;
	}
	.box_aw_act .title_mobile.pos2 {
		margin-left: -80px;
		top: 170px;
	}
	.box_aw_act .title_mobile.pos3 {
		margin-left: 26px;
		top: 170px;
	}
	.box_aw_act .section1 {
		padding-top: 325px;
	}
	.box_aw_trea {
		height: 406px;
		background: url(../../images/allabout_act/box_trea_m2.jpg) no-repeat center center;
		background-size:contain;
	}
	.box_aw_trea p {
		font-size: 14px;
		width:116px;
		padding:55px 0 0 110px;
	}
	.box_aw_trea p em {
		font-size: 24px;
		line-height: 1.2;
		margin-top: 5px;
	}
	.row_aw_find .menuOpen {
		margin-top: 50px;
		margin-bottom: 110px;
	}
	.box_aw_find1 p.year2,
	.box_aw_find1 p.year3 {
	}
	.box_aw_act_more p br {
		display: none;
	}
}
