@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%
}

body {
    position: relative;
    font-family: '微软雅黑', '宋体', sans-serif;
    font-size: 16px;
    color: #555;
    letter-spacing: -0.7px;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-height: 1;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
form,
fieldset,
table,
tr,
th,
td {
    margin: 0;
    padding: 0
}

ul,
ol,
li {
    list-style: none
}

img,
fieldset {
    border: none;
    vertical-align: top
}

legend,
caption {
    position: absolute;
    top: -9999px;
    left: -9999px;
    z-index: -1
}

textarea,
button {
    vertical-align: middle
}

input,
select {
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e0e0e0;
    font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
    color: #555;
    letter-spacing: -0.6px;
    border-radius: 0;
    font-size: 16px;
    color: #000
}

input {
    padding: 3px 10px;
    height: 32px
}

option {
    padding: 3px 10px;
}

input[type="radio"],
input[type="checkbox"] {
    border: 0;
    padding: 0;
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="password"] {
    height: 40px;
    border: 1px solid #e0e0e0;
    color: #999;
    background: #fff;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="text"] {
    width: 278px;
    background: #fff;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="tel"] {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

input[type="file"] {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

select {
    padding: 5px 30px 5px 10px;
    height: 40px;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("/common/images/icon/select_arrow.png") no-repeat right 15px center;
}

select::-ms-expand {
    display: none;
}

@-moz-document url-prefix() {
    select {
        padding-left: 10px;
    }
}

textarea {
    padding: 10px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e0e0e0;
    font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
    color: #555;
    font-size: 16px;
    letter-spacing: -0.6px;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

a {
    text-decoration: none;
    color: #555;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    width: 100%;
}

button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
    font-size: 16px;
    font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
}

button:active {
    outline: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

strong {
    font-weight: normal
}

th {
    font-weight: normal
}

::-webkit-input-placeholder {
    color: #cfcfcf;
}

:-moz-placeholder {
    color: #cfcfcf;
    opacity: 1;
}

::-moz-placeholder {
    color: #cfcfcf;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #cfcfcf;
}

:placeholder-shown {
    color: #cfcfcf;
}


/* 간격 */

.mt0 {
    margin-top: 0px !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt35 {
    margin-top: 35px !important
}

.mt40 {
    margin-top: 40px !important
}

.mt45 {
    margin-top: 45px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt80 {
    margin-top: 80px !important
}

.mb0 {
    margin-bottom: 0px !important
}


/*  */

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#cBody {
    position: relative;
    width: 100%;
}

.subWrap {
    padding-bottom: 140px;
}

.ovF {
    overflow: hidden;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.blind {
    width: 0;
    height: 0;
    text-indent: -9999px;
    font-size: 0;
}

.inner {
    width: 1400px;
    margin: 0 auto;
}

.borT {
    border-top: 1px solid #e0e0e0;
}

.fBold {
    font-weight: bold;
}

.goCon {
    position: fixed;
    top: -50px;
    left: 0;
    z-index: 9999;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 1;
    background: #272727;
}

.goCon:focus {
    top: 0;
}

#header {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 96px;
    box-sizing: border-box;
    background: #fff;
}

#header h1 {
    float: left;
    margin: 8px 25px 0 40px;
}

#header h1 a {
    display: block;
    width: 434px;
    height: 75px;
    background: url("/common/images/logo_c.png") no-repeat 0 0;
    text-indent: -9999px;
    font-size: 0;
}

#header .moin {
    float: left;
    margin-top: 25px;
}

#header .moin a {
    display: block;
    width: 67px;
    height: 38px;
    background: url("/common/images/moin_logo_c.png") no-repeat 0 0;
    text-indent: -9999px;
    font-size: 0;
}

#header #gnb {
    width: 1200px;
    margin: 0 auto;
}

#header #gnb:after {
    content: "";
    display: block;
    clear: both;
}

#header #gnb>li {
    position: relative;
    float: left;
    width: 120px;
}

#header #gnb li .oneD {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 38.5px 0px;
    text-align: center;
}

#header #gnb li.on .oneD {
    position: relative;
    color: #8cc63e;
}

#header #gnb li.on .oneD span {
    border: 1px solid #FFFFFF;
    padding: 5px 15px;
    border-radius: 14px;
}

#header #gnb li.on .oneD:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #8cc63e;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 3
}

#header #gnb li .twoD {
    position: absolute;
    top: 96px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 391px;
    padding-top: 40px;
    display: none;
}

#header #gnb li.on .twoD {
    background: #f5f5f5;
}

#header #gnb li .twoD li a {
    display: block;
    text-align: center;
    line-height: 38px;
}

#header #gnb li .twoD li a:hover {
    font-weight: bold;
    color: #000;
}

#header .rightDiv {
    position: absolute;
    top: 0;
    right: 0;
}

#header .rightDiv .util:after {
    content: "";
    display: block;
    clear: both;
}

#header .rightDiv .lang {
    float: left;
    position: relative;
    text-align: center;
    font-family: 'Proxima-Regular', sans-serif;
}

#header .rightDiv .lang>a {
    display: block;
    width: 180px;
    margin: 27px 0;
    padding: 10px 0;
}

#header .rightDiv .lang>a img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

#header .rightDiv .lang>a span {
    background: url("/common/images/icon/lang_moreIcon.png") no-repeat right center;
    padding-right: 15px;
}

#header .rightDiv .lang div {
    position: absolute;
    top: 96px;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 13px 0;
    border-top: 2px solid #8cc63e;
    background: #fff;
    display: none;
}

#header .rightDiv .lang div a {
    display: block;
    line-height: 26px;
    color: #777
}

#header .rightDiv .lang div a.on {
    color: #8cc63e;
    font-family: 'Proxima-Bold', sans-serif;
    font-weight: normal;
}

#header .rightDiv .srchBtn {
    display: block;
    float: left;
    margin-top: 30px;
    width: 96px;
    height: 30px;
    background: url("/common/images/btn/srchBtn_icon.png") no-repeat center;
    border-left: 1px solid #e0e0e0;
}

#header .rightDiv .allMenu {
    float: left;
}

#header .rightDiv .allMenu .allMenuBtn {
    display: block;
    width: 96px;
    height: 96px;
    background: rgba(0, 0, 0, .5) url("../img/allMenuBtn.png") no-repeat center;
}

#header .rightDiv .allMenu .allMenuBtn.on {
    background-image: url("../img/allMenuBtn_on.png");
}

#header .gnbBg {
    position: absolute;
    top: 96px;
    z-index: 1;
    width: 100%;
    height: 430px;
    border-top: 1px solid #e0e0e0;
    background: #fff;
    display: none;
    margin: 0 auto
}

.allMenu .openDiv {
    display: none;
    overflow-y: auto;
    height: calc(100% - 96px);
    height: -webkit-calc(100% - 96px);
    position: fixed;
    top: 96px;
    left: 100%;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

.allMenu .openDiv .oneD_area {
    margin: 80px 0;
}

.allMenu .openDiv .oneD_area .store_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.allMenu .openDiv .oneD_area .storeItem {
    overflow: hidden;
}

.allMenu .openDiv .oneD_area .store_item {
    float: left;
    margin-right: 46px;
}

.allMenu .openDiv .oneD_area .store_item .store_name {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}

.allMenu .openDiv .oneD_area:last-child {
    margin-bottom: 60px;
}

.allMenu .openDiv .oneD_area .oneD {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.allMenu .openDiv .oneD_area>.twoD_area {
    padding: 40px 0;
    margin-top: 10px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.allMenu .openDiv .oneD_area>.twoD_area:after {
    content: "";
    display: block;
    clear: both;
}

.allMenu .openDiv .oneD_area>.twoD_area .twoD {
    float: left;
    width: 175px;
}

.allMenu .openDiv .oneD_area>.twoD_area .twoD>a {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
}

.allMenu .openDiv .oneD_area>.twoD_area .twoD .thrD a {
    display: block;
    margin: 18px 0;
    line-height: 1.3;
}

.allMenu .openDiv .oneD_area>.twoD_area .twoD .thrD a:last-child {
    margin-bottom: 0;
}

.allMenu .openDiv .oneD_area>.twoD_area .twoD_inner {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.allMenu .openDiv .oneD_area .oneD.curent {
    color: #8cc63e;
}

.allMenu .openDiv .oneD_area>.twoD_area .twoD>a.curent {
    color: #8cc63e;
}

.allMenu .openDiv .oneD_area>.twoD_area .twoD .thrD a.curent {
    color: #000;
    font-weight: bold;
}

.allMenu .openDiv .oneD_area:hover .oneD {
    color: #8cc63e;
}


/* hover */

.allMenu .openDiv .oneD_area>.twoD_area .twoD:hover>a {
    color: #8cc63e;
}

.allMenu .openDiv .oneD_area>.twoD_area .twoD .thrD a:hover {
    color: #000;
    font-weight: bold;
}

.allMenu .openDiv .mlangBtn {
    display: none;
}


/* main header */

#header.main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
    border-bottom: 1px solid #7d9c91;
    background: rgba(0, 0, 0, .2);
}

#header.main h1 a {
    background-image: url("../img/logo.png");
    background-size: 100% 100%;
}

#header.main .moin a {
    background-image: url("../img/logo_bg.png");
}

#header.main #gnb li .oneD {
    color: #fff;
}

#header.main .rightDiv .lang>a span {
    color: #fff;
    background: url("../img/main_lang_moreIcon.png") no-repeat right center;
}

#header.main .rightDiv .srchBtn {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    background: url("/common/images/btn/main_srchBtn_icon.png") no-repeat center;
}


/* main header - SCROLLED, HOVER */

#header.main.scrolled,
#header.main.hover {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}

#header.main.scrolled h1 a,
#header.main.hover h1 a {
    background: url("../img/logo_bg.png") no-repeat 0 0;
    background-size: 100% 100%;
}

#header.main.scrolled .moin a,
#header.main.hover .moin a {
    background: url("/common/images/moin_logo_c.png") no-repeat 0 0;
}

#header.main.scrolled #gnb li .oneD,
#header.main.hover #gnb li .oneD {
    color: #000;
}

#header.main.scrolled .rightDiv .lang>a span,
#header.main.hover .rightDiv .lang>a span {
    color: #555;
    background: url("/common/images/icon/lang_moreIcon.png") no-repeat right center;
}

#header.main.scrolled .rightDiv .srchBtn,
#header.main.hover .rightDiv .srchBtn {
    background: url("/common/images/btn/srchBtn_icon.png") no-repeat center;
    border-left: 1px solid #e0e0e0;
}


/* footer */

#footer {
    position: relative;
}

#footer .top {
    background: #262626;
    padding: 50px 0;
}

#footer .top .inner {
    position: relative;
}

#footer .top .left .links a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

#footer .top .left .links a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0 15px 0 20px;
}

#footer .top .left .links a:last-child:after {
    display: none;
}

#footer .top .left>p {
    color: rgba(255, 255, 255, 0.4);
    margin-top: 20px;
    color: #fff;
}

#footer .top .left>p>span {
    margin-left: 10px;
}

#footer .top .familySite {
    position: absolute;
    top: 5px;
    right: 0;
}

#footer .top .familySite>p {
    color: #fff;
    margin-bottom: 24px;
}

#footer .top .familySite .footerCodeBox {
    display: flex;
    align-items: center;
}

#footer .top .familySite .footerCodeBox .footerCode_item {
    text-align: center;
    color: #e6e1e1;
    font-size: 14px;
    margin-right: 62px;
}

#footer .top .familySite .footerCodeBox .footerCode_item .footer_code {
    width: 98px;
    height: 98px;
    background: #fff;
    display: block;
    margin-bottom: 17px;
}

#footer .bottom {
    background: #303030;
    padding: 20px 0;
}

#footer .bottom .inner:after {
    content: "";
    display: block;
    clear: both;
}

#footer .bottom p {
    float: left;
}

#footer .bottom .copyright {
    padding: 7px 0;
    float: left;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
}

#footer .bottom .sns {
    float: right;
    margin-top: 5px;
}

#footer .bottom .sns a:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 15px;
}

#footer .bottom .sns a:last-child:after {
    display: none;
    margin: 0
}

#footer .bottom .award {
    float: right;
    margin: -7px 30px 0 0;
}

.box3 {
    position: relative;
    background: rgba(43, 46, 149, 0.3);
    overflow: hidden;
}

.box3:after {
    display: block;
    content: "";
    padding-top: 50%;
}

.bisBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.box3Bg,
.box3Bg .swiper-wrapper,
.box3Bg .swiper-slide {
    height: 100% !important;
    width: 100% !important;
}

.box3Bg {
    position: absolute !important;
    top: 0;
    left: 0;
}

.box3Bg .swiper-wrapper {
    transform: translate(1px) !important;
    margin-left: -1px;
    left: 0 !important;
}

.box3Bg .swiper-slide {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    transform: scale(1.3);
    transition: 1.5s ease-in-out;
}

.box3Bg .swiper-slide-active {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 2;
    transform: scale(1);
}

.bisPhrase {
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 9;
}

.bisList {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.bisList1 {
    height: 100%;
    width: 100%;
}

.bisList1 dd {
    float: left;
    display: inline;
    width: 33.3%;
    height: 100%;
}

.bisList1 dd .maxBox {
    position: relative;
    width: 100%;
    height: 100%;
}

.bisList1 dd a {
    display: block;
    height: 100%;
    *border-color: #fff;
    position: relative;
    border-radius: 5px;
}

.bisList1 dd a:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.bisList1 .listBox1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
}

.bisList1 .listBox1 .iconBox {
    width: 125px;
    height: 125px;
    margin: 0 auto;
}

.bisList1 dd .listBox1 .txt {
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.bisList1 .listBox {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(00, 00, 00, 0);
    width: 100%;
    height: 100%;
    transform: scale(0.2);
    transition: 0.6s ease;
}

.bisList1 dd .listBox .listImg {
    text-align: center;
}

.bisList1 .listTxt {
    padding: 20px;
}

.bisList1 .listBox .listTit {
    color: #fff;
    font-size: 16px;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
    height: 26px;
    padding: 8% 0 8% 0;
    text-align: center;
}

.bisList1 .listBox .listInfr {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    padding: 20px 15px 0;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s linear;
    -webkit-box-orient: vertical;
    text-align: center;
}

.bisList1 .listBox .listInfr:after {
    content: '';
    width: 30px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -15px;
}

.bisList1 .listBox .more {
    width: 38px;
    height: 38px;
    margin: auto;
    background: url(../images/jia.png) center center no-repeat;
}

.bisList1 dd:hover .listBox {
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.bisList1 dd:hover .listBox1 {
    background: rgba(00, 00, 00, 0.2);
}

.listBox1 .table .tableCell {
    vertical-align: bottom;
    padding-bottom: 220px;
}

.bisList1 dd:hover .listBox .listInfr {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0.3s;
}

.swiper-wrapper {
    position: relative;
}

.box3BgMask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
    opacity: 0.6;
}

.aboutBgLeft1 {
    position: absolute;
    height: 50% !important;
}

.aboutBgLeft1 .newsTit span {
    color: #fff !important;
}

.aboutBgLeft1 .bisPhrase1 {
    color: #fff !important;
    background: url(../img/proRight.png) no-repeat right center !important;
}

.aboutBgLeft1 .bisPhrase1 a {
    color: #fff !important;
}


/* 第四滑块start */

.box4 {
    width: 100%;
    height: 100%;
    background: #173245;
    position: relative;
}

.box4_bg {
    width: 100%;
    height: 100vh;
    animation-name: none;
    animation-direction: normal;
    animation-duration: 0s;
    animation-delay: 0s;
    position: absolute;
    top: 0;
    left: 0;
}

.box4 .section4 {
    animation-name: scaleBigToSmall;
    animation-duration: 1.5s;
    animation-delay: 0.5s;
    animation-fill-mode: both;
}

.box4_ul {
    overflow: hidden;
}

.box4_ul li {
    float: left;
    display: inline;
    width: 20%;
    height: 100vh;
    position: relative;
}

.box4_ul li .box4_content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.box4_ul li .box4_content .aboutBgLeft {
    text-align: left;
}

.box4_ul li:nth-child(odd) .box4_content {
    bottom: -100vh;
    cursor: pointer;
}

.box4_ul li:nth-child(even) .box4_content {
    top: -100vh;
}

.box4_ul li .box4_content .box4_content_img {
    margin: 450px auto 50px;
    width: 90px;
    height: 90px;
}

.box4_ul li .box4_content .box4_content_name {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}

.box4_ul li .box4_contentShow {
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 45px;
    position: relative;
}

.box4_contentUI {
    overflow: hidden;
    margin-top: 150px;
}

.box4_contentUI li {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px dashed #bfbfbf;
}

.box4_contentUI li p:nth-child(1) {
    font-size: 16px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.box4_contentUI li p:nth-child(2) {
    font-size: 14px;
    color: #999;
    width: 100%;
    text-align: right;
    margin: 20px 0;
}

.box4_contentUI li p:nth-child(3) {
    font-size: 14px;
    color: #666;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box4_contentBTN {
    display: block;
    width: 122px;
    height: 38px;
    box-sizing: border-box;
    text-align: center;
    line-height: 38px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    color: #666;
    margin: 50px auto 0;
}

#Area {
    width: 9999px !important;
}

@media screen and (max-width:1600px) {
    .subWrap {
        padding-bottom: 120px;
    }
    .inner {
        width: auto;
        padding: 0 5%;
    }
    .h3TxtArea .txt {
        word-break: keep-all;
    }
    /* header */
    #header {
        height: 75px;
    }
    #header h1 {
        margin: 7px 20px 0 20px
    }
    #header h1 a {
        width: 120px;
        height: 27px;
        background-size: 100% auto;
    }
    #header .moin a {
        width: 48px;
        height: 27px;
        background-size: 100% auto;
    }
    #header #gnb {
        width: 63%;
    }
    #header #gnb>li {
        width: 11%;
    }
    #header #gnb li .oneD {
        font-size: 16px;
        padding: 29px 0 30px;
    }
    #header #gnb li .twoD {
        top: 75px;
        width: 100%;
        height: 336px;
        padding-top: 20px;
    }
    #header #gnb li .twoD li a {
        font-size: 14px;
        line-height: 35px;
    }
    #header .gnbBg {
        top: 75px;
        height: 355px;
    }
    #header .rightDiv .lang {
        font-size: 14px;
    }
    #header .rightDiv .lang>a {
        width: 120px;
        margin: 21px 0;
    }
    #header .rightDiv .lang div {
        top: 74px;
    }
    #header .rightDiv .srchBtn {
        width: 70px;
        margin-top: 21px;
        background-size: 17px auto;
    }
    #header .rightDiv .allMenu .allMenuBtn {
        width: 75px;
        height: 74px;
        background-size: 27px;
    }
    .srchArea {
        top: 75px;
        padding: 60px 0 25px;
    }
    .srchArea .inputArea {
        width: 600px;
    }
    .allMenu .openDiv {
        height: calc(100% - 75px);
        height: -webkit-calc(100% - 75px);
        top: 75px;
    }
    .allMenu .openDiv .oneD_area {
        margin: 60px 0;
    }
    .allMenu .openDiv .oneD_area:last-child {
        margin-bottom: 40px;
    }
    .allMenu .openDiv .oneD_area .oneD {
        font-size: 22px;
    }
    .allMenu .openDiv .oneD_area>.twoD_area {
        padding: 30px 0;
        margin-top: 30px;
    }
    .allMenu .openDiv .oneD_area>.twoD_area .twoD {
        width: 12%;
    }
    .allMenu .openDiv .oneD_area>.twoD_area .twoD>a {
        font-size: 16px;
    }
    .allMenu .openDiv .oneD_area>.twoD_area .twoD .thrD a {
        font-size: 14px;
        margin: 15px 0;
    }
    .allMenu .openDiv .oneD_area>.twoD_area .twoD_inner {
        padding-top: 15px;
    }
    #header.main.hover h1 a {
        width: 270px;
        height: 60px;
        background: url(../img/min_logo_bg.png) no-repeat 0 0 !important;
    }
    #header.main h1 a {
        width: 270px;
        height: 60px;
        background: url(../img/min_logo.png) no-repeat 0 0 !important;
        background-size: 100% 100%;
    }
    #header.main .moin a {
        background-size: 100% auto;
    }
    #header.main.scrolled h1 a,
    #header.main.hover h1 a {
        background: url(../img/min_logo_bg.png) no-repeat 0 0 !important;
        background-size: 100% 100%;
    }
    #header.main.scrolled .moin a,
    #header.main.hover .moin a {
        background-size: 100% auto;
    }
    .mainCon1 .mainCon1_title {
        margin-top: 100px !important;
    }
    .listBox1 .table .tableCell {
        padding-bottom: 200px !important;
    }
    .box4_ul li .box4_content .box4_content_img {
        margin: 500px auto 50px
    }
    .titwrap {
        padding: 150px 0 0 !important;
    }
    .containero {
        width: 1200px !important;
    }
    .mainCon3 .bottomArea .box .hover .icon {
        padding: 20px !important;
    }
    .mainCon3 .bottomArea .box {
        width: 300px !important;
        height: 300px !important;
        box-sizing: border-box !important;
    }
    .us_containero {
        width: 1200px !important;
    }
    .usL_item {
        margin-bottom: 20px !important;
    }
    .us_r img {
        margin-top: 80px !important;
        width: 500px !important;
        height: 600px !important;
    }
}

@media screen and (max-width:1480px) {
    .subWrap {
        padding-bottom: 120px;
    }
    .inner {
        width: auto;
        padding: 0 5%;
    }
    .h3TxtArea .txt {
        word-break: keep-all;
    }
    /* header */
    #header {
        height: 75px;
    }
    #header h1 {
        margin: 7px 20px 0 20px
    }
    #header h1 a {
        width: 120px;
        height: 27px;
        background-size: 100% auto;
    }
    #header .moin a {
        width: 48px;
        height: 27px;
        background-size: 100% auto;
    }
    #header #gnb {
        width: 63%;
    }
    #header #gnb>li {
        width: 11%;
    }
    #header #gnb li .oneD {
        font-size: 16px;
        padding: 29px 0 30px;
    }
    #header #gnb li .twoD {
        top: 75px;
        width: 100%;
        height: 336px;
        padding-top: 20px;
    }
    #header #gnb li .twoD li a {
        font-size: 14px;
        line-height: 35px;
    }
    #header .gnbBg {
        top: 75px;
        height: 355px;
    }
    #header .rightDiv .lang {
        font-size: 14px;
    }
    #header .rightDiv .lang>a {
        width: 120px;
        margin: 21px 0;
    }
    #header .rightDiv .lang div {
        top: 74px;
    }
    #header .rightDiv .srchBtn {
        width: 70px;
        margin-top: 21px;
        background-size: 17px auto;
    }
    #header .rightDiv .allMenu .allMenuBtn {
        width: 75px;
        height: 74px;
        background-size: 27px;
    }
    .srchArea {
        top: 75px;
        padding: 60px 0 25px;
    }
    .srchArea .inputArea {
        width: 600px;
    }
    .allMenu .openDiv {
        height: calc(100% - 75px);
        height: -webkit-calc(100% - 75px);
        top: 75px;
    }
    .allMenu .openDiv .oneD_area {
        margin: 60px 0;
    }
    .allMenu .openDiv .oneD_area:last-child {
        margin-bottom: 40px;
    }
    .allMenu .openDiv .oneD_area .oneD {
        font-size: 22px;
    }
    .allMenu .openDiv .oneD_area>.twoD_area {
        padding: 30px 0;
        margin-top: 30px;
    }
    .allMenu .openDiv .oneD_area>.twoD_area .twoD {
        width: 12%;
    }
    .allMenu .openDiv .oneD_area>.twoD_area .twoD>a {
        font-size: 16px;
    }
    .allMenu .openDiv .oneD_area>.twoD_area .twoD .thrD a {
        font-size: 14px;
        margin: 15px 0;
    }
    .allMenu .openDiv .oneD_area>.twoD_area .twoD_inner {
        padding-top: 15px;
    }
    #header.main.hover h1 a {
        width: 270px;
        height: 60px;
        background: url(../img/min_logo_bg.png) no-repeat 0 0 !important;
    }
    #header.main h1 a {
        width: 270px;
        height: 60px;
        background: url(../img/min_logo.png) no-repeat 0 0 !important;
        background-size: 100% 100%;
    }
    #header.main .moin a {
        background-size: 100% auto;
    }
    #header.main.scrolled h1 a,
    #header.main.hover h1 a {
        background: url(../img/min_logo_bg.png) no-repeat 0 0 !important;
        background-size: 100% 100%;
    }
    #header.main.scrolled .moin a,
    #header.main.hover .moin a {
        background-size: 100% auto;
    }
    .mainCon1 .mainCon1_title {
        margin-top: 100px !important;
    }
    .listBox1 .table .tableCell {
        padding-bottom: 100px !important;
    }
    .box4_ul li .box4_content .box4_content_img {
        margin: 350px auto 50px
    }
    .titwrap {
        padding: 100px 0 0 !important;
    }
    .containero {
        width: 1200px !important;
    }
    .mainCon3 .bottomArea .box .hover .icon {
        padding: 20px !important;
    }
    .mainCon3 .bottomArea .box {
        width: 300px !important;
        height: 300px !important;
        box-sizing: border-box !important;
    }
    .us_containero {
        width: 1200px !important;
    }
    .usL_item {
        margin-bottom: 20px !important;
    }
    .us_r img {
        margin-top: 80px !important;
        width: 500px !important;
        height: 600px !important;
    }
}