
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%
}

body {
    overflow-y: scroll;
    *overflow-y: ;
    color: #262626;
    font-size: 15px;
    font-size: 15px;
    font-family: "Helvetica", "Arial", "Microsoft Yahei", "微软雅黑", "宋体", "SimSun", "STXihei", "华文细黑", sans-serif;
    line-height: 24px;
    -webkit-text-size-adjust: none;
    word-spacing: 0;
    letter-spacing: 0
}

a:link {
    color: #262626;
    text-decoration: none
}

a:visited {
    color: #707070;
    text-decoration: none
}

a:hover {
    color: #737373;
    text-decoration: underline
}

a:active {
    color: #008485;
    text-decoration: underline
}

img {
    border: 0 none;
}

ol,
ul

{
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

hr {
    border: 0;
    border-top: 1px solid #dedede
}

strong,
table th {
    font-weight: normal
}



.fl_left {
    float: left
}

.fl_right {
    float: right
}

.fl_clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0
}

.al_left {
    text-align: left !important
}

.al_center {
    text-align: center
}

.al_right {
    text-align: right
}

.al_top {
    vertical-align: top
}

.al_middle {
    vertical-align: middle
}

.al_bottom {
    vertical-align: bottom
}

.al_justify {
    text-align: justify
}

.hand {
    cursor: pointer
}

.overflow {
    overflow: auto;
    overflow: hidden
}

.none {
    display: none !important
}

.hide {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    text-indent: -9999px;
}

.pos_rel {
    position: relative
}

.clfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden
}

.clfix {
    display: inline-block
}

.clfix {
    display: block
}

* html .clfix {
    height: 1%
}



.clfix {
    zoom: 1
}





fieldset {
    border: 0 none
}

label {}

input[type='text'] {
    height: 26px;
    margin: 0;
    padding: 6px 9px 6px 9px;
    border: 1px solid #a6a6a6;
    background: #fff;
    color: #4c4c4c;
    font-size: 13px;
    line-height: 26px;
    vertical-align: middle;
    font-family: "Helvetica", "Arial", "Microsoft Yahei", "微软雅黑", "宋体", "SimSun", "STXihei", "华文细黑", sans-serif;
}

input[type='text'],
input[type='password'] {
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=submit],
input[type=button] {
    cursor: pointer
}

::-webkit-input-placeholder {}

input.txt {
    height: 24px;
    margin: 0;
    padding: 7px 9px 7px 9px;
    border: 1px solid #999;
    background: #fff;
    color: #4c4c4c;
    font-size: 13px;
    line-height: 24px;
    vertical-align: middle
}

input.txt:focus {
    border-color: #000
}

select {
    margin: 0;
    border: 1px solid #999;
    line-height: 22px;
    height: 22px;
    color: #a6a6a6;
    font-weight: bold;
    font-family: "Helvetica", "Arial", "Microsoft Yahei", "微软雅黑", "宋体", "SimSun", "STXihei", "华文细黑", sans-serif;
}

.select {
    position: relative;
    display: inline-block;
    height: 22px;
    padding: 6px 4px 6px 4px;
    border: 1px solid #b3b3b3;
    background-color: #fff;
    line-height: 22px;
    vertical-align: middle
}

.select select {
    border: 0 none;
    background: #fff;
    font-size: 14px;
    color: #333;
    font-weight: normal
}

.select.type2 {
    background-color: #fff
}

.select.type2 select {
    background-color: #fff
}

input.chk {
    border: 0 none;
    margin-right: 2px;
    vertical-align: middle;
}

input.chk.mlr {
    margin: 0 5px 0 16px
}

.b_chk {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 7px;
    background: #e6e6e6;
    cursor: pointer;
}

.b_rdo {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 3px 0 4px;
    cursor: pointer;
}

textarea {
    padding: 4px;
    border: 1px solid #999;
    background: #fff;
    color: #4c4c4c;
    font-size: 13px;
    overflow-y: scroll;
    resize: vertical;
    -webkit-appearance: none
}

textarea:focus {
    border-color: #000
}

.f_0 {
    font-size: 0
}

.f_12 {
    font-size: 12px
}

.f_normal {
    font-weight: normal
}

.f_strong {
    font-weight: bold
}

.f_italic {
    font-style: italic
}

.fc_defult {
    color: #262626
}

.fc_gray {
    color: #a6a6a6
}

.fc_red {
    color: #d7182a
}

.fc_blue {
    color: #0a6b5b
}

.fc_darkblue {
    color: #0a6b5b
}



.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt44 {
    margin-top: 44px !important
}

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt64 {
    margin-top: 64px !important
}

.mr5 {
    margin-right: 5px !important
}

.mr10 {
    margin-right: 10px !important
}

.pt35 {
    padding-top: 35px !important
}

.pt50 {
    padding-top: 50px !important
}

.select.mr15 {
    margin-right: 16px !important
}



a.rollover img {
    display: inline;
}

a.rollover img.over {
    display: none;
}

a.rollover img.on {
    display: none;
}

a.rollover:hover {
    border: 0;
    cursor: pointer
}

a.rollover:hover img {
    display: none;
}

a.rollover:hover img.over {
    display: inline;
}

a.rollover:hover img.on {
    display: none;
}



.skip_nav a {
    display: block;
    position: absolute;
    z-index: 100;
    top: -1000em;
    left: 0;
    padding: 10px;
    background-color: #000;
    color: #fff;
    text-align: center
}

.skip_nav a:focus {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px;
}

#wrap {
    position: relative;
    width: 100%;
    margin: 0;
}

#wrap #container {
    width: 100%;
}

#wrap #container .content {
    overflow: hidden;
    width: 100%;
    margin: 0
}




#wrap #header.fixed nav {
    background: url('/fg/images/common/bg_nav_op98.png') repeat 0 0;
}

#wrap #header.fixed nav h1 a {
    height: 60px;
}

#wrap #header.fixed nav .util_wrap>ul>li>a {
    line-height: 60px;
}

#wrap #header.fixed nav .util_wrap ul li.m02 ul {
    top: 60px
}

#wrap #header {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    
    margin: 0
}

#wrap #header nav {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    background: url('/fg/images/common/bg_nav_op98.png') repeat 0 0;
    box-shadow: rgba(113, 113, 113, 0.2) 0px 2px 6px;
}

#wrap #header nav h1 {}

#wrap #header nav h1 a {
    display: block;
    position: relative;
    width: 207px;
    height: 90px;
    -webkit-transition: height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-transition: height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000)
}

#wrap #header nav h1 a img {
    position: absolute;
    top: 50%;
    left: 50px;
    width: 156px;
    height: 38px;
    margin-top: -20px
}

#wrap #header nav .btn_nav {
    display: none
}

#wrap #header nav .util_wrap {
    position: absolute;
    top: 0;
    right: 239px;
    left: 207px;
}

#wrap #header nav .util_wrap:after {
    content: "";
    display: block;
    clear: both
}

#wrap #header nav .util_wrap ul li {
    float: left
}

#wrap #header nav .util_wrap ul li.m01 {
    width: 20%;
    margin-left: 4%
}

#wrap #header nav .util_wrap ul li.m02 {
    width: 19%;
}

#wrap #header nav .util_wrap ul li.m03 {
    position: relative;
    width: 18%;
}

#wrap #header nav .util_wrap ul li.m04 {
    width: 15%
}

#wrap #header nav .util_wrap ul li.m05 {
    width: 19%;
    margin-right: 4%
}

#wrap #header nav .util_wrap ul li a {
    display: block;
    position: relative;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 90px;
    -webkit-transition: line-height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: line-height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-transition: line-height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: line-height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: line-height 0.5s cubic-bezier(0.215, 0.610, 0.355, 1.000)
}

#wrap #header nav .util_wrap ul li a:hover {
    color: #0a6b5b;
    text-decoration: none
}

#wrap #header nav .util_wrap ul li:hover a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: #0a6b5b;
}

#wrap #header nav .util_wrap ul li.m_prod {
    position: absolute;
    top: 0;
    right: -239px;
    width: 239px
}

#wrap #header nav .util_wrap ul li.m_prod a {
    position: relative;
    padding-right: 67px;
    font-size: 14px
}

#wrap #header nav .util_wrap ul li.m_prod a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #d9d9d9
}

#wrap #header nav .util_wrap ul li.m_prod a span {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 50px;
    width: 39px;
    height: 26px;
    margin-top: -13px;
    font-size: 0;
    line-height: 0
}

#wrap #header nav .util_wrap ul li.m_prod a span img {
    transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

#wrap #header nav .util_wrap ul li.m_prod a:hover span img {
    margin-top: -39px
}

#wrap #header nav .util_wrap ul li ul {
    overflow: hidden;
    max-height: 0;
    margin: 0 -30px;
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    background: url('/fg/images/common/bg_nav_op98.png') repeat 0 0;
    box-shadow: rgba(113, 113, 113, 0.1) 0px 7px 3px -3px inset;
    -webkit-transition: all 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 0.3s cubic-bezier(0.770, 0.000, 0.175, 1.000)
}

#wrap #header nav .util_wrap ul li.m02 ul {
    position: absolute;
    top: 90px;
    right: -239px;
    left: -207px;
    margin: 0;
    padding: 0 50px 0 50px
}

#wrap #header nav .util_wrap ul li.m02 ul li {
    float: left;
    width: 25%;
    border-top: 0
}

#wrap #header nav .util_wrap ul li.m02 ul li a {
    position: relative;
    padding-bottom: 8px;
    margin-top: 26px;
    font-size: 12px;
    
    line-height: 36px;
    text-align: left;
    text-transform: none;
    cursor: default;
}

#wrap #header nav .util_wrap ul li.m02 ul li a:hover {
    background: none;
    color: #333;
    text-decoration: none;
    box-shadow: none !important
}

#wrap #header nav .util_wrap ul li.m02 ul li ul {
    position: static;
    padding: 0;
    margin-top: 10px;
    border: 0;
    background: none;
    box-shadow: none;
}

#wrap #header nav .util_wrap ul li.m02 ul li ul li {
    float: none;
    width: 100%;
}

#wrap #header nav .util_wrap ul li.m02 ul li ul li a {
    padding-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 30px;
    
    cursor: pointer;
}

#wrap #header nav .util_wrap ul li.m02 ul li ul li a:after {
    display: none
}

#wrap #header nav .util_wrap ul li.m02 ul li ul li a:hover {
    color: #0a6b5b;
    text-decoration: underline;
    box-shadow: none;
}

#wrap #header nav .util_wrap ul li.m03 ul {
    margin: 0 -40px
}

#wrap #header nav .util_wrap ul li.m05 ul {
    margin: 0 -40px
}

#wrap #header nav .util_wrap ul li:hover ul {
    max-height: 400px;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.6s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition: all 0.6s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -ms-transition: all 0.6s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition: all 0.6s cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition: all 0.6s cubic-bezier(0.770, 0.000, 0.175, 1.000)
}

#wrap #header nav .util_wrap ul li.m02:hover ul {
    max-height: 300px;
    padding: 0 50px 30px 50px
}

#wrap #header nav .util_wrap ul li.m03:hover ul {
    max-height: 220px
}

#wrap #header nav .util_wrap ul li.m04:hover ul {
    max-height: 110px
}

#wrap #header nav .util_wrap ul li.m05:hover ul {
    max-height: 170px
}

#wrap #header nav .util_wrap ul li.m02:hover ul li ul {
    padding: 0
}

#wrap #header nav .util_wrap ul li ul li {
    float: none;
    border-top: 1px solid #ddd
}

#wrap #header nav .util_wrap ul li ul li:first-child {
    border-top: 0
}

#wrap #header nav .util_wrap ul li ul li a {
    display: block;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase
}

#wrap #header nav .util_wrap ul li:hover ul li a:after {
    display: none
}

#wrap #header nav .util_wrap ul li ul li a:hover {
    background: #ebfffc;
    text-decoration: underline
}

#wrap #header nav .util_wrap ul li ul li:first-child a:hover {
    box-shadow: rgba(113, 113, 113, 0.1) 0px 7px 3px -3px inset;
}

#wrap #header nav .util_wrap ul li.m02 ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background: #333
}

#wrap #header nav .dim {
    display: none
}








#wrap #footer {
    position: relative;
    width: 100%;
    padding: 0;
    background: #333;
    color: #999
}

#wrap #footer .btn_top {
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 16px;
    left: 50%;
    width: 50px;
    height: 53px;
    margin-left: 590px;
    background: url('/fg/images/common/icon_activity.png') no-repeat 0 0;
    background-position: 0 -30px;
    text-indent: -9999px
}

#wrap #footer .btn_top.fixed {
    position: absolute;
    top: -53px
}

#wrap #footer .foot_util {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 50px 95px 50px;
}

#wrap #footer .foot_util ul:after {
    content: "";
    display: block;
    clear: both
}

#wrap #footer .foot_util ul li {
    float: left;
    width: 16%;
}

#wrap #footer .foot_util ul li span {
    display: block;
    position: relative;
    margin-bottom: 13px;
    color: #b3b3b3;
    font-size: 18px;
    line-height: 55px
}

#wrap #footer .foot_util ul li span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
    background: #565658
}

#wrap #footer .foot_util ul li.m01 {
    width: 17%
}

#wrap #footer .foot_util ul li.m02 {
    width: 51%
}

#wrap #footer .foot_util ul li.m03 {
    width: 17%
}

#wrap #footer .foot_util ul li.m04 {
    width: 15%
}

#wrap #footer .foot_util ul li.m05 {
    float: right;
    width: 15%;
    margin-top: 8px
}

#wrap #footer .foot_util ul li.m02 ul:after {
    content: "";
    display: block;
    clear: both
}

#wrap #footer .foot_util ul li.m02 ul li {
    float: left;
    width: 33.3%
}

#wrap #footer .foot_util ul li.m02 ul li strong {
    display: block;
    color: #b3b3b3;
    font-size: 14px;
    line-height: 20px;
    
    font-weight: bold
}

#wrap #footer .foot_util ul li.m02 ul li.nth {
    float: right
}

#wrap #footer .foot_util ul li.m02 ul li.nth strong {
    margin-top: 20px
}

#wrap #footer .foot_util ul li.m02 ul li a:hover {
    text-decoration: none
}

#wrap #footer .foot_util ul li.m02 ul li ul li {
    float: none;
    width: 100%
}

#wrap #footer .foot_util ul li.m02 ul li ul li a:hover {
    text-decoration: underline
}

#wrap #footer .foot_util ul li ul {}

#wrap #footer .foot_util ul li ul li {
    float: none;
    width: 100%;
    line-height: 20px
}

#wrap #footer .foot_util ul li ul li a {
    display: block;
    color: #8c8c8c;
    font-size: 14px;
    line-height: 20px
}

#wrap #footer .foot_util ul li ul li a:hover {}

#wrap #footer .foot_info {
    position: relative;
    padding: 21px 50px;
    border-top: 1px solid #424243
}

#wrap #footer .foot_info .lang_wrap {
    position: absolute;
    top: 43px;
    left: 50%;
    margin-left: 390px;
    font-size: 0;
    line-height: 0
}

#wrap #footer .foot_info .lang_wrap a {
    display: inline-block;
    width: 32px;
    margin-left: 10px;
    padding-left: 28px;
    background: url('/fg/images/common/icon_lang.png') no-repeat 0 0;
    background-size: 21px 63px;
    color: #999;
    font-size: 12px;
    line-height: 21px
}

#wrap #footer .foot_info .lang_wrap a.kr {
    background-position: 0 0
}

#wrap #footer .foot_info .lang_wrap a.en {
    background-position: 0 -21px
}

#wrap #footer .foot_info .lang_wrap a.cn {
    background-position: 0 -42px
}

#wrap #footer .foot_info .lang_wrap a.on {
    color: #fff
}

#wrap #footer .foot_info .lang_wrap a:hover {
    color: #fff;
    text-decoration: none
}

#wrap #footer .foot_info .lang_wrap a:first-child {
    margin-left: 0
}

#wrap #footer .foot_info .detail {
    max-width: 1180px;
    margin: 0 auto;
    line-height: 0
}

#wrap #footer .foot_info .detail:after {
    content: "";
    display: block;
    clear: both
}

#wrap #footer .foot_info .detail span {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px
}

#wrap #footer .foot_info .detail span em {
    font-style: normal;
    margin: 0 5px
}

#wrap #footer .foot_info .detail span a {
    color: #999
}

#wrap #footer .foot_info .detail span.detail01 {}

#wrap #footer .foot_info .detail span.detail02 {
    float: none
}

#wrap #footer .foot_info .detail span.detail03 {}

#wrap #footer .foot_info .detail span.detail04 {}

#wrap #footer .foot_info .copy {
    max-width: 1180px;
    margin: 5px auto 0 auto;
    font-size: 11px;
    line-height: 20px
}

#wrap #footer .foot_info .copy span {
    display: inline-block;
    font-size: 11px;
    line-height: 20px
}




.top_area {
    position: relative;
    background-color: #f5f5f5
}

.top_area h3 {
    padding: 40px 0;
    text-align: center;
    font-size: 35px;
    
    font-weight: normal;
    line-height: 60px;
}

.top_area.type_text01 h3 {
    color: #0a6b5b
}

.top_area.type_text02 h3 {
    color: #fff
}

.top_area.type_text01.tele {
    background: url('/fg/images/sample/tele_bg.png') no-repeat center top;
}

.top_area.type_bg .alpha_area {
    height: 488px
}


.top_inner,
.center_inner,
.contents_text .inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 50px
}

.top_inner {
    padding: 90px 50px 0
}

.center_inner {
    padding: 40px 50px 0
}

.learn_more {
    padding: 26px 0;
    margin: 0 0 -1px 0;
    background: #f0f0f0;
}

.learn_more_inner,
.page_nav {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 50px
}

.learn_more_inner strong {
    float: left;
    border-right: 1px solid #ccc;
    color: #727272;
    font-size: 14px;
    line-height: 12px;
    padding: 0 20px 0 0;
    margin: 8px 20px 0 0
}

.learn_more_inner ul,
.learn_more_inner ul li {
    float: left
}

.learn_more_inner ul li {
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px
}

.learn_more_inner ul li:first-child {
    margin-left: 0
}

.learn_more_inner ul li a {
    display: inline-block;
    color: #0a6b5b
}

.learn_more_inner ul li a:hover {
    text-decoration: underline
}

.location_wrap {
    border-top: 1px solid #f0f0f0
}

.page_nav {
    padding: 15px 50px
}

.page_nav li:first-child img {
    vertical-align: top;
    margin: 3px 0 0
}

.page_nav li {
    position: relative;
    float: left;
    padding-right: 16px;
    margin-right: 11px;
    font-size: 14px;
    line-height: 23px
}

.page_nav li:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
    width: 6px;
    height: 15px;
    background: url('/fg/images/common/icon_activity.png') no-repeat right top;
    background-position: -102px 0
}

.page_nav li.current_path {
    color: #0a6b5b;
    padding-right: 0;
    margin-right: 0
}

.page_nav li.current_path:after {
    background: none
}





.h1 {}

.h_tit {}

.h_desc {}




.tab_wrap {}

.tab_wrap ul {
    overflow: hidden;
    height: 1%;
    padding-top: 2px
}

.tab_wrap ul li {
    position: relative;
    float: left;
    width: 33.3%
}

.tab_wrap ul li a {
    display: block;
    border: 1px solid #ccc;
    border-bottom: 2px solid #0a6b5b;
    color: #333;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
}

.tab_wrap ul li.on {
    z-index: 10
}

.tab_wrap ul li.on a {
    margin-top: -2px;
    border: 2px solid #0a6b5b;
    border-bottom: 0;
    line-height: 48px;
    
}

.tab_wrap ul li.tab02 a {
    margin-right: -1px;
    margin-left: -1px
}

.tab_wrap ul li .tab_cont {
    display: none;
    width: 300%;
    margin-top: 20px
}

.tab_wrap ul li.on .tab_cont {
    display: block
}

.tab_wrap ul li.tab01 .tab_cont {}

.tab_wrap ul li.tab02 .tab_cont {
    margin-left: -100%
}

.tab_wrap ul li.tab03 .tab_cont {
    margin-left: -200%
}




button {
    display: inline-block;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap
}

button.dis,
button.dis span {
    cursor: default
}

button.dis:hover span {
    background-position: 0 0
}

button.dis:hover span span {
    background-position: right 0
}

.btn_base {
    display: inline-block;
    min-width: 70px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle
}

.btn_txt {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 34px;
    color: #fff !important;
    background: #c1c1c1;
    vertical-align: middle
}

.btn_down {
    position: relative;
    padding-right: 26px;
    font-size: 15px;
    
    line-height: 24px
}

.btn_down:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    ;
    right: 0;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: url('/fg/images/common/icon_activity.png') no-repeat 0 0;
    background-position: 0 -83px
}







.bul_list {}

.bul_list li {
    padding-left: 10px;
    background: url('/fg/images/common/bul_black_3_3.png') no-repeat 0 11px;
    color: #333;
}

.bul_list li:first-child {
    margin-top: 0
}




table {
    width: 100%;
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0
}

table caption {
    width: 0;
    height: 0;
    line-height: 0px;
    visibility: hidden
}

table th,
table td {
    border: 0 none
}

.table_wrap {
    margin-top: 15px;
    border-top: 1px solid #343434;
}

.table_wrap table {}

.table_wrap table th,
.table_wrap table td {
    font-size: 13px;
    vertical-align: middle
}

.table_wrap table thead tr th {
    
    height: 42px;
    line-height: 20px;
    border-bottom: 1px solid #b9babc;
    background-color: #f7faff;
    color: #404040;
    font-size: 12px;
    
    text-align: left;
}

.table_wrap table thead tr th.al_center {
    
    text-align: center
}

.table_wrap table tbody tr th {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #e6e6e6;
    background: #fafafa;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
    vertical-align: top
}

.table_wrap table tbody tr th.al_center {
    padding: 15px 0 15px 0;
    text-align: center
}

.table_wrap table tbody tr td {
    padding: 14px 0 14px 10px;
    border-bottom: 1px solid #d9d9d9;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-align: left
}

.table_wrap table tbody tr td a {
    display: block;
    color: #333
}

.table_wrap table tbody tr td.al_center {
    padding: 10px 0 10px 0;
    text-align: center
}

.table_wrap table tbody tr td button {
    margin: 0 0 0 0
}

.table_wrap table tbody tr td img {
    vertical-align: middle
}

.table_wrap table tbody tr td .secret {
    color: #999
}

.table_wrap table tbody tr td .i_txt {
    display: block;
    color: #808080;
    font-size: 12px;
}

.table_wrap table tbody tr td.num {
    line-height: 40px
}

.table_wrap table tbody tr td.nodata {
    color: #999;
    font-size: 14px;
    padding: 52px 0
}

.table_wrap table tbody tr td.line {
    border-left: 1px solid #e1e1e1;
}

.table_wrap table tbody tr td p.applet_txt {
    margin: 15px 0 0
}

.table_wrap table tfoot tr th {
    padding: 9px 10px 8px 10px;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    background-color: #f8f9f9;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.table_wrap table tfoot tr th:first-child {
    border-left: 0
}

.table_wrap table tfoot tr td {
    padding: 9px 14px 8px 14px;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    color: #333;
    text-align: center
}

.table_wrap table tbody tr td .icon_wrap {
    
    font-size: 0;
    line-height: 0
}

.table_wrap table tbody tr td .icon_wrap img {
    width: 34px;
    height: 28px;
    margin: 10px 15px 0 0
}

.table_wrap.mo {
    display: none;
}

.table_wrap.mo table tbody tr th {
    background: #f7faff;
    font-size: 12px
}

.table_wrap.mo table tbody tr td {
    font-size: 12px
}

.table_wrap.mo table tbody tr:last-child th {
    border-bottom: 1px solid #b9babc
}

.table_wrap.mo table tbody tr:last-child td {
    border-bottom: 1px solid #b9babc
}

.info_table {
    padding: 56px 50px
}

.info_table.bg {
    margin-top: 55px;
    background: #f2f6fa
}

.info_table h2 {
    max-width: 1180px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 33px
}

.info_table .table_wrap {
    max-width: 1180px;
    margin: 12px auto 0 auto;
}





.board_wrap {
    border-top: 1px solid #262626;
}

.board_wrap table th,
.board_wrap table td {
    font-size: 13px;
    vertical-align: middle
}

.board_wrap table thead tr th {
    padding: 14px 10px 14px 10px;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}

.board_wrap table thead tr th.al_left {
    padding: 14px 10px 14px 30px;
}

.board_wrap table tbody tr th {
    padding: 13px 10px 13px 10px;
    border-bottom: 1px solid #e1e1e1;
    color: #000;
    font-size: 13px;
    font-weight: normal
}

.board_wrap table tbody tr th.al_top {
    vertical-align: top;
    padding-top: 17px
}

.board_wrap table tbody tr td {
    padding: 13px 10px 13px 10px;
    border-bottom: 1px solid #e1e1e1;
    color: #000;
    text-align: center
}

.board_wrap table tbody tr td.al_left {
    padding: 13px 0 13px 30px;
}

.board_wrap.down {}

.board_wrap.down table tbody tr td {
    padding: 7px 10px 6px 10px;
    line-height: 32px
}

.board_wrap.down table tbody tr td.al_left {
    padding: 7px 0 6px 30px;
}

.board_wrap.down table tbody tr td.al_right {
    padding: 7px 0 6px 0;
    text-align: right
}

.board_wrap.down table tbody tr td.al_left .t_left {
    display: inline-block;
    float: left
}

.board_wrap.down table tbody tr td.al_left .btn_base {
    float: right;
}

.board_wrap.app {}

.board_wrap.app table tbody tr td {
    padding: 5px 10px 5px 10px;
    line-height: 42px
}

.board_wrap.app table tbody tr td.al_left {
    padding: 5px 0 5px 30px;
}

.board_wrap.app table tbody tr td.al_left .t_left {
    display: inline-block;
    float: left
}

.board_wrap.app table tbody tr td.al_left .btn_base {
    float: right;
}

.board_wrap.app table tbody tr td.al_right {
    padding: 5px 0 5px 0;
    text-align: right
}

.board_wrap.app table tbody tr td.nodata {
    padding: 40px 0
}




.table_wrap.form {
    padding-top: 14px
}

.table_wrap.form table th,
.table_wrap.form table td {}

.table_wrap.form table tbody tr th {
    padding: 13px 0 13px 0;
    border: 0;
    background: none;
    text-align: left;
    line-height: 24px;
    vertical-align: top
}

.table_wrap.form table tbody tr td {
    padding: 5px 0 5px 0;
    border: 0;
    line-height: 40px;
    text-align: left
}

.f_txt {
    display: inline-block;
    margin: 0 6px 0 0;
    line-height: 40px;
    vertical-align: middle
}


.bot_info {
    margin-top: 8px
}

.bot_info li {
    position: relative;
    padding-left: 13px;
    color: #a6a6a6;
    font-size: 13px;
    line-height: 25px;
}

.bot_info li span {
    display: block;
    position: absolute;
    top: 1px;
    left: 3px;
    line-height: 25px
}




.w100 {
    display: block;
    line-height: 0
}

.w100 img {
    width: 100%
}


.pagination {
    margin: 40px 0 50px;
    text-align: center
}

.pagination ul li {
    display: inline-block
}

.pagination ul li a {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    transition: all .2s ease;
    text-decoration: none;
}
.pagination ul li a.on,.pagination ul li a:hover {
    background: #0a6b5b;
    border-color: #0a6b5b;
    color: #fff
}

@media screen and (max-width:1280px) {
    
    #wrap #footer .btn_top {
        position: fixed;
        left: auto;
        right: 0;
        margin-left: 0
    }

    #wrap #footer .foot_info .lang_wrap {
        right: 50px;
        left: auto;
        margin-left: 0
    }
}


@media screen and (max-width:1008px) {
    
    #wrap #header nav .util_wrap {
        right: 123px;
    }
    #wrap #header nav .util_wrap ul li.m_prod {
        right: -123px;
        width: 123px
    }
    #wrap #header nav .util_wrap ul li.m_prod a {
        padding: 0;
        text-indent: -9999px
    }
    #wrap #header nav .util_wrap ul li.m_prod a span {
        text-indent: 0
    }
    #wrap #header nav .util_wrap ul li a {
        font-size: 14px;
    }

    #wrap #header nav .util_wrap ul li.m02 ul li a {
        font-size: 12px;
    }
    #wrap #header nav .util_wrap ul li.m02 ul li ul li a {
        font-size: 13px;
    }

    #wrap #header nav .util_wrap ul li ul {
        margin: 0 -25px;
    }
    #wrap #header nav .util_wrap ul li.m03 ul {
        margin: 0 -40px
    }
    #wrap #header nav .util_wrap ul li.m05 ul {
        margin: 0 -30px
    }
    #wrap #header nav .util_wrap ul li ul li a {
        font-size: 13px;
    }

    
    #wrap #footer .foot_util ul li {
        width: 25%
    }
    #wrap #footer .foot_util ul li.m01 {
        width: 25%
    }
    #wrap #footer .foot_util ul li.m02 {
        width: 25%
    }
    #wrap #footer .foot_util ul li.m03 {
        width: 25%
    }
    #wrap #footer .foot_util ul li.m04 {
        width: 25%
    }
    #wrap #footer .foot_util ul li.m05 {
        width: 25%
    }

    #wrap #footer .foot_util ul li.m02 ul li {
        float: none;
        width: 100%
    }
    #wrap #footer .foot_util ul li.m02 ul li strong {
        margin-top: 20px
    }
    #wrap #footer .foot_util ul li.m02 ul li:first-child strong {
        margin-top: 0
    }

    #wrap #footer .foot_util ul li.m05 {
        margin-top: 0
    }

    #wrap #footer .foot_info .lang_wrap a {
        width: 25px;
        margin-left: 5px
    }
    #wrap #footer .foot_info .detail span {
        font-size: 12px
    }

    
    body {
        font-size: 14px;
    }

    .top_area h3 {
        padding: 43px 0 37px 0;
        font-size: 30px
    }
}








@media screen and (max-width:752px) {
    
    #wrap #header.fixed nav h1 a {
        height: 50px
    }
    #wrap #header.fixed nav .util_wrap>ul>li>a {
        line-height: 44px
    }

    #wrap #header nav h1 a {
        width: 142px;
        height: 50px;
    }
    #wrap #header nav h1 a img {
        left: 27px;
        width: 103px;
        height: 25px;
        margin-top: -12px
    }
    #wrap #header nav .btn_nav {
        display: block;
    }
    #wrap #header nav .btn_nav.open {
        position: absolute;
        top: 0;
        right: 0;
        width: 62px;
        height: 50px;
        background: url('/fg/images/common/btn_nav_open.png') no-repeat 0 0
    }
    #wrap #header nav .btn_nav.closed {
        position: absolute;
        top: 0;
        right: 0;
        width: 58px;
        height: 51px;
        background: url('/fg/images/common/btn_nav_closed.png') no-repeat 0 0
    }
    #wrap #header nav .util_wrap {
        overflow-y: scroll;
        position: fixed;
        z-index: 100;
        top: 0;
        right: -240px;
        bottom: 0;
        left: auto;
        width: 240px;
        background: #fff
    }
    #wrap #header nav .util_wrap ul {
        padding-top: 51px
    }
    #wrap #header nav .util_wrap ul li {
        float: none;
        width: auto !important;
        margin: 0 !important;
        border-bottom: 1px solid #e9eff5
    }
    #wrap #header nav .util_wrap ul li:first-child {
        border-top: 1px solid #e9eff5
    }
    #wrap #header nav .util_wrap ul li a {
        padding: 5px 40px 0 20px;
        font-size: 15px;
        text-align: left;
        line-height: 44px
    }

    #wrap #header nav .util_wrap ul li a:after {
        content: "";
        display: block !important;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 17px;
        height: 9px;
        background: url('/fg/images/common/bg_gnb_arr.png') no-repeat 0 -9px
    }
    #wrap #header nav .util_wrap ul li:hover a:after {
        content: "";
        display: block !important;
        position: absolute;
        top: 20px;
        right: 20px;
        left: auto;
        width: 17px;
        height: 9px;
        background: url('/fg/images/common/bg_gnb_arr.png') no-repeat 0 -9px
    }
    #wrap #header nav .util_wrap ul li.on a:after {
        top: 19px;
        background-position: 0 0
    }
    
    #wrap #header nav .util_wrap ul li.m04 a:after {
        top: 20px !important;
        left: auto;
        background-position: 0 -9px !important
    }

    #wrap #header nav .util_wrap ul li.on ul li a:after {
        display: none !important;
    }
    #wrap #header nav .util_wrap ul li.on:hover a:after ul li a:after {
        display: none
    }
    #wrap #header nav .util_wrap ul li ul li a:after {
        display: none !important
    }
    #wrap #header nav .util_wrap ul li:hover ul li a:after {
        display: none !important
    }

    #wrap #header nav .util_wrap ul li ul {
        position: static !important;
        display: block;
        margin: 0 !important;
        padding: 20px 0 !important;
        border: 0;
        background: #ebfffc;
        box-shadow: none
    }
    #wrap #header nav .util_wrap ul li ul li {
        float: none !important;
        border: 0
    }
    #wrap #header nav .util_wrap ul li ul li a {
        margin: 0 !important;
        padding: 0 30px;
        font-size: 14px !important;
        line-height: 30px !important;
        text-transform: none
    }
    #wrap #header nav .util_wrap ul li ul li:first-child a:hover {
        box-shadow: none
    }
    #wrap #header nav .util_wrap ul li ul li ul {
        padding: 0 !important
    }
    #wrap #header nav .util_wrap ul li.m02 ul li a {
        position: relative;
        margin-top: 20px !important;
        font-size: 12px !important;
        font-weight: bold
    }
    #wrap #header nav .util_wrap ul li.m02 ul li a:after {
        content: "";
        display: block !important;
        position: absolute;
        left: 30px;
        bottom: 8px;
        width: 20px;
        top: auto;
        height: 1px;
        background: #333
    }
    #wrap #header nav .util_wrap ul li.m02 ul li ul li a:after {
        display: none !important
    }

    #wrap #header nav .util_wrap ul li.m02 ul li:first-child a {
        margin-top: 0 !important
    }
    #wrap #header nav .util_wrap ul li.m02 ul li ul li a {
        margin-top: 0 !important;
        font-size: 14px !important;
        font-weight: normal;
    }
    #wrap #header nav .util_wrap ul li.m_prod {
        display: none
    }
    #wrap #header nav .dim {
        display: block;
        position: fixed;
        z-index: 99;
        top: 0;
        right: -100%;
        bottom: 0;
        left: 100%;
        background: #000;
        opacity: 0.0;
        -moz-transition: opacity 0.5s ease-out;
        -ms-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out;
        transition: all 0.3s ease-out;
    }

    #wrap #header nav .util_wrap {
        -webkit-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
        -moz-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
        -ms-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
        -o-transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000);
        transition: all 0.5s cubic-bezier(0.770, 0.000, 0.175, 1.000)
    }
    #wrap #header nav.on .util_wrap {
        right: 0
    }
    #wrap #header nav .util_wrap ul li ul {
        overflow: hidden;
        max-height: 0;
        padding: 0 0 !important;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    #wrap #header nav .util_wrap ul li.on ul {
        max-height: 1000px !important;
        padding: 20px 0 !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #wrap #header nav .util_wrap ul li.on ul li ul {
        padding: 0 !important
    }

    #wrap #header nav .util_wrap ul li.m01.on ul {
        max-height: 150px !important
    }
    #wrap #header nav .util_wrap ul li.m02.on ul {
        max-height: 1000px !important
    }
    #wrap #header nav .util_wrap ul li.m03.on ul {
        max-height: 230px !important
    }
    #wrap #header nav .util_wrap ul li.m04.on ul {}
    #wrap #header nav .util_wrap ul li.m05.on ul {
        max-height: 230px !important
    }

    #wrap #header nav .util_wrap ul li:hover ul {
        max-height: 0;
        border-bottom: 0
    }
    #wrap #header nav .util_wrap ul li.m01:hover ul,
    #wrap #header nav .util_wrap ul li.m02:hover ul,
    #wrap #header nav .util_wrap ul li.m03:hover ul,
    #wrap #header nav .util_wrap ul li.m04:hover ul,
    #wrap #header nav .util_wrap ul li.m05:hover ul {
        max-height: 0;
    }

    #wrap #header nav .util_wrap ul li.m01 {
        transition-delay: 0.035s;
    }
    #wrap #header nav .util_wrap ul li.m02 {
        transition-delay: 0.07s;
    }
    #wrap #header nav .util_wrap ul li.m03 {
        transition-delay: 0.105s;
    }
    #wrap #header nav .util_wrap ul li.m04 {
        transition-delay: 0.14s;
    }
    #wrap #header nav .util_wrap ul li.m05 {
        transition-delay: 0.175s;
    }

    #wrap #header nav .util_wrap>ul>li {
        -webkit-transform: translate3d(250px, 0, 0);
        -moz-transform: translate3d(250px, 0, 0);
        -o-transform: translate3d(250px, 0, 0);
        transform: translate3d(250px, 0, 0);
        -webkit-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -moz-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -o-transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition: all 0.4s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    #wrap #header nav.on .util_wrap>ul>li {
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    #wrap #header nav.on .dim {
        display: block;
        right: 0;
        left: -2000%;
        opacity: 0.8;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        -o-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }



    
    #wrap #footer .foot_util {
        padding: 21px 32px 31px 32px
    }

    #wrap #footer .btn_top,
    #wrap #footer .btn_top.fixed {
        position: fixed;
        top: auto;
        right: 16px;
        bottom: 16px;
    }

    #wrap #footer .foot_util ul li {
        overflow: hidden;
        float: none !important;
        width: 100% !important;
        max-height: 39px;
        border-top: 1px solid #3b3b3d;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    #wrap #footer .foot_util ul li.on {
        max-height: 1000px;
        margin-bottom: 20px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    #wrap #footer .foot_util ul li:first-child {
        border-top: 0
    }
    #wrap #footer .foot_util ul li span {
        margin: 0;
        padding-top: 3px;
        font-size: 14px;
        line-height: 36px;
        cursor: pointer;
    }
    #wrap #footer .foot_util ul li span:after {
        content: "";
        display: block;
        position: absolute;
        top: 12px;
        right: 8px;
        left: auto;
        width: 13px;
        height: 13px;
        background: url('/fg/images/common/btn_foot_p.png') no-repeat 0 0
    }
    #wrap #footer .foot_util ul li.on span:after {
        background: url('/fg/images/common/btn_foot_m.png') no-repeat 0 0
    }
    #wrap #footer .foot_util ul li ul {}
    #wrap #footer .foot_util ul li.on ul {
        display: block
    }
    #wrap #footer .foot_util ul li ul li {
        max-height: 1000px;
        border: 0
    }

    #wrap #footer .foot_info {
        padding: 21px 32px 35px 32px;
    }
    #wrap #footer .foot_info .detail {
        text-align: center;
    }
    #wrap #footer .foot_info .detail span {
        display: inline-block;
        float: none;
        font-size: 12px
    }
    #wrap #footer .foot_info .detail span.detail01 {}
    #wrap #footer .foot_info .detail span.detail02 {}
    #wrap #footer .foot_info .detail span.detail03 {
        display: block
    }
    #wrap #footer .foot_info .detail span.detail04 {
        display: block
    }
    #wrap #footer .foot_info .detail span.detail04 em {
        display: none
    }

    #wrap #footer .foot_info .lang_wrap {
        position: static;
        margin-bottom: 14px;
        text-align: center
    }
    #wrap #footer .foot_info .lang_wrap a {
        width: 32px;
        margin-left: 10px;
        text-align: left
    }
    #wrap #footer .foot_info .copy {
        margin: 33px auto 0 auto;
        text-align: center
    }
    #wrap #footer .foot_info .copy span {
        display: none
    }

    
    .info_table {
        padding: 30px 32px 60px 32px
    }
    .info_table h2 {
        font-size: 18px;
        line-height: 30px;
    }

    .table_wrap {
        display: none;
    }
    .table_wrap.mo {
        display: block;
    }
    .info_table.all_table .table_wrap.mo {
        margin: 40px auto 0 auto
    }
    .info_table.all_table {
        padding: 15px 32px 60px 32px
    }

    
    body {
        font-size: 12px;
    }

    .top_area h3 {
        padding: 25px 0 25px 0;
        font-size: 24px
    }
    .top_inner {
        width: 100%;
        max-width: 100%;
        padding: 50px 0 0
    }
    .center_inner,
    .learn_more_inner {
        padding: 0 32px;
    }

    .learn_more {
        padding: 30px 0 22px 0
    }
    .learn_more_inner {
        text-align: center
    }
    .learn_more_inner strong {
        display: block;
        border-right: none;
        float: none;
        padding: 0;
        margin: 0 0 8px 0;
        font-size: 12px
    }
    .learn_more_inner ul {
        float: none;
        text-align: center;
        max-width: 300px;
        margin: 0 auto
    }
    .learn_more_inner ul li {
        float: none;
        display: inline;
        margin: 0 10px 0 0;
        font-size: 12px;
        line-height: 28px
    }
    .learn_more_inner ul li:last-child {
        margin: 0
    }

    .page_nav {
        display: none
    }
}







@media screen and (max-width:320px) {
    
    #wrap #footer .foot_util {
        padding: 21px 16px 31px 16px
    }

    #wrap #footer .foot_info {
        padding: 21px 16px 35px 16px;
    }
    #wrap #footer .foot_info .copy {
        margin: 13px auto 0 auto;
        padding: 0 16px;
        font-size: 12px
    }
    #wrap #footer .foot_info .copy span {
        display: none
    }

    
    .info_table {
        padding: 30px 16px 70px 16px !important
    }
    .info_table h2 {
        font-size: 18px;
        line-height: 30px;
    }

    
    body {
        line-height: 22px;
    }

    .top_area.type_bg {
        background-position: center bottom
    }
    .center_inner,
    .learn_more_inner,
    .contents_text .inner {
        padding: 0 16px;
    }
}