@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Host+Grotesk:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.gnb_al_ul {
    text-align: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    /* padding: 0 0 0 25%;
    height: 100vh;
    row-gap: 3%; */
}
.gnb_al_ul > li{
	font-size: 1.8em;
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 40px 0;
}
.gnb_al_ul > li  > a{
	font-weight:800;
	color:#000;
	width:30%;
	text-align:left;
	cursor:unset;
}
/* .gnb_al_ul > li a{
	display: table;
	padding:0;
} */
.gnb_al_ul > li > ul {
	display:flex;
	width:70%;
}
.gnb_al_ul > li > ul > li{
	width:25%;
    font-size: 1.2em;
	text-align:left;
}
.gnb_al_ul > li > ul > li a{
	font-size:0.7em;
	display:table;
	position:relative;
	padding-left:14px;
}
.gnb_al_ul > li  .top_menu{
	font-size:1.3em;
	font-weight:700;
}
.gnb_al_ul > li > ul > li a:after{
	display:block;
	content:'';
	width:0; height:1px; 
	background:#082baf;
	transition:ease 0.5s;
}
.gnb_al_ul > li > ul > li a:before{
	display:block;
	content:'';
	position:absolute;
	left:0; top:50%; transform:translateY(-50%);
	width:4px; height:4px;
	background:#666;
	border-radius:4px;
}
.gnb_al_ul > li > ul > li:hover a:after{
	display:block;
	width:100%;
} 
.gnb_al_ul > li > ul > li:hover a{
	color:#082baf;
}
.gnb_al_ul > li > ul > li:hover a:before{
	background:#082baf;
} 

.pp_wrap{
	font-size:1.2em;
}
.pp_wrap div{
	padding:30px 0 0 0;
	border-top:1px solid #ddd;
	margin-top:30px;
}
.pp_wrap p{
	display:block;
	padding:5px 0;
	word-break:keep-all;
}
.pp_wrap strong{
	display:block;
	padding-bottom:15px;
	color:#111;
}
.pp_wrap ul{
	padding-left:20px;
}
.pp_wrap ul li{
	list-style:circle;
	padding:4px 0;
}


.sub_visual{
	width:100%;
	height:75vh;
	overflow:hidden;
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	flex-direction: column;
	transition:ease 0.5s;
	margin-top: 90px;
}
.sub_visual_wrap{
	width:100%;
	height:100%;
	/* position:fixed;
	top:0;
	left:0; */
	position:absolute;
	left:50%;
	top:0;
	/* transform:translateX(-50%); */
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	transform:translateX(-50%) scale(1.3);
	transition: transform 1.7s ease-in-out;
	will-change: transform;
	z-index:-1;
}
.aboutus{
	background-image:url('../img/glance.png');
}
.about{
	background-image:url('../img/about_bg.png');
}
.company_history{
	background-image:url('../img/history.png');
}
.mv_value{
	background-image:url('../img/mv_value.png');
}
.ethical_bg{
	background-image:url('../img/ethical.png');
}
.hse_bg{
	background-image:url('../img/hse.png');
}
.quality_bg{
	background-image:url('../img/quality.png');
}
.business_bg{
	background-image:url('../img/shipbuilding.png');
}
.part_bg{
	background-image:url('../img/part_bg.png');
}
.mro_bg{
	background-image:url('../img/mro_bg2.png');
}
.inquiry_bg, .contact_bg{
	background-image:url('../img/contact.png');
}
.cs_bg{
	background-image:url('../img/cs_bg.png');
}
.global_bg{
	background-image:url('../img/global_bg.png');
}
.news_bg{
	background-image:url('../img/news_bg.png');
}
.brochure_bg{
	background-image:url('../img/brochure_bg.png');
}
.etc_bg{
	background-image:url('../img/etc_bg.png');
}
.sub_visual.on .sub_visual_wrap{
	transform:translateX(-50%) scale(1);
}
.sub_visual_txt{
	/* width: 100%; */
   /*  height: 100%; */
   display: flex;
    align-items: center;
    justify-content: center;
	width:100%;
	/* position:fixed; */
    font-size: 4em;
    font-weight: 600;
    color: #fff;
	font-family: "Poppins", sans-serif;
	text-align:center;
}
.sub_nav.scroll{
	display:none;
	background:rgba(0,0,0,0.3);
	transition: 1s ease;
}
.sub_nav.scroll.sub_nav_block{
	display:flex;
	position:fixed;
	top:15px;
	left:50%;
	transform:translateX(-50%);
	z-index:2;
	margin-top:0;
}

.sub_nav{
	background:rgba(255,255,255,0.5);
    border-radius:2rem;
	display: block;
	/* margin-top:170px; */
    padding: 10px;
	line-height:1;
}
.sub_nav a{
	display:inline-block;
	font-size:1.1em;
	font-weight:700;
	line-height:1;
	padding:10px 15px;
	text-align:center;
	background:#fff;
	color:#000;
	border-radius:2rem;
}
.sub_nav a.active{
	background:#000;
	color:#fff;
}
.sub_tit{
	font-size:2.8em;
	line-height:1.3;
	color:#000;
	font-weight:800;
	margin-bottom:40px;
	font-family: "Poppins", sans-serif;
}
.sub_board_tit{
	font-size: 2.8em;
    line-height: 1.3;
    color: #000;
    font-weight: 800;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}
.sub_des{
	font-size:1.8em;
	color:#000;
}
.board_inner{
	max-width:1480px;
	width:100%;
	padding:150px 40px;
	margin:0 auto;
}
.sub_inner{
	max-width:1480px;
	width:100%;
	padding:200px 40px;
	margin:0 auto;
}
.sub_con_inner{
	max-width:1480px;
	width:100%;
	padding:100px 40px 50px 40px;
	margin:0 auto;
}
.sub_wrap{
	width:100%;
	height:100%;
	background:#fff;
	transition: background-color 1s ease;
	position:relative;
	z-index:1;
}
.sub_wrap img{
	width:100%;
}
.sub_item{
	display:flex;
	justify-content:space-between;
	border-top:1px solid #ccc;
	color:#000;
	padding:80px 0 80px 0;
}
.sub_item:first-child{
	padding:40px 0 80px 0;
}
.sub_item:last-child{
	padding:80px 0 0 0;
}
.sub_left{
	width:30%;
	font-size:2em;
	font-weight:600;
	font-family: "Poppins", sans-serif;
	color:#104aa5;
	padding-right:40px;
}
.sub_right{
	width:60%;
	padding:0 30px;
}
.sub_con_des{
	font-size:1.4em;
}
.sub_box{
	display:flex;
	gap:2rem;
}
.sub_box > div{
	width:calc(100%/2);
}
.sub_in strong{
	font-size:1.4em;
	font-weight:800;
	display:block;
	padding:6px 0 20px 0 ;
}
.sub_in p{
	font-size: 1.2em;
    font-weight: 600;
    padding: 4px 0;
    color: #333;
    position: relative;
    padding-left: 10px;
}
.sub_in p:before{
	display: block;
    content: '·';
    font-weight: 800;
    position: absolute;
    left: 0;
    top: 2px;
}
.sub_in ul {
	padding-left:10px;
}
.sub_in ul li{
	font-size:1em;
	padding:4px 0;
	color:#555;
}
.sub_in ul li:before{
	display:inline-block;
	content:'-';
	padding-right:4px;
}
.inner_table_flex{
	width:100%;
	display:flex;
	gap:1rem;
}
.inner_table_flex .inner_table{
	margin-bottom:0;
}
.inner_table{
	width:100%;
	margin-bottom:50px;
}
.inner_table:last-child{
	margin-bottom:0;
}
.inner_table td{
	padding:5px 10px;
	text-align:center;
	color:#555;
	font-weight:600;
	
}
.inner_table th{
	padding:6px 10px;
	color:#fff;
	background:#041847;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}
.inner_table th:last-child{
	border-right:0;
}
.inner_table td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ddd;
	background:#f7fcff;
}
.inner_table td:last-child{
	border-right:0;
}
.inner_table td span{
	display:block;
	padding:5px 0;
}
.inner_table tr{
}

.glance_wrap{
	text-align:center;
	color:#000;
}
.glance_wrap strong{
	font-size: 2.8em;
    font-weight: 800;
    padding-bottom: 50px;
    display: block;
}
.glance_wrap .panel{
	font-size:1.4em;
	line-height:1.5;
}
.glance_wrap .panel img{
	width:100%;
	border-radius:2rem;
}

.glance_wrap .panel {
  min-height: 20vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.color-white {
  background-color: #ffffff;
}
.color-gray {
  background-color: #222222;
}

.txt-color-white{
	color:#fff !important;
}
.txt-center{
	text-align:center;
}

.ceo_message {
	color:#000;
}
.ceo_message .sub_inner{
	display:flex;
	justify-content:space-between;
}
.message_wrap{
	width:100%;
}
.ceo_message strong{
	display:block;
	font-size:3em;
	font-weight:800;
	line-height:1.1;
	padding-bottom:60px;
}
.message_txt_wrap{
	display:flex;
	justify-content:space-between;
}
.message_txt {
	width:48%;
}
.message_txt p{
	font-size: 1.3em;
    line-height: 1.25;
    padding-bottom: 30px;
    word-break: keep-all;
}
.message_bt{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 60px;
}
.message_bt p:first-child{
	font-size:1.3em;
	font-weight:800;
	padding-bottom:15px;
	/* font-family: "Allura", cursive; */
}
.message_bt p{
	font-size:1.1em;
	font-weight:600;
	padding-bottom:5px;
}
.message_img{
	width: 40%;
    height: 700px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}
.message_img video{
	width: 100%;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* mission,vision */
.mv_wrap{
	position:relative;
	height:400px;
	margin-top:60px;
}
.mv_wrap > div{
	height:100%;
	border-radius: 400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	padding:0 10%;
	text-align:center;
	word-break:keep-all;
	color:#fff;
}
.mv_wrap > div img{
	width:80px;
	display:block;
	margin:0 auto;
	margin-bottom:20px;
}
.slogan strong{
	font-size:2.8em;
	font-family: "Poppins", sans-serif;
	display:block;
	text-align:center;
	color:#000;
	line-height:1.1;
	margin-bottom:80px;
}
.mv_wrap strong{
	font-size:2em;
	font-family: "Poppins", sans-serif;
	display:block;
	margin-bottom:20px;
}
.mv_wrap p{
	font-size:1.4em;
	word-break:keep-all;
}
.mission{
	position:absolute;
	width:52%;
	background:rgb(0 180 80 / 70%);
	left:0;
	top:0;
}
.vision{
	position:absolute;
	width:52%;
	background:rgb(0 101 226 / 80%);
	right:0;
	top:0;
}
.value strong{
	font-size:2em;
	font-family: "Poppins", sans-serif;
	display:block;
	margin-bottom:40px;
	text-align:center;
	color:#000;
}
.value{
	background:url('../img/core_value_bg.png')no-repeat center center / cover;
	padding:150px 20px 200px 20px;
}
.value .sub_tit {
	/* color:#fff; */
}
.value_wrap{
	border-radius: 30px;
    background:rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px;
	max-width: 1400px;
    width: 100%;
    margin:0 auto;
}
.value_circle{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.value_circle > div{
	width:250px;
	height:250px;
	border-radius:50%;
	background:#fff;
	border:3px solid #4781ff;
	box-shadow: 0 0 4px 10px #c3e4ff;
	display: flex;
    align-items: center;
    justify-content: center;
	font-size:1.5em;
	color:#333;
	font-family: "Poppins", sans-serif;
	font-weight:700;
	text-align:center;
}
.value_circle > span{
	display: block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background: #4781ff;
}

.history_top{
	margin-bottom:100px;
}
.history_top p{
	font-size:1.5em;
	line-height:1.3;
	font-family: "Poppins", sans-serif;
	text-align:center;
	color:#000;
	font-weight:600;
}
.history_in{
	width:100%;
	position:relative;
}
.history_in:before{
	position:absolute;
	display:block;
	content:'';
	top:0;
	left:50%;
	transform:translateX(-50%);
	width:2px;
	height:100%;
	background:#aad0ff
}
.history_box{
	display:flex;
	align-items: center;
}
.history_left{
	width:50%;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	text-align:right;
}
.history_right{
	width:50%;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	text-align:left;
}
.history_img{
	width:50%;
	padding:0 50px;
	overflow:hidden;
}
.history_img img{
	width:100%;	
	border-radius:2rem;
}
.history_left .history_item{
	padding-right:50px;
}
.history_right .history_item{
	padding-left:50px;
}
.history_item{
	position:relative;
	padding:30px 0;
}
.history_left .history_item:after {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0065e2;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}
.history_right .history_item:after {
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0065e2;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}
.history_year{
	font-size:3.5em;
	font-family: "Poppins", sans-serif;
	color: #0065e2;
	font-weight:600;
}
.history_info{
	font-size:1.3em;
	color:#000;
}
.spares_wrap{
	position:relative;
}

.spares_map{
	position:relative;
	margin-bottom:100px;
	padding-top:100px;
}

.spares_map p{
	font-size:1.2em;
}

.spares_map img{
	width:100%;
	position:relative;
	display:block;
}
.spares_map img.image_map{
	width:1400px;
	margin:0 auto;
}
.spare_tit{
	font-family: "Poppins", sans-serif;
	font-size:0.6em;
	font-weight:500;
	display:block;
	padding-top:20px;
}
#map__item_basic{
	display:block !important;
	width:250px;
	height:223px;
	background:#fff;
	border:1px solid blue;
	border-radius:1.5rem;
	text-align:center;
	position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);
	z-index:1;
}
.imagemap__item {
  display: none;
  position:absolute;
  width:250px;
  top:0;
  left:50%;
  transform:translateX(-50%);
}
.imagemap__item img{
}
.imagemap__item:target {
  display: block;
}
.imagemap__item:target > .imagemap__text {
  display: block;
}

.imagemap__notice{
	width:250px;
	height:223px;
	display:flex;
	justify-content: center;
    align-items: center;
	border-radius:2rem;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	padding:0 20px;
	text-align:center;
	font-size:1.3em;
	border:2px dashed #eee;
	color:#0b2b62;
}
.imagemap__item:target .imagemap__notice{
	display:none;
}
.imagemap__list::before{
	content:'When you mouse over the numbers on the vessel, the material picture appears';
	width:250px;
	height:223px;
	display:flex;
	justify-content: center;
    align-items: center;
	border-radius:2rem;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	padding:0 20px;
	text-align:center;
	font-size:1.3em;
	border:2px dashed #eee;
	color:#0b2b62;
}
.sub_wrap .accord-heading img.accord-chevron{
	width:15px;
}

.accord{
	margin-top:20px;
}
.accord .insta-trans,.accord .insta-trans *{
	transition:none! important
}
.accord .accord-panel{
	position: relative;
    font-size: 1.05em;
}
.accord-panel:before{
	display:block;
	position:absolute;
	left:0;
}
.accord .accord-panel.concealed,.accord .accord-panel.revealed{
	height:auto;
	overflow:hidden;
	opacity:1;
	transition:.25s linear;
}
.accord .accord-panel.concealed{
	height:0! important;
	margin:0;
	opacity:0;
	transition-delay:0s
}
.accord .accord-panel.revealed{
	padding:20px 0 50px 0;
}
.accord .accord-item:has(>.accord-panel.revealed)>.accord-heading>.accord-chevron{
	transform:scaleY(-1);
	filter: invert(10%) sepia(95%) saturate(4731%) hue-rotate(207deg) brightness(97%) contrast(101%);
}
.accord .accord-item{
	overflow:hidden;
	transition:.25s linear;
	border-bottom: 1px solid #d6d6d6;
	padding:20px 0;
}
.accord .accord-heading{
	display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
    cursor: pointer;
    font-weight: 700;
    font-size: 1.3em;
    transition: .25s linear;
	position:relative;
	color:#000;
}
.accord-heading:before{
	display:block;
	position:absolute;
	left:0;
	top:0;
}
.accord .accord-heading:focus,.accord .accord-heading:hover{
	color:#004099
}
.accord-heading:focus:before, .accord-heading:hover:before{
	color:#004099
}
.accord .accord-item:has(.revealed){
	z-index:1;
	transition:.25s linear;
}

.beefup {
  /* margin: 1em 0;
  border: 1px solid #ddd; */
  border-bottom: 1px solid #d6d6d6;
 /*  border-radius: 4px; */
 padding:20px 0;
}
.beefup:hover {
  border-color: #ccc;
}
.beefup:first-child {
  margin-top: 0;
}
.beefup__head, .beefup__body {
  /* padding: 10px 20px; */
}
.beefup__head {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding-right: 50px;
}
button.beefup__head, .beefup__head > button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: none;
  border: 0;
  font: inherit;
  text-align: inherit;
}
button.beefup__head[aria-disabled], .beefup__head > button[aria-disabled] {
  cursor: default;
  outline: 0;
}
.beefup__head > button:hover{
	color:#004099;
}

.beefup__head > button {
  position: relative;
  z-index: 1;
  /* margin: -10px -50px -10px -20px; */
  padding: inherit;
  width: 100%;
  background: inherit;
  border: inherit;
  font-weight: 700;
  font-size: 1.3em;
  color:#000;
}
.beefup__head::after {
  transition: transform 0.2s ease-out;
  content: "";
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 0;
  margin-top: -2px;
  padding: 3px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  color: #ccc;
}
.beefup__head:hover::after{
	color:#004099;
	transition:.25s ease;
}
.beefup.is-open > .beefup__head::after {
  transform: translate(0, -50%) rotate(225deg);
  margin-top: 2px;
  color:#004099;
  transition:.25s ease;
}

.ethical_con{
	/* background:#212229; */
	background:url('../img/ethical_img.png')no-repeat center center / cover;
}
.ethical_top{
	max-width: 1480px;
    width: 100%;
    padding: 80px 40px 40px 40px;
	margin:0 auto;
	display:flex;
	justify-content: space-between;
	gap:1rem;
}
.ethical_top_item{
	width:calc(100%/3);
	height:420px;
	padding:60px 60px;
	border-radius:2rem;
	overflow:hidden;
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	color:#fff;
	font-size:1.5em;
	font-weight:700;
	margin:30px 0 80px 0;
	/* border:1px solid #ccc; */
	border: 1px solid #fff;
}
.ethical_top_item strong{
	display:contents;
}
.ethical_top_item img{
	width:50px;
	/* filter: invert(10%) sepia(21%) saturate(3295%) hue-rotate(182deg) brightness(97%) contrast(92%); */
}
.ethical1{
	/* background:url('../img/ethical1.png')no-repeat center center / cover; */
	/* background:#4b84f0; */
}
.ethical2{
	/* background:url('../img/ethical2.png')no-repeat center center / cover; */
	/* background:#ffa93e; */
}
.ethical3{
	/* background:url('../img/ethical3.png')no-repeat center center / cover; */
	/* background:#66c0db; */
}
.ethical1 strong{
	color:#ff8d38;
}
.ethical2 strong{
	color:#ff8d38;
}
.ethical3 strong{
	color:#ff8d38;
}
.ethical_bt{
	display:flex;
	justify-content: space-between;
	gap:2rem;
	padding-bottom:150px;
}
.ethical_bt p{
	width:calc(100%/2 - 2rem);
	font-size:1.3em;
	line-height:1.5;
	color:#000;
	word-break:keep-all;
}


.hse_top{
	font-size:2em;
	line-height:1.4;
	font-family: "Poppins", sans-serif;
	color: #000;
	font-weight:600;
}
.hse_img img{
	border-radius:2rem;
	margin:80px auto;
}
.hse_con_flex{
	display:flex;
}
.hse_con1{
	width:60%;
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}
.hse_con2{
	width:40%;
}
.hse_con2 .hse_item{
	width:100%;
}
.hse_con1 .hse_item{
	width:calc(100%/2 - 1rem);
}
.hse_item.hse_item_img{
    padding: 30px 30px 30px 30px;
}
.hse_item{
	background:#e8eff3;
	border-radius:2rem;
	position:relative;
	overflow:hidden;
	padding:30px 30px 90px 30px;
}
.hse_item span{
	display: block;
    position: absolute;
    right: 30px;
    bottom: -10px;
    font-size: 4.5em;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #bfd1db;
}
.hse_item p{
	font-size:1.4em;
	word-break:keep-all;
	line-height:1.3;
	color:#000;
}
.hse_item img{
	width:100%;
	display:block;
	margin:0 auto;
	transition:ease 0.5s;
}
/* .hse_item:hover img{
	width:90%;
} */
.hse_item.hse_item_img p{
	font-size:1.2em;
}

.quality_wrap{
	background:url('../img/quality_bg.png')no-repeat center center / cover;
	position:relative;
}
.quality_wrap .sub_inner{
	display:flex;/* 
	flex-wrap:wrap;
	gap:1rem;
	justify-content: center; */
}
.quality_item_flex1{
	width:60%;
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}
.quality_item_flex2{
	width:40%;
}
.quality_item_flex2 .quality_item{
	width:100%;
}
.quality_item_flex1 .quality_item{
	width:calc(100%/2 - 1rem);
}

.quality_item{
	border-radius:2rem;
	background:rgba(255,255,255,0.8);
	padding:38px 30px;
	width:calc(100%/3 - 1rem);
	color:#000;
	overflow:hidden;
	position:relative;
}
.quality_item.quality_item_img img{
	/* width:70%; */
	display:block;
	margin:0 auto;
	transition:ease 0.5s;
}
/* .quality_item.quality_item_img img:hover{
	width:90%;
} */
.quality_item.quality_item_img p{
	font-size:1.2em;
}

.quality_wrap .quality_circle{
	width:200px;
	height:200px;
	background:#181449;
	border:5px solid #fff;
	border-radius:50%;
	position:absolute;
	top:50%; left:50%;
	transform:translate(-50%, -50%);
	display:flex;
	justify-content: center;
    align-items: center;
	z-index:0;
}
.quality_wrap .quality_circle img{
	display:block;
	width:150px;
}
.quality_item strong{
	font-size:2em;
	display:block;
	line-height:1.1;
	padding-bottom:10px;
}
.quality_item p{
	font-size:1.2em;
	word-break:keep-all;
}

.business_wrap{
	background:url('../img/shipbuilding_img1.png')no-repeat center center / cover;
	margin-top:-100px;
}
.business1{
	display:flex;
	flex-wrap:wrap;
	gap: 1rem;
    justify-content: center;
	margin-bottom:80px;
}
.business_item{
	width:calc(100%/3 - 1rem);
	background:rgba(255,255,255,.8);
	border-radius:2rem;
	padding:60px;
	color:#000;
	font-weight:600;
}
.business_item p{
	 font-family: "Poppins", sans-serif;
	 text-align:center;
	font-size:1.5em;
	line-height:1.2;
	font-weight:700;
}
.business_item img{
	display:block;
	width:60px;
	margin:30px auto;
}
.business_logo img{
	width:240px;
	display:block;
	margin:0 auto;
}
.busi_up_down{
	display:flex;
	margin:100px 0 180px 0;
	gap:2rem;
	
}
.busi_up_down > div{
	width:calc(100%/2 - 2rem);
	border-radius:2rem;
	overflow:hidden;
	/* position:relative; */
	/* padding:50px 50px; */
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.busi_up_down > div ul{
	/* width:60%; */
	display:flex;
	/* flex-wrap:wrap; */
	gap:0.5rem;
	padding:30px;
}
.busi_up_down > div ul li{
	width:calc(100%/4);
	padding:8px 10px;
	border-radius:2rem;
	border:1px solid #aaa;
	background:rgba(255,255,255,0.9);
	text-align:center;
	color:#111;
	font-size:1.3em;
	font-weight:800;
}
.busi_up_bg{
	padding:30px;
	height:180px;
	background:url('../img/arrow_up.png')no-repeat center center / cover;
}
.busi_down_bg{
	padding:30px;
	height:180px;
	background:url('../img/arrow_down.png')no-repeat center center / cover;
}
.busi_up_down span{
	 font-family: "Poppins", sans-serif;
	 color:#fff;
	 font-size:4em;
	 font-weight:800;
}
.busi_up_down > div span{
	/* display:block;
	font-size:3em;
	font-weight:800;
	left:40px;
	top:30px;
	 font-family: "Poppins", sans-serif;
	 color:rgba(255,255,255,1); */
}
.busi_up_down > div.busi_up span{
	color:rgba(255,255,255,1);
	
}
.busi_up_down > div span img{
	width:30px;
	display:inline-block;
	margin-left:10px;
	margin-top:-10px;
}
.busi_up_down > div.busi_down span img{
	transform:rotate(180deg);
	opacity:1;
	margin-top:-7px;
}
.busi_up{
	border:2px solid #3384e8;
}
.busi_down{
	border:2px solid #012579;
}

.dc_wrap{
	background:url('../img/shipbuilding_img3.png')no-repeat center center / cover;
}
.dc_top{
	color:#000;
	width:58%;
}
.dc_wrap .sub_tit{
	color:#fff;
}
.dc_top span{
	font-size:1.4em;
}
.dc_top .dc_item {
	background:rgba(255,255,255,0.9);
	border-radius:2rem;
	padding:30px;
	display:flex;
	gap:1.5rem;
	margin-bottom:20px;
}
.dc_top .dc_item:last-child{
	margin-bottom:0;
}
.dc_top .dc_item:nth-child(2) img{
	padding:0 5px;
}
.dc_top .dc_item img{
	width:50px;
}
.dc_flow{
	display:flex;
	/* background: linear-gradient(143deg, rgba(55,53,105,1) 0%, rgba(67,138,212,1) 100%); */
	/* gap:2rem; */
}
.dc_box{
	/* background:#fff; */
	/* background: linear-gradient(143deg, rgba(55,53,105,1) 0%, rgba(67,138,212,1) 100%); */
	/* border-radius:2rem; */
	/* box-shadow:0 0 8px 0 rgba(0,0,0,0.3); */
	/* padding:20px 30px; */
}
.dc_flow strong {
    font-size: 1.5em;
	line-height:1.1;
    font-weight: 900;
    display: block;
    padding: 8px 0 12px 0;
	color:#08439f
}
.dc_flow ul li {
    font-size: 1.2em;
    font-weight: 600;
    padding: 4px 0;
    color: #000;
	position:relative;
	padding-left:10px;
}
.dc_flow ul li:before {
    display: block;
    content: '·';
    font-weight: 800;
    position: absolute;
    left: 0;
    top: 2px;
}
.dc_flow > div{
	width:calc(100%/ 4);
}
.dc_box{
	position:relative;
	padding:0px 35px;
	border-right:2px solid #000;
}
.dc_box:first-child{
	border-left:2px solid #000;
}
.dc_box_in .dc_box:first-child{
	border-left:0;
}
.dc_box_in .dc_box{
	border-bottom:1px solid #ccc;
	padding:20px 35px 20px 35px;
}
.dc_box_in .dc_box:first-child{
	padding:0 35px 20px 35px;
}
.dc_box_in .dc_box:last-child{
	border-bottom:0;
	padding:20px 35px 0 35px;
}
.dc_box:before {
    display: block;
    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
   /*  width: 0;
    height: 0;
    border-bottom: 40px solid transparent;
    border-top: 40px solid transparent;
    border-left: 40px solid #436fb3;
    border-right: 40px solid transparent; */
	width:30px;
	height:52px;
	background:url('../img/dc_box_arrow.png')no-repeat center center / 100%;
}
.dc_box.none_arrow:before{
	display:none;
}

.dc_flow.top_dc_tit > div.dc_box, .dc_flow.top_dc_tit .dc_box_in{
	position:relative;
	margin-top:60px;
}
.dc_flow.top_dc_tit > div.dc_box:after{
	display:block;
	content:'Review';
	position:absolute;
	left:0; top:-60px;
	font-size:1.5em;
	font-weight:600;
	border:0;
	background:#001e4d;
	padding:0 15px;
	height:50px;
	line-height:50px;
	border-radius:0;
	width:100%;
	color:#fff;
	text-align:center;
}
.dc_flow.top_dc_tit .dc_box_in:after{
	display:block;
	content:'Recommendation';
	position:absolute;
	left:0; top:-60px;
	font-size:1.5em;
	font-weight:600;
	border:0;
	background:#001e4d;
	padding:0 15px;
	height:50px;
	line-height:50px;
	border-radius:0;
	width:100%;
	color:#fff;
	text-align:center;
}
.dc_flow.top_dc_tit > div.dc_box.none_dc_tit:after{
	display:none;
}

.tit_mt{
	margin-top:150px;
}
.business_img2 img{
	border-radius:2rem;
	margin-bottom:100px;
}
.business_img3 img{
	margin-bottom:100px;
}
.mro{
	width:80%;
	margin:0 auto;
}
.mro_wrap{
	/* display: flex;
	    justify-content: center; */
	width:100%;
	margin:0 auto;
	margin-top:100px;
	margin-bottom:150px;
}
.mro_wrap:last-child{
	margin-bottom:0;
}
/* .mro_wrap:last-child{
	margin-bottom:0;
} */

.mro_top{
    display: flex;
	width:100%;
    /* width: 80%; */
    justify-content: center;
}
.mro_img{
	width:45%;
}
.mro_img img:nth-child(n+1){
	margin-top:10px;
}
.mro_info_wrap{
	width:55%;
	padding-left:80px;
}
.mro_info_wrap.pd0{
	padding-left:0;
	padding-right:80px;
}
.mro_info table tr td{
	text-align:left;
}
.mro_info table tr td p{
	padding:0 0 0 14px;
	font-size:1em;
}
.mro_info, .mro_info2, .mro_info3{
	margin-bottom:30px;
}
.mro_info strong, .mro_info2 strong, .mro_info3 strong{
	display:block;
	font-size:1.2em;
	font-weight:900;
	color:#000;
	margin-bottom:10px;
}
.mro_p{
	font-size:1.2em;
	font-weight:600;
	padding:2px 0 2px 0;
	word-break:keep-all;
	margin:0 0 60px 0;
}
.mro_info.mt40{
	margin-top:40px;
}
.mro_info p{
	font-size:1.2em;
	font-weight:600;
	padding:2px 0 2px 14px;
	position:relative;
	word-break:keep-all;
}
.mro_info p:before{
	position:absolute;
	left:0;
	top:-1px;
	display:block;
	content:'·';
	font-weight:800;
}
.mro_info ul{
	padding-left:30px;
}
.mro_info ul li{
	list-style:circle;
	padding:1px 0;
	font-size:1.15em;
}
.mro_info2 p{
	font-size:1.2em;
	font-weight:600;
	padding:2px 0 2px 22px;
	position:relative;
	word-break:keep-all;
}
.mro_info2 p:before{
	position:absolute;
	left:0;
	top:6px;
	display:block;
	content:'';
	background:url('../img/check.png')no-repeat center center / 100%;
	width:18px;
	height:18px;
}
.mro_info3 p{
	font-size:1.2em;
	font-weight:600;
	padding:2px 0 2px 0;
	position:relative;
	word-break:keep-all;
}
.mro_img_info{
	display:flex;
	gap:1rem;
}
.mro_img_info span{
	line-height:1.1;
}
.mro_img_info1 span{
	width:100%;
	padding:4px 4px;
	 word-break:keep-all;
	 display:block;
	 text-align:center;
}
.mro_img_info1_2 span{
	padding:4px 4px;
	 word-break:keep-all;
	 display:block;
	 text-align:center;
}
.mro_img_info1_2 span:nth-child(1) {
	flex-grow: 1; 
}
.mro_img_info1_2 span:nth-child(2) { 
	flex-grow: 2;
}
.mro_img_info2_1 span{
	padding:4px 4px;
	 word-break:keep-all;
	 display:block;
	 text-align:center;
}
.mro_img_info2_1 span:nth-child(1) {
	flex-grow: 2; 
}
.mro_img_info2_1 span:nth-child(2) { 
	flex-grow: 1;
}

.mro_img_info2 span{
	 width:calc(100%/2);
	 padding:4px 4px;
	 word-break:keep-all;
	 display:block;
	 text-align:center;
}
.mro_img_info3 span{
	 width:calc(100%/3);
	 padding:4px 4px;
	 word-break:keep-all;
	 display:block;
	 text-align:center;
}
.mro_img_info4 span{
	 width:calc(100%/4);
	 padding:4px 4px;
	 word-break:keep-all;
	 display:block;
	 text-align:center;
}
.mro_img_info5 span{
	 width:calc(100%/5);
	 padding:4px 4px;
	 word-break:keep-all;
	 display:block;
	 text-align:center;
}
.mro_img_info6 span{
	 width:calc(100%/6);
	 padding:4px 4px;
	 word-break:keep-all;
	 display:block;
	 text-align:center;
}
.mro_img img{
	/* border-radius:2rem;
	border:1px solid #ccc; */
}
.mro_subject{
	font-size:2em;
	color:#000;
	line-height:1.2;
	font-weight:800;
	font-family: "Poppins", sans-serif;
	margin: 10px 0 30px 0;
}
.mro_subject span{
	font-size:0.8em;
	display:block;
}
.mro_info4 p{
	font-size:1.2em;
	font-weight:600;
	padding:2px 0 2px 0;
	word-break:keep-all;
	margin:0 0 30px 0;
}
.mro_info4 img{
	margin-bottom:40px;
}
.overhaul{
	background:url('../img/overhaul_bg.png')no-repeat center center / cover;
}
.overhaul_wrap{
	display:flex;
	gap:1rem;
}
.overhaul_item{
	width:calc(100%/4 - 1rem);
	background: #1f232f;
	height:450px;
	padding:60px 40px;
	border-radius:2rem;
	display:flex;
	flex-direction: column;
    justify-content: space-between
}
.overhaul_item strong{
	color: #ff8315;
	font-size:1.2em;

}
.overhaul_item p{
	color: #fff;
	font-size:1.1em;
	word-break:keep-all;
}
.overhaul_item p span{
	display:block;
	padding:4px 0 0 8px;
	position:relative;
}
.overhaul_item p span:before{
	display:block;
	content:'·';
	position:absolute;
	left:0;
	top:2px;
	color:#fff;
}
.overhaul_txt{
	font-size:1.2em;
	line-height:1.3;
	color:#fff;
	padding:50px 0;
}
.mt10{
	margin-top:10px;
}
.mb0{
	margin-bottom:0 !important;
}
.flex-column{
	flex-direction:column;
}
.margincenter{
	margin:0 auto;
}
.mro_img_wrap{
	display:flex;
	margin:80px 0;
	justify-content:space-between;
}
.mro_img_wrap{
	display:flex;
	justify-content: center;
	margin:100px 0 150px 0;
}
.margin_minus{
	margin-top:-100px !important;;
}
.mro_img_wrap .mro_subject{
	margin-bottom:40px;
}
.mro_img_in{
	display: flex;
    flex-direction: column;
	width:100%;
}
.mro_imgs{
	display:flex;
	justify-content:space-between;
}
.mro_imgs img{
	width:calc(100%/2 - 1rem);
	border-radius:2rem;
}
.global_Wrap{
	position:relative;
	width:100%;
}
.global_img{
	display:block;
	position:relative;
	z-index:-1;
}
.sub_wrap img.global_img2{
	width: 68%;
    left: 4.3%;
    top: 20%;
    display: block;
    position: absolute;
    z-index: 0;
}
.global_bt{
	display:flex;
	gap:1.5rem;
}
.office{
	width:calc(100%/3);
	background:rgb(255 208 167 / 80%);
	padding:20px 24px;
	border-radius:2rem;
	z-index:1;
}
.head_office{
	left:10%;
	top:10%;
}
.office1{
	left:5%;
	bottom:15%;
}
.office2{
	left:14%;
	bottom:40%;
}
.office3{
	right:5%;
	top:18%;
}
.office4{
	right:20%;
	top:30%;
}
.office strong{
	font-size:1.3em;
	font-weight:600;
	color:#000;
	font-family: "Poppins", sans-serif;
}
.office p{
	padding:10px 0;
	font-size:1.2em;
	color:#000;
}
.office span{
	padding-top:10px;
	padding-right:10px;
	color:#000;
	font-size:1.1em;
	font-weight:700;
}


.location_txt{
	display: flex;
    gap: 3rem;
    align-items: flex-start;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    justify-content: space-between;
}
.location_name{
	font-size:2em;
	font-weight:700;
	width:25%;
	color:#000;
}
.location_name2{
	font-size:2em;
	font-weight:700;
	width:100%;
	color:#000;
}
.location_name2 span{
	
}
.location_name2 span:after{
	display:inline-block;
	content:'/';
	padding-left:10px;
	padding-right:10px;
}
.location_name2 span:last-child:after{
	display:none;
}
.location_info{
}
.location_box{
	display:flex;
	gap:2rem;
}
.location_box_flex{
	display:flex;
	gap:1rem;
}
.location_info p{
	font-size:1.2em;
	padding:10px 0;
	color:#222;
	display: flex;
	align-items: center;
}
.location_box2{
	width:100%;
	display:flex;
	gap:2rem;
	margin-top:44px;
}
.location_box2 p{
	font-size:1.2em;
	padding:10px 0;
	color:#222;
}
.location_box2 img{
    width: 15px;
    display: inline-block;
    margin-right: 10px;
}
.location_box_in{
	width:calc(100%/3);
	border-left:2px solid #aaa;
	padding-left:15px;
}
.location_box_in b{
	font-size:1.6em;
	color:#004c9f;
	font-weight:800;
	display:block;
	padding-bottom:15px;
}
.location_box_in p{
	padding:5px 0;
}
.location_box_in p span.location_box_con{
	display:block;
	padding-left:25px;
}
.location_info span{
	font-size:1.1em;
	color:#1421bd;
	display:block;
}
.location_info.location_info2 p{
	flex-direction:column;
	align-items: flex-start;
    justify-content: flex-start;
}
.location_info p img{
	width:15px;
	display:inline-block;
	margin-right:10px;
}

.map{
	width:100%;
	height:400px;
	margin-bottom:60px;
}

@media(max-width:1600px){
	.sub_visual{
		height:70vh;
	}
	.sub_visual_txt{
		font-size:3em;
	}
	.sub_tit {
		font-size: 2.2em;
	}
	.sub_des{
		font-size:1.4em;
	}
	.sub_inner {
		padding: 160px 40px;
	}
	.board_inner{
		padding:120px 40px;
	}
	.mv_wrap{
		overflow:hidden;
		height: 340px
	}
	.mv_wrap > div{
		padding:0 5%;
	}
	.mv_wrap > div img{
		width:60px;
	}
	.business_item p{
		font-size:1.2em;
	}
	.business_item img{
		width:50px;
	}
	.business_logo img{
		width:160px;
	}
	.busi_up_down span{
		font-size:2.5em;
	}
	.busi_up_down > div ul li{
		font-size:1.1em;
	}
	.sub_left{
		font-size:1.5em;
	}
	.sub_in strong{
		font-size:1.3em;
	}
	.sub_right{
		width:66%;
		padding:0;
	}
	.gnb_al_ul > li{
		font-size:1.3em;
	}
	.ethical_bt p{
		font-size:1.2em;
	}
	.hse_top {
		font-size: 1.6em;
	}
	.hse_item p{
		font-size: 1.2em;
	}
	.hse_item {
		padding: 30px 30px 60px 30px;
	}
	.hse_item span {
		bottom: 0;
		font-size: 3em;
	}
	.quality_item strong {
		font-size: 1.6em;
	}
	.quality_item p {
		font-size: 1.2em;
	}
	.location_name {
		font-size: 1.6em;
		width:20%;
	}
	.location_name2 {
		font-size: 1.6em;
	}
	.location_box_in b {
		font-size: 1.4em;
	}
	.location_box_flex {
		gap: 0;
		flex-direction: column;
	}
}

@media(max-width:1460px){
	.spares_map{
		overflow-x:scroll;
		padding-bottom:60px;
	}
	.spares_map::-webkit-scrollbar {
		height:10px;
	  }
	.spares_map::-webkit-scrollbar-thumb {
		background-color: #004199;;
		border-radius: 10px;
		background-clip: padding-box;
		border: 2px solid transparent;
	  }
	.spares_map::-webkit-scrollbar-track {
		background-color: rgba(0,0,0,0.1);
		border-radius: 10px;
	 }
	 .imagemap__list{
	}
}

@media(max-width:1281px){
	.sub_tit {
		font-size: 2em;
	}
	.sub_inner {
		padding: 120px 40px;
	}
	.board_inner{
		padding:100px 40px;
	}
	.sub_visual {
        height: 60vh;
		margin-top:62px;
    }
	
	.sub_nav{
		padding:5px;
	}
	.sub_nav a{
		font-size:1em;
		padding:10px 15px;
	}
	.glance_wrap .panel {
		min-height: 0;
		padding: 20px 0;
	}
	.message_txt p {
		font-size: 1.1em;
	}
	.message_bt p:first-child {
		font-size: 1.2em;
		padding-bottom:5px;
	}
	.mv_wrap {
		height: 280px;
	}
	.mv_wrap p {
		font-size: 1.2em;
	}
	.mv_wrap strong {
		font-size: 1.6em;
		margin-bottom: 10px;
	}
	.value_circle {
		width:90%;
	}
	.value_circle > div {
		width: 220px;
		height: 220px;
		font-size: 1.2em;
	}
	.mv_wrap > div img {
		margin-bottom: 6px;
	}
	.busi_up_down > div ul li{
		font-size:1em;
	}
	.busi_up_down > div ul {
		display: flex;
		flex-wrap: wrap;
		padding: 30px;
		flex-direction: row;
		justify-content: space-between;
	}
	.busi_up_down > div ul li {
		width: calc(100% / 2 - 0.5rem);
	}
	.dc_top span {
		font-size: 1.2em;
	}
	.spares_map {
        overflow-x: scroll;
        padding-bottom: 40px;
        padding-top: 180px;
    }
	.imagemap__item {
		width: 200px;
	}
	.imagemap__list::before {
		width: 200px;
		height: 178.75px;
		font-size:1em;
	}
	.sub_left {
        font-size: 1.3em;
    }
	.sub_in strong{
		font-size:1.2em;
	}
	.sub_in p{
		font-size:1.1em;
	}
	.business_wrap{
		margin-top:-50px;
	}
	.business_item{
		padding:40px 40px;
	}
	.business_item p {
        font-size: 1.1em;
    }
	.mro_info3 p {
		font-size:1.1em;
	}
	.mro_subject {
		font-size: 1.6em;
		margin: 10px 0 20px 0;
	}
	.mro_wrap {
		margin-top:50px;
		margin-bottom: 80px;
	}
	.margin_minus {
		margin-top: -50px !important;
	}
	.overhaul_txt{
		font-size:1.1em;
	}
	.overhaul_wrap {
		flex-wrap: wrap;
	}
	.overhaul_item {
		width: calc(100% / 2 - 1rem);
		height: 350px;
	}
	.mro_info p, .mro_info2 p{
		font-size:1.1em;
	}
	.mro_info4 p{
		font-size:1.1em;
	}
	.mro_info ul li{
		font-size:1em;
	}
	.pp_wrap {
		font-size: 1.1em;
	}
	.gnb_al_ul > li {
        font-size: 1.2em;
    }
	.gnb_al_ul > li > ul > li{
		font-size:1.1em;
	}
	.ethical_bt p{
		font-size:1.1em;
	}
	.ethical_top_item {
		height: 300px;
		padding: 40px 40px;
		font-size: 1.3em;
	}
	.hse_top {
        font-size: 1.2em;
    }
	.hse_item p {
        font-size: 1.1em;
    }
	.hse_item.hse_item_img p {
		font-size: 1.1em;
	}
	.hse_img img {
		margin: 60px auto;
	}
	.quality_item strong {
		font-size: 1.4em;
	}
	.quality_item p {
		font-size: 1.1em;
	}
	.quality_item.quality_item_img p{
		font-size:1.1em;
	}
	.location_txt {
		flex-direction: column;
		gap:1rem;
	}
	.location_name {
		width:auto;
		font-size:1.4em;
	}
	.location_info p {
		font-size: 1.1em;
	}
	.location_box_in b {
		font-size: 1.2em;
	}
	.location_box2 p {
		font-size:1.1em;
	}
	.location_name2 {
		font-size:1.4em;
	}
	.location_info p img {
		width: 10px;
		margin-right: 5px;
	}
	.location_box{
		gap:1rem;
	}
	.location_box2 p{
		font-size:1.1em;
	}
	.location_box2 {
		gap:0;
	}
}

@media(max-width:1024px){
	.sub_inner {
        padding: 100px 40px;
    }
	.board_inner{
		padding:80px 40px;
	}
	.ceo_message .sub_inner {
		flex-direction: column-reverse;
	}
	.message_wrap {
		width: 100%;
	}
	.message_img {
		width: 100%;
		height: 400px;
		margin-bottom: 80px;
	}
	.message_bt {
		padding-top: 20px;
	}
	.mv_wrap > div img {
        width: 40px;
    }
	.value{
		padding: 100px 40px;
	}
	.value_circle > div {
        width: 180px;
        height: 180px;
		font-size:1.15em;
        line-height: 1.1;
    }
	.value_circle > span {
		display: block;
		width: 10px;
		height: 10px;
		border-radius:10px;
	}
	.history_top {
		margin-bottom: 40px;
	}
	.history_top p{
		font-size:1.2em;
	}
	.history_year {
		font-size: 2.8em;
	}
	.history_img {
		padding: 0 30px;
	}
	.sub_item{
		flex-direction: column;
		padding:60px 0 60px 0;
	}	
	.sub_item:last-child {
		padding: 60px 0 0 0;
	}
	.sub_left {
        font-size: 1.3em;
        width: 100%;
        margin-bottom: 30px;
    }
	.sub_right {
        width: 100%;
	}
	.sub_box {
		padding: 0 0 0 20%;
	}
	.dc_box {
		padding: 30px 35px;
		border-right: 0;
		border-top:2px solid #000;
	}
	.dc_box_in{
		width:100%;
		border-bottom:2px solid #000;
	}
	.dc_box_in > .dc_box:first-child{
		border-top:2px solid #000 !important;
	}
	.dc_box_in > .dc_box{
		width:calc(100%/3);
	}
	.dc_flow > div {
		width: calc(100%);
	}
	.dc_flow ul li {
        line-height: 1.2;
        padding: 4px 0 8px 10px;
    }
	.dc_flow ul li:before {
		top: 5px;
	}
	.dc_top {
		width: 80%;
	}
	.dc_flow {
		flex-direction: column;
	}
	.dc_box:first-child {
		border-left: 0;
		border-top:2px solid #000;
	}
	.dc_flow ul li {
		line-height: 1.2;
		padding: 4px 0 8px 10px;
		font-size: 1em;
	}
	.dc_flow strong{
		font-size:1.2em;
	}
	.dc_flow.top_dc_tit > div.dc_box, .dc_flow.top_dc_tit .dc_box_in{
		margin-top:0;
	}
	.dc_top .dc_item img {
		width: 40px;
	}
	.dc_box:before {
		display: block;
		content: '';
		position: absolute;
		left: 50%;
		top: 2px;
		transform: rotate(90deg) translate(-50%, 0);
		width: 20px;
		height: 32px;
		background: url(../img/dc_box_arrow.png) no-repeat center center / 100%;
	}
	.dc_flow.top_dc_tit > div.dc_box:after {
		left: 0;
		top: 0;
		font-size: 1.1em;
		height: 25px;
        line-height: 20px;
		width: auto;
		padding:4px 4px;
	}
	.dc_flow.top_dc_tit .dc_box_in:after {
		left: 0;
		top: 0;
		font-size:0.9em;
		padding:4px 4px;
		height: 25px;
        line-height: 20px;
		width: auto;
	}
	.dc_box_in{
		display: flex;
	}
	.dc_box_in .dc_box:first-child {
		padding: 30px 5px 30px 5px;
	}
	.dc_box_in .dc_box {
		padding: 30px 5px 30px 5px;
	}
	.mro{
		width:100%;
	}
	.mro_subject {
        font-size: 1.4em;
    }
	.hse_con_flex {
		gap: 1rem;
	}
	.hse_con1 {
		flex-direction: column;
	}
	.hse_con1 .hse_item {
		width: 100%;
	}
	.quality_item_flex1 {
		flex-direction: column;
	}
	.quality_item_flex1 .quality_item {
		width: 100%;
	}
	.quality_wrap .sub_inner{
		gap:1rem;
	}
	.location_box {
		gap:0.5rem;
		flex-direction: column;
	}
	.location_info p {
        font-size: 1.1em;
        padding: 0;
    }
	.location_info{
		width:100%;
	}
	.location_box2 {
		gap: 1rem;
		flex-direction: column;
	}
	.location_box_in {
		width: 100%;
		border-left: 0;
		padding-left: 0;
		border-top: 1px solid #ddd;
		padding-top:40px;
	}
	.location_box2 p {
        font-size: 1em;
    }
	.location_box_in b {
		padding-bottom:0;
	}
}

@media(max-width:820px){
	.sub_tit {
        font-size: 1.6em;
    }
	.sub_visual{
		height:45vh;
	}
	.sub_visual_txt {
        font-size: 2em;
    }
	.message_img {
		height: 300px;
		margin-bottom: 50px;
	}
	.message_txt p {
        font-size: 1em;
    }
	.mv_wrap {
        height: 320px;
    }
	.mv_wrap > div {
		border-radius: 3rem;
	}
	.value_wrap{
		padding:60px 40px;
	}
	.value_circle > div {
        width: 160px;
        height: 160px;
        font-size: 1.1em;
        line-height: 1.1;
    }
	.value_circle {
        width: 98%;
    }
	.value_circle > div {
        width: 160px;
        height: 160px;
    }
	.history_top p {
		font-size: 1.1em;
	}
	.history_box {
		flex-direction: column-reverse;
		margin-bottom:50px;
	}
	.history_in .history_box:nth-child(2){
		flex-direction:column;
	}
	.history_wrap{
		padding:0 20px;
	}
	.history_img{
		width:100%;
		padding:0 0 0 30px;
		margin-bottom:10px;
	}
	.history_year {
        font-size: 2em;
    }
	.history_info {
		font-size: 1.1em;
	}
	.history_in:before {
		left: 0;
		transform: translateX(0);
	}
	.history_right{
		width:100%;
	}
	.history_left {
		width: 100%;
		align-items: flex-start;
		text-align: left;
	}
	.history_item {
		padding: 30px 0 10px 0;
	}
	.history_left .history_item {
		padding-right: 0;
		padding-left: 30px;
	}
	.history_left .history_item:after {
		right: auto;
		left: -5px;
	}
	.history_img img {
        height: 300px;
		object-fit:cover;
    }
	.sub_box {
        padding: 0 0 0 0;
    }
	.sub_in strong {
        font-size: 1.1em;
    }
	.sub_in p{
		font-size:1em;
	}
	.sub_des {
        font-size: 1.2em;
    }
	.dc_top{
		width:100%;
	}
	.dc_top span{
		font-size:1em;
	}
	.dc_top .dc_item img {
        width: 30px;
    }
	.dc_flow strong {
        font-size: 1.1em;
    }
	.busi_up_down {
		margin: 40px 0 80px 0;
		flex-direction: column;
	}
	.busi_up_down span {
        font-size: 2.2em;
    }
	.busi_up_down > div{
		width:100%;
	}
	.busi_up_bg, .busi_down_bg{
		height:140px;
	}
	.sub_nav.scroll.sub_nav_block{
		width:90%;
	}
	.sub_nav a {
        width: 100%;
    }
	.business_item {
        padding: 30px 20px;
    }
	.business_item img {
        width: 40px;
    }
	.business_item {
		width: calc(100% / 2 - 1rem);
	}
	.business1 {
		margin-bottom: 40px;
	}
	.business_item img {
		margin: 10px auto;
	}
	.dc_flow.top_dc_tit .dc_box_in:after {
        left: 0;
        top: 0;
        font-size: 0.7em;
        padding: 4px 4px;
        height: 25px;
        line-height: 20px;
        width: auto;
    }
	.sub_nav {
        padding: 0;
        background: none;
        display: flex;
        flex-direction: column;
        gap: .2rem;
		padding-top:10px;
    }
	.sub_nav.scroll{
		padding:5px;
		background:none;
	}
	.sub_nav a {
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
	}
	.sub_nav.scroll.sub_nav_block{
		top:5px;
	}
	.spare_tit{
		font-size:0.9em;
	}
	.mro_info3 p {
        font-size: 1em;
    }
	.mro_img_info{
		font-size:0.7em;
	}
	.mro_img {
		width: 50%;
	}
	.mro_info_wrap {
		width: 50%;
		padding-left: 25px;
	}
	.mro_info_wrap.pd0 {
		padding-left: 0;
		padding-right: 25px;
	}
	.beefup__head > button{
		font-size:1.1em;
	}
	.overhaul_item {
		width: calc(100%);
		height: auto;
		padding: 40px 40px;
	}
	.overhaul_item strong {
		margin-bottom: 20px;
	}
	.overhaul_txt {
        font-size: 1em;
    }
	.overhaul_item p{
		font-size:1em;
	}
	.mro_info strong, .mro_info2 strong, .mro_info3 strong{
		font-size:1.1em;
	}
	.mro_info p, .mro_info2 p{
		font-size:1em;
	}
	.mro_subject {
        font-size: 1.2em;
    }
	.overhaul_item strong{
		font-size:1.1em;
	}
	.mro_info4 p{
		font-size:1em;
	}
	.pp_wrap {
		font-size: 1em;
	}
	.pp_wrap strong {
		padding-bottom: 10px;
    }

	.message_bt p:first-child, .message_bt p{
		font-size:1em;
	}
	
	.gnb_al_ul > li {
		align-items: flex-start;
		flex-direction: column;
		font-size:1.1em;
	}
	.gnb_al_ul > li > a{
		width:100%;
		margin-bottom:10px;
	}
	.gnb_al_ul > li > ul{
		width:100%;
	}
	.gnb_al_ul > li > ul > li a {
		font-size:0.9em;
	}
	.ethical_bt p{
		font-size:1em;
	}
	.ethical_top {
		gap: 1rem;
		flex-direction: column;
	}
	.ethical_top_item {
        height: auto;
        padding: 30px 20px;
        font-size: 1.1em;
        width: 100%;
        margin: 0;
		align-items: center;
        text-align: center;
		line-height:1.1;
    }
	.ethical_top_item img {
		width: 40px;
		margin-bottom: 20px;
	}
	.sub_con_inner {
		padding: 60px 40px 20px 40px;
	}
	.ethical_bt {
		flex-direction: column;
		padding-bottom:80px;
	}
	.ethical_bt p {
		width: calc(100%);
	}
	.hse_item p {
        font-size: 1em;
    }
	.hse_item.hse_item_img p {
		font-size: 1em;
	}
	.hse_img img {
		margin: 20px auto;
	}
	.hse_con_flex {
		flex-direction: column-reverse;
	}
	.hse_con1 {
		width: 100%;
	}
	.hse_con2 {
		width: 100%;
	}
	.hse_item img {
		max-width: 250px;
	}
	.quality_item strong {
		font-size: 1.1em;
	}
	.quality_item p {
		font-size: 1em;
	}
	.quality_item.quality_item_img p{
		font-size:1em;
	}
	.quality_wrap .sub_inner {
		flex-direction: column-reverse;
	}
	.quality_item_flex2 {
		width: 100%;
	}
	.quality_item.quality_item_img img {
		max-width:250px;
	}
	.quality_item_flex1 {
		width: 100%;
	}
	.location_info p {
		font-size:1em;
	}
	.location_name, .location_name2 {
		font-size:1.2em;
	}
	.location_box2 {
		gap: 1.2rem;
		margin-top: 25px;
		flex-direction: column;
	}
	.location_box_in {
		width: 100%;
	}
	.map {
		height: 280px;
		margin-bottom: 40px;
	}
	.location_box_in {
		padding-top:20px;	
	}


}
@media(max-width:714px){
	.value_circle {
		gap: 1rem;
		flex-direction: column;
	}
	.value_circle > div {
        width: 90%;
        border-radius: 2rem;
        padding: 15px 20px;
        height: auto;
    }
}

@media(max-width:600px){
	.sub_visual {
        height: 30vh;
    }
	.sub_visual_txt {
        font-size: 1.4em;
    }
	.sub_tit {
		font-size:1.2em;
		margin-bottom: 30px;
	}
	.sub_des {
        font-size: 1.1em;
    }
	 .sub_inner {
        padding: 80px 20px;
    }
	.board_inner{
		padding:80px 20px;
	}
	.message_txt_wrap {
		flex-direction: column;
	}
	.message_txt {
		width: 100%;
	}
	.dc_flow ul li {
        font-size: 0.9em;
    }
	.dc_box {
        padding: 30px 10px;
	}
	.dc_box:before {
        width: 15px;
        height: 22px;
    }
	.dc_box_in .dc_box {
        padding: 50px 5px 30px 5px !important;
    }
	.dc_top .dc_item {
		padding: 25px 20px;
	}
	.dc_flow.top_dc_tit .dc_box_in:after {
        top: 20px;
        font-size: 1em;
    }
	.imagemap__item {
		width: 180px;
	}
	.imagemap__list::before {
		content:'When you mouse over the numbers on the vessel, the material picture appears. Scroll the ship image left and right.';
		width: 180px;
		height: 161px;
		font-size:1em;
		padding:0 6px;
	}
	.overhaul_item {
        padding: 25px 25px;
    }
	.message_img {
		height: 200px;
		margin-bottom: 50px;
	}
	.mv_wrap {
        height: auto;
    }
	.value{
		padding: 80px 20px;
	}
	.mission{
		position: static;
		width:100%;
		margin-bottom:20px;
	}
	.vision {
		position: static;
		width:100%;
	}
	.mv_wrap{
		margin-top:0;
	}
	.mv_wrap strong{
		font-size:1.2em;
	}
	.mv_wrap p{
		font-size:1em;
	}
	.mv_wrap > div{
		padding:25px 20px;
	}
	.value_wrap {
        padding: 40px 20px;
    }
	.value_circle {
        width: 100%;
    }
	.value_circle > div {
        border-radius: 1.5rem;
    }
	.history_top p{
		padding:0 10px;
		font-size:1.05em;
	}
	.history_top p br{
		display:none;
	}
	.history_year {
        font-size: 1.3em;
    }
	.history_info{
		font-size:1em;
	}
	.history_img img {
        height: 200px;
	}
	.history_item {
		padding: 15px 0 10px 0;
	}
	.sub_box {
		gap: 2rem;
		flex-direction: column;
	}
	.sub_box > div{
		width:100%;
	}
	.sub_in strong {
		padding: 6px 0 10px 0;
	}
	.busi_up_down span {
        font-size: 2em;
    }
	.busi_up_bg, .busi_down_bg {
        height: 120px;
    }
	.busi_up_down > div ul {
        padding: 20px;
	}
	.sub_left {
        font-size: 1.1em;
    }
	.sub_in strong {
        font-size: 1em;
    }
	.sub_in p:before{
		top:1px;
	}
	.business_item img {
        width: 30px;
    }
	.business_item p {
        font-size: 0.9em;
    }
	.business_item {
        width: calc(100% / 2 - 0.5rem);
    }
	.business_logo img {
        width: 120px;
    }
	.busi_up_down span {
        font-size: 2em;
    }
	.busi_up_bg, .busi_down_bg {
        height: 100px;
    }
	.mro_top {
		flex-direction: column;
	}
	.mro_top.mro_reverse{
		flex-direction: column-reverse !important;
	}
	.mro_img {
        width: 100%;
    }
	.mro_info_wrap {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
	.mro_info_wrap.pd0 {
        padding-left: 0;
        padding-right: 0;
		padding-top:10px;
    }
	.mro_img img:nth-child(n+1) {
		margin-top: 0;
	}
	.mro_wrap {
        margin-top: 20px;
	}
	.inner_table_scroll{
		overflow-x:scroll;
		padding-bottom:20px;
	}
	.inner_table_scroll::-webkit-scrollbar {
		height:10px;
	  }
	.inner_table_scroll::-webkit-scrollbar-thumb {
		background-color: #222;
		border-radius: 10px;
		background-clip: padding-box;
		border: 2px solid transparent;
	  }
	.inner_table_scroll::-webkit-scrollbar-track {
		background-color: rgba(0,0,0,0.1);
		border-radius: 10px;
		/* box-shadow: inset 0px 0px 5px rgba(255,255,255, .3); */
	 }
	.inner_table_scroll table{
		width:800px;
	}
	.gnb_al_ul > li > ul {
        width: 100%;
        gap: 0.5rem;
		flex-wrap: wrap;
    }
	.gnb_al_ul > li > ul > li {
        width: calc(100% / 2 - 0.5rem);
    }
	.ethical_top_item img {
		width: 30px;
	}
	.hse_img img {
        height: 180px;
        object-fit: cover;
    }
}