


/* ------------------메인------------------- */
.about_main {width: 100%; height: 300px; background: url(../img/about_main_img.png); background-repeat: no-repeat; background-size: cover; background-position: bottom; margin-top: 93px;}
.about_main_box {width: 1350px; height: 300px; margin: 0 auto; text-align: center; position: relative;}
.about_main_box > h1 {font-size: 48px; line-height: 250px; letter-spacing: 2px; font-weight: bold; color: #fff;}
.about_main_box > ul {width: 100%; height: 60px; position: absolute; bottom: 20%; border-radius: 50px; background: #fff;}
.about_main_box > ul > a {width: 16.6%; height: 60px; float: left; line-height: 60px;  color: #666666; font-size: 18px; font-weight: 600; transition: 0.3s;}
.about_main_box > ul > a:hover {background: rgb(0, 0, 0, 0.1); border-radius: 50px;}
.about_main_box > ul > a#bmenu {background: #1d2a73; border-radius: 50px; color: #fff;}
.about_main_box > ul > a#bmenu:hover {background: #1d2a73; border-radius: 50px; color: #fff;}

.about_con {width: 100%; height: 1300px;}
.about_con_box {width: 1350px; height: 1300px; margin: 0 auto; padding-top: 4%; box-sizing: border-box;}
.intro_left_box {width: 65%; height: 1100px; background: #fff; float:left; box-shadow: 2px 2px 2px 2px gray; padding: 35px 30px; box-sizing: border-box; position: relative;}
.intro_left_box > h1 {font-size: 36px; margin-bottom: 5%;}
.intro_left_box > h2 {float: right; position: absolute; bottom: 5%; right: 5%; width: 300px;}
.intro_left_box > h3 {font-size: 18px; margin-bottom: 3%; color: #666666;}
.intro_right_box {width: 35%; height: 400px; background: #fff; float: right; font-size: 36px; text-align: center;}
.intro_right_box h1 {font-size: 16px;}
/* ------------------메인------------------- */
