/* sub-visual */
.inner { margin-right: auto; margin-left: auto; max-width: 1640px; width: 90%; }

.sub-visual { position: relative; height: 660px; background: #000; }
.sub-visual .inner { display: flex; flex-direction: column; padding: 260px 0 42px; height: 100%; }
.sub-visual .background { overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; animation: subvisualFadeIn ease .85s forwards; }
.sub-visual .background .image { display: block; position: relative; width: 100%; height: 100%; }
.sub-visual .background .image::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover !important; transform: scale(1.15); animation: 2s subVisual cubic-bezier(0.39, 0.58, 0.57, 1) forwards, 1s subVisualFade ease forwards; opacity: 0; }
.sub-visual--about .background .image::after { background-image: url('/theme/cream/images/sub/visual-about.jpg'); }
.sub-visual--business .background .image::after { background-image: url('/theme/cream/images/sub/visual-busines.jpg');}
.sub-visual--certification .background .image::after,
.sub-visual--rnd .background .image::after  { background-image: url('/theme/cream/images/sub/visual-rnd.jpg');}
.sub-visual--prcenter .background .image::after { background-image: url('/theme/cream/images/sub/visual-prcenter.jpg');}
.sub-visual--notice .background .image::after { background-image: url('/theme/cream/images/sub/visual-notice.jpg');}
.sub-visual--news .background .image::after { background-image: url('/theme/cream/images/sub/visual-news.jpg');}
.sub-visual--recruit .background .image::after { background-image: url('/theme/cream/images/sub/visual-recruit.jpg');}
.sub-visual--center .background .image::after { background-image: url('/theme/cream/images/sub/visual-center.jpg');}
.sub-visual .text { position: relative; font-size: 22px; color: #fff; font-weight: 600; margin-bottom: 0px; text-align: left; }
.sub-visual .title { position: relative; font-size: 64px; color: #fff; font-weight: 600;text-align: left; }
.sub-visual .title span{font-family: 'Outfit', sans-serif;}
.sub-visual .title em{font-size:18px; color:rgb(255, 255, 255, .6); display:block;}
.sub-visual-tab { border-bottom: 1px solid #e5e5e5; padding:50px 0 100px;}
.sub-visual-tab ul { display: flex; margin: auto; max-width: 1500px; width: 90%; }
.sub-visual-tab li { margin-right: 10px; width: auto; }
.sub-visual-tab a { display: flex; align-items: center; justify-content: center; position: relative; padding: 10px 30px; font-size: 18px; color: #999; font-weight: 500; border:1px solid #E5E5E5; border-radius:26px; }
.sub-visual-tab a::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 3px; opacity: 0; background: #000; transform: scaleX(0); transform-origin: center; transition: all ease .35s; }
.sub-visual-tab li.on a { color: #fff; background-color: #3437CC; }

.breadcrumb { margin-top: auto; }
.breadcrumb ol { display: flex; margin: 0; padding: 0; }
.breadcrumb ol > li { display: flex; align-items: center; position: relative; color: #fff; font-weight: 600; }
.breadcrumb ol > li:not(:last-child)::after { content: ''; display: inline-block; margin: 0 28px; width: 1px; height: 20px; background-color:#fff;; opacity: .4; }
.breadcrumb .home { margin-right: -12px; }
.breadcrumb .home::before { content: ''; display: block; width: 40px; height: 40px; background: url('/theme/cream/images/sub/icon-home-light.png') no-repeat center / auto 18px; border-radius: 50%; }
.breadcrumb .toggle { padding: 4px 12px 4px 0; width: 175px; font-size:20px; text-align: left; color: inherit; font-weight: inherit; background: url('/theme/cream/images/sub/select-arrow-fill-light.png') no-repeat right center / 12px; border: none; }
.breadcrumb .toggle[aria-expanded="true"] + .listbox { opacity: 1; visibility: visible; }
.breadcrumb .toggle span { pointer-events: none; }
.breadcrumb .listbox { position: absolute; z-index: 2; top: 100%; left: 0; margin-top: 10px; padding: 20px 0 22px; min-width: 175px; background: #fff; box-shadow: 0px 0px 16px 0px rgba(24, 24, 24, .15); opacity: 0; visibility: hidden; transition: all ease .15s; }
.breadcrumb .listbox a { display: block; padding: 6px 24px 6px 30px; white-space: nowrap; font-weight: 400; color: #999999; }
.breadcrumb .listbox a span { display: inline-block; background-image: linear-gradient(transparent calc(100% - 2px), #000 2px); background-size: 0% 100%; background-repeat: no-repeat; transition: background-size .3s; }
@keyframes subVisualFade {
    to { opacity: 1; }
}
@keyframes subVisual {
    to { transform: none; }
}
@media (hover: hover) and (pointer: fine) {
    .breadcrumb .listbox a:hover { color: #000000; }
    .breadcrumb .listbox a:hover span { background-size: 100% 100%; }
}
@media screen and (max-width: 1024px){
    .sub-visual { height: 450px; }
    .sub-visual .inner { padding: 180px 0 20px; }
    .sub-visual .title { font-size: 48px; }
    .sub-visual .text { font-size: 20px; }

    .breadcrumb .toggle { font-size: 16px; }
    .breadcrumb ol > li:first-child { display: none; }
    .breadcrumb ol > li:not(:last-child)::after { margin: 0 22px; height: 16px; }
    .breadcrumb .home { margin-top: -2px; }
    .breadcrumb .home::before { height: 36px; height: 36px; }
}
@media screen and (max-width: 768px){
    .sub-visual { height: 320px; }
    .sub-visual .inner { padding-top: 140px; }
    .sub-visual .title { font-size: 30px; }
    .sub-visual .text { font-size: 16px; }

    .breadcrumb { width: 100%; }
    .breadcrumb .home::before { width: 30px; height: 30px; }
    .breadcrumb .toggle { width: 100% !important; font-size: 14px; background-size: auto 5px; }
    .breadcrumb ol { margin: 10px 0 0; }
    .breadcrumb ol > li:not(:last-child)::after { margin: 0 14px; }
    .breadcrumb ol > li:not(:first-child) { flex: 1; }
    .breadcrumb .home { margin-right: -6px; }
    .breadcrumb .listbox { min-width: auto; }
    .breadcrumb .listbox a { padding: 4px 24px; font-size: 14px; }
}


.section-top { padding: 160px 0 100px; text-align: center; }
.section-top .sub { margin-bottom: 14px; font-size: 21px; line-height:1.4; }
.section-top .heading { line-height: 1.45; font-size: 60px; font-weight: 700; color: #2843c0; }
.section-top .text { margin-top: 8px; line-height: 1.7; font-size: 21px; color: #4c4c4c; }

.tabmenu { display: flex; }
.tabmenu-list { flex: 1 1; }
.tabmenu-item { display: block; width: 100%; height: 65px; line-height: 65px; text-align: center; font-size: 18px; letter-spacing: 0.02em; font-weight: 600; color: #4c4c4c; background: #fafafa; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; border-right: 1px solid #dbdbdb; border-radius: 0; transition: all ease .2s; }
.tabmenu-item[aria-selected="true"] { color: #fff; background: #2843c0; background-color: #2843c0; }
.tabmenu-list:first-child .tabmenu-item { border-left: 1px solid #dbdbdb; }
.tabmenu-item.on { color: #fff; background: #2843c0; border-color: #2843c0; background-color: #2843c0; }

@media screen and (max-width: 1024px) {
    .section-top { padding: 120px 0 60px; }
	.section-top .heading { font-size: 42px; }
    .section-top .sub { margin-bottom: 10px; font-size: 17px; }
    .section-top .text { margin-top: 20px; font-size: 18px; }

    .tabmenu-item { height: 50px; line-height: 50px; font-size: 16px; }
}
@media screen and (max-width: 768px) {
    .section-top { padding: 60px 0 35px; }
	.section-top .heading { font-size: 26px; line-height: 1.2em; }
    .section-top .sub { margin: 8px; font-size: 14px; line-height: 1.3em; }
    .section-top .text { font-size: 16px; line-height: 1.2em; }

    .tabmenu-item { font-size: 14px; }
}
@media screen and (max-width: 600px) {
    .tabmenu-item { font-size: 13px; }
}

/* 회사소개 */
.company-intro .context { display: flex; justify-content: space-between; position: relative; margin-right: auto; margin-left: auto; margin-top: -70px; padding: 42px 50px 120px; max-width: 1420px; width: 90%; background: #fff; }
.company-intro .background { overflow: hidden; height: 500px; }
.company-intro .background .item { position: relative; }
.company-intro .context .heading { line-height: 1.4; width: 50%; font-size: 40px; font-weight: 800; color: #2843c0; }
.company-intro .context .text { margin-top: 0px; width: 50%; font-size: 22px; }
.company-specification .marquee { margin-bottom: -1.41em; line-height: 0.8; font-size: 310px; color: #fafafa; font-weight: 800; }
.company-specification .contents { padding: 300px 0 0px; background: #FFF; }
.company-specification .list { display: flex; }
.company-specification .list .item { width: 25%; }
.company-specification .list .title { margin-bottom: 15px; font-weight: 600; color: #aaaaaa; }
.company-specification .list .data { display: flex; align-items: center; }
.company-specification .list .icon { display: block; width: 52px; height: 52px; background-repeat: no-repeat; background-position: center; background-size: auto 100%; }
.company-specification .list .icon-1 { background-image: url('/theme/cream/images/sub/company/intro/icon-1.png'); }
.company-specification .list .icon-2 { background-image: url('/theme/cream/images/sub/company/intro/icon-2.png'); }
.company-specification .list .icon-3 { background-image: url('/theme/cream/images/sub/company/intro/icon-3.png'); }
.company-specification .list .icon-4 { background-image: url('/theme/cream/images/sub/company/intro/icon-4.png'); }
.company-specification .list .text { padding-left: 28px; font-size: 36px; font-weight: 700; color: #2843c0; }
.company-specification .list .text em { padding-right: 0.125em; font-style: normal; font-size: 50px; font-weight: 700; }
.company-specification .list .text sup { vertical-align: 0.8em; }
.company-specification .list .text span { vertical-align: 0.25em; }
.company-feature { padding: 0 0 170px; }
.company-feature .block:first-child { background: #fafafa; }
.company-feature .block { display: flex; }
.company-feature .block .image { width: 50%; }
.company-feature .block .icons { margin-top: 64px; }
.company-feature .block .contents { padding-left: 4.3%; padding-top: 80px; width: 50%; }
.company-feature .sub { font-size: 26px; font-weight: 600; color: #2843c0; }
.company-feature .heading { margin: 0px 0 24px; font-size: 42px; font-weight: 800; color: #111111; }
.company-feature .block-reverse { flex-direction: row-reverse; margin-top: 210px; margin-right: auto; margin-left: auto; max-width: 1520px; }
.company-feature .block-reverse .contents { padding: 190px 4.3% 0 0; }
.company-feature ul { display: flex; margin: 30px -35px -35px; }
.company-feature li { padding: 35px; text-align: center; }
.company-feature li p { margin-top: 10px; line-height: 1.3; }
.company-segment { padding: 150px 0 200px; background: #fafafa; }
.company-segment .heading { text-align: center; font-size: 60px; font-weight: 700; color: #2843c0; }
.company-segment .heading + .text { text-align: center; font-size: 20px; }
.company-segment .list { display: flex; margin: 80px -15px -15px; }
.company-segment .list li { padding: 15px; width: 33.33333%; }
.company-segment .list .block { overflow: hidden; display: flex; border-radius: 4px; background: #fff; border: 1px solid #e6e6e6; }
.company-segment .list .icon-wrap { display: flex; align-items: center; justify-content: center; padding: 40px; width: 180px; background: #2843c0; }
.company-segment .list .context { flex: 1 1; display: flex; flex-direction: column; justify-content: center; padding: 40px; height: 100%; background-image: url('/theme/cream/images/sub/company/intro/5123.jpg'); }
.company-segment .list .badge { font-size: 40px; font-weight: 700; color: #2843c0; }
.company-segment .list .title { font-size: 18px; font-weight: 500; color: #666666; }
.company-culture { padding: 140px 0 150px; }
.company-culture .text { text-align: center; font-size: 20px; }
.company-culture .heading { text-align: center; font-size: 60px; font-weight: 700; color: #2843c0; }
.company-culture .list { display: flex; margin: 50px -30px -30px; }
.company-culture .list li { padding: 30px; width: 50%; }
.company-culture .list .block { display: flex; flex-direction: column; justify-content: space-between; padding: 36px 50px; height: 100%; color: #fff; }
.company-culture .list .badge { margin-bottom: 96px; font-weight: 600; }
.company-culture .list .title { margin-bottom: 26px; line-height: 1.5; font-size: 26px; font-weight: 700; }
.company-culture .list p { line-height: 1.6; font-size: 16px; font-weight: 400; letter-spacing:0 ; }
.company-culture .list li:nth-child(1) .block { background-image: url('/theme/cream/images/sub/company/intro/culture-background-1.jpg'); }
.company-culture .list li:nth-child(2) .block { background-image: url('/theme/cream/images/sub/company/intro/culture-background-2.jpg'); }
.company-facility { padding: 130px 0 150px; background: #fafafa; }
.company-facility .heading { text-align: center; font-size: 60px; font-weight: 700; color: #2843c0; }
.company-facility .text { text-align: center; font-size: 20px; }
.company-facility .list { display: flex; margin: 80px -20px -20px; }
.company-facility .list li { padding: 20px; width: 25%; }
.company-facility .list .block { overflow: hidden; position: relative; background: #fff; border-radius: 20px; box-shadow: 0 0 50px 0 rgba(125, 125, 125, .1); }
.company-facility .list .title { position: absolute; top: 6%; left: 14%; font-size: 30px; font-weight: 700; color: #111111; }
.history { padding-bottom: 150px; }
.history-list { position: relative; padding-bottom: 120px; text-align: right; }
.history-list::before { content: ''; position: absolute; top: 33px; left: 0; right: 0; margin: auto; width: 1px; height: calc(100% - 40px); background: #dddddd; }
.history-list:last-child::before { content: none; }
.history-list .block { display: flex; flex-direction: column; align-items: flex-end; position: relative; padding-top: 40px; padding-right: calc(50% + 60px); }
.history-list dl { margin: 0; }
.history-list .row { position: relative; margin-top: 30px; padding-right: 50px; max-width: 500px; }
.history-list .year { position: absolute; top: -12px; right: 50%; padding-right: 60px; line-height: 1; font-style: italic; font-family: 'Figtree'; font-size: 50px; font-weight: 700; color: #111; transition: color ease .35s; }
.history-list .year::before { content: ''; position: absolute; top: 0; right: -5px; bottom: 0; margin: auto; width: 10px; height: 10px; background: #dddddd; border-radius: 50%; transition: all ease .35s; }
.history-list .month { position: absolute; top: -0.125em; right: 0; font-size: 26px; font-weight: 700; color: #2843c0; }
.history-list .title { line-height: 1.5; font-size: 24px; font-weight: 600; color: #111111; }
.history-list dd { display: inline-block; position: relative; margin-left: 0; margin-bottom: 4px; padding-left: 14px; }
.history-list dd::before { content: ''; position: absolute; top: 12px; left: 0; width: 4px; height: 4px; background: #ffbc1f; }
.history-list dd:last-child { margin-bottom: 0; }
.history-list img { margin-top: 14px; }
.history-list:last-child { padding-bottom: 0; }
.history-list--reverse { text-align: left; }
.history-list--reverse .block { align-items: flex-start; padding-right: 0; padding-left: calc(50% + 60px); }
.history-list--reverse .row { padding-right: 0; padding-left: 48px; }
.history-list--reverse .year { left: 50%; right: auto; padding-left: 60px; padding-right: 0; }
.history-list--reverse .year::before { right: auto; left: -5px; }
.history-list--reverse .month { right: auto; left: 0; }
.history-list--reverse dd { margin-left: auto; }
.history-list .year { color: #2843c0; }
.history-list .year::before { background: #2843c0; box-shadow: 0px 0px 0px 5px rgba(51, 60, 140, 0.1); }
.company-identity .heading { margin-bottom: 24px; font-size: 34px; font-weight: 700; color: #111111; }
.company-identity .identity { padding: 0 100px; text-align: center; border: 1px solid #e1e1e2; }
.company-identity .identity .row { display: flex; align-items: center; justify-content: center; padding: 80px 0; }
.company-identity .identity .row:first-child { border-bottom: 1px solid #e1e1e2; }
.company-identity .identity .row:last-child img { width: 50%; }
.company-symbol { display: flex; margin-top: 60px; padding-bottom: 140px; }
.company-symbol .side { width: 50%; }
.company-symbol .context { width: 50%; }
.company-symbol .heading { font-size: 34px; font-weight: 700; color: #111111; }
.company-symbol .chip-list { display: flex; flex-wrap: wrap; margin: 20px 0 -10px; width: 80%; }
.company-symbol .chip-list .chip { margin-right: 10px; margin-bottom: 10px; padding: 0 30px; height: 40px; line-height: 40px; border: 1px solid #e1e1e2; border-radius: 50px; }
.company-symbol .text { line-height: 1.7; font-size: 20px; }
.organization-introduce { padding-bottom: 150px; }
.organization-introduce .row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 120px; }
.organization-introduce .row:last-child { margin-bottom: 0; }
.organization-introduce .image { width: 56.1%; }
.organization-introduce .context { width: 37.8%; }
.organization-introduce .heading { margin-bottom: 20px; font-size: 30px; font-weight: 700; color: #2843c0; }
.organization-intelligent { padding: 150px 0; background: url('/theme/cream/images/sub/company/organization/intelligent-background.jpg') no-repeat center / cover; }

.organization-intelligent .block { padding: 80px 140px; background: #FFFFFF; }
/*.organization-intelligent .block { padding: 80px 140px; background: url('/theme/cream/images/sub/company/organization/ibg.jpg') no-repeat center / cover; }*/
.organization-intelligent .heading { line-height: 1.3; font-size: 60px; font-weight: 700; color: #2843c0; margin-bottom: 20px; text-align: center; }
.organization-intelligent .text { margin-top: 24px; padding-left: 50%; line-height: 1.88; }
.organization-chart { overflow: hidden; padding: 160px 0 150px; }
.organization-chart .heading { margin-bottom: 30px; text-align: center; font-size: 60px; font-weight: 700; color: #2843c0; }

.ceo .inner { z-index: 2; position: relative; max-width: 1420px; }
.ceo .heading { margin-bottom: 50px; font-size: 60px; font-weight: 700; color: #111111; }
.ceo-introduce { position: relative; padding-bottom: 150px; }
.ceo-introduce::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 560px; background: #fafafa; pointer-events: none; }
.ceo-introduce .flex { display: flex; justify-content: space-between; }
.ceo-introduce .side { width: 38.45%; }
.ceo-introduce .contents { width: 56.69%; }
.ceo-introduce .h1 { font-size: 42px; line-height: 1.45; font-weight: 700; color: #111; }
.ceo-introduce .h2 { margin: 36px 0 46px; line-height: 1.4; font-weight: 600; font-size: 28px; color: #111; }
.ceo-introduce p:last-child { margin-top: 66px; }
.ceo-introduce b { padding-left: 0.5em; color: #111; }
.ceo-history { padding: 140px 0; }
.ceo-history .business-history { position: relative; }
.ceo-history .progress { position: absolute; top: 4%; left: 350px; width: 1px; height: calc(100% - 12%); background: #dddddd; pointer-events: none; }
.ceo-history .progress::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0b50f2; transform: scaleY(0); transition: transform cubic-bezier(0.4, 0, 0.2, 1) 2s; transform-origin: top; }
.ceo-history .progress .item { position: absolute; top: -2%; left: -6px; width: 13px; height: 13px; background: #fff; border: 2px solid #0b50f2; border-radius: 50%; box-shadow: 0 0 0 10px rgba(11, 80, 242, 0.2); pointer-events: none; opacity: 0; transition-property: top, opacity; transition-duration: 2s, .3s; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.ceo-history .list .row { display: flex; padding-bottom: 30px; }
.ceo-history .list .row:last-child { padding-bottom: 0; }
.ceo-history .list .title { width: 350px; font-size: 26px; font-weight: 600; color: #222222; }
.ceo-history .list .data { flex: 1 1; padding-top: 0.45em; line-height: 1.5; padding-left: 55px; color: #4c4c4c; }
.ceo-feature { padding: 140px 0 160px; background: #ffffff; }
.ceo-feature .flex { display: flex; flex-direction: row-reverse; align-items: center; justify-content: space-between; }
.ceo-feature .side { width: 46.95%; }
.ceo-feature .contents { width: 46.69%; }
.ceo-feature .list { border-top: 1px solid #dddddd; }
.ceo-feature .list .item { padding: 42px 0; line-height: 1.5; font-size: 24px; font-weight: 600; color: #111111; border-bottom: 1px solid #dddddd; }
.ceo-feature .list .item small { font-size: 18px; font-weight: 400; color: #4c4c4c; }
.ceo-history .business-history.sr-animate .progress .item { top: 100%; transition-delay: .65s; opacity: 1; }
.ceo-history .business-history.sr-animate .progress::before { transition-delay: .65s; transform: none; }
@media screen and (min-width: 1025px) {
	.company-feature .block .image { margin-bottom: -100px; }
    .company-feature .block-reverse .image { margin-bottom: 0; }
    .company-symbol .chip-list .chip:nth-child(2) { margin-right: 10px; }
    .company-facility .list li:nth-child(even) { margin-top: 90px; }
    .organization-introduce .row-reverse { flex-direction: row-reverse; }
}
@media screen and (max-width: 1024px) {
    .company-intro .background { height: 25vw; }
    .company-intro .context .heading { font-size: 20px; }
    .company-specification .marquee { font-size: 160px; }
    .company-specification .list { flex-wrap: wrap; margin: -15px; }
    .company-specification .list .item { padding: 15px; width: 50%; }
    .company-specification .list .icon { width: 48px; height: 48px; }
    .company-specification .list .text { font-size: 24px; }
    .company-specification .list .text em { font-size: 34px; }
    .company-specification .list .title { margin-bottom: 10px; }
    .company-feature { padding: 80px 0; }
    .company-feature .heading { font-size: 24px; }
    .company-feature .sub { font-size: 18px; }
    .company-feature .block { flex-direction: column; margin-right: auto; margin-left: auto; max-width: 1640px; width: 90%; }
    .company-feature .block:first-child { background: transparent; }
    .company-feature .block-reverse { margin-top: 100px; }
    .company-feature .block .image { width: 100%; }
    .company-feature .block .icons { margin-top: 45px; }
    .company-feature .block .contents { padding-top: 45px; padding-left: 0; width: 100%; }
    .company-feature ul { margin: 15px -10px -10px; }
    .company-feature li { padding: 10px; }
    .company-feature li p { font-size: 15px; }
    .company-segment { padding: 100px 0 120px; }
    .company-segment .list { flex-direction: column; margin: 35px -10px -10px; }
    .company-segment .list li { padding: 10px; width: 100%; }
    .company-segment .list .icon-wrap { width: 130px; }
    .company-segment .list .badge { font-size: 14px; }
    .company-segment .list .title { font-size: 18px; }
    .company-segment .heading { font-size: 42px; }
    .company-segment .heading + .text { font-size: 18px; }
    .company-culture .heading { font-size: 42px; }
    .company-culture .text { font-size: 18px; }
    .company-culture .list { margin: 35px -10px -10px; }
    .company-culture .list li { padding: 10px; }
    .company-culture .list .badge { margin-bottom: 60px; font-size: 15px; }
    .company-culture .list .title { margin-bottom: 20px; font-size: 22px; }
    .company-culture .list p { font-size: 15px; }
    .company-facility { padding: 100px 0 120px; }
    .company-facility .heading { font-size: 42px; }
    .company-facility .text { font-size: 18px; }
    .company-facility .list .title { font-size: 24px; }
    .organization-chart .heading { font-size: 42px; }
    .history { padding-bottom: 120px; }
    .history-list .block { padding-top: 20px; }
    .history-list .year { font-size: 36px; }
    .history-list .month { font-size: 22px; }
    .history-list .title { font-size: 20px; }
    .history-list .text { font-size: 16px; }
    .company-identity .heading { font-size: 24px; }
    .company-identity .identity .row { padding: 60px 0; }
    .company-identity .identity { padding: 0 60px; }
    .company-symbol { flex-direction: column; margin-top: 45px; }
    .company-symbol .side { width: 100%; }
    .company-symbol .heading { font-size: 24px; }
    .company-symbol .chip-list { width: 100%; }
    .company-symbol .chip-list .chip { height: 34px; line-height: 34px; font-size: 16px; }
    .company-symbol .text { margin-top: 35px; font-size: 16px; }
    .organization-introduce { padding-bottom: 60px; }
    .organization-introduce .row { flex-direction: column; margin-bottom: 60px; }
    .organization-introduce .image { width: 100%; }
    .organization-introduce .heading { margin-top: 30px; font-size: 26px; }
    .organization-introduce .context { width: 100%; }
    .organization-intelligent { padding: 20px 0; background: none; }
    .organization-intelligent .block { padding: 0; }
    .organization-intelligent .heading { font-size: 36px; }
    .organization-intelligent .text { padding-left: 0; }
    .organization-chart { padding: 20px 0 40px; }

    .ceo .heading { font-size: 42px; }
    .ceo-introduce { padding-bottom: 100px; }
    .ceo-introduce::before { height: 375px; }
    .ceo-introduce .flex { flex-direction: column; align-items: flex-start; }
    .ceo-introduce .side { width: 100%; }
    .ceo-introduce .contents { margin-top: 35px; width: 100%; }
    .ceo-introduce .h1 { font-size: 30px; }
    .ceo-introduce .h2 { margin: 10px 0 26px; font-size: 20px; }
    .ceo-introduce p:last-child { margin: 45px 0 0; }
    .ceo-history { padding: 100px 0; }
    .ceo-history .list .row { padding-bottom: 20px; }
    .ceo-history .list .title { width: 260px; font-size: 20px; }
    .ceo-history .progress { left: 260px; }
    .ceo-feature { padding: 100px 0 140px; }
    .ceo-feature .flex { flex-direction: column; align-items: flex-start; }
    .ceo-feature .side { width: 100%; }
    .ceo-feature .contents { margin-top: 45px; width: 100%; }
    .ceo-feature .list .item { padding: 36px 0; font-size: 20px; }
    .ceo-feature .list .item small { font-size: 15px; }
}
@media screen and (max-width: 768px) {
    .company-intro { padding-bottom: 50px; }
    .company-intro .background { height: auto; }
    .company-intro .context { flex-direction: column; margin-top: 0; width: 100%; padding: 34px 24px 0; }
    .company-intro .context .heading { width: 100%; }
    .company-intro .context .text { margin-top: 24px; width: 100%; font-size: 16px; }
    .company-specification .marquee { display: none; }
    .company-specification .contents { padding: 30px 0; }
    .company-specification .list .item { padding-left: 39px; width: 100%; }
    .company-feature .heading { font-size: 20px; }
    .company-feature .sub { font-size: 16px; }
    .company-feature .block .icons { margin-top: 24px; max-width: 350px; width: 100%; }
    .company-segment { padding: 60px 0 80px; }
    .company-segment .list .badge { font-size: 20px; }
    .company-segment .heading { font-size: 30px; }
    .company-segment .heading + .text { font-size: 16px; }
    .company-segment .list .title { font-size: 16px; }
    .company-segment .list .icon-wrap { width: 90px; padding: 20px; }
    .company-segment .list .context { padding: 40px 24px; }
    .company-culture { padding: 60px 0 20px; }
    .company-culture .heading { font-size: 30px; }
    .company-culture .text { font-size: 16px; }
    .company-culture .list { flex-direction: column; }
    .company-culture .list li { width: 100%; }
    .company-culture .list .block { padding: 36px; background-size: cover; background-position: top left 50%; background-repeat: no-repeat; }
    .company-culture .list .badge { margin-bottom: 25px; font-size: 14px; }
    .company-culture .list .title { margin-bottom: 10px; font-size: 18px; }
    .company-culture .list p { font-size: 12px; }
    .company-facility { padding: 60px 0 120px; }
    .company-facility .heading { font-size: 30px; }
    .company-facility .text { font-size: 16px; }
    .company-facility .list { flex-wrap: wrap; margin: 42px -8px -8px; }
    .company-facility .list li { padding: 8px; width: 50%; }
    .company-facility .list .title { font-size: 20px; }
    .organization-chart .heading { font-size: 30px; }
    .history-list { padding: 0 0 60px; text-align: left; }
    .history-list::before { right: auto; }
    .history-list:last-child::before { content: ''; }
    .history-list .row { margin-top: 20px; padding-right: 0; padding-left: 58px; }
    .history-list .block { align-items: flex-start; padding-top: 20px; padding-right: 0; padding-left: 0; }
    .history-list .year { top: 0; right: auto; padding-left: 20px; padding-right: 0; font-size: 26px; }
    .history-list .year::before { right: auto; left: -5px; }
    .history-list .month { left: 20px; right: auto; font-size: 20px; }
    .history-list .title { font-size: 18px; }
    .history-list .text { font-size: 14px; }
    .history-list dd { margin-left: 20px; padding-left: 12px; }
    .history-list dd::before { top: 8px; }
    .history-list--reverse .block { padding-right: 0; text-align: left; }
    .history-list--reverse .year { left: 0; }
    .company-identity .heading { font-size: 20px; }
    .company-identity .identity .row { flex-direction: column; padding: 30px 0; }
    .company-identity .identity .row:last-child img { width: 100%; }
    .company-symbol { padding-bottom: 120px; }
    .company-symbol .chip-list .chip { padding: 0 20px; }
    .company-symbol .heading { font-size: 18px; }
    .company-symbol .text { font-size: 14px; }
    .organization-intelligent .heading { font-size: 24px; }
    .organization-introduce .heading { margin: 24px 0 10px; font-size: 20px; }

    .ceo .heading { font-size: 26px; }
    .ceo-introduce { padding-bottom: 60px; }
    .ceo-introduce::before { height: 386px; }
    .ceo-history { padding: 60px 0; }
    .ceo-history .progress { top: 2%; left: 15px; height: calc(100% - 6%); }
    .ceo-history .progress .item { left: -5px; width: 11px; height: 11px; box-shadow: 0 0 0 8px rgba(11, 80, 242, 0.2); }
    .ceo-history .list .row { flex-direction: column; padding-left: 45px; padding-bottom: 35px; }
    .ceo-history .list .title { font-size: 16px; }
    .ceo-history .list .data { padding-left: 0; }
    .ceo-feature { padding-top: 60px; }
    .ceo-feature .list .item { padding: 24px 0; font-size: 16px; }
    .ceo-feature .list .item small { font-size: 13px; }
    .ceo-introduce .h1 { font-size: 28px; }
    .ceo-introduce .h2 { font-size: 18px; }
}
@media screen and (max-width: 500px) {
    .company-identity .identity { padding: 0 30px; }

    .ceo-introduce::before { height: 486px; }
}

/* 사업영역 */
.business .tabmenu { margin-bottom: 90px; }
.business .section-heading { text-align: center; font-size: 60px; font-weight: 700; color: #2843c0 ; }
.business .section-sub { text-align: center; font-size: 22px; }
.business-main { display: flex; padding-bottom: 140px; }
.business-side { position: relative; width: 38.41%; }
.business-side .sticky { position: sticky; top: 120px; left: 0; width: 100%; }
.business-side .heading { margin-top: -0.25em; font-size: 36px; font-weight: 800; color: #111111; }
.business-side .sub { line-height: 1.5; font-size: 24px; font-weight: 600; color: #b2b2b2; }
.business-contents { width: 61.59%; }
.business-contents p,
.business-contents ul { margin-top: 24px; margin-bottom: 24px; font-size: 18px; }
.business-contents li { position: relative; margin-top: 5px; padding-left: 0.825em; }
.business-contents li::before { content: ''; position: absolute; top: 0.75em; left: 0; width: 3px; height: 3px; border-radius: 50%; background: currentColor; }
.business-contents table { margin-top: 34px; }
.business-contents .title { margin-top: 34px; margin-bottom: 10px; font-size: 24px; font-weight: 700; color: #111111; }
.business-contents .title + p { margin-top: 10px; }
.business-contents p:last-child { margin-bottom: 0; }

.business-intro { padding-bottom: 150px; }
.business-intro .ban { display: flex; align-items: center; justify-content: flex-end; padding: 60px; height: 450px; color: #fff; background: url('/theme/cream/images/sub/business/intro/business-intro-background.jpg') no-repeat center / cover; }
.business-intro .context { max-width: 640px; }
.business-intro .ban .heading { margin: 10px 0 10px; font-size: 40px; font-weight: 700; }
.business-intro .ban .text { line-height: 1.45; }

.architecture { padding: 140px 0 150px; background: #f7f7f7; }
.architecture .list { display: flex; flex-wrap: wrap; margin: 50px -25px -25px; }
.architecture .list li { padding: 25px; width: 50%; }
.architecture .list .block { padding: 60px; height: 100%; background: #fff; }
.architecture .list .title { margin-bottom: 60px; font-size: 24px; font-weight: 700; color: #111111; }

.hardware { padding: 170px 0 0px; }
.hardware .row { display: flex; justify-content: space-between; margin-top: 160px; }
.hardware .row:first-child { margin-top: 90px; }
.hardware .side { width: 30%; }
.hardware .side .title { font-size: 36px; font-weight: 800; color: #111111; }
.hardware .side .link-primary { margin-top: 24px; }
.hardware .contents { width: 70%; }
.hardware .contents .title { margin: 30px 0 0px; font-size: 20px; font-weight: 400; color: #111111; }
.hardware .list { display: flex; flex-wrap: wrap; margin: 30px -11px -11px; }
.hardware .list li { padding: 11px; width: 33.33333%; }
.hardware .list .block { padding: 46px 50px; line-height: 1.77; background: #f7f7f7; height: 100%; }
.hardware .list .name { margin-bottom: 14px; font-size: 24px; font-weight: 700; color: #2843c0; }

.software { padding: 130px 0 10px; background: #f7f7f7; margin-top: 100px; }
.software .top { overflow: hidden; margin: 42px 0 170px; padding: 80px 40px; text-align: center; background: #fff; }
.software .list li { display: flex; align-items: center; margin-bottom: 115px; }
.software .list li:last-child { margin-bottom: 0; }
.software .list .side { width: 40%; }
.software .list .contents { padding-left: 100px; width: 50%; }
.software .list .title { font-size: 34px; font-weight: 700; color: #111111; }
.software .list .sub { margin-bottom: 16px; font-size: 24px; font-weight: 500; color: #111111; }
.software .list .text { margin-bottom: 4px; font-size: 20px; font-weight: 500; color: #111111; }

.table-basic { text-align: center; border-top: 2px solid #111111; }
.table-basic thead th { padding: 18px 16px; font-size: 16px; font-weight: 700; color: #111111; background: #f0f0f0; border: 1px solid #e7e7e7; }
.table-basic tbody th,
.table-basic tbody td { padding: 10px 16px; font-size: 16px; font-weight: 400; color: #555555; border: 1px solid #e7e7e7; }
.table-basic tbody th { color: #222222; }
.table-basic thead th:first-child,
.table-basic tbody th:first-child,
.table-basic tbody td:first-child { border-left: none; }
.table-basic thead th:last-child,
.table-basic tbody td:last-child { border-right: none; }
@media screen and (min-width: 1025px) {
	.software .list li:nth-child(even) { flex-direction: row-reverse; }
    .software .list li:nth-child(even) .contents { padding-left: 0; padding-right: 100px; }
}
@media screen and (max-width: 1024px) {
    .business .tabmenu { display: none; }
    .business .section-heading { font-size: 32px; }
    .business .section-sub { font-size: 18px; }
    .business-main { flex-direction: column; }
    .business-side { padding-top: 30px; width: 100%; }
    .business-side .sticky { position: static; }
    .business-side .heading { font-size: 26px; }
    .business-side .sub { font-size: 20px; }
    .business-contents { margin-top: 34px; width: 100%; }
    .business-contents p,
    .business-contents ul { margin-top: 16px; margin-bottom: 16px; font-size:14px; }
    .business-contents table { margin-top: 24px; }
    .business-contents .title { font-size: 20px; }
    .business-intro { padding-bottom: 120px; }
    .business-intro .ban { position: relative; height: 400px; }
    .business-intro .ban::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .35); }
    .business-intro .ban .context { z-index: 2; position: relative; }
    .business-intro .ban .heading { margin-top: 20px; margin-bottom: 10px; font-size: 24px; }

    .architecture { padding: 120px 0; }
    .architecture .list { margin: 35px -10px -10px; }
    .architecture .list li { padding: 10px; }
    .architecture .list .title { margin-bottom: 45px; font-size: 20px; }

    .hardware { padding: 120px 0 100px; }
    .hardware .row { flex-direction: column; margin-top: 80px; }
    .hardware .row:first-child { margin-top: 45px; }
    .hardware .side { display: flex; justify-content: space-between; width: 100%; }
    .hardware .side .title { font-size: 24px; }
    .hardware .side .link-primary { margin-top: 0; }
    .hardware .contents { margin-top: 35px; width: 100%; }
    .hardware .contents .title { font-size: 20px; }
    .hardware .list .name { font-size: 20px; }
    .hardware .list .block { padding: 36px; }

    .software { padding: 100px 0 120px; }
    .software .top { margin: 36px 0 80px; padding: 4px 4px; }
    .software .mobile-scroll { padding-bottom: 50px; }
    .software .mobile-scroll img { max-width: 1100px; }
    .software .list li { flex-direction: column; margin-bottom: 80px; }
    .software .list .side { width: 100%; text-align: center; background: #fff; }
    .software .list .contents { padding: 35px 0 0; width: 100%; }
    .software .list .title { font-size: 24px; }
    .software .list .sub { font-size: 20px; }

    .table-basic thead th { padding: 12px; font-size: 15px; }
    .table-basic tbody th,
    .table-basic tbody td { font-size: 15px; }
}
@media screen and (max-width: 768px) {
    .business .section-heading { font-size: 24px; }
    .business .section-sub { font-size: 16px; }
    .business-side .heading { font-size: 20px; }
    .business-side .sub { font-size: 16px; }
    .business-contents .title { font-size: 18px; }
    .business-intro { padding-bottom: 80px; }
    .business-intro .ban { padding: 20px; height: 360px; }
    .business-intro .ban .heading { font-size: 20px; }

    .architecture { padding: 80px 0; }
    .architecture .list li { width: 100%; }
    .architecture .list .title { font-size: 18px; }

    .hardware { padding: 80px 0; }
    .hardware .side .title { font-size: 20px; }
    .hardware .contents .title { font-size: 18px; }
    .hardware .list .name { font-size: 18px; }
    .hardware .list { margin: 25px -7px -7px; }
    .hardware .list li { padding: 7px; width: 100%; }

    .software { padding: 80px 0 120px; }
    .software .top { margin-bottom: 60px; }
    .software .list .title { font-size: 20px; }
    .software .list .sub { font-size: 18px; }
    .software .list li { margin-bottom: 60px; }
}


/* 홍보센터 */
.prcenter .tabmenu { margin-bottom: 90px; }
.brochure { position: relative; padding-bottom: 160px; }
.brochure::before { content: ''; position: absolute; top: 34%; left: 0; width: 100%; height: 100%; background: #f7f7f7; pointer-events: none; }
.brochure .flex { display: flex; justify-content: space-between; z-index: 2; max-width: 1280px; }
.brochure-image { width: 39.85%; }
.brochure-image img { box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15); }
.brochure-contents { padding: 76px 0 0 124px; width: 60.15%; }
.brochure-contents .sub { font-size: 22px; font-weight: 700; color: #2843c0; }
.brochure-contents .heading { line-height: 1.5; font-size: 60px; font-weight: 700; color: #111111; }
.brochure-contents .line { display: block; margin: 30px 0 42px; width: 2px; height: 80px; background: #2843c0; }
.brochure-contents .button { margin-top: 36px; width: 255px; }
@media screen and (max-width: 1024px) {
    .prcenter .tabmenu { display: none; }
    .brochure { padding-bottom: 120px; }
    .brochure::before { top: 29%; }
    .brochure-contents { padding: 40px 0 0 76px; }
    .brochure-contents .sub { font-size: 18px; }
    .brochure-contents .heading { font-size: 36px; }
    .brochure-contents .line { margin: 20px 0 32px; height: 50px; }
}
@media screen and (max-width: 768px) {
    .brochure::before { content: none; }
    .brochure .flex { flex-direction: column; }
    .brochure-image { width: 100%; }
    .brochure-image img { max-width: 300px; width: 100%; }
    .brochure-contents { padding: 35px 0 0; width: 100%; }
    .brochure-contents .sub { font-size: 16px; }
    .brochure-contents .heading { font-size: 24px; }
    .brochure-contents .line { margin: 16px 0 24px; height: 30px; }
}


/* 채용정보 */
.recruit-introduce .inner { display: flex; justify-content: center; }
.recruit-introduce .chart { position: relative; padding: 400px; }
.recruit-introduce .chart .center { display: flex; align-items: center; justify-content: center; z-index: 2; position: relative; width: 430px; height: 430px; background: #2843c0; border-radius: 50%; box-shadow: 0 0 30px 0 rgba(51, 60, 140, 0.8); }
.recruit-introduce .chart .center img { width: 280px; height: auto; }
.recruit-introduce .block { padding-top: 145px; height: 100%; text-align: center; background: rgba(240, 240, 240, 0.6); border-radius: 50%; mix-blend-mode: multiply; }
.recruit-introduce .title { margin: 16px 0 23px; font-size: 26px; font-weight: 700; color: #2843c0; }
.recruit-introduce .title .eng { display: block; margin-top: 2px; line-height: 1; font-size: 20px; font-weight: 400; color: #b1b1ba; }
.recruit-introduce .text { line-height: 1.65; font-size: 17px; font-weight: 500; }
.recruit-introduce li { position: absolute; width: 540px; height: 540px; }
.recruit-ban { padding: 140px 0 150px; }
.recruit-ban .ban { padding: 130px 100px; color: #fff; background: url('/theme/cream/images/sub/recruit/intro/ban-background.jpg') no-repeat center / cover; }
.recruit-ban .ban .heading { font-size: 32px; font-weight: 700; }
.recruit-ban .ban .text { margin-top: 16px; line-height: 1.625; font-size: 20px; font-weight: 400; opacity: 0.8; }
.recruit-duty { padding-bottom: 140px; }
.recruit-duty .tabmenu { margin-bottom: 90px; }
.recruit-duty .list { display: flex; flex-wrap: wrap; margin: -25px; }
.recruit-duty .list li { padding: 25px; width: 50%; }
.recruit-duty .list .block { display: flex; padding: 60px 70px; height: 100%; border: 1px solid #e6e6e6; }
.recruit-duty .list .icon-wrap { width: 120px; }
.recruit-duty .list .contents { flex: 1 1; padding-left: 50px; }
.recruit-duty .list .title { font-size: 26px; font-weight: 700; color: #111111; }
.recruit-duty .list .text { margin-top: 10px; }
.recruit-duty .pannel { display: block; animation: pannelFadeIn ease 0.65s; }
.recruit-duty .pannel[hidden] { display: none; }
.recruit-process { padding-bottom: 150px; }
.recruit-process .list { display: flex; margin: -35px; }
.recruit-process .list li { padding: 35px; width: 20%; }
.recruit-process .list .block { position: relative; padding: 40px; border: 1px solid #e0e0e0; border-radius: 20px; }
.recruit-process .list .block::after { content: ''; position: absolute; top: 0; bottom: 0; right: -70px; margin: auto; width: 70px; height: 70px; background: url('/theme/cream/images/sub/recruit/process/process-arrow-right-1.png') no-repeat center / auto 23px }
.recruit-process .list .title { font-size: 30px; font-weight: 700; color: #111111; }
.recruit-process .list .title .num { display: block; margin-bottom: 4px; line-height: 1; font-size: 16px; font-weight: 700; color: #111111; opacity: .4; }
.recruit-process .list .icon-wrap { margin-top: 90px; text-align: right; }
.recruit-process .list li:nth-child(2) .block { border-color: #b0b1c1; }
.recruit-process .list li:nth-child(3) .block { border-color: #9698a6; }
.recruit-process .list li:nth-child(4) .block { border-color: #2843c0; }
.recruit-process .list li:nth-child(5) .block { border-color: #2843c0; background-color: #2843c0; color: #fff; box-shadow: 0 0 30px 0 rgba(51, 60, 140, 0.45); }
.recruit-process .list li:nth-child(2) .block::after { background-image: url('/theme/cream/images/sub/recruit/process/process-arrow-right-2.png'); }
.recruit-process .list li:nth-child(3) .block::after { background-image: url('/theme/cream/images/sub/recruit/process/process-arrow-right-3.png'); }
.recruit-process .list li:nth-child(4) .block::after { background-image: url('/theme/cream/images/sub/recruit/process/process-arrow-right-4.png'); }
.recruit-process .list li:nth-child(5) .title,
.recruit-process .list li:nth-child(5) .title .num { color: inherit; }
.recruit-process .list li:last-child .block::after { content: none; }
.recruit-process .footnote { margin-top: 60px; padding: 28px; text-align: center; background: #f9f9f9; border-radius: 8px; }
@keyframes pannelFadeIn {
    from { opacity: 0; visibility: hidden; }
    to { opacity: 1; visibility: visible; }
}
@media screen and (min-width: 1025px) {
    .recruit-introduce li:nth-child(1) { top: 0; left: 0; right: 0; margin: auto; }
    .recruit-introduce li:nth-child(2) { top: 0; bottom: 0; left: 0; margin: auto; }
    .recruit-introduce li:nth-child(3) { top: 0; bottom: 0; right: 0; margin: auto; }
    .recruit-introduce li:nth-child(4) { bottom: 0; left: 0; right: 0; margin: auto; }
    .recruit-introduce li:nth-child(1) .block { padding-top: 85px; }
    .recruit-introduce li:nth-child(2) .block { padding-right: 80px; }
    .recruit-introduce li:nth-child(3) .block { padding-left: 80px; }
    .recruit-introduce li:nth-child(4) .block { padding-top: 180px; }
}
@media screen and (max-width: 1500px) {
    .recruit-process .list { margin: -20px; }
    .recruit-process .list li { padding: 20px; }
    .recruit-process .list .block { padding: 34px 24px; }
    .recruit-process .list .block::after { right: -40px; width: 40px; height: 40px; background-size: auto 16px; }
    .recruit-process .list .title { font-size: 24px; }
    .recruit-process .list .icon-wrap img { width: auto; height: 64px; }
}
@media screen and (max-width: 1024px) {
    .recruit-introduce .chart { padding: 0; width: 100%; }
    .recruit-introduce .chart .center { margin-bottom: 50px; padding: 30px; width: 100%; height: auto; border-radius: 12px; box-shadow: 0 0 14px 0 rgba(51, 60, 140, 0.4); }
    .recruit-introduce .chart .center img { width: 220px; }
    .recruit-introduce .chart .list { display: flex; flex-wrap: wrap; margin: -10px; }
    .recruit-introduce li { position: static; padding: 10px; width: 50%; height: auto; }
    .recruit-introduce .block { padding: 30px; border-radius: 0; }
    .recruit-introduce .title { font-size: 22px; }
    .recruit-introduce .title .eng { font-size: 18px; }
    .recruit-introduce .text { font-size: 15px; }
    .recruit-ban { padding: 80px 0 120px; }
    .recruit-ban .ban { padding: 100px 64px; }
    .recruit-ban .ban .heading { font-size: 22px; }
    .recruit-ban .ban .text { font-size: 14px; }
    .recruit-duty .tabmenu { margin-bottom: 60px; }
    .recruit-duty .list { margin: -10px; }
    .recruit-duty .list li { padding: 10px; }
    .recruit-duty .list .icon-wrap { width: 80px; }
    .recruit-duty .list .block { padding: 36px; }
    .recruit-duty .list .contents { padding-left: 36px; }
    .recruit-duty .list .title { font-size: 22px; }
}
@media screen and (max-width: 768px) {
    .recruit-introduce .chart .center img { width: 180px; }
    .recruit-introduce li { width: 100%; }
    .recruit-introduce img { width: 40px; }
    .recruit-introduce .title { font-size: 18px; }
    .recruit-introduce .title .eng { font-size: 16px; }
    .recruit-introduce .text { font-size: 14px; }
    .recruit-ban .ban { padding: 60px 36px; background-position: center right 20%; }
    .recruit-ban .ban .heading { font-size: 18px; }
    .recruit-ban .ban .text { font-size: 13px; }
    .recruit-duty .tabmenu { margin-bottom: 45px; }
    .recruit-duty .list li { width: 100%; }
    .recruit-duty .list .block { flex-direction: column; padding: 24px; }
    .recruit-duty .list .title { font-size: 18px; }
    .recruit-duty .list .icon-wrap { width: 64px; }
    .recruit-duty .list .contents { padding: 24px 0 0; }
    .recruit-process .list { flex-direction: column; }
    .recruit-process .list li { width: 100%; }
    .recruit-process .list .block::after { right: 0; left: 0; top: auto; bottom: -40px; transform: rotate(90deg); }
    .recruit-process .list .title { font-size: 20px; }
    .recruit-process .list .icon-wrap { margin-top: 24px; }
    .recruit-process .list .icon-wrap img { height: 48px; }
}


/* 고객센터 */
.cscenter { padding-bottom: 150px; }
.cscenter-place { border-top: 2px solid #111111; }
.cscenter-place .row { display: flex; flex-direction: row-reverse; padding: 50px; border-bottom: 1px solid #e6e6e6; }
.cscenter-place .image-wrap { width: 50%; text-align: right; }
.cscenter-place .contents { padding-top: 35px; padding-right: 30px; width: 50%; }
.cscenter-place .title { margin: 12px 0 80px; line-height: 1.1; font-size: 60px; font-weight: 800; color: #111111; }
.cscenter-place dt { margin-bottom: 16px; font-size: 20px; }
.cscenter-place dd { margin-top: 10px; font-size: 17px; color: #999999; }
.cscenter-place .grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto; width: 60%; }
.cscenter-place .grid > dd:nth-child(1),
.cscenter-place .grid > dd:nth-child(2),
.cscenter-place .grid > dd:nth-child(3),
.cscenter-place .grid > dd:nth-child(4) { grid-column: 1; }
.cscenter-place .grid > dd:nth-child(5) { grid-row: 1; grid-column: 2; }
.cscenter-place .grid > dd:nth-child(6) { grid-row: 2; grid-column: 2; }
.cscenter-place .grid > dd:nth-child(7) { grid-row: 3; grid-column: 2; }
.cscenter-place .grid > dd:nth-child(8) { grid-row: 4; grid-column: 2; }
@media screen and (max-width: 1024px) {
    .cscenter { padding-bottom: 120px; }
    .cscenter-place .contents { padding-top: 0; }
    .cscenter-place .sub { font-size: 16px; }
    .cscenter-place .title { margin-bottom: 30px; font-size: 30px; }
    .cscenter-place dt { font-size: 18px; margin-bottom: 12px; }
    .cscenter-place dd { font-size: 16px; margin-top: 6px; }
    .cscenter-place .contents { padding: 30px 0 0; }
}
@media screen and (max-width: 768px) {
    .cscenter-place .row { flex-direction: column; padding: 30px 0; }
    .cscenter-place .image-wrap { width: 100%; }
    .cscenter-place .image-wrap img { width: 100%; }
    .cscenter-place .contents { width: 100%; }
    .cscenter-place .sub { font-size: 14px; }
    .cscenter-place .title { font-size: 18px; }
    .cscenter-place dt { font-size: 16px; }
    .cscenter-place dd { font-size: 14px; }
    .cscenter-place .grid { width: 100%; }
}




/* 게시판 */
.board .tabmenu { margin-bottom: 60px; }

.board-list { padding-bottom: 140px; }
.board-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.board-head .total { font-weight: 500; color: #666666; }

#fboardlist { margin-bottom: 70px;}
#bo_gall .gall_li .gall_img .no-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#bo_gall .gall_text_href { padding: 0; transition: color ease .15s; }
#bo_sch { z-index: 2 !important; display: block; position: static; padding: 0; width: auto; height: 50px; }
#bo_sch .sch_btn,
#bo_sch .btn_close { visibility: hidden; opacity: 0; }
#bo_sch form,
#bo_sch select,
#bo_sch .sch_input { height: 100%; font-size: 16px; font-weight: 500; color: #000000; }
#bo_sch select,
#bo_sch .sch_input { padding-right: 20px; padding-left: 20px; background-color: #f7f7f7; background-repeat: no-repeat; }
#bo_sch form { display: flex; align-items: center; }
#bo_sch select { margin-right: 10px; padding-right: 40px; background-image: url('/theme/cream/images/search-select-arrow.png'); background-position: center right 20px; background-size: auto 6px; }
#bo_sch .sch_input { padding-right: 50px; background-image: url('/theme/cream/images/search-input-submit.png'); background-position: center right 16px; background-size: auto 17px; }
.bo_btn { display: flex; align-items: center; justify-content: center; margin: 0; padding: 0; height: auto; border-bottom: none; }
.bo_btn li a,
.bo_btn li button { margin: 0 5px; width: 210px; height: 64px; line-height: 64px; text-align: center; border-radius: 100px; }
.bo_btn li .btn_b01 { color: #fff; background: #2843c0; border-color: #2843c0; }
.bo_btn li .btn_b02 { color: #000; background: #fff; border: 1px solid #e1e1e1; }
#bo_gall a.btn_b01:focus,
#bo_gall .btn_b01:hover { color: #fff; }

.board-certification .gall_img { overflow: hidden; position: relative; border: 1px solid #cccccc; }
.board-certification .gall_img::before { content: ''; display: block; padding-top: calc(636 / 452 * 100%); width: 100%; height: 0; }
.board-certification #bo_gall #gall_allchk { margin: 0; }
.board-certification #bo_gall #gall_ul { margin: -35px; padding: 0; }
.board-certification #bo_gall .gall_li { padding: 35px; width: 33.33333%; }
.board-certification #bo_gall .gall_li:nth-child(4n+1) { clear: none; }
.board-certification #bo_gall .gall_li .gall_img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 85%; height: 85%; object-fit: cover; transition: transform ease .55s; }
.board-certification #bo_gall .gall_li_tit { margin: 18px 0 0; line-height: 1.77; color: #111111; font-weight: 600; }

.board-newsroom .gall_img { overflow: hidden; position: relative; }
.board-newsroom .gall_img::before { content: ''; display: block; padding-top: calc(310 / 513 * 100%); width: 100%; height: 0; }
.board-newsroom #bo_gall #gall_allchk { margin: 0; }
.board-newsroom #bo_gall #gall_ul { margin: -35px -25px; padding: 0; }
.board-newsroom #bo_gall .gall_li { padding: 10px 16px 30px 20px; width: 33.33333%; }
.board-newsroom #bo_gall .gall_li:nth-child(4n+1) { clear: none; }
.board-newsroom #bo_gall .gall_li .gall_img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; object-fit: cover; transition: transform ease .55s; }
.board-newsroom #bo_gall .gall_li_tit { overflow: hidden; margin: 2px 0 0; line-height: 1.77; font-family: 'Noto Sans SC', 'Pretendard', sans-serif; font-size: 22px; color: #111111; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.board-newsroom #bo_gall .date { float: none; display: block; margin-top: 24px; font-size: 15px; font-weight: 600; color: #003cff; }

.board-media .gall_img { overflow: hidden; position: relative; }
.board-media .gall_img::before { content: ''; display: block; padding-top: calc(310 / 513 * 100%); width: 100%; height: 0; }
/* .board-media .gall_img::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 60px; height: 60px; background: url('') no-repeat center / auto 100%; border-radius: 50%; } */
.board-media #bo_gall #gall_allchk { margin: 0; }
.board-media #bo_gall #gall_ul { margin: -35px -25px; padding: 0; }
.board-media #bo_gall .gall_li { padding: 35px 25px; width: 33.33333%; }
.board-media #bo_gall .gall_li:nth-child(4n+1) { clear: none; }
.board-media #bo_gall .gall_li .gall_img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; object-fit: cover; transition: transform ease .55s; }
.board-media #bo_gall .gall_li_tit { overflow: hidden; margin: 18px 0 0; line-height: 1.77; font-size: 22px; color: #111111; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.board-media #bo_gall .date { float: none; display: block; margin-top: 24px; font-size: 15px; font-weight: 500; color: #999999; }

.board-magazine .gall_img { overflow: hidden; position: relative; width: 25%; }
.board-magazine .gall_img::before { content: ''; display: block; padding-top: calc(248 / 380 * 100%); width: 100%; height: 0; }
.board-magazine #bo_gall .gall_text_href { flex: 1 1; padding: 34px 0 0 50px; }
.board-magazine #bo_gall .gall_li_wr { display: flex; }
.board-magazine #bo_gall #gall_allchk { margin: 0; }
.board-magazine #bo_gall #gall_ul { margin: 0; padding: 0; border-top: 2px solid #000; }
.board-magazine #bo_gall .gall_li { padding: 50px 80px; width: 100%; border-bottom: 1px solid #e6e6e6; }
.board-magazine #bo_gall .gall_li:nth-child(4n+1) { clear: none; }
.board-magazine #bo_gall .gall_li .gall_img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; object-fit: cover; transition: transform ease .55s; }
.board-magazine #bo_gall .gall_li_tit { overflow: hidden; line-height: 1.77; font-size: 24px; color: #111111; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.board-magazine #bo_gall .gall_li_txt { overflow: hidden; display: block; margin: 18px 0 40px; line-height: 1.77; font-size: 16px; font-weight: 600; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.board-magazine #bo_gall .date { float: none; display: block; margin-top: 24px; font-size: 15px; font-weight: 500; color: #999999; }

.board-recruit .gall_img { overflow: hidden; position: relative; width: 25%; }
.board-recruit .gall_img::before { content: ''; display: block; padding-top: calc(248 / 380 * 100%); width: 100%; height: 0; }
.board-recruit #bo_gall .gall_text_href { flex: 1 1; padding: 0 34px 0 20px; }
.board-recruit #bo_gall .gall_li_wr { display: flex; }
.board-recruit #bo_gall #gall_allchk { margin: 0; }
.board-recruit #bo_gall #gall_ul { margin: 0; padding: 0; border-top: 2px solid #000; }
.board-recruit #bo_gall .gall_li { padding: 40px 60px; width: 100%; border-bottom: 1px solid #e6e6e6; }
.board-recruit #bo_gall .gall_li:nth-child(4n+1) { clear: none; }
.board-recruit #bo_gall .gall_li .gall_img img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%; object-fit: cover; transition: transform ease .55s; }
.board-recruit #bo_gall .gall_text_cat .cat { display: inline-block; padding: 0 20px; min-width: 90px; height: 34px; line-height: 34px; text-align: center; font-size: 16px; font-weight: 500; color: #22293c; border: 1px solid #22293c; border-radius: 100px; }
.board-recruit #bo_gall .gall_li_tit { overflow: hidden; margin-top: -0.15em; line-height: 1.77; font-size: 24px; color: #111111; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.board-recruit #bo_gall .gall_li_txt { overflow: hidden; display: block; margin: 18px 0 40px; line-height: 1.77; font-size: 16px; font-weight: 600; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.board-recruit #bo_gall .row { display: flex; align-items: center; margin-top: 10px; }
.board-recruit #bo_gall .chip { display: inline-block; margin-right: 10px; padding: 0 15px; min-width: 70px; height: 30px; line-height: 30px; text-align: center; font-size: 16px; color: #2843c0; background: #eceeff; border-radius: 50px; }
.board-recruit #bo_gall .chip-red { color: #B21016; background: #FBCFD0; }
.board-recruit #bo_gall .date { float: none; display: block; margin-top: 0; font-size: 18px; font-weight: 400; color: #666666; }
.board-recruit #bo_gall .gall_li_chk { position: static; }
.board-recruit #bo_gall .gall_text_button { display: flex; align-items: center; }
.board-recruit #bo_gall .gall_text_button .button { justify-content: space-between; margin-left: 20px; padding-right: 20px; padding-left: 20px; width: 180px; height: 50px; font-weight: 18; font-weight: 700; }
.board-recruit #bo_gall .gall_text_button .button .icon { width: 16px; height: 14px; }

.board-view { padding-top: 170px; padding-bottom: 140px; }
.board-view #bo_v { margin-bottom: 0; padding-bottom: 0; border-top: 2px solid #111111; border-right: none; border-left: none; border-bottom: none; }
.board-view #bo_v_title { padding-top: 42px; text-align: center; }
.board-view .bo_v_tit { margin: 0; font-family: 'Noto Sans SC', 'Pretendard', sans-serif; font-size: 30px; font-weight: 600; color: #111111; }
.board-view .bo_v_copy { margin: 0; font-size: 24px; font-weight: 500; color: #333333; }
.board-view #bo_v_info { padding: 22px 0 46px; text-align: center; font-size: 16px; font-weight: 500; color: #999999; }
.board-view #bo_v_atc { padding: 70px 50px 60px; border-top: 1px solid #e6e6e6; }
.board-view #bo_v_img { margin-bottom: 36px; text-align: center; }
.board-view #bo_v_con { min-height: auto; line-height: inherit; font-family: 'Noto Sans SC', 'Pretendard', sans-serif !important; font-size: inherit; color: inherit; }
.board-view #bo_v_con * { font-family: inherit !important; }
.board-view .bo_v_nb { margin: 0; border-right: none; border-left: none; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; }
.board-view .bo_v_nb li { border-bottom: none; }
.board-view .bo_v_nb li a { display: flex; padding: 36px 50px; color: #444444; }
.board-view .bo_v_nb .icon { display: inline-flex; margin-right: 20px; width: 10px; height: 10px; }
.board-view .bo_v_nb .icon::before { content: ''; display: block; width: 100%; height: 100%; background: url('/theme/cream/images/board-view-arrow.png') no-repeat center / 100% auto; }
.board-view .bo_v_nb .left { margin-right: 70px; color: #000000; }
.board-view .bo_v_nb .bo_v_next .icon::before { transform: rotate(180deg); }
.board-view .bo_v_nb .bo_v_prev { border-bottom: 1px solid #e6e6e6; }
.board-view #bo_v_bot { display: flex; align-items: center; justify-content: center; margin: 70px 0 0; }
.board-view #bo_v_bot a { margin: 0 5px; width: 210px; height: 64px; line-height: 64px; text-align: center; border-radius: 100px; }
.board-view #bo_v_bot .btn_b01 { color: #fff; background: #2843c0; border-color: #2843c0; }
.board-view #bo_v_bot .btn_b02 { color: #000; background: #fff; border: 1px solid #e1e1e1; }
.board-view .media-container { overflow: hidden; position: relative; margin-right: auto; margin-left: auto; margin-bottom: 36px; }
.board-view .media-container::before { content: ''; display: block; padding-top: 56.25%; height: 0; }
.board-view .media-container video,
.board-view .media-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.board-write { padding-top: 170px; padding-bottom: 140px; }
.board-write #bo_w .bo_w_select select { padding-top: 4px; padding-bottom: 4px; height: 50px; border-radius: 0; border-color: #e1e1e1; }
.board-write #bo_w .bo_w_flie .frm_file { margin-bottom: 0; padding-top: 0; padding-bottom: 0; height: auto; }
.board-write #bo_w .bo_w_flie .file_wr { height: auto; }
.board-write #bo_w .btn_submit { background: #111; }
.board-write .btn_cke_sc { height: auto; }
.board-write .write_div { margin-top: 15px; margin-bottom: 15px; }
.board-write .write_div .h-auto { height: auto; }
@media (hover: hover) and (pointer: fine) {
    #bo_gall .gall_li_wr:hover .gall_li_tit { color: #2843c0; }

	#bo_gall .gall_li_wr:hover .gall_img img { transform: scale(1.1); }
}
@media screen and (max-width: 1024px) {
    .board .tabmenu { margin-bottom: 45px; }
    .board-head { flex-direction: column-reverse;; align-items: flex-start; margin-bottom: 35px; }

    #bo_sch { margin-bottom: 30px; width: 100%; }
    #bo_sch select { width: 150px; height: 40px; }
    #bo_sch .sch_input { flex: 1 1;  height: 40px; }
    #bo_sch form, #bo_sch select, #bo_sch .sch_input { font-size: 14px; }

    #fboardlist { margin-bottom: 35px; }
    .bo_btn li a,
    .bo_btn li button { margin: 0 2px; height: 50px; line-height: 50px; }

    .board-certification #bo_gall #gall_ul { margin: -15px; }
    .board-certification #bo_gall .gall_li { padding: 15px; }

    .board-newsroom #bo_gall .gall_li_tit { margin-top: 4px; font-size: 20px; }
    .board-newsroom #bo_gall .date { margin-top: 16px; font-size: 14px; }

    .board-media #bo_gall .gall_li_tit { margin-top: 12px; font-size: 20px; }

    .board-magazine #bo_gall .gall_li { padding: 36px 0; }
    .board-magazine #bo_gall .gall_text_href { padding: 0 0 0 34px; }
    .board-magazine #bo_gall .gall_li_tit { font-size: 20px; }
    .board-magazine #bo_gall .gall_li_txt { margin: 14px 0 24px; font-size: 15px; }
    .board-magazine #bo_gall .date { margin-top: 14px; font-size: 14px; }

    .board-recruit #bo_gall .gall_li { padding: 30px 24px; }
    .board-recruit #bo_gall .gall_li_tit { font-size: 20px; }
    .board-recruit #bo_gall .gall_text_cat .cat { min-width: 60px; font-size: 14px; }
    .board-recruit #bo_gall .chip { min-width: 60px; font-size: 14px; }
    .board-recruit #bo_gall .date { font-size: 16px; }
    .board-recruit #bo_gall .gall_text_button .button { width: 160px; }

    .board-view { padding-top: 120px; padding-bottom: 120px; }
    .board-view .bo_v_tit { font-size: 24px; }
    .board-view #bo_v_info { font-size: 14px; }
    .board-view #bo_v_atc { padding: 48px 0; }
    .board-view #bo_v_bot { margin-top: 35px; }
    .board-view #bo_v_bot a { margin: 0 2px; height: 50px; line-height: 50px; }
}
@media screen and (max-width: 768px) {
    .board .tabmenu { margin-bottom: 35px; }

    .board-certification #bo_gall .gall_li { width: 50%; }

    .board-newsroom #bo_gall .gall_li_tit { font-size: 18px; }
    .board-newsroom #bo_gall .date { margin-top: 10px; font-size: 13px; }
    .board-newsroom #bo_gall .gall_li { width: 50%; }

    .board-media #bo_gall .gall_li { width: 50%; }
    .board-media #bo_gall .gall_li_tit { margin-top: 10px; font-size: 13px; }

    .board-magazine .gall_img { width: 100%; }
    .board-magazine #bo_gall .gall_li { padding: 24px 0; }
    .board-magazine #bo_gall .gall_li_wr { flex-direction: column; }
    .board-magazine #bo_gall .gall_li_tit { font-size: 18px; }
    .board-magazine #bo_gall .gall_li_txt { font-size: 14px; }
    .board-magazine #bo_gall .gall_text_href { padding: 10px 0 0; }
    .board-magazine #bo_gall .date { font-size: 13px; }

    .board-recruit #bo_gall .gall_li { padding: 30px 0; }
    .board-recruit #bo_gall .gall_li_wr { flex-direction: column; }
    .board-recruit #bo_gall .gall_li_tit { font-size: 16px; }
    .board-recruit #bo_gall .gall_text_href { padding: 14px 0 30px; }
    .board-recruit #bo_gall .gall_text_cat .cat { font-size: 13px; }
    .board-recruit #bo_gall .chip { min-width: 60px; font-size: 12px; }
    .board-recruit #bo_gall .date { font-size: 14px; }
    .board-recruit #bo_gall .gall_text_button .button { margin-left: 0; margin-right: 4px; width: 140px; height: 40px; }

    .board-view { padding-top: 100px; }
    .board-view .bo_v_tit { font-size: 20px; }
    .board-view #bo_v_title { padding-top: 24px; }
    .board-view #bo_v_info { padding-bottom: 24px; }
    .board-view #bo_v_atc { padding: 36px 0; }
    .board-view #bo_v_info { font-size: 13px; }
}


/* ------- 문의하기 ------- */
.inquiry-container .inquiry-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 14px; }
.inquiry-container .inquiry-head .title { font-size: 40px; font-weight: 700; color: #111111; }
.inquiry-container .inquiry-head .note { margin: 0; color: inherit; }
.inquiry-container .inquiry-body .terms-container { margin-top: 70px; }
.inquiry-container .inquiry-foot { margin-top: 70px; text-align: center; }
.inquiry-container .inquiry-foot .button { max-width: 220px; width: 100%; height: 64px; }
.inquiry-container table { border-top: 1px solid #1c1c1c; }
.inquiry-container table tr { border-bottom: 1px solid #dcdcdc; }
.inquiry-container table th { padding: 42px 0 30px; vertical-align: top; width: 200px; text-align: left; font-weight: 500; color: #111; }
.inquiry-container table td { padding: 30px 0; }
.inquiry-container input,
.inquiry-container select,
.inquiry-container textarea { min-width: 100%; background-color: #f7f7f7; border-color: #f7f7f7; border-radius: 0; }
.inquiry-container textarea { height: 300px; }
.inquiry-container .radio label { font-size: inherit; color: inherit; }
.inquiry-container .file-upload { display: flex; align-items: center; position: relative; margin-top: 6px; max-width: 550px; }
.inquiry-container .file-upload:first-child { margin-top: 0; }
.inquiry-container .file-upload .input-wrap { position: relative; width: 100%; }
.inquiry-container .file-upload .input { display: block; padding: 0 40px 0 20px; line-height: 60px; height: 60px; background: #f7f7f7; user-select: none; border-radius: 0; }
.inquiry-container .file-upload .delete { display: none; position: absolute; top: 0; right: 11px; bottom: 0; margin: auto; width: 30px; height: 30px; background: url('/theme/cream/images/icon-close.svg') no-repeat center / auto 50%; cursor: pointer; }
.inquiry-container .file-upload .button { flex: 1 0 150px; width: 150px; line-height: 60px; height: 60px; color: #fff; cursor: pointer; background: #333333; }
.inquiry-container .file-upload .file-input { position: absolute; top: 0; left: 0; margin: 0; padding: 0;  width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden; }
/* .inquiry-container .file-upload .input.is-selected { color: #000; background: #ebebeb; border-color: #ebebeb; } */
.inquiry-container .file-upload .input.is-selected ~ .delete { display: block; }
.inquiry-container p { margin-top: 14px; font-size: 16px; color: #999999; }
.inquiry-container .check input { min-width: auto; }
@media screen and (pointer: fine) {

}
@media screen and (min-width: 1025px) {
	.inquiry-container table td { height: 118px; }
	.inquiry-container input,
	.inquiry-container select,
	.inquiry-container textarea { padding-top: 16px; padding-bottom: 16px; }
}
@media screen and (max-width: 1024px) {
    .inquiry-container input,
    .inquiry-container select,
    .inquiry-container textarea { min-width: auto; width: 100%; }
	.inquiry-container table,
	.inquiry-container table tbody,
	.inquiry-container table tr,
	.inquiry-container table th,
	.inquiry-container table td { display: block; }
	.inquiry-container table th { padding: 20px 0 6px; width: 100%; }
	.inquiry-container table td { padding: 6px 0 20px; }
	.inquiry-container .input { width: 100%; }
	.inquiry-container .inquiry-head { margin-bottom: 20px; }
	.inquiry-container .inquiry-head .title { font-size: 30px; }
	.inquiry-container .inquiry-head .note { margin-bottom: 6px; font-size: 14px; }
	.inquiry-container .inquiry-body .terms-container { margin-top: 40px; }
	.inquiry-container .inquiry-foot { margin-top: 50px; }
	.inquiry-container .inquiry-foot .button { height: 50px; }
}
@media screen and (max-width: 768px) {
    .inquiry-container textarea { height: 200px; }
    .input-group.email input,
    .input-group.email select { min-width: auto; }
	.inquiry-container .inquiry-head { margin-bottom: 14px; }
	.inquiry-container .inquiry-head .title { font-size: 24px; }
	.inquiry-container .inquiry-head .note { font-size: 13px; }
	.inquiry-container .inquiry-body .terms-container { margin-top: 30px; }
    .inquiry-container .file-upload .input { height: 50px; }
    .inquiry-container .file-upload .button { height: 50px; }
}
