.mb{
    margin-bottom: 100px;
}


/* .common_tab>ul>li.hi{
    display: block !important;
} */

.company_contents_1{
    display: none;
}
.company_contents_1:nth-of-type(2){
    display: block;
}

.fadein_up2{
    transition: 0.5s;
    transition-timing-function: ease-out;
    opacity: 0;
    transform: translateY(20px);
}
.fadein_up2.on{
    opacity: 1;
    transform: translateY(0px);
}



/* ceo S */
.ceo{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.ceo>div>div{
    display: flex;
    justify-content: space-between;
}
.ceo>div>div:first-of-type{
    margin-bottom: 130px;
}
.ceo>div>div>div>h2{
    font-size: 36px;
    font-weight: bold;
    color: var(--primary);
}
.ceo>div>div>div>h2::after{
    content: '';
    clear: both;
    display: block;
    width: 50px;
    height: 1px;
    background-color: var(--primary);
    margin: 20px 0px;
}
.ceo>div>div:first-of-type>div>p{
    width: 385px;
    line-height: 27px;
    font-weight: 500;
}
.ceo>div>div>img{
    height: 300px;
}
.ceo>div>div:nth-of-type(2)>div{
    margin-bottom: 45px;
}
.ceo>div>div:nth-of-type(2)>div:first-of-type>p:first-of-type{
    margin-bottom: 20px;
}
.ceo>div>div:nth-of-type(2)>div>p{
    width: 550px;
    font-weight: 500;
    margin-bottom: 40px;
}
.ceo>div>div:nth-of-type(2)>div>p:last-of-type{
    margin-bottom: 0px;
}
.ceo>div>div:last-of-type{
    margin-bottom: 130px;
}
.ceo>div>div:last-of-type>p{
    margin-left: auto;
}
.ceo>div>div:last-of-type>p>strong{
    font-size: 24px;
    font-weight: 500;
    padding-left: 15px;
}
/* ceo E */

/* 주요 경영진 S */
.chair{
    height: 300px;
    margin-bottom: 100px;
    background-color: #DCDEE7;
}
.chair img{
    height: 300px;
}
.chair h2{
    font-size: 36px;
}
.chair>div{
    display: flex;
    justify-content: space-between;
    width: 1140px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.chair>div>div{
    display: flex;
    height: 100%;
    align-items: center;
}
.chair>div>div>div:first-of-type{
    font-weight: 500;
    margin-right: 90px;
}
.chair>div>div>div:first-of-type>p,.chair>div>div>div:first-of-type>h2{
    margin-bottom: 20px;
}
.chair>div>div>div:first-of-type>p{
    font-weight: bold;
    color: var(--secondary-dark-gray);
}
.chair>div>div>div:first-of-type>h3{
    font-size: 28px;
    color: var(--secondary-dark-gray);
}
.chair>div>div>div:nth-of-type(2){
    line-height: 38px;
    margin-top: 45px;
    color: var(--secondary-dark-gray);
}

.manage{
    margin-bottom: 130px;
}
.manage>div>div>ul{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    width: 1140px;
    margin: 0px auto;
}
.manage>div>div>ul>li{
    width: 274px;
    height: 380px;
    border: 1px solid #88929E;
    border-radius: 3px;
    padding: 40px 22px 40px 22px;;
    background-color: #FAFAFC;
}
.manage>div>div>ul>li>p:first-of-type{
    font-weight: bold;
    color: var(--secondary-dark-gray);
    margin-bottom: 60px;
}
.manage>div>div>ul>li>h3{
    margin-bottom: 35px;
    color: var(--secondary-dark-gray);
}
.manage>div>div>ul>li>h3>strong{
    font-size: 28px;
    color: var(--black);
    padding-right: 35px;
}
.manage>div>div>ul>li>p:last-of-type{
    line-height: 20px;
    color: var(--secondary-dark-gray);
}
/* 주요 경영진 E */

/* 회사 개요 S */
.sum.on{
    margin-top: 400px;
}
.sin_text_wrap{
    text-align: center;
    height: 170px;
}
.sin_text_wrap.on{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.sin_text_wrap.ac{
    position:absolute;
    top:380px;
    left:50%;
    transform:translateX(-50%);
}
.sin_text_wrap>h2{
    line-height: 1em;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 25px;
    color: var(--primary);
}
.sin_text_wrap>h2.on{
    color: #fff;
}
.sin_text_wrap>p{
    font-weight: 500;
}
.sin_text_wrap>p.on{
    color: #fff;
}

.cum_bg{
    text-indent: -9999px;
    width: 100%;
    height: 100vh;
    margin-top: 130px;
    background-image: url(/images/company/sum_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.sum>div>div:nth-of-type(3){
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 130px;
}
.sum>div>div:nth-of-type(3)>ul{
    display: flex;
    flex-wrap: wrap;
}
.sum>div>div:nth-of-type(3)>ul>li{
    width: 33.3%;
    text-align: center;
}
.sum>div>div:nth-of-type(3)>ul>li>h3{
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    color: var(--secondary-dark-gray);
}
.sum>div>div:nth-of-type(3)>ul>li>p{
    font-weight: 500;
    margin-bottom: 80px;
    color: var(--secondary-dark-gray);
}

.sum>div>div:last-of-type{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 353px;
    margin-top: 100px;
    background-image: url(/images/company/sum_bg2.jpg);
    background-size: cover;
}
.sum>div>div:last-of-type>div{
    width: 100%;
}
.sum>div>div:last-of-type>div>p,
.sum>div>div:last-of-type>div>a{
    width: 100%;
    text-align: center;
    color: #fff;
}
.sum>div>div:last-of-type>div>p{
    font-size: 18px;
    margin-bottom: 25px;
}
.sum>div>div:last-of-type>div>a{
    display: block;
    width: 350px;
    height: 72px;
    line-height: 72px;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 0px auto;
}
/* 회사 개요 E */

/* 연혁 S */
.history{
    margin-top: 200px;
}
.history>div{
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.history>div img{
    width: 370px;
}
.history>div p{
    line-height: 27px;
    font-size: 14px;
    color: #5C5E63;
}
.history>div p>strong{
    padding-right: 30px;
    color: var(--black);
}
.history>div>div:first-of-type, .history>div>div:last-of-type{
    width: 370px;
}
.history>div>div>ul>li{
    position: relative;
}
.history>div>div>ul>li::before{
    position: absolute;
    top: -15px;
    left: 0px;
    content: '';
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--primary);
}
.history .his_img::before{
    content: none;
}
.his_left>ul>li:first-of-type{
    margin-bottom: 257px;
}
.his_left>ul>li:nth-of-type(2){
    margin-bottom: 181px;
}
.his_left>ul>li:nth-of-type(4){
    margin-top: 35px;
}
.his_left>ul>li:nth-of-type(5){
    margin-top: 65px;
    margin-bottom: 35px;
}
.his_left>ul>li:nth-of-type(6){
    margin-bottom: 110px;
}
.his_left>ul>li:nth-of-type(7){
    margin-bottom: 35px;
}


.history .his_cen{
    margin-top: -60px;
}
.history .his_cen li::before{
    content: none;
}
.his_cen>ul>li{
    position: relative;
    width: 95px;
    height: 95px;
}
.his_cen>ul>li:first-of-type:after{
    content: '';
    clear: both;
    display: block;

    position: absolute;
    top: 95px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 1900px;
    background-color: var(--primary);
}
.his_cen>ul>li:nth-of-type(1){
    margin-bottom: 40px;
}
.his_cen>ul>li:nth-of-type(2){
    margin-bottom: 55px;
}
.his_cen>ul>li:nth-of-type(3){
    margin-bottom: 40px;
}
.his_cen>ul>li:nth-of-type(4){
    margin-bottom: 260px;
}
.his_cen>ul>li:nth-of-type(5){
    margin-bottom: 130px;
}
.his_cen>ul>li:nth-of-type(6){
    margin-bottom: 225px;
}
.his_cen>ul>li:nth-of-type(7){
    margin-bottom: 25px;
}
.his_cen>ul>li:nth-of-type(8){
    margin-bottom: 185px;
}
.his_cen>ul>li:nth-of-type(9){
    margin-bottom: 110px;
}
.his_cen>ul>li div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.his_cen>ul>li>div{
    width: 95px;
    height: 95px;
    background: #88A3F8;
}
.his_cen>ul>li>div>div{
    z-index: 10;
    width: 83px;
    height: 83px;
    background: #6085F6;
}
.his_cen>ul>li>div>div>div{
    width: 71px;
    height: 71px;
    line-height: 71px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #3966F4;
}

.his_right{
    margin-top: -100px;
}
.his_right>ul>li:nth-of-type(1){
    margin-bottom: 35px;
}
.his_right>ul>li:nth-of-type(2){
    margin-bottom: 262px;
}
.his_right>ul>li:nth-of-type(3){
    margin-bottom: 212px;
}
.his_right>ul>li:nth-of-type(4){
    margin-bottom: 35px;
}
.his_right>ul>li:nth-of-type(5){
    margin-bottom: 197px;
}
.his_right>ul>li:nth-of-type(6){
    margin-bottom: 84px;
}
.his_right>ul>li:nth-of-type(7){
    margin-bottom: 35px;
}
.his_right>ul>li:nth-of-type(8){
    margin-bottom: 130px;
}
/* common S */
.section-title {
	position: relative;

	font-size: var(--font-size-h2);
	font-weight: 700;
	line-height: var(--font-lh-h2);
	letter-spacing: var(--font-ls-h2);
}
.section-title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 3px;
	background: var(--primary);
}

.section-description {
	margin-bottom: 40px;

	font-size: var(--font-size-h5);
	font-weight: 500;
	line-height: var(--font-lh-h5);
	letter-spacing: var(--font-ls-h5);
}
.inner-title {
	grid-column: 2/3;

	position: relative;
	margin-top: 30px;
	margin-bottom: 35px;
	padding-top: 60px;
}
.inner-title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 60px;
	background: var(--primary);
}
.inner-title p {
	margin-top: 15px;

	text-align: center;
	color: var(--primary);
	font-size: var(--font-size-h2);
	font-weight: 500;
	line-height: var(--font-lh-h2);
	letter-spacing: var(--font-ls-h2);
}

.main {
	width: 100%;
	margin-top: 60px;

	display: grid;
	grid-template-columns: 23px 1fr 23px;
	grid-template-rows: 265px 50px auto auto;
}
.banner {
	position: relative;
	grid-column: 1/4;
	background-size: auto 100%;
}
.banner-cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.banner-cover h1 {
	color: var(--pri-white);
	font-size: var(--font-size-h2);
	font-weight: 500;
	line-height: var(--font-lh-h2);
	letter-spacing: var(--font-ls-h2);
}
.banner-cover p {
	color: var(--pri-white);
	font-size: var(--font-size-h3);
	font-weight: 500;
	line-height: var(--font-lh-h3);
	letter-spacing: var(--font-ls-h3);
}

.inner-sub-nav {
	grid-column: 1/4;
	display: flex;
}
.page-group {
	width: 35%;
	height: 100%;
	background: #1e1e1e;

	display: flex;
	justify-content: center;
	align-items: center;
}
.page-group p {
	color: var(--pri-white);
	font-size: var(--font-size-body1);
	font-weight: 400;
	line-height: var(--font-lh-body1);
	letter-spacing: var(--font-ls-body1);
}
.page-list {
	position: relative;
	width: 65%;
	height: 100%;
	background: #f9f9f9;
}
.page-list input {
	display: none;
}
.page-list label {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-top: 13px;

	color: var(--primary);
	font-size: var(--font-size-body1);
	font-weight: 400;
	line-height: var(--font-lh-body1);
	letter-spacing: var(--font-ls-body1);
}
.page-list label::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
	width: 13px;
	height: 6px;
	background-image: url(/images/common/icon_arrow_blue.svg);
	background-size: cover;
}

/* common E */

/* inner banner S */
.inner-banner {
	grid-column: 2/3;
	height: 114px;
	background-image: url(/images/ceo/bg_ceo_content.jpg);
	background-size: cover;
	margin-top: 30px;
	margin-bottom: 15px;
}

/* inner banner E */

.history {
	grid-column: 2/3;
	margin-bottom: 30px;
}
.history-list {
	position: relative;
	width: 100%;

	display: grid;
	grid-template-columns: 95px 1fr;
	grid-template-rows: repeat(14, auto);
}
.history-list .line {
	grid-row: 1/15;
	position: absolute;
	left: 45px;
	width: 2px;
	height: 2120px;
	background: var(--primary);
	z-index: -2;
}
.history-list dt {
	grid-column: 1/2;
	height: 95px;
	background: var(--pri-white);
	border: 2px solid var(--primary);
	border-radius: 100%;
	margin-bottom: 20px;

	display: flex;
	justify-content: center;
	align-items: center;

	font-size: var(--font-size-h3);
	font-weight: 700;
	line-height: var(--font-lh-h3);
	letter-spacing: var(--font-ls-h3);
	color: var(--primary);
}

.history-list dd {
	grid-column: 1/4;
	border-top: 1px solid var(--primary);
	background: var(--pri-white);
	margin-bottom: 25px;
}
.history-list dd ol {
	width: 100%;
}
.history-list dd li {
	width: 100%;
	display: flex;
}

.history-list dd em {
	width: 95px;
	color: #1e1e1e;
	font-size: var(--font-size-body1);
	font-weight: 600;
	line-height: var(--font-lh-body1);
	letter-spacing: var(--font-ls-body1);
}

.history-list dd span {
	color: #5c5e63;
	font-size: var(--font-size-body1);
	font-weight: 500;
	line-height: var(--font-lh-body1);
	letter-spacing: var(--font-ls-body1);
}

/* 연혁 E */

/* mission and vission S */
.mi_vi>div>h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 35px;
    color: var(--primary);
}
.mi_vi>div>h3{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.mi_vi_item1{
    display: flex;
    align-items: center;
    width: fit-content;
    border: 1px solid var(--primary);
    border-radius: 110px;
    padding: 30px;
    margin: 50px auto 70px auto;
}
.mi_vi_item1>img{
    width: 31px;
    height: 31px;
    margin: 0px 15px;
}
.mi_vi_item1>div{
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    width: 160px;
    height: 160px;
    font-weight: bold;
    border-radius: 50%;
    color: #fff;
    background-color: var(--primary);
}
.mi_vi_item1>div:nth-of-type(1) img{
    width: 66px;
    margin: 25px 0px 5px 0px;
}
.mi_vi_item1>div:nth-of-type(2) img{
    width: 79px;
    margin: 20px 0px 5px 0px;
}
.mi_vi_item1>div:nth-of-type(3) img{
    width: 96px;
    margin: 28px 0px -3px 0px;
}
.mi_vi_item1>div>div{
    text-align: center;
}
.mission_title{
    margin-bottom: 100px;
}
.mis_ul_wrap{
    width: 100%;
    padding: 60px 0px 100px 0px;
    background-color: #FAFAFC;
}
.mission_ul{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
}
.mission_ul>li{
    width: 314px;
    box-sizing: content-box;
    padding-right: 99px;
}
.mission_ul>li:nth-of-type(1),
.mission_ul>li:nth-of-type(2),
.mission_ul>li:nth-of-type(3){
    margin-bottom: 70px;
}
.mission_ul>li:nth-of-type(3),
.mission_ul>li:last-of-type{
    padding-right: 0px;
}
.mission_ul>li>img{
    height: 70px;
    margin-bottom: 15px;
}
.mission_ul>li>h4{
    font-weight: bold;
    margin-bottom: 20px;
}
.mission_ul>li>p{
    font-size: 14px;
    font-weight: 500;
}
/* mission and vission E */

/* award S */
.award>div{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 130px;
}
.award>div h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 90px;
    color: var(--primary);
}
.award>div img{
    width: 277px;
}
.award>div>div{
    margin-bottom: 190px;
}
.award>div>div:nth-of-type(2) .item2_ul>li:first-of-type,
.award>div>div:nth-of-type(3) .item2_ul>li:first-of-type{
    margin-right: 160px;
}
.award>div>div:last-of-type{
    margin-bottom: 0px;
}
.award>div>div>ul{
    display: flex;
    justify-content: center;
}
.award>div>div>ul>li{
    overflow: hidden;
    position: relative;
    margin-right: 50px;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.15)
}
.award>div>div>ul>li:last-of-type{
    margin-right: 0px;
}
.award>div>div>ul>li>div{
    opacity: 0;
    position: absolute;
    top: 150px;
    left: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    transition-timing-function: ease-out;
    background: linear-gradient(180deg, rgba(57,102,244,0.7) 0%, rgba(8,9,27,0.7) 100%);
}
.award>div>div>ul>li>div.on{
    opacity: 1;
    top: 0px;
}
.award>div>div>ul>li>div>h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.award>div>div>ul>li>div>p{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.award>div>div>ul>li>div>p>span{
    line-height: 32px;
    font-size: 18px;
}
/* award E */

/* eth S */
.tab_btn{
    display: flex;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
}
.tab_btn>button{
    width: 180px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid var(--primary);
    color: var(--primary);
}
.tab_btn>button:first-of-type{
    margin-right: 20px;
}
.tab_btn>button.on{
    color: #fff;
    background-color: var(--primary);
}
.con_wrap{
    width: 920px;
    margin: 0px auto;
    border: 1px solid var(--primary);
    border-radius: 10px;
    padding: 55px;
    margin-bottom: 130px;
}
.con_wrap>h3{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 90px;
    color: var(--secondary-gray);
}
.con_wrap>ul{
    margin-bottom: 70px;
}
.con_wrap>ul>li{
    line-height: 70px;
    font-size: 18px;
    color: var(--secondary-gray);
}
.con_wrap>ul>li>span{
    padding-right: 30px;
}
.con_wrap>p{
    text-align: center;
    line-height: 44px;
    font-size: 18px;
    color: var(--secondary-dark-gray);
}
/* eth E */

/* guide S*/
.guide{
    display: none;
}
.guide>div{
    overflow: hidden;
    width: 920px;
    border: 1px solid var(--primary);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 130px;
}
.guide>div>ul>li{
    display: flex;
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid var(--primary);
    padding: 30px 0px;;
}
.guide>div>ul>li:first-of-type{
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid var(--primary);
    color: #fff;
    background-color: rgba(57,102,244,0.7);
}
.guide>div>ul>li:first-of-type>h3{
    font-size: 24px;
}
.guide>div>ul>li:first-of-type>p{
    text-align: center;
    width: 700px;
    font-size: 18px;
    margin: 0px auto;
    margin-top: 30px;
}
.guide>div>ul>li:last-of-type{
    border-bottom: 0px none;
}
.guide>div>ul>li h4{
    width: 51px;
    font-size: 18px;
    margin-right: 35px;
    color: var(--secondary-gray);
}
.guide>div>ul>li>div>p{
    font-size: 18px;
    color: var(--secondary-gray);
}
.guide>div>ul>li>div>ul{
    display: flex;
}
.guide>div>ul>li>div>ul>li{
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    border: 1px solid var(--primary);
    border-radius: 5px;
    padding: 0px 10px;
    margin-right: 10px;
    margin-top: 20px;
    color: var(--primary);
}
.guide>div>a{
    display: block;
    width: fit-content;
    font-size: 24px;
    font-weight: bold;
    margin:180px 64px 40px auto;
    color: var(--primary)
}
/* guide E */

/* organ S */
.organ>h2{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
    color: var(--primary);
}
.organ>img{
    display: none;
    width: 1140px;
    margin: 0px auto;
    margin-bottom: 130px;
}
.wrap .organ .mobile_view{
    display: none;
}
.organ>img.ac{
    display: block;
}
.organ map{
    position: relative;
}
/* organ E */