@charset 'UTF-8';


@font-face {
 font-family: "oneShinhan";
 src: url('/siw/common/font/NanumBarunGothic.eot');
 src: local('?'),
  url('/siw/common/font/NanumBarunGothic.woff') format('woff'), url('/siw/common/font/NanumBarunGothic.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: "oneShinhanM";
 src: url('/siw/common/font/OneShinhanMedium.eot');
 src: local('?'),
  url('/siw/common/font/OneShinhanMedium.woff') format('woff'), url('/siw/common/font/OneShinhanMedium.ttf') format('truetype');
 font-weight: 500;
 font-style: normal;
}

body{font-family:"oneShinhan", Dotum, Arial, Helvetica, sans-serif;word-wrap:break-word;word-break:keep-all;-webkit-text-size-adjust:none}
button{font-family:"oneShinhan", Dotum, Arial, Helvetica, sans-serif;margin:0;border:0;padding:0;background:none}
input[type="text"]{font-family:"oneShinhan", Dotum, Arial, Helvetica, sans-serif;border:0;border-bottom:1px solid #2771f2;padding:5px;font-size:32px;line-height:40px}

.tabBtn2{position:relative;box-sizing:border-box;width:100%;height:122px;background:url(../images/tabbg.jpg)}
.tabBtn2:after{content:'';display:block;clear:both}
.tabBtn2 li{float:left;width:50%;height:122px;}
.tabBtn2 li a{display:block;width:100%;height:122px;box-sizing:border-box;cursor:pointer;}
.tabBtn2 li:first-child a{padding-left:41px;}
.tabBtn2 li img{display:none}
.tabBtn2 li.on img{display:block;}

.tabCnt > div{display:none;position:relative}
.tabCnt > div.on{display:block}

