@import "font.css?v=211130";
html,
body {
  color: #000;
  line-height: 1.2;
  font-size: 14px;
  font-family: "NanumSquareRound", sans-serif;
  font-weight: 400;
  letter-spacing: -0.03em;
  background-color: #fff;
  position: relative;
}
*{
    letter-spacing: -0.03em;
}
button {
  border: 0;
  cursor: pointer;
  padding: 0;
  box-sizing: border-box;
}
br{
    visibility: hidden;
    opacity: 0;
    font-family: 'Dotum';
}
.NanumGothic {
  font-family: "NanumGothic", sans-serif;
  font-weight: 400;
}

.hide {
  display: none !important;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table_cell {
  display: table-cell;
  vertical-align: middle;
}

.bx-wrapper{
    border: 0 !important;
    box-shadow: none !important;
    background:transparent !important;
}
button{
    font-family: inherit;
}

.bg-grey{
    background: #e0e0e0 !important;
}
.bg-blue{
    background: #b2d9da !important;
}
.bg-orange{
    background: #fcd5b5 !important;
}
/* skip */
#skip {
  position: relative;
  z-index: 3000;
}
#skip a {
  position: absolute;
  top: -30px;
  left: 0;
  width: 138px;
  border: 1px solid #4ec53d;
  background: #333;
  text-align: center;
}
#skip a:active,
#skip a:focus {
  top: 0;
  text-decoration: none;
  z-index: 1000;
}
#skip span {
  display: inline-block;
  padding: 2px 6px 0 0;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  letter-spacing: -1px;
  white-space: nowrap;
}
html.sideShow,
html.sideShow body {
  height: 100%;
  overflow: hidden;
}
/* common */
#wrapper{
    overflow-x: hidden;
}
.inner {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
}
img {
  max-width: 100%;
}
.select_box{
  position: relative;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/common/select_down.png);
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-color: #fff;
}
select::-ms-expand {
  display: none;
}
#container {
}
body[role=sub] #container{
    padding-top: 90px;
}
body[role=sub] #container:before{
    content:'';
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/sub/sub_top_line.jpg);
    display: block;
}
.b-l-0{
    border-left: 0 !important
}
.b-r-0{
    border-right: 0 !important
}
.align-left{
    text-align: left !important;
}
/* header */
#header{
    position: fixed;
    left:0;
    right:0;
    top:0;
    width: 100%;
    box-sizing: border-box;
    z-index: 10;
    background:transparent;
    transition: all .3s 
}
body[role=sub] #header{
    border-bottom: 1px solid #e7e7e7;
    background-color: #fff;
}
#header:after{
  content:'';
  position: absolute;
  left:0;
  top:0;
  right:0;
  height: 0;
  background:#fff;
  z-index: 0;
  transition:all 0.3s ease-out;;
}
#header.show:after{
  /* height: 200px; */
}
#header.fixed,
#header.show{
  background:#fff;
  border-bottom: 1px solid #e7e7e7;
  z-index: 11;
}
#header .header_btm{
  position: relative;
  z-index: 1;
}
#header .header_btm::after{
  clear: both;
}
#header:before{
    content:'';
    position: absolute;
    left:0;
    top:90px;
    right:0;
    height: 1px;
    background-color: #e7e7e7;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
    opacity: 0;
}
#header.show:before{
    opacity: 1;
}
#header h1{
  float: left;
}
#header h1 a{
  display: block;
  padding:26px 0;
  position: relative;
}
#header h1 a img{
  display: block;
  /*transition: all 0.3s ease-out;*/
}
#header h1 a img.dark{
  position: absolute;
  left:0;
  top:26px;
  right:0;
  z-index: 0;
  box-sizing: border-box;
}
body[role=sub] #header h1 a img.white,
#header h1 a img.dark,
#header.fixed h1 a img.white,
#header.show h1 a img.white{
  opacity: 0;
}
body[role=sub] #header h1 a img.dark,
#header.fixed h1 a img.dark,
#header.show h1 a img.dark{
  opacity: 1;
}
#gnb{
  float:right;
  width: 70%;
}
#gnb>ul{
  font-size:0;
  display: flex;
  justify-content: space-evenly;
}
#gnb>ul>li{
  display: inline-block;
  vertical-align: top;
  min-width: 90px;
}
#gnb>ul>li{
    width: 105.78px;
}
#gnb>ul>li:nth-child(3){
}
#gnb>ul>li:nth-child(4){
    width: 158.89px;
}
#gnb>ul>li:nth-child(5){
}
#gnb>ul>li:last-child{
}

#gnb>ul>li>a{
  display: inline-block;
  color:#fff;
  font-size:20px;
  font-weight: 500;
  padding:32px 0;
  transition: color 0.3s ease-out;
}

body[role=sub] #gnb>ul>li>a,
#header.fixed #gnb>ul>li>a,
#header.show #gnb>ul>li>a{
  color:#000;
}
#gnb>ul>li:hover>a{
    color:#a88702 !important;
    position:relative
}
#gnb>ul>li>a:after{
    content:'';
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    background-color: #a88702;
    height: 2px;
    opacity: 0;
    transition: width 0.4s ease-out, opacity 0.3s ease-out;
    width: 0;
}
#gnb>ul>li:hover>a:after{
    opacity: 1;
    width: 100%;
}
#gnb>ul>li>.depth{
  padding-top: 25px;
  padding-bottom: 72px;
  display: none;
}
#gnb>ul>li>.depth ul li{
  padding:10px 0;
}
#gnb>ul>li>.depth ul li a{
  display: block;
  color:#777777;
  transition: color 0.3s ease-out;
  font-size:16px;
  line-height: 20px;
}
#gnb>ul>li>.depth ul li a:hover{
  color:#a88701
}
.mobile_btn{
    display: none;
}

#aside,
.mask{
  display: none;
}
#aside{
    padding-top: 86px;
    box-sizing: border-box;
}
#aside .side_top{
    background-color: #666;
}
#aside .side_top ul{
    font-size:0;
    text-align: center;
}
#aside .side_top ul li{
    display: inline-block;
    width: 33.33%;
    vertical-align: middle;
}
#aside .side_top ul li a{
    display: block;
    font-size:25px;
    color:#fff;
    font-weight: 700;
    line-height: 30px;
    padding:28px 0;
    box-sizing: border-box;
}
#aside .side_top ul li+li{
    position: relative;
}
#aside .side_top ul li+li:before{
    content:'';
    width: 1px;
    height: 18px;
    left:0;
    top:50%;
    margin-top: -9px;
    position: absolute;
    background-color: #cccccc;
}
#aside .close_btn{
    position: absolute;
    right:30px;
    top:30px;
}
#aside .close_btn button{
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../images/common/btn_menu_close.png);
    display: block;
    width: 28px;
    height: 26px;
    background-size: cover;
    overflow: hidden;
    text-indent: -9999px;
}
#m_gnb>ul>li>a{
    display: block;
    font-size:28px;
    color:#333333;
    font-weight: 700;
    line-height: 30px;
    padding:35px 30px;
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
}
#m_gnb>ul>li>a.hasDepth{
    position: relative;
}
#m_gnb>ul>li>a.hasDepth:after{
    content:'';
    transition: 0.3s ease-out;
    display: block;
    background-image: url(../images/common/icon_depth_arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 29px;
    height: 15px;
    position: absolute;
    right:30px;
    top:50%;
    margin-top: -7.5px;
}
#m_gnb>ul>li>a.hasDepth.active:after{
    transform: rotate(180deg);
}
#m_gnb>ul>li>.depth{
    background-color: #f6f6f6;
    display: none;
}
#m_gnb>ul>li>.depth ul{}
#m_gnb>ul>li>.depth ul li{}
#m_gnb>ul>li>.depth ul li a{
    display: block;
    color:#777777;
    font-size:25px;
    line-height: 30px;
    padding:25px 30px;
}
#m_gnb>ul>li>.depth ul li a.cur{
    color:#9e8621;
}


/* footer */
body[role=sub] #footer{
  margin-top: 150px;
}
#footer{
  background-color: #666666;
  padding:70px 0;
  font-size:0;
  position: relative;
}
#footer .footer_top{
  margin-bottom: 30px;
}
#footer .footer_top::after{
  content:'';
  clear: both;
  display: block;
}
#footer .footer_logo{
  float: left;
}
#footer .footer_logo img{
  display: block;
}
#footer .footer_menu{
  margin-left: 50px;
  float: left;
  margin-right: 30px;
}
#footer .footer_menu ul{
  font-size:0;
}
#footer .footer_menu ul li{
  display: inline-block;
  vertical-align: middle;
}
#footer .footer_menu ul li+li{
  position: relative;
  margin-left: 28px;
  padding-left: 28px;
}
#footer .footer_menu ul li+li:before{
  content:'';
  position: absolute;
  left:0;
  top:50%;
  width: 1px;
  height: 12px;
  background-color: #7f7f7f;
  margin-top: -6px;
}
#footer .footer_menu ul li a{
  display: block;
  font-size: 16px;
  line-height: 1em;
  padding:9px 0;
  color:#cccccc;
  transition: color 0.3s ease-out;
}
#footer .footer_menu ul li:first-child a,
#footer .footer_menu ul li a:hover{
  color:#fff;
}
/* 21.04.13 추가 */
/*
#footer .footer_menu ul li:nth-child(2) a {
font-size: 17px;
}
*/
#footer .family_site {
  float:right;
  border: 1px solid #999999;
  background-color: transparent;
  margin-top: -10px;
  position: relative;
}
#footer .family_site button {
  display: block;
  text-align: left;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  color: #fff;
  padding: 0 26px;
  height: 50px;
  box-sizing: border-box;
  width: 226px;
  position: relative;
  font-size:14px;
}
#footer .family_site button:before {
  content: "";
  width: 11px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -1px;
}
#footer .family_site button:after {
  content: "";
  width: 2px;
  height: 11px;
  background-color: #fff;
  position: absolute;
  right: 30.5px;
  top: 50%;
  margin-top: -5.5px;
  transition: 0.3s ease-in-out;
}
#footer .family_site button.open:after {
  opacity: 0;
}
#footer  .site_list {
  background: #fff;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 50px;
  display: none;
  border: 1px solid #cccccc;
  padding: 20px 26px;
  box-sizing: border-box;
  z-index: 50;
}
#footer  .site_list ul li + li {
  margin-top: 10px;
}
#footer  .site_list ul li a {
  display: block;
  font-size: 14px;
  color: #999999;
  transition: 0.3s ease-out;
  line-height: 25px;
}
#footer  .site_list ul li:hover a {
  color: #9e8621;
}
#footer  select.mobile {
  display: none;
}
#footer .footer_info{
  margin-top: 30px;
}
#footer .biz_info{
    position: relative;
}
#footer .biz_info li strong{
    display: block;
    font-size: 13px;
    line-height: 23px;
    color:#ffffff;
    font-weight: 700;
    letter-spacing: -0.03em;
}
#footer .biz_info li span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color:#cccccc;
  line-height: 23px;
}
#footer .biz_info li span+span{
  padding-left: 4.5px;
  margin-left: 4.5px;
  position: relative;
}
#footer .biz_info li span+span::before{
  content:'/';
  font-weight: 300;
  color:#999999;
  font-size:13px;
  position: absolute;
  left:0;
  top:0;
  width: 6px;
  text-align: center;
  margin-left: -3px;
  bottom:0;
}
#footer .common_info{
  margin-top: 27px;
}
#footer .common_info .privacy{
  color:#cccccc;
  font-size: 14px;
  line-height: 23px;
}
#footer .common_info div span{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 23px;
  color:#cccccc;
}
#footer .common_info div span+span{
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}
#footer .common_info div span+span:before{
  content:'|';
  font-size:12px;
  font-weight: 300;
  color:#999999;
  position: absolute;
  left:0;
  top:0;
  bottom:0;
  width: 6px;
  margin-left: -3px;
  text-align: center;
}
#footer .common_info .copyright{
  color:#cccccc;
  font-size: 14px;
  line-height: 23px;
}


#top {
  position: absolute;
  right: 50%;
  margin-right: -651px;
  top: 263px;
  z-index: 50;
}
#top.fixed {
  position: fixed;
  top: 198px;
}
#top button {
  text-align: center;
  border: 1px solid #999999;
  cursor: pointer;
  background-color: #fff;
  width: 41px;
  height: 33px;
  box-sizing: border-box;
  font-size: 13px;
  color: #999999;
}

.page_top{
  margin-top: 84px;
  margin-bottom: 50px;
  overflow: hidden;
}
.page_top .page_title{
    float: left;
    font-size:40px;
    font-weight: 500;
    color:#333;
}
.page_top .path{
  float: right;
  font-size:0;
}
.page_top .path *{
  display: inline-block;
  vertical-align: middle;
  font-size:14px;
  color:#333333;
  line-height: 48px;
}
.page_top .path *+*{
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.page_top .path *+*:before{
  content:'/';
  position: absolute;
  left:0;
  top:0;
  color:#cccccc;
  font-size:14px;
}
.page_top .page_desc{
    float: left;
    width: 100%;
    margin-top: 17px;
    font-size:16px;
    line-height: 25px;
    color:#666666;
}
.page_tab_wrap{
  padding:10px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.page_tab_wrap .tab_slide{
  font-size:0;
}
.page_tab_wrap .tab_slide li{
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.page_tab_wrap .tab_slide li a{
  display: block;
  line-height: 52px;
  color:#333333;
  font-size:25px;
  padding:0 27px;
}
.page_tab_wrap .tab_slide li a.cur{
  color:#fff;
  background-color: #9e8621;
}
.page_tab_wrap .tab_slide li+li{
  position: relative;
  margin-left: 32px;
}
.page_tab_wrap .tab_slide li+li:before{
  content:'';
  position: absolute;
  left:-16px;
  width: 1px;
  height: 18px;
  top:50%;
  margin-top: -9px;
  background: #d3d3d3;
}


/* media query */
@media (max-width: 1220px) {
  .inner {
    width: 94%;
  }

  #gnb>ul>li{
      width: 150px;
  }
  #gnb>ul>li>a{
      font-size:18px;
  }
  #gnb>ul>li>.depth{
      padding:15px 0 40px;
  }
  #gnb>ul>li>.depth ul li a{
      font-size:15px;
  }

  #top {
    top: initial !important;
    position: fixed;
    right: 20px;
    bottom: 60px;
    margin-right: 0;
  }

  .page_top .page_title{
      font-size:30px;
      line-height: 40px;
  }

  .page_top .path *{
      line-height: 40px;
  }

  .page_tab_wrap .tab_slide li a{
      font-size:20px;
  }

  body[role=sub] #footer{
    margin-top: 125px;
    }

    #footer .family_site{
        float: left;
        /* margin-left: 30px; */
        margin-top: 20px;
    }

    .header_top{
        display: none;
    }
    #gnb{
        display: none;
    }
    .mobile_btn{
        display: block;
        float:right;
        padding:31.5px 0;
    }
    .mobile_btn a{
        overflow: hidden;
        display: block;
        text-indent: -9999px;
        width: 28px;
        height: 26px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/common/btn_menu_white.png);
        transition: 0.4s ease-out;
    }

    body[role=sub] .mobile_btn a,
    #header.fixed .mobile_btn a{
        background-image: url(../images/common/btn_menu_dark.png) !important;
    }
    #wrap{
        overflow-x: hidden;
    }
    #aside{
        display: block;
        position: fixed;
        right:-150%;
        top:0;
        bottom:0;
        overflow: auto;
        width: 640px;
        z-index: 100;
        background-color: #fff;
    }
    .mask{
        position: absolute;
        left:0;
        right:0;
        top:0;
        bottom:0;
        z-index: 90;
        background-color: rgba(0,0,0,0.7);
    }
}
@media (max-width:1080px){
    #footer .family_site {
        float: left;
        margin-top: 30px;
    }
}
@media (max-width:1024px){
    .page_top .page_desc{
        font-size:14px;
        margin-top: 14px;
        line-height: 20px;
    }
    
    

    body[role=sub] #footer{
        margin-top: 100px;
    }
    #footer .footer_menu{
        margin-right: 30px;
    }
    #footer .footer_menu ul li+li{
        padding-left: 14px;
        margin-left: 14px;
    }

    .page_top{
        margin:60px 0 40px;
    }
    .page_tab_wrap .tab_slide li a{
        font-size:18px;
        padding:0 20px;
        line-height: 40px;
    }
}
@media  (max-width:800px) {
    #footer .footer_menu{
        margin-right: 0;
    }
}
@media (max-width:768px){
    .inner{
        width: auto;
        margin:0 4.6875vw;
    }
    #header h1{
        width:145px;
    }
    #header h1 a{
        padding: 12.5px 0;
    }
    #header h1 a img.dark{
        top:12.5px;
        bottom:12.5px;
    }
    .header_btm{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .mobile_btn{
        padding:0;
    }
    .mobile_btn a{
        width: 15px;
        height: 15px;
    }
    #aside{
        width: 100%;
        padding-top: 45.5px;
    }
    #aside .side_top ul{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    #aside .side_top ul li{
        width: 100%;
    }
    #aside .side_top ul li a{
        font-size:16px;
        line-height: 58px;
        padding:0;
    }
    #aside .side_top ul li+li:before{
        height: 3.125vw;
        margin-top: -1.5625vw;
    }
    #m_gnb>ul>li>a{
        font-size: 18px;
        line-height: 1.4em;
        padding: 25px;
    }
    #m_gnb>ul>li>a.hasDepth:after{
        width:15px;
        height: 11px;
        right:25px;
        margin-top: -5.5px;
    }
    #m_gnb>ul>li>.depth ul li a{
        font-size:16px;
        line-height: 1.3em;
        padding: 20px 25px;
    }
    #aside .close_btn{
        right:25px;
        top: 16px;
    }
    #aside .close_btn button{
        width: 15px;
        height:15px;
    }

    body[role=sub] #container{
        padding-top: 43px;
    }
    body[role=sub] #container:before{
        height: 39px;
    }

    #footer{
        padding:10.9375vw 0
    }
    body[role=sub] #footer{
        margin-top: 50px;
    }
    #footer .footer_top{
        margin-bottom: 4.6875vw;
    }
    #footer .footer_logo{
        width: 180px;
    }
    #footer .footer_menu{
        float: left;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    #footer .footer_menu ul li a{
        font-size:2.34375vw;
        line-height: 5vw;
        padding:0;
    }
    #footer .footer_menu ul li+li{
        margin-left: 2vw;
        padding-left: 2vw;
    }
    #footer .family_site{
        margin-top: 0;
        position: absolute;
        bottom:0;
        right:4.6875vw;
        bottom:10.9375vw;
        width: 35.625vw;
    }
    #footer select.mobile{
        display: block;
    }
    #footer .family_site button{
        display: none;
    }
    #footer .footer_info{
        margin-top: 0;
    }
    #footer .biz_info{
        overflow: hidden;
        padding-right: 20vw;
    }

    #footer .biz_info li span{
        font-size:2.03125vw;
        line-height: 3.59375vw;
        margin-right: 1.25vw;
        padding-right: 1.25vw;
        position: relative;
    }
    #footer .biz_info li span+span{
        padding-left: 0;
        margin-left: 0;
    }
    #footer .biz_info li span+span::before{
        content:none;
    }
    #footer .biz_info li span:after{
        content:'';
        position: absolute;
        right:0;
        top:50%;
        width: 1px;
        height: 1.875vw;
        margin-top: -0.9375vw;
        background-color: #757575;
    }
    #footer .biz_info li span:last-child:after{
        content:none;
    }
    #footer .biz_info .toggle_btn{
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        background-image: url(../images/common/icon_footer_arrow.png);
        width: 3.59375vw;
        height: 1.875vw;
        cursor: pointer;
        top:0.859375vw;
    }
    #footer .biz_info.show .toggle_btn{
        transform: rotate(180deg);
    }
    #footer .common_info{
        margin-top: 2vw;
        width: 53.125vw;
    }
    #footer .common_info div span{
        margin-right: 1.25vw;
        padding-right: 1.25vw;
        font-size:2.03125vw;
        line-height: 3.59375vw;
        position: relative;
    }
    #footer .common_info div span:after{
        content:'';
        position: absolute;
        right:0;
        top:50%;
        width: 1px;
        height: 1.875vw;
        margin-top: -0.9375vw;
        background-color: #757575;
    }
    #footer .common_info div span:last-child:after{
        content:none;
    }
    #footer .common_info .privacy,
    #footer .common_info .copyright{
        font-size:2.03125vw;
        line-height: 3.59375vw;
    }
    #footer .common_info div span+span{
        padding-left: 0;
        margin-left: 0;
    }
    #footer .common_info div span+span:before{
        content:none;
    }
    #footer .family_site select {
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        /* border: 1px solid #999999; */
        border: 0;
        background-color: transparent;
        color: #fff;
        box-sizing: border-box;
        line-height: 8.125vw;
        width: 35vw;
        padding: 0 10px;
        font-size: 2.34375vw;
    }
    #footer .family_site:after {
        content: "+";
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px;
        display: none;
    }

    .page_top{
        margin:25px 0;
    }
    .page_top .page_title{
        font-size:20px;
        line-height: 1.25em;
    }
    .page_top .path *{
        line-height: 25px;
        font-size:13px;
    }
    .page_tab_wrap .tab_slide li+li{
        margin-left: 30px;
    }
    .page_tab_wrap .tab_slide li a{
        font-size:14px;
        padding:0 15px;
        line-height: 26px;
    }
    .page_top .page_desc{
        font-size:13px;
        line-height: 17px;
        word-break: keep-all;
    }
}


@media (max-width:450px){
    .inner{
        width: auto;
        margin:0 4.6875vw;
    }
    #header h1{
    }
    #header h1 a{
        padding: 12.5px 0;
    }
    #header h1 a img.dark{
        top:3.90625vw;
        bottom:3.90625vw;
    }
    .header_btm{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .mobile_btn{
        padding:0;
    }
    .mobile_btn a{
        width: 15px;
        height: 15px;
    }
    #aside{
        width: 100%;
        padding-top: 13.4375vw;
    }
    #aside .side_top ul{
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    #aside .side_top ul li{
        width: 100%;
    }
    #aside .side_top ul li a{
        font-size:3.90625vw;
        line-height: 15.625vw;
        padding:0;
    }
    #aside .side_top ul li+li:before{
        height: 3.125vw;
        margin-top: -1.5625vw;
    }
    #m_gnb>ul>li>a{
        font-size:4.375vw;
        line-height: 5.625vw;
        padding:5vw 4.6875vw;
    }
    #m_gnb>ul>li>a.hasDepth:after{
        width:4.53125vw;
        height: 2.34375vw;
        right:4.6875vw;
        margin-top: -1.171875vw;
    }
    #m_gnb>ul>li>.depth ul li a{
        font-size:3.90625vw;
        line-height: 4.5vw;
        padding:4vw 4.6875vw;
    }
    #aside .close_btn{
        right:4.6875vw;
        top:4.6875vw;
    }
    #aside .close_btn button{
        width: 4.375vw;
        height: 4.0625vw;
    }

    body[role=sub] #container{
        padding-top: 45.5px;
    }
    body[role=sub] #container:before{
        height: 39px;
    }

    #footer{
        padding:10.9375vw 0
    }
    body[role=sub] #footer{
        margin-top: 50px;
    }
    #footer .footer_top{
        margin-bottom: 4.6875vw;
    }
    #footer .footer_logo{
        width: 150px;
    }
    #footer .footer_menu{
        float: left;
        margin-left: 0;
        margin-top: 2.3vw;
    }
    #footer .footer_menu ul li a{
        font-size:2.34375vw;
        line-height: 5vw;
        padding:0;
    }
    #footer .footer_menu ul li+li{
        margin-left: 1.45vw;
        padding-left: 1.45vw;
    }
    #footer .family_site{
        position: absolute;
        bottom:0;
        right:4.6875vw;
        bottom:10.9375vw;
        width: 35.625vw;
    }
    #footer select.mobile{
        display: block;
    }
    #footer .family_site button{
        display: none;
    }
    #footer .footer_info{
        margin-top: 0;
    }
    #footer .biz_info{
        overflow: hidden;
        padding-right: 20vw;
    }

    #footer .biz_info li span{
        font-size:2.03125vw;
        line-height: 3.59375vw;
        margin-right: 1.25vw;
        padding-right: 1.25vw;
        position: relative;
    }
    #footer .biz_info li span+span{
        padding-left: 0;
        margin-left: 0;
    }
    #footer .biz_info li span+span::before{
        content:none;
    }
    #footer .biz_info li span:after{
        content:'';
        position: absolute;
        right:0;
        top:50%;
        width: 1px;
        height: 1.875vw;
        margin-top: -0.9375vw;
        background-color: #757575;
    }
    #footer .biz_info li span:last-child:after{
        content:none;
    }
    #footer .biz_info .toggle_btn{
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        background-image: url(../images/common/icon_footer_arrow.png);
        width: 3.59375vw;
        height: 1.875vw;
        cursor: pointer;
        top:0.859375vw;
    }
    #footer .biz_info.show .toggle_btn{
        transform: rotate(180deg);
    }
    #footer .common_info{
        margin-top: 4.6875vw;
        width: 53.125vw;
    }
    #footer .common_info div span{
        margin-right: 1.25vw;
        padding-right: 1.25vw;
        font-size:2.03125vw;
        line-height: 3.59375vw;
        position: relative;
    }
    #footer .common_info div span:after{
        content:'';
        position: absolute;
        right:0;
        top:50%;
        width: 1px;
        height: 1.875vw;
        margin-top: -0.9375vw;
        background-color: #757575;
    }
    #footer .common_info div span:last-child:after{
        content:none;
    }
    #footer .common_info .privacy,
    #footer .common_info .copyright{
        font-size:2.03125vw;
        line-height: 3.59375vw;
    }
    #footer .common_info div span+span{
        padding-left: 0;
        margin-left: 0;
    }
    #footer .common_info div span+span:before{
        content:none;
    }
    #footer .family_site select {
        display: block;
        -webkit-appearance: none;
        -moz-appearance: none;
        /* border: 1px solid #999999; */
        border: 0;
        background-color: transparent;
        color: #fff;
        box-sizing: border-box;
        line-height: 8.125vw;
        width: 35vw;
        padding: 0 10px;
        font-size: 2.34375vw;
    }
    #footer .family_site:after {
        content: "+";
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px;
    }

    .page_top{
        margin:25px 0;
    }
    .page_top .page_title{
        font-size:20px;
        line-height: 1.25em;
        float: none;
    }
    .page_top .path{
        float: none;
        margin-top: 8px;
    }
    .page_top .path *{
        line-height: 25px;
        font-size:13px;
    }
    .page_tab_wrap .tab_slide li+li{
        margin-left: 30px;
    }
    .page_tab_wrap .tab_slide li a{
        font-size:14px;
        padding:0 15px;
        line-height: 26px;
    }
    .page_top .page_desc{
        font-size:13px;
        line-height: 17px;
        word-break: keep-all;
    }
}

