@charset "UTF-8";
/*** sub menu ***/
.tab01 {
	margin: 0 0 40px;
    text-align: center;
    /*
    background-color: #F9F9F9;
    box-shadow: inset 0 -1px #E5E5E5;
    */
    display: flex;
    justify-content: center; /* 가운대 정렬 */
}
.tab01 ul {
    display: flex;
    max-width: 1200px;
}
.tab01 li {
    border: 2px solid rgba(0, 0, 0, 0);
}
.tab01 a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    padding: 10px 42px;
    font-weight: 500;
    font-size: 1.375rem;
    color: #666;
    -webkit-box-align: center;
    align-items: center;
}
.tab01 .on {
	/*border-bottom-color: #012C5F;*/
}
.tab01 .on a {
    color: #012C5F;
}

/*** visual ***/
.sub_visual.about {background: url("../images/img_visual_about.jpg") no-repeat center top;}
.sub_visual.team {background: url("../images/img_visual_news.jpg") no-repeat center top;}
.sub_visual.cases {background: url("../images/img_visual_news.jpg") no-repeat center top;}
.sub_visual.news {background: url("../images/img_visual_news.jpg") no-repeat center top;}
.sub_visual.press {background: url("../images/img_visual_news.jpg") no-repeat center top;}

.strength .txt01 {
	text-align: left;
    line-height: 1.7;
    margin: 0;
    letter-spacing: -.02em;color: #464646; word-break: keep-all;
}
.organization  .txt01 {
	text-align: left;
    line-height: 1.7;
    margin: 0;
    letter-spacing: -.02em;color: #464646; word-break: keep-all;
}
.organization .txt01 {
	text-align: left;
    line-height: 1.7;
    margin: 0;
    letter-spacing: -.02em;color: #464646; word-break: keep-all;
}
.team .txt01 {
	text-align: left;
    line-height: 1.7;
    margin: 0;
    letter-spacing: -.02em;color: #464646; word-break: keep-all;
}
.strength_list {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; margin-top: 56px; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.strength_list li {width: calc(50% - 10px); min-height: 240px; margin: 0 20px 20px 0; padding: 33px 30px; box-sizing: border-box;
	background-color: #FFF4EE;
	border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 1px 6px -1px rgba(0, 0, 0, .02), 0 2px 4px 0 rgba(0, 0, 0, .02);
}
.strength_list li:nth-child(2n) {margin-right: 0;}
.strength_list .tit {
    margin-bottom: 21px;
    font-weight: 600;
    font-size: 1.4rem;
    color: var(--primary);
}
.strength_list .tit em {display: block; font-weight: bold; color: var(--primary);}
.strength_list .sub_tit {margin: 6px 0; font-weight: 400; font-size: 1.125rem; margin-top: 16px; color: #464646; word-break: keep-all; font-size: 1.2rem;}

/*** about ***/
.web_container .about {margin: 0 auto 101px;}
.about .txt01 {
    text-align: left;
    line-height: 1.7;
    margin: 0;
	letter-spacing: -.02em; 
	color: #464646; 
	word-break: keep-all;
}
.about_list {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; margin-top: 50px; color: #000; -webkit-flex-wrap: wrap; flex-wrap: wrap; gap: 20px;}
.about_list li {flex: 1 1 calc((100% - 40px) / 3); min-height: 240px; padding: 33px 30px; box-sizing: border-box;
	background-color: #FFF4EE;
	border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .03), 0 1px 6px -1px rgba(0, 0, 0, .02), 0 2px 4px 0 rgba(0, 0, 0, .02);
}
/* 태블릿: 2개 */
@media (max-width: 1024px) {
  .about_list li {
    flex: 1 1 calc((100% - 20px) / 2);
  }
}

.about_list .tit {
    margin-bottom: 21px;
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--primary);
}
.about_list .tit em {display: block; font-weight: bold; color: var(--primary);}
.about_list .sub_tit {margin: 6px 0;font-weight: 400;font-size: 1.125rem;margin-top: 16px;color: #464646; word-break: keep-all;}

/********** Phone & tablet **********/
@media screen and (max-width:768px) and (orientation:portrait), (max-height:500px) and (orientation:landscape) {
	.tab01 {margin-bottom: 10px;}
	.tab01 a { height: 50px; font-size: 1.125rem; padding: 10px 21px;}
	
    .sub_visual.about {margin: 0 auto; padding: 0 20px;}
    
    .strength {margin: 0 auto 60px;}
    .strength_list {display: block; margin-top: 16px;}
    .strength_list li {width: auto; min-height: 190px; margin: 10px 0 0 0; padding: 15px 20px;}
    .strength_list .tit {margin-bottom: 7px; font-weight: 600; font-size: 1.5rem;font-size: 1.4rem;}
    .strength_list .tit em {font-size: .875rem;}
    .strength_list .sub_tit {margin: 6px 0; font-weight: 400; font-size: 1.375rem; margin-top: 16px;color: #464646; word-break: keep-all;font-size: 1.2rem;}
     /* 약 14px
	.strength_list .desc {font-size: 0.875rem;font-weight: 400;line-height: 1.6;color: #555;margin-top: 10px;}
	 */
	
    .about_list {display: block; margin-top: 24px;}
    .about_list li {min-height: 140px; margin: 10px 0 0 0; padding: 15px 20px;}
    .about_list li {
	    flex: 1 1 100%;
	}
    .about_list .tit {margin-bottom: 0; font-weight: 600;font-size: 1.5rem; color: var(--primary);font-size: 1.4rem;}
    .about_list .tit em {font-size: .875rem;}
    .about_list .sub_tit {margin: 6px 0; font-weight: 400; font-size: 1.375rem; margin-top: 16px;color: #464646; word-break: keep-all;font-size: 1.2rem;}
}

