/* representative
--------------------------------------------------------------------------*/

/* title_container
----------------------------------------------------*/

body#representative div#title_container {
	display: flex;
	padding: 200px 0 50px;
	background-color: #fffaee;
}
@media screen and (max-width: 599px) {
	body#representative div#title_container {
		padding: 150px 0 50px;
	}
}
body#representative div#title_container h1 {
    position: absolute;
    display: block;
    bottom: -2.5rem;
    right: 2.5rem;
    font-size: 5rem;
	color: white;
    z-index: 9999;
}
body#representative div#title_container .title_container {
    position: relative;
    display: flex;
    align-items: center;
    margin: auto;
}
@media screen and (max-width: 599px) {
	body#representative div#title_container .title_container {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 599px) {
	body#representative div#title_container .title_container .icon {
		width: 50%;
		margin: auto;
	}
}
body#representative div#title_container .title_container .icon figure {
    width: fit-content;
    margin: auto;
}
body#representative div#title_container .title_container .icon figure img {
    width: 250px;
    height: auto;
}
@media screen and (max-width: 599px) {
	body#representative div#title_container .title_container .icon figure img {
		width: 100%;
	}
}
body#representative div#title_container .title_container .title {
    margin: 0 0 0 25px;
}
@media screen and (max-width: 599px) {
	body#representative div#title_container .title_container .title {
		width: 70%;
		margin: 2.5rem auto 0;
	}
}
body#representative div#title_container .title_container .title figure {
    width: fit-content;
    margin: auto;
}
body#representative div#title_container .title_container .title figure img {
	width: 300px;
}
@media screen and (max-width: 599px) {
	body#representative div#title_container .title_container .title figure img {
		width: 100%;
	}
}

/* title_container end
----------------------------------------------------*/

/* table_container
----------------------------------------------------*/

#representative div#table_container {
    padding: 35px 0 0;
    background-color: #fffaee;
}
#representative div#table_container .table_container {
    position: relative;
    width: 1024px;
    padding: 0;
    margin: auto;
}
@media screen and (max-width: 1024px) {
	#representative div#table_container .table_container {
		width: 768px;
	}
}
@media screen and (max-width: 768px) {
	#representative div#table_container .table_container {
		width: 599px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#table_container .table_container {
		width: 90%;
	}
}
#representative div#table_container .table_container .head {
    position: relative;
    margin: auto;
}
#representative div#table_container .table_container .head h2 {
    width: auto;
    margin: 0 0 -10px;
    font-size: 75px;
    text-align: center;
}
#representative div#table_container .table_container .head p {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}
#representative div#table_container .table_container .body {
    padding: 100px;
    margin: 30px 0 0;
    font-size: 20px;
    font-weight: 600;
    border: 10px solid #36767a;
    border-radius: 50px;
}
@media screen and (max-width: 1024px) {
	#representative div#table_container .table_container .body {
	    padding: 75px;
	    border: 7.5px solid #36767a;
	    border-radius: 30px;
	}
}
@media screen and (max-width: 768px) {
	#representative div#table_container .table_container .body {
	    padding: 50px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#table_container .table_container .body {
	    padding: 50px 20px;
	}
}
#representative div#table_container .table_container .body nav {}
#representative div#table_container .table_container .body nav ul {}
#representative div#table_container .table_container .body nav li:nth-child(even) {
	margin: 35px 0;
}
#representative div#table_container .table_container .body nav li h3 {
	position: relative;
	width: fit-content;
	margin: 0 0 15px;
}
@media screen and (max-width: 599px) {
	#representative div#table_container .table_container .body nav li h3 {
		font-size: 17.5px;
	}
}
#representative div#table_container .table_container .body nav li h3:after {
	content: "";
	position: absolute;
	width: 100%;
	bottom: -4px;
	left: 0;
	border-bottom: 4px dotted #36757a;
}
@media screen and (max-width: 599px) {
	#representative div#table_container .table_container .body nav li p {
		font-size: 17.5px;
	}
}

/* table_container end
----------------------------------------------------*/

/* career_container
----------------------------------------------------*/

#representative div#career_container {
    padding: 150px 0;
    background-color: #fffaee;
}
#representative div#career_container .career_container {
    position: relative;
    width: 1024px;
    padding: 0;
    margin: auto;
}
@media screen and (max-width: 1024px) {
	#representative div#career_container .career_container {
		width: 768px;
	}
}
@media screen and (max-width: 768px) {
	#representative div#career_container .career_container {
		width: 599px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#career_container .career_container {
		width: 90%;
	}
}
#representative div#career_container .career_container .head {
    position: relative;
}
#representative div#career_container .career_container .head h2 {
    width: auto;
    margin: 0 0 -10px;
    font-size: 75px;
    text-align: center;
}
#representative div#career_container .career_container .head p {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}
#representative div#career_container .career_container .body {
    margin: 50px 0 0;
}
#representative div#career_container .career_container .body .left {
    margin: 0 0 24px;
}
#representative div#career_container .career_container .body .left nav {}
#representative div#career_container .career_container .body .left nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#representative div#career_container .career_container .body .left nav ul li {
    padding: 15px 30px;
    border: 5px solid #36757a;
    border-radius: 15px;
    font-size: 23px;
    font-weight: 600;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
	#representative div#career_container .career_container .body .left nav ul li {
		width: 380px;
		padding: 20px 30px;
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	#representative div#career_container .career_container .body .left nav ul li {
		width: 295px;
		padding: 20px 30px;
		text-align: center;
	}
}
@media screen and (max-width: 599px) {
	#representative div#career_container .career_container .body .left nav ul li {
		width: 300px;
		margin: 7px auto;
	}
}
@media screen and (max-width: 1024px) {
	#representative div#career_container .career_container .body .left nav ul li:last-child {
		width: 100%;
		margin: auto;
	}
}
@media screen and (max-width: 599px) {
	#representative div#career_container .career_container .body .left nav ul li:last-child {
		width: 300px;
	}
}
@media screen and (max-width: 1024px) {
	#representative div#career_container .career_container .body .left nav ul li:nth-child(3),
	#representative div#career_container .career_container .body .left nav ul li:nth-child(4) {
		margin: 7px auto;
	}
}
#representative div#career_container .career_container .body .left nav ul li:nth-child(even) {}
#representative div#career_container .career_container .body .right {
    width: 100%;
    margin: auto;
}
#representative div#career_container .career_container .body .right .upper {
	width: 100%;
    margin: 50px 0;
}
@media screen and (max-width: 1024px) {
	#representative div#career_container .career_container .body .right .upper {
		display: flex;
		justify-content: center;
		margin: 50px 0;
	}
}
#representative div#career_container .career_container .body .right .upper article {
    font-size: 35px;
    font-weight: 600;
}
@media screen and (max-width: 1024px) {
	#representative div#career_container .career_container .body .right .upper article {
	    width: fit-content;
	    font-size: 25px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#career_container .career_container .body .right .upper article br {
	    display: none;
	}
}
@media screen and (max-width: 599px) {
	#representative div#career_container .career_container .body .right .upper article {
	    font-size: 16px;
	}
}
#representative div#career_container .career_container .body .right .lower {
    padding: 35px 120px 50px;
    border: 6px solid #36757a;
    border-radius: 20px;
}
@media screen and (max-width: 1024px) {
	#representative div#career_container .career_container .body .right .lower {
	    padding: 50px 100px;
	}
}
@media screen and (max-width: 768px) {
	#representative div#career_container .career_container .body .right .lower {
	    padding: 50px 70px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#career_container .career_container .body .right .lower {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 35px 0;
	}
}
#representative div#career_container .career_container .body .right .lower p:nth-child(1) {
    font-size: 60px;
}
#representative div#career_container .career_container .body .right .lower p:nth-child(2) {
    font-size: 110px;
}
@media screen and (max-width: 1024px) {
	#representative div#career_container .career_container .body .right .lower p:nth-child(1) {
	    font-size: 50px;
	}
	#representative div#career_container .career_container .body .right .lower p:nth-child(2) {
	    font-size: 79px;
	}
}
@media screen and (max-width: 768px) {
	#representative div#career_container .career_container .body .right .lower p:nth-child(1) {
	    font-size: 30px;
	}
	#representative div#career_container .career_container .body .right .lower p:nth-child(2) {
	    font-size: 63px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#career_container .career_container .body .right .lower p:nth-child(1) {
		width: 300px;
		font-size: 25px;
	}
	#representative div#career_container .career_container .body .right .lower p:nth-child(2) {
		width: 300px;
		font-size: 42px;
	}
}

/* career_container end
----------------------------------------------------*/

/* parameter_container
----------------------------------------------------*/

#representative div#parameter_container {
    background-color: #fffaee;
}
#representative div#parameter_container .parameter_container {
    position: relative;
    width: 1024px;
    padding: 0;
    margin: auto;
}
@media screen and (max-width: 1024px) {
	#representative div#parameter_container .parameter_container {
		width: 768px;
	}
}
@media screen and (max-width: 768px) {
	#representative div#parameter_container .parameter_container {
		width: 599px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#parameter_container .parameter_container {
		width: 90%;
	}
}
#representative div#parameter_container .parameter_container .head {
    position: relative;
    margin: auto;
}
#representative div#parameter_container .parameter_container .head h2 {
    width: auto;
    margin: 0 0 5px;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 1024px) {
	#representative div#parameter_container .parameter_container .head h2 {
		font-size: 45px;
	}
}
@media screen and (max-width: 768px) {
	#representative div#parameter_container .parameter_container .head h2 {
		font-size: 35px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#parameter_container .parameter_container .head h2 {
		width: 300px;
		margin: auto;
		font-size: 37px;
		text-align: left;
	}
}
#representative div#parameter_container .parameter_container .head p {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
@media screen and (max-width: 768px) {
	#representative div#parameter_container .parameter_container .head p {
		font-size: 20px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#parameter_container .parameter_container .head p {
		width: 300px;
		margin: auto;
		font-size: 13px;
		text-align: left;
	}
}
#representative div#parameter_container .parameter_container .body {
	display: flex;
	justify-content: center;
    margin: 50px 0 0;
}
#representative div#parameter_container .parameter_container .body img {
    width: 599px;
}

/* parameter_container end
----------------------------------------------------*/

/* comment_container css
----------------------------------------------------*/

#representative div#comment_container {
	position: relative;
	width: 100%;
	background-color: rgb(255 250 238);
}
#representative div#comment_container .comment_container {
	position: relative;
	width: 1024px;
	padding: 50px 0 100px;
	margin: auto;
}
@media screen and (max-width: 1024px) {
	#representative div#comment_container .comment_container {
		width: 768px;
	}
}
@media screen and (max-width: 768px) {
	#representative div#comment_container .comment_container {
		width: 599px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#comment_container .comment_container {
		width: 90%;
	}
}
#representative div#comment_container .comment_container article {
	position: relative;
	padding: 50px;
	border-radius: 30px;
	background-color: white;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.75;
	border: 5px solid #36767a;
}
@media screen and (max-width: 748px) {
	#representative div#comment_container .comment_container article {
		padding: 30px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#comment_container .comment_container article {
		padding: 20px;
		font-size: 17.5px;
	}
}
#representative div#comment_container .comment_container article:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 650px;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: transparent transparent #ffffff;
    translate: -50% -100%;
    transform: skew(-45deg);
    transform-origin: bottom;
    z-index: 2;
}
@media screen and (max-width: 1024px) {
	#representative div#comment_container .comment_container article:before {
		top: 2px;
		left: 510px;
	}
}
@media screen and (max-width: 768px) {
	#representative div#comment_container .comment_container article:before {
		top: 2px;
		left: 410px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#comment_container .comment_container article:before {
		top: 2px;
		left: 250px;
	}
}
#representative div#comment_container .comment_container article:after {
    content: "";
    position: absolute;
    top: 0;
    left: 650px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent transparent #36767a;
    translate: -50% -100%;
    transform: skew(-45deg);
    transform-origin: bottom;
    z-index: 1;
}
@media screen and (max-width: 1024px) {
	#representative div#comment_container .comment_container article:after {
		left: 510px;
	}
}
@media screen and (max-width: 768px) {
	#representative div#comment_container .comment_container article:after {
		left: 410px;
	}
}
@media screen and (max-width: 599px) {
	#representative div#comment_container .comment_container article:after {
		top: 0px;
		left: 250px;
	}
}

/* comment_container css end
----------------------------------------------------*/

/* representative css end
--------------------------------------------------------------------------*/