@charset "utf-8";

/* ======================================================================
   Pulmuone Lohas Company CSS
   - duplicate selectors/properties merged
   - responsive rules grouped at the bottom
   ====================================================================== */

.company-main-page a { color: inherit; text-decoration: none; }
.company-main-page .company-title { margin-bottom: 34px; text-align: center; }
.company-main-page .title-kicker { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 0 14px; border: 1px solid #dcebd2; border-radius: 999px; background: var(--pm-green-soft); color: var(--pm-green-dark); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.company-main-page .company-title h1 { margin: 14px 0 12px; font-size: 42px; font-weight: 900; line-height: 1.25; letter-spacing: -0.04em; }
.company-main-page .company-title p { margin: 0; color: var(--pm-sub); font-size: 17px; line-height: 1.75; }
.company-hero { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 28px; margin-bottom: 28px; padding: 42px; border: 1px solid var(--pm-line); border-radius: 30px; background: linear-gradient(135deg, #ffffff 0%, #f8fcf3 54%, #edf7e4 100%); box-shadow: 0 20px 50px rgba(27, 75, 38, 0.08); }
.company-hero-copy small { display: block; color: var(--pm-green-dark); font-size: 13px; font-weight: 900; letter-spacing: 0.14em; line-height: 1.2; }
.company-hero-copy h2 { margin: 12px 0 16px; font-size: 34px; font-weight: 900; line-height: 1.28; letter-spacing: -0.04em; }
.company-hero-copy h2 em { color: var(--pm-green); font-style: normal; }
.company-hero-copy p { max-width: 520px; margin: 0; color: var(--pm-sub); font-size: 16px; line-height: 1.8; }
.company-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.company-hero-actions a { display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 0 18px; border-radius: 999px; font-size: 14px; font-weight: 800; line-height: 1; }
.company-hero-actions .primary { background: var(--pm-green); color: #ffffff; box-shadow: 0 12px 24px rgba(117, 191, 24, 0.24); }
.company-hero-actions .secondary { border: 1px solid #dce8d6; background: #ffffff; color: var(--pm-green-dark); }
.company-hero-panel { padding: 20px; border: 1px solid rgba(117, 191, 24, 0.18); border-radius: 24px; background: rgba(255, 255, 255, 0.78); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7); }
.company-hero-panel .panel-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.company-hero-panel .panel-title strong { font-size: 16px; font-weight: 900; }
.company-hero-panel .panel-title span { color: var(--pm-green); font-size: 12px; font-weight: 900; }
.company-top-menu { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
.company-top-menu li { list-style: none; }
.company-top-menu a { display: flex; flex-direction: column; justify-content: center; min-height: 82px; padding: 14px; border: 1px solid #e7eee2; border-radius: 18px; background: #ffffff; transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease; }
.company-top-menu a:hover, .company-top-menu a.active { transform: translateY(-2px); border-color: var(--pm-green); box-shadow: 0 12px 24px rgba(62, 115, 47, 0.12); }
.company-top-menu a.active { background: var(--pm-green-soft); }
.company-top-menu strong { font-size: 15px; font-weight: 900; line-height: 1.35; }
.company-top-menu span { margin-top: 6px; color: var(--pm-muted); font-size: 12px; font-weight: 700; line-height: 1.2; }
.company-menu-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.company-menu-card { position: relative; overflow: hidden; min-height: 430px; padding: 28px 24px 24px; border: 1px solid var(--pm-line); border-radius: 24px; background: var(--pm-surface); box-shadow: 0 14px 38px rgba(21, 45, 31, 0.06); transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease; }
.company-menu-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: #dfe8dc; }
.company-menu-card:hover { transform: translateY(-4px); border-color: #cfe1c7; box-shadow: 0 18px 44px rgba(21, 45, 31, 0.1); }
.company-menu-card.featured { border-color: rgba(117, 191, 24, 0.38); background: linear-gradient(180deg, #ffffff 0%, #fbfef7 100%); }
.company-menu-card.featured::before { background: var(--pm-green); }
.company-menu-head { margin-bottom: 22px; }
.company-menu-no { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-bottom: 14px; border-radius: 12px; background: var(--pm-green-soft); color: var(--pm-green-dark); font-size: 13px; font-weight: 900; }
.company-menu-head h2 { margin: 0; font-size: 24px; font-weight: 900; line-height: 1.3; letter-spacing: -0.04em; }
.company-menu-head p { margin: 8px 0 0; color: var(--pm-sub); font-size: 13px; line-height: 1.6; }
.company-menu-list, .company-sub-list { margin: 0; padding: 0; list-style: none; }
.company-menu-list > li + li, .company-menu-group + .company-menu-group { margin-top: 10px; }
.company-menu-list-extra { margin-top: 12px; }
.company-menu-list a, .company-menu-list .text-link { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 40px; padding: 0 2px 0 0; border-bottom: 1px solid #edf2ea; color: #4d5a53; font-size: 15px; font-weight: 700; line-height: 1.45; transition: color 0.16s ease, padding-left 0.16s ease; }
.company-menu-list a:hover { padding-left: 4px; color: var(--pm-green-dark); }
.company-menu-list a em { color: #b9c5bd; font-style: normal; font-weight: 900; }
.company-menu-group-title { display: block; margin: 0 0 6px; color: var(--pm-ink); font-size: 15px; font-weight: 900; line-height: 1.4; }
.company-sub-list li + li { margin-top: 3px; }
.company-sub-list a { min-height: 30px; padding-left: 12px; border-bottom: 0; color: var(--pm-sub); font-size: 14px; font-weight: 700; }
.company-sub-list a::before { content: "·"; margin-right: 7px; color: #9aa99f; font-weight: 900; }
.company-sub-list a:hover { padding-left: 16px; color: var(--pm-green-dark); }
.company-menu-card .my-link { color: var(--pm-brown); }
.company-bottom-guide { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; margin-top: 28px; padding: 24px 28px; border: 1px solid #dfe8db; border-radius: 22px; background: #ffffff; }
.company-bottom-guide strong { display: block; font-size: 18px; font-weight: 900; line-height: 1.35; }
.company-bottom-guide p { margin: 6px 0 0; color: var(--pm-sub); font-size: 14px; line-height: 1.65; }
.company-bottom-guide a { display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 0 18px; border-radius: 999px; background: #173d31; color: #ffffff; font-size: 14px; font-weight: 800; white-space: nowrap; }
img:not(.gnblogo) { max-width: 100%; }
* { box-sizing: border-box; }
html, body { height: 100%; }
.titleAreaM { font-size: 22px; margin-bottom: 1em; }
.titleAreaM h1 { font-size: 1em; }
.selectArea .drop_down { position: relative; display: inline-block; width: 100%; }
.selectArea .drop_down::before { position: absolute; content: ""; width: 0px; height: 0px; border-top: 0.6875em solid #898989; border-left: 0.625em solid transparent; border-right: 0.625em solid transparent; top: 0; bottom: 0; margin: auto; right: 1.25em; z-index: 1; }
.selectArea select { position: relative; -webkit-appearance: none; color: #666; font-size: 1.5em; width: 100%; border: 1px solid #cbcbcb; padding-left: 1.25em; box-sizing: border-box; border-radius: 0; padding: 2.54% 3%; background-color: #fff; }
table { margin-bottom: 25px !important; width: 100%; }
table caption { display: none; }
table td { font-size: 14px; color: #666; border: solid 1px #e0e2e1; vertical-align: middle; padding: 10px 15px; }
table th { font-size: 14px; color: #666; border: solid 1px #e0e2e1; vertical-align: middle; padding: 10px 15px; }
table.tbl_boder, .tbl_boder th, .tbl_boder td { border: none !important; }
.tbl_type_one { margin-bottom: 54px !important; width: 100%; }
.tbl_type_one th, .tbl_type_one td { font-size: 15px; border-left: none; border-right: none; border-top: none; text-align: left; padding: 15px 15px 14px; box-sizing: border-box; }
.tbl_type_one tbody th, .tbl_type_one tbody td { font-size: 14px; color: #666; line-height: 1.7em; padding: 15px 15px 14px 69px; font-weight: normal; }
.tbl_type_one thead th { border-top: solid 1px #000; color: #000; text-align: center; border-bottom: solid 1px #999999; }
.tbl_type_two { margin-bottom: 84px !important; width: 100%; }
.tbl_type_two th { font-size: 15px; color: #000; font-weight: bold; border-left: none; border-right: none; border-top: none; padding: 16px 15px 15px 50px; text-align: center; box-sizing: border-box; }
.tbl_type_two td { font-size: 15px; border-left: none; border-right: none; border-top: none; text-align: left; padding: 16px 15px 15px; box-sizing: border-box; }
.tbl_type_two td span { font-size: 15px; line-height: 1.45em; }
.tbl_type_two td .bullet_text { float: left; margin-right: 5px; display: block; font-weight: bold; }
.tbl_type_two td .text { overflow: hidden; display: block; }
.tbl_type_two tbody tr:first-child th, .tbl_type_two tbody tr:first-child td { border-top: solid 1px #000; }
.tbl_type_three { margin-bottom: 50px !important; width: 100%; }
.tbl_type_three th, .tbl_type_three td { font-size: 15px; border-left: none; border-right: none; border-top: none; text-align: left; padding: 15px 15px 14px; box-sizing: border-box; }
.tbl_type_three tbody th, .tbl_type_three tbody td { font-size: 14px; color: #666; line-height: 1.7em; padding: 15px 15px 14px 15px; font-weight: normal; text-align: center; }
.tbl_type_three thead th { border-top: solid 1px #000; color: #000; text-align: center; border-bottom: solid 1px #999999; }
.tbl_type_three tbody th { text-align: left; font-weight: bold; color: #000; padding-left: 50px; }
.tbl_type_four { margin-bottom: 50px !important; width: 100%; }
.tbl_type_four th, .tbl_type_four td { font-size: 15px; border-left: none; border-right: none; border-top: none; text-align: left; padding: 15px 15px 14px; box-sizing: border-box; }
.tbl_type_four tbody th, .tbl_type_four tbody td { font-size: 14px; color: #666; line-height: 1.7em; padding: 15px 15px 14px 15px; font-weight: normal; text-align: center; }
.tbl_type_four thead th { border-top: solid 1px #000; color: #000; text-align: center; border-bottom: solid 1px #999999; }
.tbl_type_four tbody th { text-align: left; font-weight: bold; color: #000; padding-left: 50px; }
.tbl_type_five { margin-bottom: 10px !important; width: 100%; }
.tbl_type_five th, .tbl_type_five td { font-size: 15px; border-left: none; border-right: none; border-top: none; text-align: left; padding: 15px 15px 14px; box-sizing: border-box; }
.tbl_type_five tbody th, .tbl_type_five tbody td { font-size: 14px; color: #666; line-height: 1.7em; padding: 15px 15px 14px 15px; font-weight: normal; text-align: center; }
.tbl_type_five thead th { border-top: solid 1px #000; color: #000; text-align: center; border-bottom: solid 1px #999999; }
.tbl_type_five tbody th { text-align: left; font-weight: bold; color: #000; padding-left: 50px; }
.tbl_type_five tbody td * { font-size: 14px; color: #666; line-height: 1.7em; }
.tbl_type_five th.sub { color: #666; padding: 11px 15px 10px; font-weight: normal; }
.tbl_type_five tbody td h6 { color: #89b70a; font-weight: normal; }
.tbl_type_five tbody td { text-align: left; vertical-align: top; padding-left: 56px; }
.tbl_type_six { margin-bottom: 10px !important; width: 100%; }
.tbl_type_six th, .tbl_type_six td { font-size: 15px; border-left: none; border-right: none; border-top: none; text-align: left; padding: 15px 15px 14px; box-sizing: border-box; }
.tbl_type_six tbody th, .tbl_type_six tbody td { font-size: 14px; color: #666; line-height: 1.7em; padding: 15px 15px 14px 15px; font-weight: normal; text-align: center; }
.tbl_type_six thead th { border-top: solid 1px #000; color: #000; text-align: center; border-bottom: solid 1px #999999; }
.tbl_type_six tbody th { text-align: center; color: #666; font-weight: normal; }
.tbl_type_six tbody td * { font-size: 14px; color: #666; line-height: 1.7em; }
.tbl_type_six th.sub { color: #666; padding: 11px 15px 10px; font-weight: normal; }
.tbl_type_six tbody td h6 { color: #60ae41; font-weight: normal; }
.tbl_type_six tbody td { text-align: left; padding-left: 56px; }
.tbl_type_six tbody td .number { display: block; float: left; margin-right: 5px; }
.tbl_type_six tbody td .text { display: block; overflow: hidden; }
.brand_story .brand_list { margin-bottom: 15px; }
.brand_story .brand_list ul { font-size: 0; line-height: 0; margin: 0 -8px; }
.brand_story .brand_list li { display: inline-block; padding: 0 25px; margin-bottom: 15px; }
.brand_story .brand_list li a { display: block; position: relative; height: 47px; }
.brand_story .brand_list li .logo_item { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
.brand_story .brand_list li img { vertical-align: middle; }
.brand_story_content div[class*="step"] { clear: both; overflow: hidden; }
.brand_story_content div[class*="step"] li { line-height: 0; position: relative; }
.brand_story_content .step2 { margin-bottom: 30px; }
.brand_story_content .step1 li { width: 50%; float: left; }
.brand_story_content .step2 li { width: 33.333%; float: left; }
.brand_story_content .step3 li { width: 25%; float: left; }
.hover_link_box { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(/resources/img/company/bg_green90.png) repeat; background: rgba(142,183,29,0.9); text-align: center; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; opacity: 0; visibility: hidden; }
.hover_link_box .br_span { width: 100%; clear: both; display: block; }
.hover_link_box .hover_container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: table; }
.hover_link_box .cont { display: table-cell; vertical-align: middle; }
.hover_link_box h3 { font-size: 28px; color: #fff; padding-bottom: 15px; position: relative; margin-bottom: 16px; }
.hover_link_box h3:after { content: ""; width: 40px; height: 1px; background: #fff; position: absolute; bottom: 0; left: 50%; margin-left: -20px; }
.hover_link_box .text_box { padding: 0 10px; font-size: 18px; color: #fff; line-height: 1.65em; margin-bottom: 20px; }
.link_btn { width: 100%; max-width: 130px; margin: 0 auto; }
.link_btn a { width: 100%; padding: 9px 10px 8px; border: solid 1px #fff; color: #fff; font-size: 16px; display: block; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
.brand_story .brand_list li a:hover .logo_item { opacity: 1; visibility: visible; }
.brand_story_content div[class*="step"] li:hover .hover_link_box { opacity: 1; visibility: visible; }
.link_btn a:hover { background: #fff; color: #96bc30; }
.brand_story .brand_list li.active a .logo_item { opacity: 1; visibility: visible; }
.brand_story.single_b .brand_list { margin-bottom: 10px; }
.brand_story.single_b .brand_list li a { height: 35px; }
.brand_story.single_b .brand_list li { padding: 0 37px; }
body.brand .list_category_box { margin-top: 55px; }
.brand_story_single .top_banner { background: url(/resources/img/company/brand_1_bg.jpg) no-repeat; background-size: cover; margin-bottom: 39px; background-position: center 0; }
.brand_story_single .top_banner .box_container { padding: 42px 20px; }
.brand_story_single .top_banner .content_box { text-align: center; background: url(/resources/img/company/background_white_85.png) repeat; background: rgba(255,255,255,0.85); max-width: 391px; margin: 0 auto; }
.brand_story_single .top_banner .content_container { padding: 30px 20px; }
.brand_story_single .top_banner .content_box h3 { margin-bottom: 17px; line-height: 0; }
.brand_story_single .top_banner .content_box .text_box { font-size: 15px; color: #111; line-height: 1.6em; margin-bottom: 20px; }
.brand_story_single .top_banner .content_box .text_box .br_span { width: 100%; clear: both; display: block; }
.brand_story_single .top_banner .content_box .link_box { width: 100%; max-width: 148px; margin: 0 auto; }
.brand_story_single .top_banner .content_box .link_box a { display: block; width: 100%; padding: 10px 5px 9px; border: solid 1px #4e4e4e; font-size: 13px; color: #333; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
.brand_story_single .top_banner .content_box .link_box a:hover { background: #4e4e4e; color: #fff; }
.brand_story_single .brand_post_box { margin-bottom: 55px; overflow: hidden; }
.brand_story_single .brand_post_box .br_span { display: block; width: 100%; clear: both; }
.brand_story_single .brand_post_box ul { margin: 0 -12px; }
.brand_story_single .brand_post_box li { width: 33.333%; float: left; padding: 0 12px; box-sizing: border-box; }
.brand_story_single .brand_post_box .thum { line-height: 0; }
.brand_story_single .brand_post_box .cont { border: solid 1px #e2e2e2; border-top: none; min-height: 250px; }
.brand_story_single .brand_post_box .cont .item_container { padding: 30px 21px 34px; }
.brand_story_single .brand_post_box .cont h4 { font-size: 22px; color: #111; margin-bottom: 20px; }
.brand_story_single .brand_post_box .cont h4 sup { font-size: 10px; line-height: 1em; vertical-align: top; }
.brand_story_single .brand_post_box .cont .text_box { font-size: 13px; color: #666; line-height: 1.8em; letter-spacing: -0.6px; }
.brand_story_single .bullet_title { font-size: 28px; color: #111; text-align: center; padding-bottom: 16px; margin-bottom: 30px; position: relative; }
.brand_story_single .bullet_title:after { content: ""; width: 34px; height: 1px; background: #111; position: absolute; bottom: 0; left: 50%; margin-left: -17px; }
.brand_story_single .item_post_box { overflow: hidden; margin-bottom: 50px; }
.brand_story_single .item_post_box ul { margin: 0 -10px; }
.brand_story_single .item_post_box .br_span { display: block; width: 100%; clear: both; }
.brand_story_single .item_post_box li { width: 25%; float: left; padding: 0 10px; text-align: center; }
.brand_story_single .item_post_box li > a { display: block; }
.brand_story_single .item_post_box .thum { height: 204px; line-height: 0; font-size: 0; position: relative; margin-bottom: 12px; }
.brand_story_single .item_post_box .thum:before { content: ""; display: inline-block; height: 100%; width: 0; vertical-align: middle; }
.brand_story_single .item_post_box .thum img { vertical-align: middle; }
.brand_story_single .item_post_box h4 { margin-bottom: 17px; }
.brand_story_single .item_post_box h4 span { font-size: 20px; color: #000; border-bottom: solid 1px transparent; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
.brand_story_single .item_post_box .text_box { font-size: 14px; color: #666; line-height: 1.8em; }
.brand_story_single .item_post_box li > a:hover h4 span { border-bottom: solid 1px #000; }
.brand_story_single .partner_box { clear: both; border-top: solid 2px #94c147; background: url(/resources/img/company/brand_1_partner_bg1.png) #f8f8f8 no-repeat; background-position: right 0; }
.brand_story_single .partner_box dl { padding: 26px 0; overflow: hidden; }
.brand_story_single .partner_box dt { width: 265px; float: left; }
.brand_story_single .partner_box dd { overflow: hidden; padding: 30px 60px 0 60px; border-left: solid 1px #d3d3d3; position: relative; }
.brand_story_single .partner_box .back_img_item { position: absolute; top: 50%; margin-top: -104px; right: 58px; }
.brand_story_single .partner_box dd h4 { font-size: 28px; color: #111111; margin-bottom: 20px; }
.brand_story_single .partner_box dt .icon_item { width: 72px; height: 63px; display: block; margin: 0 auto; background: url(/resources/img/company/icon/icon_partner.png) no-repeat; padding-bottom: 19px; margin-bottom: 20px; position: relative; }
.brand_story_single .partner_box dt .icon_item:after { content: ""; width: 34px; height: 1px; background: #111; position: absolute; bottom: 0; left: 50%; margin-left: -17px; }
.brand_story_single .partner_box dt .partner_tit { margin-top: 60px; }
.brand_story_single .partner_box.greenjuice_partnerbox dt .partner_tit { margin-top: 49px; }
.brand_story_single .partner_box.wholesse_partnerbox dt .partner_tit { margin-top: 49px; }
.brand_story_single .partner_box dt .text { display: block; text-align: center; font-size: 28px; color: #111; }
.brand_story_single .partner_box dd .text_box { font-size: 15px; color: #666; line-height: 1.7em; margin-bottom: 25px; }
.brand_story_single .partner_box dd .br_span { width: 100%; clear: both; display: block; }
.brand_story_single .partner_box .link_box { width: 100%; max-width: 142px; margin-bottom: 18px; }
.brand_story_single .partner_box .link_box a { display: block; width: 100%; padding: 18px 5px 17px; line-height: 0; text-align: center; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; color: #8fbe3e; border: solid 1px #8fbe3e; font-size: 15px; }
.brand_story_single .partner_box .link_box a:hover { background: #8fbe3e; color: #fff; }
.brand_story_single.brand_greenjuice .top_banner { background: url(/resources/img/company/brand_greenjuice_bg.jpg) no-repeat; background-size: cover; margin-bottom: 39px; background-position: center 0; }
.brand_story_single.brand_greenjuice .brand_post_box .cont { min-height: 273px; }
.brand_story_single.brand_greenjuice .brand_post_box .cont .item_container { padding-bottom: 30px; }
.brand_story_single.brand_greenjuice .item_post_box li { width: 25%; }
.brand_story_single.brand_issilin .top_banner { background: url(/resources/img/company/brand_issilin_bg.jpg) no-repeat; background-size: cover; margin-bottom: 39px; background-position: center 0; }
.brand_story_single.brand_issilin .brand_post_box .cont { min-height: 197px; }
.brand_story_single.brand_issilin .item_post_box li { width: 25%; }
.brand_story_single.brand_issilin .item_post_box .thum { height: 236px; }
.brand_story_single.brand_babymeal .top_banner { background: url(/resources/img/company/brand_babymeal_bg-1.jpg) no-repeat; background-size: cover; margin-bottom: 39px; background-position: center 0; }
.brand_story_single.brand_babymeal .brand_post_box .cont { min-height: 234px; }
.brand_story_single.brand_babymeal .top_banner .content_box { max-width: 634px; }
.brand_story_single.brand_probiotic .top_banner { background: url(/resources/img/company/brand_probiotic_bg.jpg) no-repeat; background-size: cover; margin-bottom: 39px; background-position: center 0; }
.brand_story_single.brand_probiotic .brand_post_box .cont { min-height: 224px; }
.brand_story_single.brand_probiotic .item_post_box li { width: 33.333%; }
.brand_story_single.brand_probiotic .top_banner .content_box { max-width: 418px; }
.brand_story_single.brand_eatsslim .top_banner { background: url(/resources/img/company/brand_eatsslim_bg.jpg) no-repeat; background-size: cover; margin-bottom: 39px; background-position: center 0; }
.brand_story_single.brand_eatsslim .brand_post_box .cont { min-height: 225px; }
.brand_story_single.brand_eatsslim .top_banner .content_box { max-width: 590px; }
.brand_story_single.brand_amio .top_banner { background: url(/resources/img/company/brand_amio_bg.jpg) no-repeat; background-size: cover; margin-bottom: 39px; background-position: center 0; }
.brand_story_single.brand_amio .brand_post_box .cont { min-height: 250px; }
.brand_story_single.brand_amio .item_post_box .thum { height: 216px; }
.brand_story_single.brand_kitchen .top_banner { background: url(/resources/img/company/brand_kitchen_bg1.jpg) no-repeat; background-size: cover; margin-bottom: 39px; background-position: center 0; }
.brand_story_single.brand_kitchen .brand_post_box .cont { min-height: 302px; }
.brand_story_single.brand_kitchen .item_post_box li { width: 33.333%; }
.brand_story_single.brand_kitchen .item_post_box .thum { height: 258px; }
.brand_story_single.brand_kitchen .top_banner .content_box { max-width: 556px; }
.brand_story_single.brand_wholesse .top_banner { background: url(/resources/img/company/brand_wholesse_bg.jpg) no-repeat; background-size: cover; margin-bottom: 39px; background-position: center 0; }
.brand_story_single.brand_wholesse .brand_post_box .cont { min-height: 277px; }
.brand_story_single.brand_wholesse .item_post_box li { width: 25%; }
.brand_story_single.brand_wholesse .item_post_box .thum { height: 282px; }
.brand_story_single.brand_wholesse .top_banner .content_box { max-width: 490px; }
.brand .list_box li .sns_box { margin-top: 0; clear: none; }
#bottom_contents .list_box li .sns_box { margin-top: 0; clear: none; }
.brand .list_box li .cont { padding-bottom: 45px; }
#bottom_contents .list_box li .cont { padding-bottom: 45px; }
.page_header { clear: both; margin-bottom: 50px; padding: 20px 20px 25px; margin-top: 70px; word-break: keep-all; border-bottom: 1px solid #6f6f6f; }
.page_header_mo { clear: both; margin-bottom: 50px; padding: 20px 20px 25px; margin-top: 20px; word-break: keep-all; border-bottom: 1px solid #6f6f6f; }
.page_header h3 { margin-bottom: 5px; }
.page_header h3 .text { display: block; text-align: center; font-size: 26px; color: #333; font-weight: 500; }
.page_header h3 .text_mo { display: block; text-align: center; font-size: 20px; color: #333; font-weight: 500; }
.page_header .sub_title_cont { text-align: center; font-size: 16px; color: #333; line-height: 1.4em; font-weight: 300; }
.page_header h3 .icon_item { width: 49px; height: 35px; display: block; background: url(/resources/img/company/icon_title.png) no-repeat; margin: 0 auto 10px; }
.page_header .br_span { display: block; clear: both; width: 100%; }
.pg_content { position: relative; }
.col_two .col_box { width: 50%; float: left; box-sizing: border-box; }
.col_two .col_box.left_box { padding-right: 48px; }
.col_two .col_box.right_box { padding-left: 48px; }
.fair_trade .pg_content_head { margin-bottom: 35px; }
.fair_trade .pg_content_head h4 { font-size: 26px; color: #000; margin-bottom: 11px; }
.fair_trade .pg_content_head p { font-size: 18px; color: #222222; line-height: 1.4em; font-weight: 300; letter-spacing: -0.5px; }
.fair_trade .pg_content_head .br_span { display: block; clear: both; width: 100%; }
.fair_trade .col_box p { font-size: 14px; color: #666666; line-height: 1.85em; margin-bottom: 25px; }
.fair_trade .col_header_box h5 { font-size: 28px; color: #222; margin-bottom: 26px; font-weight: 500; padding-top: 15px; position: relative; }
.fair_trade .col_header_box h5:before { content: ""; width: 24px; height: 2px; background: #000; position: absolute; top: 0; left: 0; }
.fair_trade .col_header_box p { font-size: 21px; color: #222222; line-height: 1.45em; margin-bottom: 40px; font-weight: 300; letter-spacing: -0.5px; }
.fair_trade .col_box .img_item { padding: 0 20px; text-align: center; }
.fair_trade img { max-width: 100%; }
.fair_trade li[class*="tab_"] { display: none; overflow: hidden; }
.fair_trade li[class*="tab_"].active { display: block; }
.fair_trade .tab_step1 .col_box .img_item { margin-top: 100px; margin-bottom: 50px; }
.fair_trade .tab_step2 .col_box .img_item { margin-top: 100px; margin-bottom: 50px; }
.fair_trade .tab_step3 .col_box .img_item { margin-top: 100px; margin-bottom: 123px; }
.fair_trade .tab_step4 .col_box .img_item { margin-top: 77px; margin-bottom: 87px; }
.fair_trade .tab_step5 .col_box .img_item { margin-top: 77px; margin-bottom: 89px; }
.fair_trade .tab_step6 .col_box .img_item { margin-top: 81px; margin-bottom: 102px; }
.fair_trade .tab_step7 .col_box .img_item { margin-top: 81px; margin-bottom: 106px; }
.fair_trade .tab_step8 .col_box .img_item { margin-top: 81px; margin-bottom: 106px; }
.fair_trade .tab_step9 .col_box .img_item { margin-top: 81px; margin-bottom: 106px; }
.fair_trade .tab_step10 .col_box .img_item { margin-top: 81px; margin-bottom: 50px; }
.fair_trade .col_footer_box { margin-top: 60px; }
.fair_trade .col_footer_box .sub_cont_text { font-size: 14px; color: #222; display: block; margin-bottom: 6px; }
.fair_trade .col_footer_box .name { font-size: 24px; color: #222222; display: block; }
.pg_content .select_box { width: 240px; position: absolute; z-index: 5; background: #fff; top: 55px; right: 0; }
.pg_content .select_box .text_box { line-height: 0; font-size: 14px; color: #1f100e; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.pg_content .select_box .text_box span { font-size: 14px; color: #666666; height: 16px; line-height: 16px; }
.pg_content .select_box .select_container { padding: 15px 34px 14px 15px; border: solid 1px #cccccc; height: 45px; cursor: pointer; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
.pg_content .text_box .icon_item { width: 14px; height: 8px; background: url(/resources/img/company/icon_search_arrow_b.png) no-repeat; display: block; position: absolute; top: 50%; right: 15px; margin-top: -4px; }
.pg_content .select_box .select_container.on { border: solid 1px #89b70a; }
.pg_content .select_box .select_ul { position: absolute; top: 45px; left: 0; width: 100%; display: none; }
.pg_content .select_box .select_ul li a { padding: 14px 26px 13px 15px; display: block; font-size: 14px; color: #666666; background: #fff; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
.pg_content .select_box .select_ul li { border: solid 1px #cccccc; border-top: none; }
.pg_content .select_box .select_ul li a:hover { background: #afd34c; color: #fff; }
.static_box_c img { max-width: 100%; }
.static_box_c { word-break: keep-all; padding-top: 23px; clear: both; }
.static_box_c li { margin-bottom: 100px; position: relative; }
.static_box_c li .thum { line-height: 0; box-sizing: border-box; }
.static_box_c li .cont h4 { font-size: 24px; color: #000000; line-height: 1.35em; margin-bottom: 30px; position: relative; padding-top: 12px; font-weight: normal; }
.static_box_c li .br_span { display: block; width: 100%; clear: both; }
.static_box_c li .img_lohas { margin-bottom: 17px; }
.static_box_c li .img_health { margin-bottom: 17px; }
.static_box_c li .text_content { font-size: 13px; color: #666; line-height: 1.85em; }
.static_box_c li.left_type { padding-left: 515px; min-height: 295px; }
.static_box_c li.left_type .thum { position: absolute; top: 0; left: 0; padding-right: 50px; width: 515px; }
.static_box_c li.left_type .cont { padding-top: 26px; }
.static_box_c li.right_type { padding-right: 530px; min-height: 295px; }
.static_box_c li.right_type .thum { position: absolute; top: 0; right: 0; padding-left: 30px; width: 530px; }
h3.icon_title_box { margin-bottom: 20px; }
h3.icon_title_box + .text_content { text-align: center; font-size: 13px; color: #666; line-height: 1.85em; margin-bottom: 34px; }
h3.icon_title_box .icon_item { width: 42px; height: 44px; display: block; background: url(/resources/img/company/icon_leaf.png) no-repeat; margin: 0 auto 15px; }
h3.icon_title_box .title { font-size: 24px; color: #222; line-height: 1.26em; display: block; text-align: center; font-weight: normal; }
h3.icon_title_box .br_span { display: block; width: 100%; clear: both; }
.static_imgbox_c .img_box { line-height: 0; }
.static_imgbox_c .title_box h4 { margin-bottom: 20px; }
.static_imgbox_c .title_box .title { font-size: 22px; color: #fff; display: block; text-align: center; position: relative; padding-top: 20px; }
.static_imgbox_c .title_box .title:before { content: ""; display: block; width: 20px; height: 2px; background-color: #fff; position: absolute; top: 0; left: 50%; margin-left: -10px; }
.static_imgbox_c .text_box { font-size: 13px; color: #fff; line-height: 1.6em; text-align: center; }
.static_imgbox_c .br_span { display: block; width: 100%; clear: both; }
.static_imgbox_c .title_box { padding: 20px 35px; box-sizing: border-box; }
.static_imgbox_c .img_box a { display: block; line-height: 0; position: relative; }
.static_imgbox_c .img_box .hover_imgbox { position: absolute; top: 0; left: 0; z-index: 10; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; opacity: 0; visibility: hidden; }
.static_imgbox_c .business_life { width: 950px; height: 288px; display: inline-flex; margin-bottom: 0px; }
.static_imgbox_c .business_life .lhimg_01 { width: 288px; height: 288px; background: url(/resources/img/company/200720_brand_img01.jpg) no-repeat; background-size: contain; }
.static_imgbox_c .business_life .lhimg_02 { width: 288px; height: 288px; background: url(/resources/img/company/200720_brand_img02.jpg) no-repeat; background-size: contain; }
.static_imgbox_c .business_life .lhimg_03 { width: 374px; height: 288px; background: url(/resources/img/company/200720_brand_img03.jpg) no-repeat; background-size: contain; }
.static_imgbox_c .business_food { width: 950px; height: 288px; display: inline-flex; }
.static_imgbox_c .business_food .lhimg_04 { width: 288px; height: 288px; background: url(/resources/img/company/200720_brand_img04.jpg) no-repeat; background-size: contain; }
.static_imgbox_c .business_food .lhimg_05 { width: 288px; height: 288px; background: url(/resources/img/company/200720_brand_img05.jpg) no-repeat; background-size: contain; }
.static_imgbox_c .business_food .lhimg_06 { width: 374px; height: 288px; background: url(/resources/img/company/200720_brand_img06.jpg) no-repeat; background-size: contain; }
.static_imgbox_c .img_box a:hover .hover_imgbox { opacity: 1; visibility: visible; }
.static_imgbox_c .img_box ul.step1 { max-width: 509px; float: left; }
.static_imgbox_c .img_box ul.step1 .img_step1 { width: 50%; float: left; }
.static_imgbox_c .img_box ul.step1 .img_step2 { width: 50%; float: left; }
.static_imgbox_c .img_box ul.step1 .img_step3 { width: 100%; clear: both; }
.static_imgbox_c .img_box li { margin: 0; }
.static_imgbox_c .img_box ul.step2 { max-width: 240px; float: left; }
.static_imgbox_c .img_box ul.step3 .img_step1 { width: 304px; float: left; }
.static_imgbox_c .img_box ul.step3 .img_step2 { width: 304px; float: left; }
.static_imgbox_c .img_box ul.step3 .img_step3 { width: 304px; float: left; clear: both; }
.static_imgbox_c .img_box ul.step3 .img_step4 { width: 304px; float: left; }
.static_imgbox_c .right_type { position: relative; padding-right: 344px; background: #94b92f; margin-bottom: 30px; overflow: hidden; }
.static_imgbox_c .right_type .title_box { width: 344px; position: absolute; top: 50%; right: 0; margin-top: -100px; }
.static_imgbox_c .right_type .title_box .icon_item { width: 31px; height: 37px; background: url(/resources/img/company/icon_item_s3.png) no-repeat; display: block; margin: 0 auto 12px; }
.static_imgbox_c .left_type { position: relative; padding-left: 342px; background: #beb157; overflow: hidden; }
.static_imgbox_c .left_type .title_box { width: 342px; position: absolute; top: 50%; left: 0; margin-top: -115px; }
.static_imgbox_c .left_type .title_box .icon_item { width: 35px; height: 34px; background: url(/resources/img/company/icon_item_s1.png) no-repeat; display: block; margin: 0 auto 12px; }
.img_lohas { width: 113px; height: 21px; background: url(/resources/img/company/text_lohas.png) no-repeat; text-indent: -99999px; }
.img_health { width: 228px; height: 21px; background: url(/resources/img/company/text_health.png) no-repeat; text-indent: -99999px; }
.line_static_h3_text { font-size: 26px; color: #000; line-height: 1.35em; padding-top: 10px; position: relative; margin-bottom: 15px; }
.sub_content_text { font-size: 14px; color: #666; line-height: 1.85em; margin-bottom: 30px; }
.static_image_box { text-align: center; padding: 30px 0 65px; }
.lohas_value h4 { font-size: 22px; color: #222; line-height: 1.35em; margin-bottom: 12px; }
.lohas_value .br_span { display: block; width: 100%; clear: both; }
.static_bullet_list_box { background: #f6f6f4; margin-bottom: 50px; word-break: keep-all; }
.static_bullet_list_box .box_container { padding: 68px 156px 68px 40px; overflow: hidden; }
.static_bullet_list_box h5 { font-size: 26px; color: #222; margin-bottom: 14px; font-weight: normal; }
.static_bullet_list_box ul { width: 50%; float: left; }
.static_bullet_list_box ul.left_ul { padding-right: 20px; }
.static_bullet_list_box ul.right_ul { padding-left: 20px; }
.static_bullet_list_box ul li { font-size: 14px; color: #666; line-height: 1.85em; padding-left: 15px; position: relative; }
.static_bullet_list_box ul li:before { content: "-"; position: absolute; top: 0; left: 0; }
.static_bullet_list_box.type_a { background: url(/resources/img/company/list_box_bg_a.png) #f6f6f4 no-repeat; background-position: right top; }
.static_bullet_list_box.type_b { background: url(/resources/img/company/list_box_bg_b.png) #f6f6f4 no-repeat; background-position: right bottom; }
.title_h3_subtext { font-size: 22px; color: #222; line-height: 1.35em; margin-bottom: 20px; }
.lohas_principle h4 { font-size: 22px; color: #222; margin-bottom: 11px; }
.weight_s { font-weight: 300; }
.lohas_principle .static_img_post_box li { border-left: solid 1px #e0e2e1; padding-top: 55px; padding-bottom: 25px; }
.lohas_principle .static_img_post_box li:first-child { border-left: none; }
.lohas_principle .title_h3_subtext { margin-bottom: 33px; }
.static_img_post_box { padding: 45px 0 85px; }
.static_img_post_box ul { overflow: hidden; }
.static_img_post_box li { width: 25%; float: left; padding: 0 20px; text-align: center; }
.static_img_post_box li .thum { line-height: 0; margin-bottom: 35px; }
.static_img_post_box li .cont h5 { font-size: 18px; color: #222; line-height: 1.35em; margin-bottom: 10px; font-weight: normal; }
.static_img_post_box li .cont .text_box { font-size: 12px; color: #666; line-height: 1.7em; margin-bottom: 30px; }
.static_img_post_box li .br_span { display: block; width: 100%; clear: both; }
.lohas_principle .static_img_post_box { padding: 0; }
.lohas_principle .static_img_post_box ul { border: solid 1px #e0e2e1; }
.lohas_principle .static_img_post_box li .cont .text_box { height: 77px; }
.lohas_principle .static_img_post_box h4 { margin-bottom: 22px; }
.lohas_principle .static_img_post_box_two { padding: 54px 55px; border: solid 1px #e0e2e1; border-top: none; overflow: hidden; }
.lohas_principle .sub_content_text { font-size: 18px; line-height: 1.5em; text-align: right; }
.lohas_principle .post_box_two_container { width: 50%; float: left; }
.lohas_principle .static_img_post_box_two .title_h3_subtext { text-align: right; line-height: 1.45em; margin-bottom: 18px; }
.lohas_principle .static_img_post_box_two .img_box { width: 50%; float: left; text-align: center; padding: 10px 0 0 55px; }
.lohas_principle .static_img_post_box_two .br_span { display: block; width: 100%; clear: both; }
.img_1980 { width: 176px; height: 44px; background: url(/resources/img/company/text_1980.png) no-repeat; text-indent: -99999px; }
.img_1990 { width: 176px; height: 44px; background: url(/resources/img/company/text_1990.png) no-repeat; text-indent: -99999px; }
.img_2000 { width: 176px; height: 44px; background: url(/resources/img/company/text_2000.png) no-repeat; text-indent: -99999px; }
.img_2010 { width: 176px; height: 44px; background: url(/resources/img/company/text_2010.png) no-repeat; text-indent: -99999px; }
.img_2020 { width: 176px; height: 44px; background: url(/resources/img/company/text_2020.png) no-repeat; text-indent: -99999px; }
.history_content .main_ul > li.h_one .sub_ul { padding-top: 50px; }
.history_content .main_ul > li.h_two .sub_ul { padding-top: 37px; }
.history_content .main_ul > li.h_three .sub_ul { padding-top: 25px; }
.history_content .main_ul > li.h_four .sub_ul { padding-top: 13px; }
.history_content .main_ul > li .sub_ul.pr_box { padding-right: 124px; }
.history_content .main_ul > li.last dt.year:before { content: ""; width: 1px; height: 3000%; bottom: 0; left: 50%; background: #b4b4b4; position: absolute; }
.history_box.awards_box .history_title_box { padding: 53px 110px; }
.history_box.awards_box .history_title_box dd .title_cont { font-size: 22px; color: #222; margin-bottom: 3px; display: block; }
.history_box.awards_box .history_title_box dt { margin-top: 19px; }
.history_box.awards_boxs .history_title_box dd .title_cont { font-size: 22px; color: #222; margin-bottom: 3px; display: block; }
.history_box.awards_boxs .history_title_box dt { margin-top: 19px; }
.awards_box .history_content .main_ul > li { padding-right: 0; width: 100%; box-sizing: border-box; }
.awards_box .history_content .main_ul > li.type_left dt.year { left: 0; }
.awards_box .history_content .main_ul > li.type_left { padding-left: 176px; }
.awards_box .history_content { max-width: 948px; margin: 0 auto 65px; }
.awards_boxs.year_n .history_content .main_ul > li.type_right .sub_ul dl { padding-right: 0; }
.history_content .main_ul > li.type_left dd .img_box { width: 98px; height: 81px; line-height: 0; position: absolute; top: 50%; margin-top: -40px; right: 0; }
.history_content .main_ul > li .sub_ul.no_bullet dl { padding-left: 0; }
.awards_box.type_c .history_content .main_ul > li.h_five .sub_ul { padding-top: 13px; }
.social_contributions .br_span { display: block; width: 100%; clear: both; }
.social_contributions .post_static { margin-bottom: 95px; overflow: hidden; }
.social_contributions .post_static .left_box { width: 50%; float: left; padding-right: 5px; }
.social_contributions .post_static .right_box { width: 50%; float: left; padding-left: 5px; }
.social_contributions .post_static .item_box { border: solid 1px #cccccc; margin-bottom: 10px; }
.social_contributions .post_static .item_box h4 { font-size: 22px; color: #1f100e; line-height: 1.35em; margin-bottom: 15px; }
.social_contributions .post_static .item_box .thum { line-height: 0; position: relative; }
.social_contributions .post_static .item_box .thum img { width: 100%; }
.social_contributions .post_static .item_box .img_box { line-height: 0; text-align: center; }
.social_contributions .post_static .item_box .cont { padding: 57px 30px 17px; border-bottom: solid 1px #cccccc; }
.social_contributions .post_static .item_box.type_a { padding-top: 42px; }
.social_contributions .post_static .item_box.type_a .cont { border-bottom: none; padding-top: 36px; }
.social_contributions .post_static .item_box .cont p { font-size: 14px; color: #666; line-height: 1.85em; margin-bottom: 27px; }
.social_contributions .post_static .item_box .thum .icon_arrow { width: 32px; height: 16px; background: url(/resources/img/company/icon/icon_static_arrow_b.png) no-repeat; display: block; position: absolute; top: -1px; left: 50%; margin-left: -16px; }
.social_contributions .post_static .left_box .cont { padding-bottom: 57px; }
.social_contributions .list_category_box { clear: both; }
.social_contributions .list_box li .cont .box_link { max-width: 710px; }
.social_contributions .list_box { border-top: solid 2px #000; }
.food_safety_principles_box .br_span { display: block; width: 100%; clear: both; }
.line_static_h3 { font-size: 20px; color: #000; line-height: 1.35em; padding-top: 11px; position: relative; margin-bottom: 7px; clear: both; }
.line_static_h3:after { content: ""; width: 24px; height: 2px; background: #000; position: absolute; top: 0; left: 0; }
.food_safety_principles .sub_text_box { font-size: 14px; color: #666; line-height: 1.85em; margin-bottom: 28px; }
.food_safety_principles h4 { font-size: 22px; color: #222; line-height: 1.3em; margin-bottom: 10px; clear: both; }
.food_safety_principles .img_box { margin-bottom: 90px; }
.food_safety_principles_box { background: url(/resources/img/company/food_safety_principles_box_bg.png) #f6f6f4 no-repeat; background-position: right bottom; margin-bottom: 55px; }
.food_safety_principles_box .box_container { padding: 72px 199px 70px; }
.food_safety_principles_box h4 { font-size: 22px; color: #222; line-height: 1.3em; margin-bottom: 14px; }
.food_safety_principles_box .text_box { font-size: 14px; color: #666; line-height: 1.85em; }
.static_listtype_box li { clear: both; padding: 50px 0; border-top: solid 1px #e0e2e1; overflow: hidden; }
.static_listtype_box li:first-child { padding-top: 0; border-top: none; }
.static_listtype_box .thum { line-height: 0; float: left; margin-right: 70px; }
.static_listtype_box .cont { overflow: hidden; }
.static_listtype_box h4 { font-size: 28px; color: #222; line-height: 1.3em; margin-bottom: 16px; }
.static_listtype_box .cont p { font-size: 14px; color: #666; line-height: 1.85em; margin-top: 25px; }
.static_listtype_box .cont h4 + p { margin-top: 0; }
.img_text_itembox { line-height: 0; }
.img_text_itembox .text_subbox { background: url(/resources/img/company/colas_img_bg.jpg) #fcf5ed no-repeat; padding: 30px 96px 60px; overflow: hidden; background-position: 0 bottom; }
.img_text_itembox .text_subbox div { width: 50%; float: left; }
.img_text_itembox .text_subbox div p { font-size: 14px; color: #666; line-height: 1.85em; margin-bottom: 28px; }
.img_text_itembox .text_subbox .leftbox { padding-right: 30px; }
.img_text_itembox .text_subbox .rightbox { padding-left: 30px; }
.img_text_itembox .text_subbox .imgbox_icon { padding-top: 20px; text-align: right; width: 100%; }
.img_text_itembox .text_subbox .imgbox_icon img { vertical-align: middle; }
.static_listtype_box li.step1 .thum { padding-top: 10px; }
.static_listtype_box li.step2 .cont { padding-top: 10px; }
.static_listtype_box li.step3 .cont { padding-top: 19px; }
.static_listtype_box li.step4 .cont { padding-top: 0px; }
.static_listtype_box li.step5 .cont { padding-top: 10px; }
.static_listtype_box li.step6 .cont { padding-top: 48px; }
.static_listtype_box li.step7 .cont { padding-top: 26px; }
.institute_of_food_culture .br_span { display: block; width: 100%; clear: both; }
.institute_of_food_culture .line_static_h3 { margin-bottom: 20px; }
.institute_of_food_culture .img_box { padding: 75px 30px; background: #f6f6f4; text-align: center; width: 100%; line-height: 0; }
.institute_of_food_culture .history_content .main_ul > li.type_left dt.year { left: -78px; }
.institute_of_food_culture .history_content .main_ul > li.type_right dt.year { right: -78px; }
.institute_of_food_culture .history_content .main_ul > li.type_left { padding-left: 89px; }
.institute_of_food_culture .history_content .main_ul > li.type_right { padding-right: 89px; }
.institute_of_food_culture .history_content .main_ul > li.type_right:before { content: ""; width: 34px; height: 86px; background: url(/resources/img/company/history_line_gray.png) no-repeat; position: absolute; top: -15px; right: -30px; }
.institute_of_food_culture .history_content .main_ul > li.type_left:before { content: ""; width: 34px; height: 86px; background: url(/resources/img/company/history_line_grayodd.png) no-repeat; position: absolute; top: -15px; left: -30px; }
.institute_of_food_culture .history_content .main_ul > li:first-child:before { display: none; }
.institute_of_food_culture .history_content .main_ul > li.last dt.year:before { display: none; }
.sustainable_business_box .br_span { display: block; width: 100%; clear: both; }
.sustainable_business_box { word-break: keep-all; clear: both; padding-top: 11px; }
.sustainable_business_box .line_h3 { font-size: 20px; color: #1f100e; padding-top: 11px; position: relative; clear: both; line-height: 1.3em; margin-bottom: 10px; }
.sustainable_business_box .line_h3:before { content: ""; width: 23px; height: 2px; background: #1f100e; position: absolute; top: 0; left: 0; }
.sustainable_business_box .sub_text_box { font-size: 18px; color: #222; line-height: 1.35em; margin-bottom: 22px; }
.sustainable_business_box .text_content { font-size: 13px; color: #666; line-height: 1.85em; margin-bottom: 22px; }
.sustainable_business_box h4 { font-size: 18px; color: #222; line-height: 1.35em; margin-bottom: 15px; }
.sustainable_business_box .download_box > ul { margin: 0 -5px; }
.sustainable_business_box .download_box > ul:after { content: ""; display: block; clear: both; }
.sustainable_business_box .download_box > ul > li { padding: 0 5px; margin-bottom: 10px; width: 33.333%; float: left; box-sizing: border-box; }
.sustainable_business_box .download_box > ul > li.clear { clear: both; }
.sustainable_business_box .download_box .box_item { border: solid 1px #cccccc; }
.sustainable_business_box .download_box .thum { line-height: 0; overflow: hidden; }
.sustainable_business_box .download_box .thum img { width: 100%; max-height: 278.5px; }
.sustainable_business_box .download_box .cont { border-top: solid 1px #cccccc; }
.sustainable_business_box .download_box .cont .box_container { padding: 37px 30px; }
.sustainable_business_box .download_box .cont dd { overflow: hidden; }
.sustainable_business_box .download_box .cont dd .text { font-size: 12px; color: #666; margin-right: 8px; display: inline-block; vertical-align: middle; text-transform: uppercase; padding-bottom: 1px; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; border-bottom: solid 1px transparent; }
.sustainable_business_box .download_box .cont dd .icon_item { width: 12px; height: 13px; display: inline-block; background: url(/resources/img/company/icon_download_btn.png) no-repeat; vertical-align: middle; position: relative; }
.sustainable_business_box .download_box .cont dd .icon_item:after { content: ""; width: 12px; height: 13px; display: inline-block; background: url(/resources/img/company/icon_download_btn_h.png) no-repeat; position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
.sustainable_business_box .download_box .sub_ul li { clear: both; margin-top: 10px; }
.sustainable_business_box .download_box .sub_ul li:first-child { margin-top: 0; }
.sustainable_business_box .download_box .cont dt { float: left; margin-right: 30px; font-size: 30px; color: #222; line-height: 1em; }
.sustainable_business_box .download_box .sub_ul a:hover .text { border-bottom: solid 1px #666; }
.sustainable_business_box .download_box .cont dd .sub_ul a:hover .icon_item:after { opacity: 1; visibility: visible; }
.environmental_box { word-break: keep-all; }
.environmental_box .br_span { display: block; width: 100%; clear: both; }
.environmental_box h4 { font-size: 28px; color: #000; margin-bottom: 30px; line-height: 1.3em; }
.environmental_box h5.line_bullet { font-size: 22px; color: #000; padding-top: 11px; position: relative; margin-bottom: 15px; line-height: 1.3em; font-weight: normal; }
.environmental_box h5.line_bullet:before { content: ""; width: 24px; height: 2px; background: #000; position: absolute; top: 0; left: 0; }
.environmental_box .sub_text_box { font-size: 18px; color: #222; line-height: 1.35em; margin-bottom: 25px; }
.environmental_box h6 { font-size: 18px; color: #222; font-weight: normal; margin-bottom: 10px; }
.environmental_box .text_content_box { font-size: 13px; color: #666; line-height: 1.85em; margin-bottom: 26px; }
.radius_list_box { margin-bottom: 86px; }
.radius_list_box ul { text-align: center; font-size: 0; line-height: 0; margin-bottom: 28px; }
.radius_list_box ul li { width: 236px; height: 236px; background: url(/resources/img/company/environmental_radius_box.png) no-repeat; text-align: center; display: inline-block; vertical-align: top; margin: 0 14px; }
.radius_list_box ul li h6 { margin-bottom: 0; }
.radius_list_box ul li .title { font-size: 18px; color: #1f100e; line-height: 1.3em; display: block; margin-bottom: 4px; text-align: center; }
.radius_list_box ul li .sub_text { font-size: 14px; color: #1f100e; line-height: 1.3em; text-align: center; }
.radius_list_box p { font-size: 13px; color: #666; line-height: 1.85em; margin-bottom: 26px; }
.radius_list_box ul li .title .sup_text { font-size: 10px; }
.radius_list_box ul li.step1 { padding-top: 45px; }
.radius_list_box ul li.step1 .icon_item { width: 46px; height: 71px; display: block; margin: 0 auto 14px; background: url(/resources/img/company/icon_environmental_step1.png) no-repeat; }
.radius_list_box ul li.step2 { padding-top: 51px; }
.radius_list_box ul li.step2 .icon_item { width: 56px; height: 59px; display: block; margin: 0 auto 18px; background: url(/resources/img/company/icon_environmental_step2.png) no-repeat; }
.radius_list_box ul li.step3 { padding-top: 62px; }
.radius_list_box ul li.step3 .icon_item { width: 57px; height: 58px; display: block; margin: 0 auto 27px; background: url(/resources/img/company/icon_environmental_step3.png) no-repeat; }
.environmental_box .list_static_box { background: #f6f6f4; padding: 57px 50px 57px; margin-bottom: 96px; }
.environmental_box .list_static_box .box_container > ul > li { clear: both; padding: 58px 0 0; margin-top: 58px; border-top: solid 1px #e0e2e1; overflow: hidden; }
.environmental_box .list_static_box .box_container > ul > li:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.environmental_box .list_static_box li .thum { float: left; padding: 0 19px; margin-right: 56px; }
.environmental_box .list_static_box li .cont { overflow: hidden; }
.environmental_box .list_static_box .title { font-size: 16px; color: #1f100e; margin-bottom: 16px; font-weight: bold; }
.environmental_box .list_static_box .sub_title { font-size: 18px; color: #222; line-height: 1.35em; margin-bottom: 20px; }
.environmental_box .list_static_box .sub_list li { padding-left: 15px; font-size: 13px; color: #666; line-height: 1.85em; position: relative; }
.environmental_box .list_static_box .sub_list li:before { content: "-"; position: absolute; top: 0; left: 0; }
.footer_static_box { position: relative; padding: 40px 330px 40px 0; clear: both; }
.footer_static_box h5 { font-size: 18px; color: #222; line-height: 1.35em; margin-bottom: 25px; font-weight: normal; clear: both; }
.footer_static_box ul li { font-size: 16px; color: #666; line-height: 1.35em; font-weight: 300; margin-bottom: 3px; }
.footer_static_box .thum { line-height: 0; position: absolute; top: 0; right: 50px; }
.environmental_box h5.tbl_title_h5 { font-size: 16px; color: #222; line-height: 1.35em; margin-bottom: 12px; font-weight: bold; }
.environmental_box .brand_story_single .brand_post_box { margin-bottom: 90px; }
.environmental_box .brand_story_single .brand_post_box ul { margin: 0 -5px; }
.environmental_box .brand_story_single .brand_post_box li { padding: 0 5px; width: 100%; position: relative; }
.environmental_box .brand_story_single .brand_post_box .thum { border: solid 1px #e2e2e2; border-bottom: 0; width: 30%; height: 100%; position: absolute; top: 0; left: 0; }
.environmental_box .brand_story_single .brand_post_box .thum img { max-width: 100%; height: 100%; }
.environmental_box .brand_story_single .brand_post_box .cont { border-top: solid 1px #e2e2e2; width: 70%; min-height: 230px; margin-left: 30%; }
.environmental_box .brand_story_single .brand_post_box .cont .item_container { padding: 30px 27px 34px; }
.environmental_box .static_one_box { overflow: hidden; margin-bottom: 80px; }
.environmental_box .static_one_box .thum { line-height: 0; float: left; margin-right: 80px; }
.environmental_box .static_one_box .cont { overflow: hidden; }
.environmental_box .static_one_box h5 { font-size: 20px; color: #222; line-height: 1.35em; margin-bottom: 23px; font-weight: bold; }
.environmental_box .static_one_box .sub_text { font-size: 20px; color: #222; line-height: 1.35em; margin-bottom: 23px; font-weight: 300; }
.environmental_box .static_one_box .cont p { font-size: 13px; color: #666; line-height: 1.85em; margin-bottom: 25px; }
.environmental_box .img_list_box { position: relative; overflow: hidden; clear: both; }
.environmental_box .img_list_box ul { margin: 0 -5px; }
.environmental_box .img_list_box li { line-height: 0; width: 50%; float: left; padding: 0 5px; margin-bottom: 10px; box-sizing: border-box; }
.environmental_box .img_list_box li img { max-width: 100%; }
.environmental_box .img_list_box h4 { width: 290px; height: 270px; position: absolute; top: 50%; left: 50%; margin-top: -135px; margin-left: -145px; background-color: rgba(255,255,255,0.9); z-index: 10; text-align: center; padding-top: 90px; box-sizing: border-box; }
.environmental_box .img_list_box h4 .sub_text { display: block; font-size: 22px; color: #222; line-height: 1.35em; margin-bottom: 14px; }
.environmental_box .img_list_box h4 .title { display: block; font-size: 30px; color: #222; line-height: 1.3em; }
.correct_heart { padding-top: 11px; clear: both; word-break: keep-all; }
.correct_heart .br_span { display: block; width: 100%; clear: both; }
.top_line_title { font-size: 22px; color: #000; padding-top: 12px; position: relative; margin-bottom: 40px; line-height: 1.3em; font-weight: normal; clear: both; }
.top_line_title:before { content: ""; width: 24px; height: 2px; background: #000; position: absolute; top: 0; left: 0; }
.radius_item_box { margin-bottom: 70px; }
.radius_item_box ul { overflow: hidden; width: 85%; margin: 0 auto; }
.radius_item_box ul li { width: 33.3%; float: left; text-align: center; padding: 0 5px; box-sizing: border-box; }
.radius_item_box ul li .thum { line-height: 0; margin-bottom: 32px; display: flex; justify-content: center; }
.radius_item_box ul li .cont h4 { font-size: 20px; color: #222; line-height: 1.3em; margin-bottom: 14px; }
.radius_item_box ul li .cont p.sub_text { font-size: 15px; color: #666; line-height: 1.7em; }
.icon_list_itembox { display: flex; }
.icon_list_itembox > ul { border-top: solid 1px #e0e2e1; }
.icon_list_itembox > ul > li { width: 50%; float: left; padding: 40px 0 40px 35px; border-bottom: solid 1px #e0e2e1; box-sizing: border-box; }
.icon_list_itembox > ul > li.last { border-bottom: none; }
.icon_list_itembox > ul > li .thum { line-height: 0; width: 114px; margin-right: 43px; float: left; }
.icon_list_itembox > ul > li .cont { overflow: hidden; padding-top: 20px; }
.icon_list_itembox > ul > li.clear { clear: both; }
.icon_list_itembox > ul > li .cont h4 { font-size: 18px; color: #222; line-height: 1.3em; margin-bottom: 10px; }
.icon_list_itembox > ul > li:first-child ul { min-height: 104px; }
.icon_list_itembox > ul > li:first-child + li ul { min-height: 104px; }
.icon_list_itembox > ul > li ul span { font-size: 13px; color: #666; line-height: 1.7em; }
.icon_list_itembox > ul > li ul span.bullet { margin-right: 5px; float: left; display: block; }
.icon_list_itembox > ul > li ul span.text { display: block; overflow: hidden; }
.about_program .br_span { display: block; width: 100%; clear: both; }
.depth_title { font-size: 26px; color: #000; line-height: 1.3em; margin-bottom: 25px; }
.about_program .text_box { font-size: 14px; color: #666; line-height: 1.85em; margin-bottom: 14px; }
.gray_document_box.type_three { min-height: 250px; }
.gray_document_box.type_three .document_box { width: 179px; }
.gray_document_box.type_three .document_box img { width: 100%; }
.gray_document_box.type_three .box_container { padding-top: 75px; }
.about_program .list_bullet_box { background: #f5f4f1; margin-bottom: 79px; }
.about_program .list_bullet_box .box_container { padding: 30px 50px; overflow: hidden; }
.about_program .list_bullet_box dt { width: 50%; float: left; padding-top: 44px; box-sizing: border-box; }
.about_program .list_bullet_box dd { width: 50%; float: left; background: url(/resources/img/company/list_line_bg.png) repeat-y; background-position: 0 0; padding-left: 70px; box-sizing: border-box; }
.about_program .list_bullet_box dt h5 { font-size: 18px; color: #222; margin-bottom: 5px; }
.about_program .list_bullet_box dt .text { font-size: 14px; color: #666; line-height: 1.85em; }
.about_program .list_bullet_box dd li { font-size: 14px; color: #222; line-height: 1.45em; padding: 3px 0 3px 42px; margin-top: 3px; clear: both; }
.about_program .list_bullet_box dd li:first-child { margin-top: 0; }
.about_program .list_bullet_box dd ul { padding: 20px 0; }
.about_program .list_bullet_box dd li.step1 { background: url(/resources/img/company/icon_bullet_1.png) no-repeat; background-position: 0 0; }
.about_program .list_bullet_box dd li.step2 { background: url(/resources/img/company/icon_bullet_2.png) no-repeat; background-position: 0 0; }
.about_program .list_bullet_box dd li.step3 { background: url(/resources/img/company/icon_bullet_3.png) no-repeat; background-position: 0 0; }
.about_program .list_bullet_box dd li.step4 { background: url(/resources/img/company/icon_bullet_4.png) no-repeat; background-position: 0 0; }
.about_program .list_bullet_box dd li.step5 { background: url(/resources/img/company/icon_bullet_5.png) no-repeat; background-position: 0 0; }
.about_program .list_bullet_box dd li.step6 { background: url(/resources/img/company/icon_bullet_6.png) no-repeat; background-position: 0 0; }
.about_program .list_bullet_box dd li.step7 { background: url(/resources/img/company/icon_bullet_7.png) no-repeat; background-position: 0 0; }
.about_program .list_bullet_box dd li.step8 { background: url(/resources/img/company/icon_bullet_8.png) no-repeat; background-position: 0 0; }
.about_program .list_thum_box { padding-top: 26px; clear: both; }
.about_program .list_thum_box .thum { line-height: 0; margin-right: 99px; float: left; }
.about_program .list_thum_box .cont { overflow: hidden; }
.about_program .list_thum_box > ul > li { clear: both; padding: 56px 0; border-top: solid 1px #e0e0e0; }
.about_program .list_thum_box > ul > li:first-child { border-top: none; padding-top: 0; }
.about_program .list_thum_box h5 { font-size: 22px; color: #222; line-height: 1.35em; margin-bottom: 8px; font-weight: normal; }
.about_program .list_thum_box dt { font-size: 18px; color: #222; margin-bottom: 6px; clear: both; }
.about_program .list_thum_box dd { font-size: 14px; color: #666; line-height: 1.85em; margin-bottom: 21px; clear: both; }
.about_program .list_thum_box dd p { font-size: 14px; color: #666; line-height: 1.85em; margin-bottom: 12px; }
.about_program .list_thum_box .bullet_ul li { font-size: 14px; color: #666; line-height: 1.85em; position: relative; padding-left: 15px; }
.about_program .list_thum_box .bullet_ul li:before { content: "-"; position: absolute; top: 0; left: 0; }
.about_program .list_thum_box > ul > li:first-child .cont { padding-top: 18px; }
.about_program .list_thum_box .year_box { margin-bottom: 35px; overflow: hidden; }
.about_program .list_thum_box .year_box .title { font-size: 26px; color: #222; text-align: center; display: block; padding-bottom: 12px; margin-bottom: 14px; border-bottom: solid 1px #d4ddbc; }
.about_program .list_thum_box .date { font-size: 18px; color: #222; text-align: center; display: block; }
.about_program .list_thum_box .year_box li { padding: 28px 16px; width: 132px; float: left; margin-right: 10px; }
.about_program .list_thum_box .year_box li.step1 { background: #eff8d6; }
.about_program .list_thum_box .year_box li.step2 { background: #faf9e7; }
.about_program .list_thum_box .year_box li.step3 { background: #f8f7f0; }
.cp_mission_vision .text_box { font-size: 14px; color: #666; line-height: 1.85em; margin-bottom: 39px; }
.cp_mission_vision .img_box img { width: 100%; }
.operational-overview .br_span { display: block; width: 100%; clear: both; }
.operational-overview .text_m_box { font-size: 22px; color: #666; line-height: 1.35em; margin-bottom: 49px; }
.operational-overview .awards_box .history_content { max-width: none; }
.operational-overview .history_content .main_ul > li dt.year .year_text { background: url(/resources/img/company/history_radius_b.png) no-repeat; }
.operational-overview .history_content .main_ul > li.h_four .sub_ul { padding-top: 5px; }
.operational-overview .history_content .main_ul > li.h_five .sub_ul { padding-top: 11px; }
.operational-overview .history_content .main_ul > li { min-height: 140px; }
.operational-overview .depth_h5 { font-size: 22px; color: #222; margin-bottom: 10px; clear: both; line-height: 1.3em; font-weight: normal; }
.operational-overview .text_ul { margin-bottom: 50px; }
.operational-overview .text_ul li { font-size: 14px; color: #666; line-height: 1.7em; }
.operational-overview .ul_itembox { margin-bottom: 47px; max-width: 736px; overflow: hidden; }
.operational-overview .ul_itembox li { font-size: 14px; color: #666; line-height: 1.7em; }
.operational-overview .ul_itembox ul { width: 100%; float: left; }
.operational-overview .tbl_text_box { font-size: 14px; color: #666; line-height: 1.7em; margin-bottom: 49px; }
.compliance_manual .br_span { display: block; width: 100%; clear: both; }
.compliance_manual .text_box { font-size: 14px; color: #666; line-height: 1.85em; margin-bottom: 39px; }
.compliance_manual .hover_list_boxwrap ul { margin: 0 -5px; }
.compliance_manual .hover_list_boxwrap li { width: 25%; float: left; padding: 0 5px; box-sizing: border-box; }
.compliance_manual .hover_list_boxwrap .thum .img_box { line-height: 0; }
.compliance_manual .hover_list_boxwrap .thum .img_box img { width: 100%; }
.compliance_manual .hover_list_boxwrap .thum { border: solid 1px #cccccc; position: relative; }
.compliance_manual .hover_list_boxwrap .cont { border: solid 1px #cccccc; border-top: none; line-height: 0; font-size: 0; text-align: center; padding: 26px 10px 25px; }
.compliance_manual .hover_list_boxwrap .cont .text { font-size: 14px; color: #222; line-height: 1.35em; display: inline-block; vertical-align: middle; margin-right: 3px; padding: 1px 0; }
.compliance_manual .hover_list_boxwrap .cont .text_ebook { font-size: 14px; color: #89b70a; line-height: 1.35em; display: inline-block; vertical-align: middle; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; padding: 1px 0; }
.compliance_manual .hover_list_boxwrap .cont .text_ebook:hover { color: #093f1f; }
.compliance_manual .hover_list_boxwrap .thum .hover_box { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; opacity: 0; visibility: hidden; }
.compliance_manual .hover_list_boxwrap .thum .hover_box .icon_box { width: 44px; height: 44px; display: block; background: url(/resources/img/company/icon_hover_radius_plus.png) no-repeat; position: absolute; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; }
.compliance_manual .hover_list_boxwrap .thum .hover_box .icon_box:before { content: ""; width: 44px; height: 44px; display: block; background: url(/resources/img/company/icon_hover_radius_plus_h.png) no-repeat; position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
.compliance_manual .hover_list_boxwrap .thum .hover_box .icon_box:hover:before { opacity: 1; visibility: visible; }
.compliance_manual .hover_list_boxwrap .thum:hover .hover_box { opacity: 1; visibility: visible; }
.ccm_wrap .br_span { display: block; width: 100%; clear: both; }
.ccm_wrap .img_box { clear: both; text-align: center; }
.ccm_wrap .img_box img { max-width: 100%; }
.ccm_txtbasic { font-size: 1.4em; font-weight: 100; line-height: 1.6em; }
.ccm_txtbasic p.tit_bold { font-size: 1.4em; font-weight: 600; margin: 20px 0 10px 0; }
.ccm_txtbasic p.small { font-size: 1.2em; font-weight: 100; color: #666666; }
.ccm_txtbasic sup { color: red; }
.ccm_txtbasic .redstar { color: red; }
.ccmtable_tit { font-size: 1.4em; margin: 40px 0 15px 0; font-weight: 700; color: #008000; }
.gray_document_box { background: #f6f6f4; margin-bottom: 60px; min-height: 352px; }
.gray_document_box .box_container { padding: 35px 320px 30px 50px; position: relative; }
.gray_document_box h4 { margin-bottom: 24px; }
.gray_document_box .sub_text_box { font-weight: bold; font-size: 18px; color: #222; line-height: 1.35em; margin-bottom: 18px; }
.gray_document_box .content_text { font-size: 13px; color: #666; line-height: 1.7em; }
.document_box { position: absolute; line-height: 0; width: 230px; top: 20px; right: 10px; }
.document_box img { max-width: 100%; }
.document_box .scale_btn { box-sizing: border-box; width: 32px; height: 32px; display: block; background: #656565; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; position: absolute; bottom: 0; right: 0; z-index: 10; padding-top: 7px; }
.document_box .scale_btn .icon_item { width: 17px; height: 17px; display: block; background: url(/resources/img/company/icon_scale.png) no-repeat; text-indent: -99999px; margin: 0 auto; }
.document_box .scale_btn:hover { background: #a6ce39; }
.ccm_system .br_span { display: block; width: 100%; clear: both; }
.ccm_system .img_box.type_one { border: solid 1px #cccccc; margin-bottom: 29px; line-height: 0; }
.ccm_system .img_box.type_one img { width: 100%; }
.ccm_system .text_box { font-size: 14px; color: #666; line-height: 1.85em; }
.ccm_system .img_box.type_two { text-align: center; clear: both; margin: 60px 0 80px; }
.ccm_system h5 { font-size: 20px; color: #222; line-height: 1.4em; font-weight: normal; margin-bottom: 7px; }
.ccm_system h5 span { font-size: 20px; color: #222; line-height: 1.4em; font-weight: bold; }
.pg_404 { background: url(/resources/img/company/icon/icon_404.png) no-repeat; background-position: center 0; padding-top: 160px; text-align: center; margin-top: 160px; padding-bottom: 200px; }
.pg_404 h3 { font-size: 30px; font-weight: bold; margin-bottom: 15px; }
.pg_404 p { color: #666666; }
.pop_box { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10005; background: rgba(0,0,0,0.8); }
.pop_box .pop_content { max-width: 700px; margin: 0 auto; padding: 40px 20px 40px; position: relative; z-index: 10; }
.pop_box .pop_content .box_container { position: relative; }
.pop_box .pop_close { width: 30px; height: 30px; background: url(/resources/img/company/icon_pop_close.png) no-repeat; position: absolute; top: -15px; right: -15px; }
.pop_box .pop_container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow-y: scroll; }
.admin-bar .pop_box .pop_content { padding-top: 70px; }
.mybodycontrol_box h5.tbl_title_h5 { font-size: 18px; color: #222; line-height: 1.35em; margin-bottom: 12px; font-weight: bold; }
.mybodycontrol_box .brand_story_single .brand_post_box { margin-bottom: 90px; }
.mybodycontrol_box .brand_story_single .brand_post_box ul { margin: 0 -5px; }
.mybodycontrol_box .brand_story_single .brand_post_box li { padding: 0 5px; }
.mybodycontrol_box .brand_story_single .brand_post_box .thum { border: solid 1px #e2e2e2; border-bottom: 0; }
.mybodycontrol_box .brand_story_single .brand_post_box .cont .item_container { padding: 30px 27px 34px; }
.mybodycontrol_box .brand_story_single .brand_post_box .cont { border-top: solid 1px #e2e2e2; min-height: 216px; }
.mybodycontrol_box .brand_story_single .brand_post_box .cont2 .item_container { padding: 30px 10px 10px 10px; }
.mybodycontrol_box .brand_story_single .brand_post_box .cont2 { border: solid 1px #e2e2e2; min-height: 500px; }
.mybodycontrol_box .brand_story_single .brand_post_box .cont3 .item_container { padding: 30px 10px 10px 10px; }
.mybodycontrol_box .brand_story_single .brand_post_box .cont3 { border: solid 1px #e2e2e2; min-height: 500px; width: 100%; }
.mybodycontrol_box .static_one_box { overflow: hidden; margin-bottom: 80px; }
.mybodycontrol_box .static_one_box .thum { line-height: 0; float: left; margin-right: 80px; }
.mybodycontrol_box .static_one_box .cont { overflow: hidden; }
.mybodycontrol_box .static_one_box h5 { font-size: 22px; color: #222; line-height: 1.35em; margin-bottom: 23px; font-weight: bold; }
.mybodycontrol_box .static_one_box .sub_text { font-size: 22px; color: #222; line-height: 1.35em; margin-bottom: 23px; font-weight: 300; }
.mybodycontrol_box .static_one_box .cont p { font-size: 14px; color: #666; line-height: 1.85em; margin-bottom: 25px; }
.mybodycontrol_box .img_list_box { position: relative; overflow: hidden; clear: both; }
.mybodycontrol_box .img_list_box ul { margin: 0 -5px; }
.mybodycontrol_box .img_list_box li { line-height: 0; width: 50%; float: left; padding: 0 5px; margin-bottom: 10px; }
.mybodycontrol_box .img_list_box h4 { width: 290px; height: 270px; position: absolute; top: 50%; left: 50%; margin-top: -135px; margin-left: -145px; background: url(/resources/img/company/background_white_90.png) repeat; z-index: 10; text-align: center; padding-top: 100px; }
.mybodycontrol_box .img_list_box h4 .sub_text { display: block; font-size: 22px; color: #222; line-height: 1.35em; margin-bottom: 14px; }
.mybodycontrol_box .img_list_box h4 .title { display: block; font-size: 30px; color: #222; line-height: 1.3em; }
.ccm_system_d .br_span { display: block; width: 100%; clear: both; }
.ccm_system_d .img_box.type_one { border: solid 1px #cccccc; margin-bottom: 29px; }
.ccm_system_d .img_box.type_one img { width: 100%; }
.ccm_system_d .text_box { font-size: 14px; color: #666; line-height: 1.85em; }
.ccm_system_d .text_box2 { font-size: 14px; color: #222; line-height: 1.85em; }
.ccm_system_d .img_box.type_two { text-align: center; clear: both; margin: 60px 0 80px; }
.ccm_system_d h5 { font-size: 20px; color: #222; line-height: 1.4em; font-weight: normal; margin-bottom: 7px; }
.ccm_system_d_declare h5 span { font-size: 20px; color: #222; line-height: 1.4em; font-weight: bold; }
.ccm_system_d h5 p { font-size: 20px; color: #222; line-height: 1.4em; font-weight: normal; margin-bottom: 7px; }
.ccm_tri_box { margin: 50px 0; overflow: hidden; }
.ccm_tri_box ul li { float: left; width: 50%; box-sizing: border-box; }
.ccm_tri_box ul li:nth-child(2) { padding-left: 20px; }
.ccm_tri_box ul li p { font-size: 14px; color: #666; line-height: 1.85em; }
.compliant_process h4 { font-size: 24px; color: #000; margin-bottom: 30px; line-height: 1.3em; }
.compliant_process .line_bullet::before { content: ""; width: 24px; height: 2px; background: #000; position: absolute; top: 0; left: 0; }
.compliant_process .line_bullet { font-size: 26px; color: #000; padding-top: 11px; position: relative; margin-bottom: 15px; line-height: 1.3em; font-weight: normal; }
.compliant_process .line_bullet_mo { font-size: 22px; color: #000; padding-top: 11px; position: relative; margin-bottom: 15px; line-height: 1.3em; font-weight: normal; }
.compliant_process .sub_text_box { font-size: 14px; color: #666; line-height: 1.85em; margin-bottom: 15px; }
.compliant_process .gray_box { width: 100%; height: 347px; margin-bottom: 38px; padding: 20px; background: #f6f6f4; }
.compliant_process .gray_box .step { width: 20%; float: left; box-sizing: border-box; }
.compliant_process .gray_box .step ul { min-height: 140px; border-left: 1px solid #d3d3d3; }
.compliant_process .gray_box .step .ul_h li { position: relative; font-size: 14px; line-height: 1.8em; color: #666; padding-left: 30px; }
.compliant_process .gray_box .step .ul_h li:before { content: "-"; position: absolute; top: 0; left: 16px; }
.compliant_process .gray_box .step .ul_b_l { border-left: none; }
.compliant_process .gray_box .step .br_span { display: block; width: 100%; clear: both; }
.compliant_process .gray_box .step ul li { position: relative; font-size: 13px; line-height: 1.8em; color: #666; padding-left: 30px; }
.compliant_process .gray_box .step ul li:before { content: "-"; position: absolute; top: 0; left: 15px; }
.compliant_process .gray_box .step.first ul li { padding-left: 15px; }
.compliant_process .gray_box .step.first ul li:before { left: 0; }
.compliant_process .gray_box .step .step_box { position: relative; padding-left: 34px; height: 79px; margin: 25px 0; border: 2px solid #a6ce39; font-size: 20px; line-height: 77px; text-align: center; color: #222; background: #fff; border-left: none; border-right: none; }
.compliant_process .gray_box .step.first { padding-left: 40px; }
.compliant_process .gray_box .step.last { padding-right: 40px; }
.compliant_process .gray_box .step .step_box1 { white-space: nowrap; position: relative; height: 79px; margin-top: 25px; margin-bottom: 25px; border: 2px solid #a6ce39; font-size: 18px; line-height: 77px; text-align: center; color: #222; background: #fff; border-left: none; border-right: none; }
.compliant_process .gray_box .step .step_box2 { white-space: nowrap; position: relative; padding-left: 35px; height: 79px; margin: 25px 0; border: 2px solid #a6ce39; font-size: 18px; line-height: 77px; text-align: center; color: #222; background: #a6ce39; font-family: "Montserrat", sans-serif; border-left: none; border-right: none; }
.compliant_process .board .float { float: left; width: 33.3%; }
.compliant_process .board .title { border-top: 1px solid #000; border-bottom: 1px solid #999; color: #000; font-size: 15px; line-height: 51px; }
.compliant_process .board .list { height: 120px; padding-top: 10px; border-bottom: 1px solid #e0e2e1; }
.compliant_process .board .list ul li { color: #666; font-size: 14px; line-height: 26px; }
.solution_s th { border-top: none; text-align: left; padding: 15px 15px 14px; }
.solution_s thead th { border-top: solid 1px #000; border-bottom: solid 1px #999999; border-left: none; border-right: none; padding: 15px 20px 15px 20px; font-size: 15px; color: #000; text-align: center; }
.solution_s tbody tr td { border: none; vertical-align: middle; border-bottom: solid 1px #e0e2e1; padding: 15px 20px 15px 20px; line-height: 20px; }
.solution_s tbody tr td ul li { font-size: 14px; line-height: 26px; color: #666; text-align: left; }
.solution_s tbody tr td p { font-size: 14px; line-height: 26px; color: #666; }
.solution_s .br_span { display: block; width: 100%; clear: both; }
.solution_q th { border-top: none; text-align: left; padding: 15px 15px 14px; }
.solution_q thead th { border-top: solid 1px #000; border-bottom: solid 1px #999999; border-left: none; border-right: none; padding: 15px 20px 15px 20px; font-size: 15px; color: #000; text-align: center; }
.solution_q tbody tr td { border: none; vertical-align: middle; border-bottom: solid 1px #e0e2e1; padding: 15px 20px 15px 20px; line-height: 20px; text-align: center; }
.solution_q tbody tr td ul li { font-size: 14px; line-height: 26px; color: #666; text-align: left; }
.solution_q tbody tr td p { font-size: 14px; line-height: 26px; color: #666; }
.solution_q .br_span { display: block; width: 100%; clear: both; }
.ta_center { text-align: center !important; }
.n_pd { padding: 0 !important; }
.n_pd2 { padding: 15px 0 0 0 !important; }
.v_a { vertical-align: middle !important; }
.compliant_process * { box-sizing: border-box; }
.compliant_process .gray_box .step div[class*="step_box"]:before { content: ""; position: absolute; width: 40px; height: 79px; display: inline-block; top: -2px; left: -6px; background: url(/resources/img/company/step_right.png) no-repeat; background-size: contain; z-index: 1; }
.compliant_process .gray_box .step div.step_box1:before { content: ""; position: absolute; width: 40px; height: 79px; display: inline-block; top: -2px; left: -38px; background: url(/resources/img/company/step_left.png) no-repeat; background-size: contain; z-index: 1; }
.compliant_process .gray_box .step .step_box1:after { display: none; }
.compliant_process .gray_box .step .step_box2:after { content: ""; position: absolute; width: 40px; height: 79px; display: inline-block; top: -2px; right: -37px; background: url(/resources/img/company/step5_right.png) no-repeat; background-size: contain; z-index: 1; }
.compliant_process .gray_box .step div[class*="step_box"] h5 { line-height: 1em; padding: 26px 0 25px; height: 75px; }
.compliant_process .gray_box .step div[class*="step_box"] h5 span.no_text { font-size: 18px; font-family: "Montserrat", sans-serif; font-weight: normal; display: inline-block; vertical-align: middle; margin-right: 5px; }
.compliant_process .gray_box .step div[class*="step_box"] h5 span.text { font-size: 14px; font-weight: normal; display: inline-block; vertical-align: middle; padding-top: 2px; }
.compliant_process .gray_box .step div.step_box1 h5 { padding-right: 22px; }
.compliant_icon {display: flex; margin-bottom: 60px;}
.compliant_icon > ul { border-top: solid 1px #e0e2e1; }
.compliant_icon > ul > li { width: 100%; float: left; padding: 40px 0 40px 35px; border-bottom: solid 1px #e0e2e1; }
.compliant_icon > ul > li .compliant_img { float: left; width: 135px; height: 70px; margin-bottom: 10px; }
.compliant_icon > ul > li .compliant_img a { display: block; line-height: 0; }
.compliant_icon > ul > li.last { border-bottom: none; }
.compliant_icon > ul > li .thum { line-height: 0; width: 114px; margin-right: 43px; float: left; }
.compliant_icon > ul > li .cont { overflow: hidden; padding-top: 20px; }
.compliant_icon > ul > li .cont .wrap { width: 100%; height: 70px; clear: both; }
.compliant_icon > ul > li.clear { clear: both; }
.compliant_icon > ul > li .cont h4 { font-size: 22px; color: #222; line-height: 1.3em; margin-bottom: 10px; }
.compliant_icon > ul > li:first-child ul { min-height: 95px; }
.compliant_icon > ul > li:first-child + li ul { min-height: 95px; }
.compliant_icon > ul > li ul span { font-size: 14px; color: #666; line-height: 1.7em; }
.compliant_icon > ul > li ul span.text { display: block; overflow: hidden; }
.green_t { color: #89b70a; font-size: 26px; line-height: 1.3em; font-weight: normal; }
.green_t2 { color: #89b70a !important; }
.tbl_contacts { margin-bottom: 10px !important; width: 100%; }
.tbl_contacts th, .tbl_contacts td { font-size: 15px; border-left: none; border-right: none; border-top: none; text-align: left; padding: 15px 15px 14px; }
.tbl_contacts tbody th, .tbl_contacts tbody td { font-size: 14px; color: #666; line-height: 1.7em; padding: 12px; font-weight: normal; text-align: center; }
.tbl_contacts thead .top_th_line { border-bottom: solid 1px #999999; }
.tbl_contacts thead th { color: #000; text-align: center; border-left: solid 1px #e0e2e1; border-bottom: solid 1px #e0e2e1; }
.tbl_contacts tbody th { text-align: center; font-weight: bold; color: #000; padding-left: 50px; }
.tbl_contacts tbody td * { font-size: 14px; color: #666; line-height: 1.7em; }
.tbl_contacts th.sub { color: #666; padding: 11px 15px 10px; font-weight: normal; }
.tbl_contacts tbody td h6 { color: #60ae41; font-weight: normal; }
.tbl_contacts tbody td { text-align: center; }
.b_left_n { border-left: none !important; }
.tbl_contacts .top_th_line { border-top: solid 1px #000; }
.tbl_contacts .step1 { border-left: solid 1px #e0e2e1; }
.cp_box1 { position: relative; width: 100%; height: 316px; padding: 84px 0 0 80px; margin-bottom: 40px; background: #f6f6f4; box-sizing: border-box; }
.cp_box1 .title { max-width: 600px; }
.cp_box1 .title p { font-size: 18px; color: #222; line-height: 1.35em !important; margin-bottom: 18px; font-weight: normal; letter-spacing: 0 !important; }
.cp_box1 .cont { max-width: 600px; }
.cp_box1 .cont p { font-size: 13px; color: #666666; line-height: 1.7em !important; margin-bottom: 25px; letter-spacing: 0 !important; font-weight: normal !important; }
.cp_img { position: absolute; width: 172px; height: 184px; top: 0; left: 0; }
.cp_tiso { position: absolute; width: 221px; height: 316px; top: 0; right: 0; }
.cp_tiso .scale_btn { width: 32px; height: 32px; display: block; background: #656565; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; position: absolute; bottom: 0; right: 0; z-index: 10; padding-top: 7px; box-sizing: border-box; }
.cp_tiso .scale_btn .icon_item { width: 17px; height: 17px; display: block; background: url(/resources/img/company/icon_scale.png) no-repeat; text-indent: -99999px; margin: 0 auto; }
.cp_tiso .scale_btn:hover { background: #a6ce39; }
.reference ul { text-align: center; margin: 0 -15px; }
.reference ul li { width: 143px; display: inline-block; height: 143px; margin: 0 15px; vertical-align: top; box-sizing: border-box; }
.reference.type_two ul { margin: 0 -7px; }
.reference.type_two ul li { margin: 0 7px; }
.reference ul li.circle1 { background: url(/resources/img/company/r_circle1.png) no-repeat; padding-top: 45px; background-size: contain; }
.reference ul li.circle2 { background: url(/resources/img/company/r_circle2.png) no-repeat; padding-top: 45px; background-size: contain; }
.reference li[class*="circle"] h4 { font-size: 16px; color: #1f100e; margin-bottom: 20px; }
.reference ul li[class*="circle"].m_enter2 { padding-top: 40px; }
.reference ul li[class*="circle"].m_enter2 h4 { letter-spacing: -1px; margin-bottom: 9px; }
.reference li[class*="circle"] .btn_box { font-size: 0; line-height: 0; }
.reference li[class*="circle"] .d_go { font-size: 0; line-height: 0; display: inline-block; }
.reference li[class*="circle"] .d_go .text { font-size: 13px; color: #666; margin-right: 3px; vertical-align: middle; display: inline-block; padding-top: 2px; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; padding-left: 2px; }
.reference li[class*="circle"] .d_go .icon_item { width: 19px; height: 19px; background: url(/resources/img/company/icon_d_go_arrow.png) no-repeat; display: inline-block; vertical-align: middle; position: relative; }
.reference li.circle1 .d_go .icon_item:after { content: ""; width: 19px; height: 19px; background: url(/resources/img/company/icon_d_go_arrow_type1.png) no-repeat; display: block; position: absolute; top: 0; left: 0; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; opacity: 0; visibility: hidden; }
.reference li.circle2 .d_go .icon_item:after { content: ""; width: 19px; height: 19px; background: url(/resources/img/company/icon_d_go_arrow_type2.png) no-repeat; display: block; position: absolute; top: 0; left: 0; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; opacity: 0; visibility: hidden; }
.reference li.circle1 .d_go:hover .icon_item:after { opacity: 1 !important; visibility: visible !important; }
.reference li.circle1 .d_go:hover .text { color: #89b70a; }
.reference li.circle2 .d_go:hover .icon_item:after { opacity: 1 !important; visibility: visible !important; }
.reference li.circle2 .d_go:hover .text { color: #bdaf35; }
.form_box_wrap .input_tbl { margin-bottom: 50px !important; }
.form_box_wrap .input_tbl dl { display: table; table-layout: fixed; width: 100%; }
.form_box_wrap .input_tbl dt { display: table-cell; width: 175px; float: none; vertical-align: middle; }
.form_box_wrap .input_tbl dd { display: table-cell; width: 99%; vertical-align: middle; }
.form_box_wrap .input_tbl td dt label { margin-top: 0; white-space: nowrap; font-size: 15px; color: #000; font-weight: bold; }
.form_box_wrap .input_tbl td dd { overflow: visible; padding-right: 46px; }
.form_box_wrap .form_box .v_top td { vertical-align: top; }
.form_box_wrap .form_box .v_top dt { vertical-align: top; padding-top: 11px; }
.form_box_wrap .form_box .v_top dd { vertical-align: top; }
.form_box_wrap .radio_btn { line-height: 0; padding: 10px 0; }
.form_box_wrap .radio_btn span { display: inline-block; font-size: 0; line-height: 0; }
.form_box_wrap .radio_btn input[type="radio"] { display: none; }
.form_box_wrap .radio_wrap { display: inline-block; }
.form_box_wrap .radio_wrap:first-child { margin-right: 25px; }
.form_box_wrap .radio_btn .wpcf7-list-item-label { font-size: 15px; color: #666; line-height: 1.3em; padding-left: 32px; background: url(/resources/img/company/icon_radio_off.png) no-repeat; background-position: 0 0; display: block; position: relative; font-weight: normal; white-space: nowrap; padding-top: 1px; padding-bottom: 1px; }
.form_box_wrap .radio_btn input[type="radio"]:checked + .wpcf7-list-item-label:before { content: ""; width: 20px; height: 20px; background: url(/resources/img/company/icon_radio_on.png) no-repeat; background-position: 0 0; position: absolute; top: 0; left: 0; }
.form_box_wrap .radio_btn .wpcf7-list-item.first { margin-right: 30px; min-width: 108px; }
.form_box_wrap .radio_btn p { display: none; }
.form_box_wrap .radio_btn label { font-size: 0; }
.form_box_wrap .form_box th, .form_box_wrap .form_box td { border: none; }
.form_box_wrap .form_box table { border-top: solid 1px #000; }
.form_box_wrap .form_box td { border-bottom: solid 1px #e0e2e1; padding: 13px 0; }
.form_box_wrap .form_box dt { padding-left: 30px; }
.form_box_wrap .form_box .input_box { width: 100%; line-height: 0; }
.form_box_wrap .form_box .input_box input { padding: 12px 12px 11px; height: 42px; color: #666666; font-size: 15px; line-height: normal; width: 100%; border: solid 1px #f2f2f2; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; background: #f2f2f2; }
.form_box_wrap .form_box .input_box input:focus { border: solid 1px #a6ce39; background: #f2f2f2; }
.form_box_wrap .form_box .input_box textarea { height: 138px; color: #666666; font-size: 15px; width: 100%; padding: 12px 12px; border: solid 1px #f2f2f2; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; resize: none; background: #f2f2f2; line-height: 1.5em; }
.form_box_wrap .form_box .input_box textarea:focus { background: #f2f2f2; border: solid 1px #a6ce39; }
.form_box_wrap .form_box .input_box input:-ms-input-placeholder { color: #666666; font-size: 15px; line-height: normal; }
.form_box_wrap .form_box .input_box input::-webkit-input-placeholder { color: #666666; font-size: 15px; line-height: normal; }
.form_box_wrap .form_box .input_box input:-moz-placeholder { color: #666666; font-size: 15px; line-height: normal; }
.form_box_wrap .form_box .input_box input::-moz-placeholder { color: #666666; font-size: 15px; line-height: normal; }
.form_box_wrap .form_box .input_box textarea:-ms-input-placeholder { color: #666666; font-size: 15px; line-height: 1.5em; }
.form_box_wrap .form_box .input_box textarea::-webkit-input-placeholder { color: #666666; font-size: 15px; line-height: 1.5em; }
.form_box_wrap .form_box .input_box textarea:-moz-placeholder { color: #666666; font-size: 15px; line-height: 1.5em; }
.form_box_wrap .form_box .input_box textarea::-moz-placeholder { color: #666666; font-size: 15px; line-height: 1.5em; }
.form_box_wrap .form_box .input_file { position: relative; max-width: 470px; overflow: hidden; }
.form_box_wrap .form_box .input_file:hover .file_btn { background: #afd34c; border: solid 1px #afd34c; color: #fff; }
.form_box_wrap .form_box .input_file br { display: none; }
.form_box_wrap .form_box .input_file .file_space { padding-right: 96px; }
.form_box_wrap .form_box .input_file .file_text_box { padding: 12px 12px 11px; height: 42px; color: #666666; font-size: 15px; line-height: normal; width: 100%; border: solid 1px #f2f2f2; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; background: #f2f2f2; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.form_box_wrap .form_box .input_file .file_btn { width: 83px; height: 42px; font-size: 13px; color: #333; border: solid 1px #4f4f4f; text-align: center; position: absolute; top: 0; right: 0; padding: 12px 5px 11px; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
.form_box_wrap .form_box .wpcf7-form-control-wrap.meta_file_upload { position: absolute; top: 0; left: 0; z-index: 10; height: 42px; display: block; }
.form_box_wrap .form_box .input_file .wpcf7-form-control.wpcf7-file { font-size: 80px; width: 100%; height: 42px; cursor: pointer; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.form_box_wrap .form_box .text_content_box h5 { font-size: 15px; color: #666; margin-bottom: 13px; }
.form_box_wrap .form_box .text_content_box .box_item { max-width: 472px; margin-bottom: 15px; }
.form_box_wrap .form_box .text_content_box .policy_box { height: 95px; padding: 17px 17px; margin-bottom: 0; }
.form_box_wrap .form_box .text_content_box .radio_btn { padding: 0 0 3px; }
.form_box_wrap .checkbox_btn { line-height: 0; padding: 10px 0; }
.form_box_wrap .checkbox_btn span { display: inline-block; font-size: 0; line-height: 0; }
.form_box_wrap .checkbox_btn input[type="checkbox"] { display: none; }
.form_box_wrap .checkbox_btn .wpcf7-list-item-label { font-size: 15px; color: #666; line-height: 1.3em; padding-left: 32px; background: url(/resources/img/company/icon_checkbox_off.png) no-repeat; background-position: 0 0; display: block; position: relative; font-weight: normal; white-space: nowrap; padding-top: 1px; padding-bottom: 1px; }
.form_box_wrap .checkbox_btn input[type="checkbox"]:checked + .wpcf7-list-item-label:before { content: ""; width: 20px; height: 20px; background: url(/resources/img/company/icon_checkbox_on.png) no-repeat; background-position: 0 0; position: absolute; top: 0; left: 0; }
.form_box_wrap .checkbox_btn .wpcf7-list-item.first { margin-right: 30px; min-width: 108px; }
.form_box_wrap .checkbox_btn p { display: none; }
.form_box_wrap .checkbox_btn label { font-size: 0; }
.form_box_wrap .checkbox_btn span.sub_text { line-height: 1.45em; font-size: 14px; margin-top: 8px; }
.form_box_wrap .acceptance_btn input[type="checkbox"] { display: none; }
.form_box_wrap .acceptance_btn label { font-size: 15px; color: #666; line-height: 1.3em; padding-left: 32px; background: url(/resources/img/company/icon_checkbox_off.png) no-repeat; background-position: 0 0; display: block; position: relative; font-weight: normal; white-space: nowrap; padding-top: 1px; padding-bottom: 1px; }
.form_box_wrap .acceptance_btn label.checked:before { content: ""; width: 20px; height: 20px; background: url(/resources/img/company/icon_checkbox_on.png) no-repeat; background-position: 0 0; position: absolute; top: 0; left: 0; }
.form_box_wrap .acceptance_btn p { display: none; }
.submit_item_box { text-align: center; font-size: 0; line-height: 0; width: 528px; margin: 0 auto 25px; position: relative; clear: both; }
.submit_item_box .gray_btn { background-color: #fff; font-size: 18px; color: #666; text-align: center; padding: 13px 10px 12px; width: 168px; border: solid 2px #666666; margin-right: 12px; display: inline-block; cursor: pointer; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
.submit_item_box .green_btn { background-color: #fff; font-size: 18px; color: #a6ce39; text-align: center; padding: 13px 10px 12px; width: 168px; border: solid 2px #a6ce39; display: inline-block; cursor: pointer; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
div.wpcf7 img.ajax-loader { position: absolute; top: 50%; margin-top: -8px; right: -25px; }
.submit_item_box .gray_btn:hover { background: #666666; color: #fff; }
.submit_item_box .green_btn:hover { background: #a6ce39; color: #fff; }
span.wpcf7-not-valid-tip { font-size: 14px !important; color: #f18219 !important; margin-top: 10px; display: block; line-height: 1.5; }
div.wpcf7-response-output { padding: 10px 15px !important; margin: 0 !important; font-size: 14px !important; }
div.wpcf7-validation-errors { border: none !important; color: #e30000 !important; text-align: center; }
div.wpcf7-mail-sent-ok { border: none !important; color: #8fbe3e !important; text-align: center; }
.policy_box { border: solid 1px #c5c5c5; overflow-y: scroll; padding: 30px 25px; height: 590px; width: 100%; }
.policy_box * { font-size: 14px; color: #666; line-height: 1.95em; }
.policy_box h3 { margin-bottom: 10px; font-size: 16px; }
.policy_box p { margin-bottom: 10px; }
.policy_box .pl_box { padding-left: 10px; margin-bottom: 10px; }
.subTabMenu { max-width: 460px; margin: 0 auto 34px; overflow: hidden; }
.subTabMenu li { width: 100%; float: left; margin-top: 5px; }
.subTabMenu li:first-child { margin-top: 0; }
.subTabMenu li a { border: solid 1px #e0e2e1; font-size: 14px; color: #1f100e; padding: 11px 5px; display: block; text-align: center; transition: all ease-out 0.1s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.1s; -ms-transition: all ease-out 0.1s; }
.subTabMenu li.active a { color: #fff; background: #696a6c; border: solid 1px #696a6c; }
.box_tab.two_tabbox { max-width: 300px; }
.box_tab.two_tabbox li { width: 50%; }
.history_box .history_title_box .br_span { display: block; width: 100%; clear: both; }
.history_box .history_title_box { background: #f6f6f4; padding: 53px 134px; margin-bottom: 31px; min-height: 180px; }
.history_box .history_title_box dt { margin-right: 48px; float: left; margin-top: 3px; }
.history_box .history_title_box dd { overflow: hidden; font-size: 22px; color: #222222; line-height: 1.35em; }
.history_box .history_title_box.type_a { background: url(/resources/img/company/history_box_bg_a.png) #f6f6f4 no-repeat; background-position: right top; }
.history_box .history_title_box.type_b { background: url(/resources/img/company/history_box_bg_b.png) #f6f6f4 no-repeat; background-position: right top; }
.history_box .history_title_box.type_c { background: url(/resources/img/company/history_box_bg_c.png) #f6f6f4 no-repeat; background-position: right top; }
.history_box .history_title_box.type_d { background: url(/resources/img/company/history_box_bg_d.png) #f6f6f4 no-repeat; background-position: right bottom; }
.history_box .history_title_box.type_e { background: url(/resources/img/company/history_box_bg_e.png) #f6f6f4 no-repeat; background-position: right top; }
.history_box .history_title_box.center dt { margin-right: 0; width: 100%; background-position: center; }
.history_content { overflow: hidden; position: relative; margin-bottom: 65px; }
.history_content .main_ul > li dt.year { width: 117px; height: 117px; }
.history_content .main_ul > li dt.year .year_text { display: block; width: 117px; height: 117px; background: url(/resources/img/company/history_radius_a.png) no-repeat; font-size: 20px; color: #222222; font-weight: bold; text-align: center; padding-top: 47px; letter-spacing: 1px; position: relative; z-index: 10; }
.history_content .main_ul > li { border: 0px; border-inline-end-width: 0px; border-image: none; clear: both; position: relative; min-height: 117px; width: 50%; margin-bottom: 10px; }
.history_box.type_b .history_content .main_ul > li dt.year .year_text { background: url(/resources/img/company/history_radius_b.png) no-repeat; }
.history_box.type_c .history_content .main_ul > li dt.year .year_text { background: url(/resources/img/company/history_radius_c.png) no-repeat; }
.history_content .main_ul .sub_ul * { font-size: 14px; color: #666; line-height: 1.45em; }
.history_content .main_ul > li .sub_ul > li { margin-bottom: 5px; }
.history_content .main_ul > li.type_left { padding-left: 96px; float: right; }
.history_content .main_ul > li.type_left dt.year { position: absolute; top: 0; left: -58px; }
.history_content .main_ul > li.type_left dd { text-align: left; }
.history_content .main_ul > li.type_left .sub_ul dl { padding-left: 30px; position: relative; }
.history_content .main_ul > li.type_left .sub_ul dt { position: absolute; top: 0; left: 0; }
.history_content .main_ul > li.type_right { padding-right: 96px; float: left; }
.history_content .main_ul > li.type_right dt.year { position: absolute; top: 0; right: -58px; }
.history_content .main_ul > li.type_right dd { text-align: right; padding-right: 30px; }
.history_content .main_ul > li.type_right dd.rightzero { text-align: right; padding-right: 0px; }
.history_content .main_ul > li.type_right .sub_ul dl { position: relative; }
.history_content .main_ul > li.type_right .sub_ul dt { position: absolute; top: 0; right: 0; }
.research .br_span { display: block; width: 100%; clear: both; }
.static_h3_line { font-size: 20px; color: #000; line-height: 1.35em; padding-top: 11px; position: relative; margin-bottom: 22px; clear: both; }
.static_h3_depths { font-size: 22px; color: #222; line-height: 1.35em; margin-bottom: 22px; }
.static_h3_line:after { content: ""; width: 24px; height: 2px; background: #000; position: absolute; top: 0; left: 0; }
.research .two_layout { overflow: hidden; margin-bottom: 33px; }
.research .two_layout .left_box { width: 50%; float: left; padding-right: 48px; }
.research .two_layout .right_box { width: 50%; float: left; padding-left: 48px; }
.research .two_layout p { font-size: 14px; color: #666666; line-height: 1.85em; margin-bottom: 25px; }
.research .two_layout .img_item { margin: 60px 0 60px; }
.research .two_layout h4 { font-size: 22px; color: #666; line-height: 1.35em; margin-bottom: 15px; margin-top: 58px; }
.research .history_content .main_ul > li.type_right dd { line-height: 1.7em; }
.research .history_content .main_ul > li .sub_ul > li { margin-bottom: 0px; margin-top: 22px; }
.research .history_content .main_ul > li .sub_ul > li:first-child { margin-top: 0; }
.research .history_content .main_ul > li { margin-bottom: 16px; }
.research .history_content .main_ul > li.type_a dt.year .year_text { background: url(/resources/img/company/history_radius_c.png) no-repeat; }
.research .history_content .main_ul > li.type_b dt.year .year_text { background: url(/resources/img/company//history_radius_b.png) no-repeat; }
.research .history_content .main_ul > li .sub_ul { padding-top: 25px; }
.research .history_content .main_ul > li.h_three .sub_ul { padding-top: 10px; }
.research .history_content .main_ul > li.type_left .sub_ul dt { position: static; font-size: 18px; color: #222; line-height: 1.33em; margin-bottom: 5px; }
.research .history_content .main_ul > li.type_left .sub_ul dl { padding-left: 0; }
.research .history_content .main_ul > li.type_left { padding-left: 111px; }
.research .history_content .main_ul > li.type_right .sub_ul dt { position: static; font-size: 18px; color: #222; line-height: 1.33em; margin-bottom: 5px; }
.research .history_content .main_ul > li.type_right .sub_ul dl { padding-right: 0; }
.research .history_content .main_ul > li.type_right { padding-right: 111px; }
.tab_list.n2.history-tabs { margin-top: 28px; }
.tab_list.n2.history-tabs > ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0 0 32px; padding: 0; list-style: none; }
.tab_list.n2.history-tabs > ul > li { position: relative; margin: 0; padding: 0; list-style: none; }
.tab_list.n2.history-tabs > ul > li.fixed, .tab_list.n2.history-tabs > ul > li.active { z-index: 2; }
.tab_list.n2.history-tabs > ul > li > a { display: flex; align-items: center; justify-content: center; height: 46px; padding: 0 20px; border: 1px solid #d2d1da; border-radius: 0; background: #f0f0f0; color: #555555; font-size: 16px; font-weight: 400; line-height: 1; text-align: center; text-decoration: none; box-shadow: none; transition: background-color 0.15s ease, color 0.15s ease,
			border-color 0.15s ease; }
.tab_list.n2.history-tabs > ul > li > a:hover, .tab_list.n2.history-tabs > ul > li > a:focus { background: #ffffff; color: #222222; }
.tab_list.n2.history-tabs > ul > li.fixed > a, .tab_list.n2.history-tabs > ul > li.active > a, .tab_list.n2.history-tabs > ul > li > a.active { border-top: 2px solid #6f6f6f; border-right-color: #d2d1da; border-bottom: 0; border-left-color: #d2d1da; background: #ffffff; color: #222222; font-weight: 400; box-shadow: none; }
.history-tab-panels { position: relative; }
.history-cont { display: none; }
.history-cont.is-active { display: block; }
.history-cont[hidden] { display: none !important; }
.history-cont img { display: block; width: 100%; height: auto; }
.tab_list.n2.research-tabs { margin-top: 28px; }
.tab_list.n2.research-tabs > ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin: 0 0 32px; padding: 0; list-style: none; }
.tab_list.n2.research-tabs > ul > li { position: relative; float: none !important; width: auto !important; margin: 0; padding: 0; list-style: none; }
.tab_list.n2.research-tabs > ul > li.fixed, .tab_list.n2.research-tabs > ul > li.active { z-index: 2; }
.tab_list.n2.research-tabs > ul > li + li > a { margin-left: -1px; }
.tab_list.n2.research-tabs > ul > li > a { display: flex; align-items: center; justify-content: center; width: 100%; height: 46px; padding: 0 20px; border: 1px solid #d2d1da; border-radius: 0; background: #f0f0f0; color: #555555; font-size: 16px; font-weight: 400; line-height: 1; text-align: center; text-decoration: none; box-shadow: none; box-sizing: border-box; transition: background-color 0.15s ease, color 0.15s ease,
			border-color 0.15s ease; }
.tab_list.n2.research-tabs > ul > li > a:hover, .tab_list.n2.research-tabs > ul > li > a:focus { background: #ffffff; color: #222222; }
.tab_list.n2.research-tabs > ul > li.fixed > a, .tab_list.n2.research-tabs > ul > li.active > a, .tab_list.n2.research-tabs > ul > li > a.active { border-top: 2px solid #6f6f6f; border-right-color: #d2d1da; border-bottom: 0; border-left-color: #d2d1da; background: #ffffff; color: #222222; font-weight: 400; box-shadow: none; }
.research-tab-panels { position: relative; }
.tab_list.n2.research-tabs .research-tab-panel { display: none; }
.tab_list.n2.research-tabs .research-tab-panel.is-active { display: block; }
.tab_list.n2.research-tabs .research-tab-panel[hidden] { display: none !important; }
.headquarters_information { margin-top: 28px; }
.headquarters_information .br_span { display: block; width: 100%; clear: both; }
.headquarters_information .map_wrap { border: solid 1px #cccccc; padding-right: 340px; position: relative; margin-bottom: 60px; }
.headquarters_information h3 { margin-bottom: 37px; }
.headquarters_information h3 span.sub_tit { font-size: 24px; color: #000; display: block; margin-bottom: 5px; }
.headquarters_information h3 span.title_text { font-size: 24px; color: #000; font-weight: bold; display: block; }
.headquarters_information dl { margin-bottom: 20px; }
.headquarters_information dt { font-size: 14px; color: #222; font-weight: bold; margin-bottom: 5px; }
.headquarters_information dd { font-size: 14px; color: #666; line-height: 1.85em; }
.headquarters_information .cont { position: absolute; top: 0; right: 0; width: 340px; }
.headquarters_information .cont .box_container { padding: 30px 25px 30px 44px; }
.headquarters_information .map_item_box { line-height: 0; }
.headquarters_information .map_item_box iframe { width: 100% !important; }
.headquarters_information .map_wrap.type_a .cont .box_container { padding-top: 66px; }
.headquarters_information .map_wrap.type_b .cont .box_container { padding-top: 135px; }
.tab_list { margin: 40px 0; position: relative; }
.tab_list ul:after { display: block; clear: both; content: ""; }
.tab_list > ul > li > a { display: block; height: 40px; line-height: 40px; text-align: center; letter-spacing: -1px; background-color: #f0f0f0; border-left: 0; border: 1px solid #d2d1da; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.tab_list > ul > li:hover > a { text-decoration: none; background-color: #fff; color: #333; border-top: 2px solid #6f6f6f; }
.tab_list > ul > li.fixed > a { background: #fff; border-top: 2px solid #6f6f6f; color: #333; border-bottom-color: transparent; }
.tab_list > ul > li > ul { text-align: center; display: none; margin: -10px 10px; margin-top: 10px; overflow: hidden; }
.tab_list > ul > li.fixed > ul { display: block; }
.tab_list > ul > li > ul > li { float: left; position: relative; padding: 10px 15px; }
.tab_list > ul > li > ul > li + li:before { content: ""; width: 1px; height: 10px; background-color: #ddd; position: absolute; top: 50%; left: -1px; margin-top: -5px; }
.tab_list > ul > li > ul > li a { border-bottom: 2px solid transparent; padding-bottom: 5px; }
.tab_list > ul > li > ul > li:hover a, .tab_list > ul > li > ul > li.active a { border-color: #78bb0a; }
.tab_cont { margin-top: 29px; }
.tb_style1 table { width: 100%; border-top: 2px solid #939393; }
.tb_style1 table tbody th, .tb_style1 table tbody td { border-bottom: 1px solid #e0e0e0; padding: 15px 2%; font-size: 13px; vertical-align: middle; }
.tb_style1 table tbody th { background-color: #fcfcfc; border-right: 1px solid #e0e0e0; text-align: left; color: #585858; font-weight: bold; }
.tb_style1 table tbody td { text-align: left; color: #666; font-weight: 300; }
.tab_list.n2.sustainability-tabs { position: relative; margin: 40px 0 42px; }
.tab_list.n2.sustainability-tabs.has-sub-active { margin-bottom: 46px; }
.tab_list.n2.sustainability-tabs > ul { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)) !important; gap: 0; margin: 0; padding: 0; list-style: none; }
.tab_list.n2.sustainability-tabs > ul > li { position: static; float: none !important; width: auto !important; margin: 0; padding: 0; list-style: none; }
.tab_list.n2.sustainability-tabs > ul > li > a { display: flex; align-items: center; justify-content: center; width: 100%; height: 46px; padding: 0 12px; border: 1px solid #d2d1da; background: #f0f0f0; color: #555; font-size: 16px; font-weight: 400; line-height: 1.2; text-align: center; box-sizing: border-box; }
.tab_list.n2.sustainability-tabs > ul > li + li > a { margin-left: -1px; }
.tab_list.n2.sustainability-tabs > ul > li.fixed > a, .tab_list.n2.sustainability-tabs > ul > li.active > a, .tab_list.n2.sustainability-tabs > ul > li > a.active { border-top: 2px solid #6f6f6f; border-bottom-color: #fff; background: #fff; color: #222; }
.tab_list.n2.sustainability-tabs > ul > li > ul { top: 56px; left: 0 ; right: 0 ; display: none; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 0; width: 100%; margin: 0; margin-top:5px; padding: 0; text-align: center; overflow: visible; position: absolute; }
.tab_list.n2.sustainability-tabs > ul > li.fixed > ul, .tab_list.n2.sustainability-tabs > ul > li.active > ul { display: flex; }
.tab_list.n2.sustainability-tabs > ul > li > ul > li { position: relative; float: none; padding: 0 10px; line-height: 36px; box-sizing: border-box; }
.tab_list.n2.sustainability-tabs > ul > li > ul > li + li:before { content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 11px; margin-top: -5px; background: #ddd; }
.tab_list.n2.sustainability-tabs > ul > li > ul > li > a { display: inline-flex; align-items: center; height: 36px; padding: 0 0 4px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #666; font-size: 14px; line-height: 1.25; white-space: nowrap; }
.tab_list.n2.sustainability-tabs > ul > li > ul > li.active > a, .tab_list.n2.sustainability-tabs > ul > li > ul > li > a.active, .tab_list.n2.sustainability-tabs > ul > li > ul > li > a:hover, .tab_list.n2.sustainability-tabs > ul > li > ul > li > a:focus { border-bottom-color: #78bb0a; color: #222; text-decoration: none; }
.tab_cont > .cont[hidden], .tab_cont .subCont[hidden] { display: none !important; }

/* CCM 고객센터 탭/서브탭 표시 제어 */
.company-main-page .tab_cont > .tab-panel { display: none; }
.company-main-page .tab_cont > .tab-panel.is-active { display: block; }
.company-main-page .tab_cont .subCont { display: none; }
.company-main-page .tab_cont .subCont.is-active { display: block; }
.company-main-page #faq .lst_faq { display: none; }
.company-main-page #faq .lst_faq.is-active { display: block; }
.company-main-page .tab_cont > .tab-panel[hidden],
.company-main-page .tab_cont .subCont[hidden],
.company-main-page #faq .lst_faq[hidden] { display: none !important; }


.agree-view-btn {
		background: #fff;
		border: 0;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		gap: 4px;
	}

	.agree-view-btn img {
		transition: transform 0.25s ease;
	}

	.agree-view-btn.active img {
		transform: rotate(180deg);
	}

	.toggleagree {
		display: none;
	}



.customer-center-page .tab_cont {
	margin-top: 28px;
}
.customer-center-page .tab_cont > .tab-panel[hidden],
.customer-center-page .tab_cont .subCont[hidden],
.customer-center-page #faq .lst_faq[hidden] {
	display: none !important;
}
.customer-center-page .tab_cont > .tab-panel.is-active,
.customer-center-page .tab_cont .subCont.is-active,
.customer-center-page #faq .lst_faq.is-active {
	display: block;
}
.customer-center-page .customer-panel-header {
	margin-top: 34px;
	margin-bottom: 34px;
}
.customer-center-page #faq .lst_tab_cont {
	margin: 8px 0 28px;
	padding: 0;
}
.customer-center-page #faq .lst_tab_cont .inner {
	padding: 0;
}
.customer-center-page #faq .lst_tab_cont ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 12px;
	border: 1px solid #e2eadc;
	border-radius: 16px;
	background: #f8fbf5;
	list-style: none;
}
.customer-center-page #faq .lst_tab_cont li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.customer-center-page #faq .lst_tab_cont li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 112px;
	height: 40px;
	padding: 0 18px;
	border: 1px solid #dbe5d5;
	border-radius: 999px;
	background: #fff;
	color: #555;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	box-sizing: border-box;
}
.customer-center-page #faq .lst_tab_cont li.on a,
.customer-center-page #faq .lst_tab_cont li a:hover,
.customer-center-page #faq .lst_tab_cont li a:focus {
	border-color: #78bb0a;
	background: #78bb0a;
	color: #fff;
}
.customer-center-page #faq .lst_faq > ul {
	margin: 0;
	padding: 0;
	border-top: 2px solid #222;
	list-style: none;
}
.customer-center-page #faq .lst_faq > ul > li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e0e4dd;
	list-style: none;
}
.customer-center-page #faq .lst_faq .que {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 64px;
	padding: 18px 18px;
	background: #fff;
	color: #222;
	text-decoration: none;
	box-sizing: border-box;
}
.customer-center-page #faq .lst_faq .que strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #78bb0a;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}
.customer-center-page #faq .lst_faq .que span {
	flex: 1 1 auto;
	color: #222;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.55;
}
.customer-center-page #faq .lst_faq .detail_arr {
	position: relative;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	border: 1px solid #dbe5d5;
	border-radius: 50%;
	background: #fff;
	font-size: 0;
	cursor: pointer;
}
.customer-center-page #faq .lst_faq .detail_arr:after {
	content: "";
	position: absolute;
	top: 11px;
	left: 12px;
	width: 8px;
	height: 8px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: rotate(45deg);
	transition: transform .15s ease;
}
.customer-center-page #faq .lst_faq > ul > li.on .detail_arr:after {
	top: 14px;
	transform: rotate(-135deg);
}
.customer-center-page #faq .lst_faq .ans {
	display: none;
	gap: 14px;
	padding: 22px 22px 24px 66px;
	border-top: 1px solid #eef2ea;
	background: #fbfbf8;
	box-sizing: border-box;
}
.customer-center-page #faq .lst_faq > ul > li.on .ans {
	display: flex;
}
.customer-center-page #faq .lst_faq .ans strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #6f6f6f;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}
.customer-center-page #faq .lst_faq .ans p {
	flex: 1 1 auto;
	margin: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.8;
	white-space: pre-line;
}
.customer-center-page #faq .lst_faq .ans a {
	color: #3c7d00;
	font-weight: 700;
	text-decoration: underline;
}
.customer-center-page #faq .empty_content {
	padding: 70px 20px;
	border-top: 2px solid #222;
	border-bottom: 1px solid #e0e4dd;
	background: #fbfbf8;
	color: #777;
	font-size: 15px;
	text-align: center;
}
.customer-center-page .solution_s_w {
	margin-top: 22px;
}
.customer-center-page table.solution_s,
.customer-center-page table.solution_q {
	width: 100%;
	margin: 0 0 34px !important;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 2px solid #333;
	background: #fff;
	table-layout: fixed;
}
.customer-center-page table.solution_s caption,
.customer-center-page table.solution_q caption,
.customer-center-page .customer-form-table caption {
	display: none;
}
.customer-center-page table.solution_s thead th,
.customer-center-page table.solution_q thead th {
	padding: 16px 14px;
	border: 0;
	border-bottom: 1px solid #d8ded4;
	background: #f5f8f1;
	color: #222;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	text-align: center;
}
.customer-center-page table.solution_s tbody td,
.customer-center-page table.solution_q tbody td {
	padding: 18px 18px;
	border: 0;
	border-bottom: 1px solid #e3e7df;
	background: #fff;
	color: #555;
	font-size: 14px;
	line-height: 1.7;
	vertical-align: middle;
}
.customer-center-page table.solution_s tbody tr:hover td,
.customer-center-page table.solution_q tbody tr:hover td {
	background: #fcfdf8;
}
.customer-center-page table.solution_s ul,
.customer-center-page table.solution_q ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.customer-center-page table.solution_s li,
.customer-center-page table.solution_q li {
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 14px;
	line-height: 1.75;
}
.customer-center-page table.solution_s .ta_center,
.customer-center-page table.solution_q .ta_center {
	text-align: center !important;
}
.customer-center-page .customer-form-card {
	margin-top: 22px;
	padding: 0;
	border: 1px solid #e0e7dc;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 14px 30px rgba(44, 70, 35, .06);
	overflow: hidden;
}
.customer-center-page .customer-form-table {
	width: 100%;
	margin: 0 !important;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}
.customer-center-page .customer-form-table th,
.customer-center-page .customer-form-table td {
	border: 0;
	border-bottom: 1px solid #e4e9e0;
	font-size: 14px;
	line-height: 1.55;
	vertical-align: middle;
	box-sizing: border-box;
}
.customer-center-page .customer-form-table th {
	width: 190px;
	padding: 18px 22px;
	background: #f6faf2;
	color: #222;
	font-weight: 800;
	text-align: left;
}
.customer-center-page .customer-form-table td {
	padding: 14px 18px;
	background: #fff;
	color: #555;
}
.customer-center-page .customer-form-table input[type="text"],
.customer-center-page .customer-form-table input[type="password"],
.customer-center-page .customer-form-table input[type="number"],
.customer-center-page .customer-form-table select,
.customer-center-page .customer-form-table textarea,
.customer-center-page .customer-form-table .ipt {
	height: 42px !important;
	padding: 0 12px !important;
	border: 1px solid #d9e2d3 !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #333 !important;
	font-size: 14px !important;
	line-height: 40px !important;
	box-sizing: border-box;
	outline: none;
}
.customer-center-page .customer-form-table input[type="text"]:focus,
.customer-center-page .customer-form-table select:focus,
.customer-center-page .customer-form-table textarea:focus,
.customer-center-page .customer-form-table .ipt:focus {
	border-color: #78bb0a !important;
	box-shadow: 0 0 0 3px rgba(120, 187, 10, .12);
}
.customer-center-page .customer-form-table select {
	min-width: 230px;
}
.customer-center-page .customer-form-table textarea {
	width: 100% !important;
	height: 170px !important;
	padding: 12px !important;
	line-height: 1.65 !important;
	resize: vertical !important;
}
.customer-center-page .customer-form-table input[name="name"],
.customer-center-page .customer-form-table input[name="checkNum"] {
	max-width: 180px;
}
.customer-center-page .customer-form-table input[name="boardTitle"] {
	width: 100%;
}
.customer-center-page .customer-form-table .phone {
	display: table-cell;
	align-items: center;
	gap: 8px;
}
.customer-center-page .customer-form-table .phone select {
	min-width: 90px;
	width: 90px;
}
.customer-center-page .customer-form-table .phone input[type="text"] {
	text-align: center;
}
.customer-center-page .customer-form-table button,
.customer-center-page .bot_btns button {
	min-width: 104px;
	height: 40px;
	padding: 0 16px;
	border: 1px solid #78bb0a;
	margin-left:20px;
	border-radius: 999px;
	background: #78bb0a;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	box-sizing: border-box;
	
}
.customer-center-page .bot_btns button.gray,
.customer-center-page .bot_btns .gray {
	border-color: #999;
	background: #fff;
	color: #555;
}
.customer-center-page .customer-form-table button:hover,
.customer-center-page .bot_btns button:hover {
	filter: brightness(.96);
}
.customer-center-page .fileinputs {
	position: relative;
	max-width: 520px;
	margin-bottom: 8px;
	margin-top:10px;
}
.customer-center-page .fileinputs .fakefile {
	display: flex;
	align-items: center;
	gap: 8px;
}
.customer-center-page .fileinputs .fakefile input {
	flex: 1 1 auto;
}
.customer-center-page .fileinputs .fakefile img {
	width: auto;
	height: 34px;
}
.customer-center-page .area_agree {
	padding: 22px 24px 0;
}
.customer-center-page .bx_agree {
	border: 1px solid #e3e8df;
	border-radius: 14px;
	background: #fbfcfa;
	overflow: hidden;
}
.customer-center-page .bx_agree dl,
.customer-center-page .bx_agree dt,
.customer-center-page .bx_agree dd {
	margin: 0;
}
.customer-center-page .bx_agree dt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	border-bottom: 1px solid #e3e8df;
	background: #fff;
}
.customer-center-page .bx_agree h3 {
	margin: 0;
	color: #222;
	font-size: 15px;
	font-weight: 800;
}
.customer-center-page .bx_agree dd .inner {
	padding: 16px 18px;
	color: #666;
	font-size: 13px;
	line-height: 1.75;
}
.customer-center-page .bx_agree .li_dash {
	margin: 8px 0 0;
	padding-left: 0;
	list-style: none;
}
.customer-center-page .bx_agree .li_dash li {
	position: relative;
	padding-left: 12px;
}
.customer-center-page .bx_agree .li_dash li:before {
	content: "-";
	position: absolute;
	left: 0;
}
.customer-center-page .bot_btns {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding: 24px 0 30px;
	text-align: center;
}


.customer-center-page .my-qna-result {
	padding: 0;
	overflow: hidden;
}
.customer-center-page .my-qna-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 20px 24px;
	border-bottom: 1px solid #e4e9e0;
	background: #fbfcfa;
}
.customer-center-page .my-qna-head h4 {
	margin: 0;
	color: #222;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
}
.customer-center-page .my-qna-head p {
	margin: 0;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}
.customer-center-page .my-qna-head strong {
	color: #78bb0a;
	font-weight: 900;
}
.customer-center-page .my-qna-mobile-guide {
	display: none;
}
.customer-center-page .my-qna-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.customer-center-page .my-qna-table {
	min-width: 920px;
	border-top: 2px solid #333;
	border-bottom: 1px solid #e4e9e0;
	background: #fff;
}
.customer-center-page .my-qna-table-head,
.customer-center-page .my-qna-row {
	display: grid;
	grid-template-columns: 80px 130px minmax(240px, 1fr) 180px 130px 120px;
	align-items: stretch;
	width: 100%;
	box-sizing: border-box;
}
.customer-center-page .my-qna-table-head {
	border-bottom: 1px solid #d8ded4;
	background: #f6faf2;
}
.customer-center-page .my-qna-head-cell,
.customer-center-page .my-qna-cell {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	box-sizing: border-box;
}
.customer-center-page .my-qna-head-cell {
	padding: 15px 10px;
	color: #222;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.45;
	text-align: center;
}
.customer-center-page .my-qna-table-body {
	width: 100%;
}
.customer-center-page .my-qna-item {
	position: relative;
	width: 100%;
	background: #fff;
}
.customer-center-page .my-qna-row {
	border-bottom: 1px solid #e4e9e0;
	background: #fff;
	transition: background-color .15s ease;
}
.customer-center-page .my-qna-item:last-child > .my-qna-row {
	border-bottom: 0;
}
.customer-center-page .my-qna-item:hover > .my-qna-row,
.customer-center-page .my-qna-item.is-open > .my-qna-row {
	background: #fcfdf8;
}
.customer-center-page .my-qna-item.is-open > .my-qna-row {
	border-bottom-color: transparent;
}
.customer-center-page .my-qna-cell {
	padding: 16px 10px;
	color: #555;
	font-size: 14px;
	line-height: 1.55;
	vertical-align: middle;
	text-align: center;
}
.customer-center-page .my-qna-no-value,
.customer-center-page .my-qna-kind-value {
	display: inline-flex;
	align-items: center;
	max-width: 100%;
}
.customer-center-page .my-qna-kind-value {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.customer-center-page .my-qna-title,
.customer-center-page .my-qna-file {
	justify-content: flex-start;
	text-align: left;
}
.customer-center-page .my-qna-toggle {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0 38px 0 0;
	border: 0;
	background: transparent;
	color: #222;
	font: inherit;
	font-weight: 800;
	line-height: 1.55;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
}
.customer-center-page .my-qna-title-text {
	display: block;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.customer-center-page .my-qna-toggle-icon {
	position: absolute;
	top: 50%;
	right: 0;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	border: 1px solid #d9e2d4;
	border-radius: 50%;
	background: #fff;
	pointer-events: none;
	box-sizing: border-box;
	transition: border-color .15s ease, background-color .15s ease;
}
.customer-center-page .my-qna-toggle-icon:after {
	content: "";
	position: absolute;
	top: 7px;
	left: 8px;
	width: 7px;
	height: 7px;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	transform: rotate(45deg);
	transition: top .15s ease, transform .15s ease, border-color .15s ease;
}
.customer-center-page .my-qna-item.is-open .my-qna-toggle-icon {
	border-color: #78bb0a;
	background: #78bb0a;
}
.customer-center-page .my-qna-item.is-open .my-qna-toggle-icon:after {
	top: 10px;
	border-color: #fff;
	transform: rotate(-135deg);
}
.customer-center-page .my-qna-toggle:hover,
.customer-center-page .my-qna-toggle:focus {
	color: #3c7d00;
	outline: none;
}
.customer-center-page .my-qna-toggle:hover .my-qna-title-text,
.customer-center-page .my-qna-toggle:focus .my-qna-title-text {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.customer-center-page .my-qna-toggle:focus-visible {
	border-radius: 4px;
	box-shadow: 0 0 0 3px rgba(120, 187, 10, .18);
}
.customer-center-page .my-qna-file-list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.customer-center-page .my-qna-file-list li {
	margin: 0;
	padding: 0;
}
.customer-center-page .my-qna-file-list li + li {
	margin-top: 4px;
}
.customer-center-page .my-qna-file-download,
.customer-center-page .my-qna-file-name {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}
.customer-center-page .my-qna-file-download {
	color: #3c7d00;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.customer-center-page .my-qna-file-name,
.customer-center-page .my-qna-no-file {
	color: #999;
}
.customer-center-page .my-qna-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 76px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 900;
	line-height: 28px;
	white-space: nowrap;
	box-sizing: border-box;
}
.customer-center-page .my-qna-status.is-done {
	background: #eef8df;
	color: #4d8200;
}
.customer-center-page .my-qna-status.is-wait {
	background: #f4f4f4;
	color: #777;
}
.customer-center-page .my-qna-detail[hidden] {
	display: none !important;
}
.customer-center-page .my-qna-detail {
	border-top: 1px solid #e5ebdf;
	border-bottom: 1px solid #e4e9e0;
	background: #f8fbf5;
}
.customer-center-page .my-qna-item:last-child > .my-qna-detail {
	border-bottom: 0;
}
.customer-center-page .my-qna-detail-cell {
	width: 100%;
	box-sizing: border-box;
}
.customer-center-page .my-qna-detail-box {
	padding: 22px 24px 24px;
}
.customer-center-page .my-qna-detail-meta {
	margin-bottom: 14px;
	color: #7f887a;
	font-size: 13px;
	line-height: 1.5;
}
.customer-center-page .my-qna-detail-block {
	margin-top: 14px;
	padding: 16px 18px;
	border: 1px solid #dfe7da;
	border-radius: 12px;
	background: #fff;
}
.customer-center-page .my-qna-detail-block:first-of-type {
	margin-top: 0;
}
.customer-center-page .my-qna-detail-block strong {
	display: block;
	margin-bottom: 8px;
	color: #222;
	font-size: 14px;
	font-weight: 900;
}
.customer-center-page .my-qna-detail-content {
	color: #555;
	font-size: 14px;
	line-height: 1.8;
	word-break: keep-all;
	overflow-wrap: anywhere;
}
.customer-center-page .my-qna-file-block {
	display: none;
}
.customer-center-page .my-qna-answer-date {
	margin: 10px 0 0;
	color: #888;
	font-size: 13px;
	line-height: 1.5;
}
.customer-center-page .my-qna-answer-empty {
	color: #999;
}
.customer-center-page .my-qna-empty-row {
	width: 100%;
}
.customer-center-page .my-qna-empty {
	padding: 54px 20px;
	background: #fbfbf8;
	color: #777;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	box-sizing: border-box;
}
.customer-center-page .my-qna-paginate {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	padding: 24px 0 30px;
	font-size: 0;
}
.customer-center-page .my-qna-paginate a,
.customer-center-page .my-qna-paginate span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 9px;
	border: 1px solid #d9e2d4;
	border-radius: 4px;
	background: #fff;
	color: #555;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
}
.customer-center-page .my-qna-paginate a:hover,
.customer-center-page .my-qna-paginate a:focus,
.customer-center-page .my-qna-paginate a.active {
	border-color: #78bb0a;
	background: #78bb0a;
	color: #fff;
}
.customer-center-page .my-qna-paginate span.disabled {
	background: #f6f6f4;
	color: #aaa;
}
.customer-center-page #faq .faq1_paginate {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin: 28px 0 0;
	font-size: 0;
}
.customer-center-page #faq .faq1_paginate a,
.customer-center-page #faq .faq1_paginate span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	padding: 0 9px;
	border: 1px solid #d9e2d4;
	border-radius: 4px;
	background: #fff;
	color: #555;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	box-sizing: border-box;
}
.customer-center-page #faq .faq1_paginate a:hover,
.customer-center-page #faq .faq1_paginate a:focus,
.customer-center-page #faq .faq1_paginate a.active {
	border-color: #78bb0a;
	background: #78bb0a;
	color: #fff;
}
.customer-center-page #faq .faq1_paginate span.disabled {
	background: #f6f6f4;
	color: #aaa;
}
@media (max-width: 768px) {
	.customer-center-page #faq .lst_tab_cont ul {
		gap: 6px;
	}
	.customer-center-page #faq .lst_tab_cont li a {
		min-width: auto;
		height: 36px;
		padding: 0 12px;
		font-size: 13px;
	}
	.customer-center-page #faq .lst_faq .que {
		padding: 16px 12px;
	}
	.customer-center-page #faq .lst_faq .ans {
		padding: 18px 14px;
	}

	.customer-center-page #faq .faq1_paginate {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 6px;
		margin: 28px 0 0;
		font-size: 0;
	}
	.customer-center-page #faq .faq1_paginate a,
	.customer-center-page #faq .faq1_paginate span {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 34px;
		height: 34px;
		padding: 0 9px;
		border: 1px solid #d9e2d4;
		border-radius: 4px;
		background: #fff;
		color: #555;
		font-size: 13px;
		font-weight: 700;
		line-height: 1;
		text-decoration: none;
		box-sizing: border-box;
	}
	.customer-center-page #faq .faq1_paginate a:hover,
	.customer-center-page #faq .faq1_paginate a:focus,
	.customer-center-page #faq .faq1_paginate a.active {
		border-color: #78bb0a;
		background: #78bb0a;
		color: #fff;
	}
	.customer-center-page #faq .faq1_paginate span.disabled {
		background: #f6f6f4;
		color: #aaa;
	}
	.customer-center-page .solution_s_w {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.customer-center-page table.solution_s,
	.customer-center-page table.solution_q {
	}
	.customer-center-page .customer-form-card {
		border-radius: 14px;
	}
	.customer-center-page .customer-form-table,
	.customer-center-page .customer-form-table tbody,
	.customer-center-page .customer-form-table tr,
	.customer-center-page .customer-form-table th,
	.customer-center-page .customer-form-table td {
		display: block;
		width: 100%;
	}
	.customer-center-page .customer-form-table colgroup {
		display: none;
	}
	.customer-center-page .customer-form-table th {
		padding: 14px 16px 8px;
		border-bottom: 0;
	}
	.customer-center-page .customer-form-table td {
		padding: 8px 16px 16px;
	}
	.customer-center-page .customer-form-table select,
	.customer-center-page .customer-form-table input[type="text"],
	.customer-center-page .customer-form-table textarea,
	.customer-center-page .customer-form-table .ipt {
		
		max-width: none !important;
	}
	.customer-center-page .bot_btns {
		padding: 20px 16px 26px;
	}
}

