@charset "utf-8";

@import url("/_res/kibo/_share/css/styleguide.css");
@import url("/_res/kibo/_share/css/contentguide.css");

/***************************************************** 
	은행 공통
*****************************************************/

ol > li > a > img[alt="HOME"].default {
	display: none;
}

/* top-sub */
.top-sub-layout .ly-item .right-list > li {
  position: relative;
  margin-left: 5px;
}
.top-sub-layout .ly-item .right-list > li:last-child {
  margin-left: 5px;
}
.top-sub-layout .ly-item .right-list > li.top-sub-item-search {
  margin-left: 0;
}

.top-sub-layout .right-list > li.top-sub-item-extend,
.top-sub-layout .right-list > li.top-sub-item-mygrnt,
.top-sub-layout .right-list > li.top-sub-item-auth,
.top-sub-layout .right-list > li.top-sub-item-member {
  display: block;
}	
.top-sub-layout .right-list a {
  display: flex;
  align-items: center;
  height: 100%;
}
.top-sub-layout .right-list a:hover,
.top-sub-layout .right-list a:focus {
  text-decoration: underline;
}
.top-sub-link-extend,
.top-sub-link-mygrnt,
.top-sub-link-auth,
.top-sub-link-member,
.top-sub-lang-box {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 12px;
  letter-spacing: -.075em;
  color: #555;
}

.top-sub-link-extend .mark {
  margin-left: 5px;
  font-size: 12px;
  color: #05367b;
}
.top-sub-layout .ly-item .right-list > li.top-sub-item-lang {
  margin-left: 0;
}
@media (min-width: 320px) {
	.top-sub-link-extend,
	.top-sub-link-mygrnt,
	.top-sub-link-auth,
	.top-sub-link-member {
  	background-image:none;
	}
}
@media (min-width: 330px) {
	.top-sub-link-extend,
	.top-sub-link-mygrnt,
	.top-sub-link-auth,
	.top-sub-link-member,
	.top-sub-lang-box {
	  font-size: 13px;
	}
}
@media (min-width: 370px) {
	.top-sub-layout .ly-item .right-list > li {
	  position: relative;
	  margin-left: 5px;
	}
	.top-sub-layout .ly-item .right-list > li:last-child {
	  margin-left: 5px;
	}
	.top-sub-link-extend,
	.top-sub-link-mygrnt,
	.top-sub-link-auth,
	.top-sub-link-member,
	.top-sub-lang-box {
	  padding-left:5px;
	}
}
@media (min-width: 399px) {
	.top-sub-layout .ly-item .right-list > li {
	  position: relative;
	  margin-left: 10px;
	}
	.top-sub-layout .ly-item .right-list > li:last-child {
	  margin-left: 10px;
	}
	.top-sub-layout .right-list > li:not(.top-sub-item-lang):not(.top-sub-item-search)::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: -10.5px;
	  transform: translateY(-50%);
	  display: inline-block;
	  width: 1px;
	  height: 10px;
	  background-color: #ccc;
	}
	.top-sub-layout .right-list > li:not(.top-sub-item-lang):not(.top-sub-item-search):last-child::after {
	  display: none;
	}
}
@media (min-width: 499px) {
	.top-sub-layout .ly-item .right-list > li {
	margin-left: 20px;
	}
	.top-sub-layout .ly-item .right-list > li:last-child {
	margin-left: 20px;
	}
	.top-sub-link-extend,
	.top-sub-link-mygrnt,
	.top-sub-link-auth,
	.top-sub-link-member,
	.top-sub-lang-box {
	  padding-left: 17px;
	}
	.top-sub-link-extend {
	background-image: url(/_res/kibo/_share/img/clock.png);
	}
	.top-sub-link-mygrnt {
	background-image: url(/_res/kibo/_share/img/doc.png);
	}
	.top-sub-link-auth {
	background-image: url(/_res/kibo/_share/img/lock.png);
	}
	.top-sub-link-member {
	background-image: url(/_res/kibo/_share/img/person.png);
	}
	.top-sub-link-extend,
	.top-sub-link-mygrnt,
	.top-sub-link-auth,
	.top-sub-link-member,
	.top-sub-lang-box {
	  font-size: 14px;
	}
}
@media (min-width: 992px) {
  .top-sub-layout .ly-item .right-list > li.top-sub-item-lang {
    margin-left: 20px;
  }  
  .top-sub-layout .ly-item .right-list > li.top-sub-item-search {
    margin-left: 5px;
  }
	.top-sub-link-extend,
	.top-sub-link-mygrnt,
	.top-sub-link-auth,
	.top-sub-link-member,
	.top-sub-lang-box {
	  font-size: 15px;
	}
}

/* top-main */
.top-main-layout {
  align-items: flex-end;
}
.top-main-layout > .ly-item {
  align-items: flex-end;
  margin-bottom: 16px;
} 
.top-main-layout .branch-list {
  position: absolute;
  top: 8px;
  left: 5px;
}
.top-main-layout .branch-list > li {
  position: relative;
  margin-left: 5px;
  word-break: keep-all;
}
.top-main-layout .branch-list > li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -2px;
	transform: translateY(-50%);
	display: inline-block;
	width: 1px;
	height: 10px;
	background-color: #ccc;
}
.top-main-layout .branch-list > li:first-child::before,
.top-main-layout .branch-list > li.on::before,
.top-main-layout .branch-list > li.on + li::before  {
	display: none;
}
.top-main-layout .branch-list a {
	display: block;
	padding: 4px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.top-main-layout .branch-list > li.on a {
	border-radius: 7px;
	background-color: #285fba;
	color: white;
}
.top-main .search-btn,
.top-main .sitemap-btn {
	width: 2.813rem;
	height: 2.813rem;
}
@media (min-width: 500px) {
  .top-main-logo {
		width: 180px;
	}
  .top-main-layout {
    align-items: center;
  }
  .top-main-layout > .ly-item {
    align-items: center;
    margin-bottom: 0;
  }
  .top-main-layout .branch-list {
    position: static;
    top: auto;
    left: auto;
    margin-left: 16px;
  }
}
@media (min-width: 576px) {
  .top-main-logo {
		width: 200px;
	}
}
@media (min-width: 768px) {
  .top-main-layout .branch-list a {
		padding: 8px 10px;
	}
  .top-main .search-btn,
  .top-main .sitemap-btn {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media (min-width: 992px) {
  .top-main-layout {
    align-items: flex-end;
  }
  .top-main-layout > .ly-item:first-child {
    position: relative;
    align-items: flex-end;
    margin-bottom: 16px;
  }
  .top-main-logo {
    width: 180px;
}
  .top-main-layout .branch-list {
    position: absolute;
    top: -40px;
    left: -8px;
    margin-left: 0;
  }
  .top-main-layout .branch-list a {
    display: block;
    padding: 4px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
  }
  #gnb-list > li > [role="menuitem"] {
    padding: 0 10px;
    font-size: 15.5px;
  }
  #gnb-list > li:nth-child(1) .menubox::before {
    background-image: url(/_res/kibo/bank/img/gnb-bg01.png);
  }
  #gnb-list > li:nth-child(2) .menubox::before {
    background-image: url(/_res/kibo/bank/img/gnb-bg02.png);
  }
  #gnb-list > li:nth-child(3) .menubox::before {
    background-image: url(/_res/kibo/bank/img/gnb-bg03.png);
  }
  #gnb-list > li:nth-child(4) .menubox::before {
    background-image: url(/_res/kibo/bank/img/gnb-bg04.png);
  }
}
@media (min-width: 1200px) {
  .top-main-logo {
		width: auto;
  }
  .top-main-layout .branch-list a {
    display: block;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
  }
  .top-main-layout > .ly-item:first-child {
    margin-bottom: 10px;
  }  
  #gnb-list > li > [role="menuitem"] {
    padding: 0 13px;
    font-size: 17px;
  }
}
@media (min-width: 1300px) {
  .top-main-logo {
    width: 180px;
  }
  .top-main-layout {
    align-items: center;
  }
  .top-main-layout .branch-list {
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
  }
  .top-main-layout > .ly-item:first-child {
    align-items: center;
    margin-bottom: 0;
  }
  #gnb-list > li > [role="menuitem"] {
    padding: 0 14px;
    font-size: 16.5px;
  }
}

/* carousel */
.carousel-wrapper {
  position: relative;
}
.carousel-wrapper .carousel-btns button span {
  display: inline-block;
  text-indent: -5000em;
}
.carousel-wrapper .carousel-btns button {
  background-repeat: no-repeat;
  background-position: center;  
}
.carousel-wrapper .carousel-btns button::before {
  display: none;
}
.carousel-wrapper .carousel-btns button.prev-btn {
  background-image: url(/_res/kibo/_share/img/left-arrow-white.png);
}
.carousel-wrapper .carousel-btns button.next-btn {
  background-image: url(/_res/kibo/_share/img/right-arrow-white.png);
}
.carousel-wrapper .carousel-btns button.play-pause.pause {
  background-image: url(/_res/kibo/_share/img/pause-white.png);
}
.carousel-wrapper .carousel-btns button.play-pause.play {
  background-image: url(/_res/kibo/_share/img/play-white.png);
}
[type="button"].play-pause-btn {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  margin-left: 4px;
  margin-bottom: -2px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.play-pause-btn span {
  color: #404b57;
  font-size: 20px;
}
.owl-dots-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
.owl-carousel .owl-dots-wrapper .owl-dots {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-dots {
  display: inline-block;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border: 2px solid #404b57;
  border-radius: 50%;
  background-color: transparent;
}
.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active {
  width: 10px;
  height: 10px;
  background-color: #404b57;
}

/***************************************************** 
	디지털지점 메인 페이지
*****************************************************/

/* 섹션 */
.cont-main .sec {
  padding: 15px 0 0;
}
.cont-main .sec .sec-header {
  margin-bottom: 8px;
}
.cont-main .sec .sec-title {
  font-size: 22px;
  font-weight: normal;
  color: #222;
}
.cont-main .sec-title .mark {
  font-weight: 600;
}

/* 메인 비주얼 */
.main-visual {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
}
.cont-main .mv-carousel .item {
  position: relative;
  height: 360px;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: auto 360px; */
  background-size: cover;
}
.cont-main .mv-carousel .item > .container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 160px;
  background-color: rgba(0, 0, 0, 0.2);
}
.cont-main .item-inner {
  margin: 0 auto;
}
.cont-main .item-inner .item-link {
  display: block;
}
.cont-main .mv-carousel .item-title {
  font-size: 1.563rem;
  font-weight: bold;
  color: white;
}
.cont-main .mv-carousel .item-content {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}
.cont-main .mv-carousel .item-content .mark {
  font-weight: bold;
  color: hsl(95, 32%, 37%);
}
.cont-main .mv-carousel-wrapper .carousel-btns {
  position: absolute;
  bottom: 100px;
  left: 15px;
  z-index: 1;  
  padding: 0 10px;
  background-color: rgba(64, 75, 87, 0.9);
  border-radius: 1000px;
}
.cont-main .mv-carousel-wrapper .carousel-btns button {
  padding: 15px 10px;
}
.cont-main .mv-link-box {
  width: 100%;
}
.cont-main .mv-link-list {
  position: absolute;  
  bottom: -1px;
  left: 0;
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 100%;  
}
.cont-main .mv-link-list > li {
  flex: 1;
  margin: 0;
}
.cont-main .mv-link-list a {
  display: block;
  width: 100%;
  height: 80px;
  padding-top: 50px;
  margin-bottom: 1px;
  background-repeat: no-repeat;
  background-position: center 18px;
  font-size: 0.875rem;
  color: white;
  text-align: center;
  transition: 0.3s;
}
.cont-main .mv-link-item-login a {
  background-color: #285fba;
  background-image: url(/_res/kibo/dbranch/img/main-visual-link-icon01.png);
}
.cont-main .mv-link-item-login a:hover,
.cont-main .mv-link-item-login a:focus {
  background-color: hsl(217, 65%, 34%);
}
.cont-main .mv-link-item-join a {
  background-color: #05367b;
  background-image: url(/_res/kibo/dbranch/img/main-visual-link-icon02.png);
}
.cont-main .mv-link-item-join a:hover,
.cont-main .mv-link-item-join a:focus {
  background-color: hsl(215, 92%, 15%);
}
.cont-main .mv-link-item-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #414b57;
}
.cont-main .mv-link-item-search a:hover,
.cont-main .mv-link-item-search a:focus {
  background-color: hsl(213, 14%, 20%);
}
@media (min-width: 576px) {
  .cont-main .item-inner {
    max-width: 540px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cont-main .mv-link-box > .container {
    padding: 0;
    max-width: none;
  }
  .cont-main .mv-link-box > .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .cont-main .mv-link-box > .container > .row > [class|="col"] {
    padding: 0;
  }
  .cont-main .mv-link-list {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .cont-main .item-inner {
    max-width: 720px;
  }
  .cont-main .mv-link-list a {
    font-size: 0.938rem;
  }
}
@media (min-width: 992px) {
  .cont-main .mv-link-list a {
    height: 90px;
    font-size: 1rem;
  }
  .cont-main .mv-carousel .item {
    height: 460px;
    /* background-size: auto; */
  }
  .cont-main .mv-carousel .item-title {
    font-size: 2.313rem;
    font-weight: bold;
    color: #222;
  }
  .cont-main .mv-link-box > .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 960px;
  }
  .cont-main .mv-link-box > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cont-main .mv-link-box > .container > .row > [class|="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cont-main .mv-link-list {
    padding: 0;
  }
  .cont-main .mv-link-list a {
    height: 90px;
  }
  .cont-main .mv-carousel .item-content {    
    font-size: 1.250rem;
    color: #555;
  }
  .cont-main .mv-carousel .item-content .mark {
    color: #658d48;
  }  
  .cont-main .mv-link-list {
    position: absolute;
    bottom: auto;
    left: auto;
    top: calc(((460px - 273px) / 2 * -1) - 273px);
    right: 15px;
    z-index: 2;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
	width: auto;
    padding: 0;
  }  
  .cont-main .mv-carousel .item .container,
  .cont-main .mv-carousel .item .row,
  .cont-main .mv-carousel .item [class|="col"] {
    height: 100%;
  }
  .cont-main .mv-carousel .item > .container {
    position: static;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 960px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }  
  .cont-main .item-inner {
    position: absolute;
    top: 45%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 15px;
  }  
  .cont-main .mv-carousel-wrapper .carousel-btns {
    position: absolute;
    bottom: 50px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    padding: 0 10px;
    background-color: rgba(64, 75, 87, 0.9);
    border-radius: 1000px;
  }
  .cont-main .mv-link-list > li {
    flex: 0 1 auto;
    margin: 0;
  }  
  .cont-main .mv-link-list a {
    display: block;
    width: 100px;
    height: 90px;
    padding-top: 50px;
    margin-bottom: 1px;
    background-repeat: no-repeat;
    background-position: center 18px;
    font-size: 16px;
    color: white;
    text-align: center;
    transition: 0.3s;
  }
  .cont-main .mv-link-item-search a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #414b57;
  }  
}
@media (min-width: 1200px) {
  .cont-main .mv-carousel .item > .container,
  .cont-main .mv-link-box > .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .cont-main .mv-carousel .item > .container,
  .cont-main .mv-link-box > .container {
    max-width: 1230px;
  }
}

/* 전체 섹션 wrapper */
.sec-wrapper {
  max-width: 2000px;
  padding-top: 8px;
  margin: 0 auto;  
  background: #f5f6f8 url(/_res/kibo/bank/img/main-section-bg.png) no-repeat center top -200px;
}

/* 공지사항, Help SERVICE */
.sec-wrapper-notice-help > .container > .row > [class|="col"] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (min-width: 576px) {
  .sec-wrapper-notice-help > .container {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .sec-wrapper-notice-help > .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .sec-wrapper-notice-help > .container {
    max-width: 1140px;
  }
}
@media (min-width: 1300px) {
  .sec-wrapper-notice-help > .container {
    max-width: 1230px;
  }
}

/* 공지사항 */
.cont-main .sec-notice {
  flex: 0 0 100%;
  max-width: 100%;
}
.cont-main .sec-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cont-main .more-link {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: rotate(0);
  transition: 0.3s;
  text-indent: -5000px;
}
.cont-main .more-link::before,
.cont-main .more-link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50%);
  transform: translate(-50%, -50%);
  display: block;
  background-color: #353535;
}
.cont-main .more-link::before {
  width: 20px;
  height: 2px;
}
.cont-main .more-link::after {
  width: 2px;
  height: 20px;
}
.cont-main .more-link:hover,
.cont-main .more-link:focus {
  transform: rotate(90deg);
}
.cont-main .sec-notice .sec-body {
   position:relative;
  height: 145px;
  padding: 15px;
  /**background-color: white;
  overflow-y: scroll;*/
}
.cont-main .board-list {
  list-style: none;
}
.cont-main .board-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 2px;
}
.cont-main .board-list li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 8px;
  z-index: 1;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #05367b;
}
.cont-main .board-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0;
  color: #333;
}
.cont-main .board-list a:hover,
.cont-main .board-list a:focus {
  text-decoration: underline;
}
.cont-main .board-list .board-title {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 24px;
  font-size:0.875rem;
}
.cont-main .board-list .board-date {
  flex: 0 0 90px;
  max-width: 90px;
  margin-left: 30px;
  font-size: 0.875rem;
  color: #555;
  text-align: right;
}

/* Help SERVICE */
.cont-main .sec-help {
  flex: 0 0 100%;
  max-width: 100%;
  color: white;
}
.cont-main .help-link-title {
  font-size: 1.125rem;
  font-weight: 500;
}
.cont-main .help-link-deco {
  font-size: 0.875rem;  
}
.cont-main .help-layout {
  flex-wrap: wrap;
}
.cont-main .help-layout .ly-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.cont-main .help-layout .help-link {
  position: relative;
    display: block;
    height: 100px;
    color: white;
    background-repeat: no-repeat;
    background-position: right 30px bottom 15px;
}
.cont-main .help-layout .help-link-inner {
  position: absolute;
  top: 20px;
  left: 20px;
}
.cont-main .help-layout .help-link-deco {
  position: relative;
  display: inline-block;
}
.cont-main .help-layout .help-link-deco::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0 ,0, 0.3) url(/_res/kibo/bank/img/right-arrow-white-sm.png) no-repeat center;
}
.cont-main .help-layout .help-link-1 {
  position: relative;
  background: #75b848;
  transition: 0.3s;
}
.cont-main .help-layout .help-link-1:hover,
.cont-main .help-layout .help-link-1:focus {
  background: hsl(96, 44%, 40%);
}
.cont-main .help-layout .help-link-1:after,
.cont-main .help-layout .help-link-2:after {
  content: "";
  display: block;
  position: absolute;
  width:48px;
  height:48px;
  bottom:15px;
  right:15px;
}
.cont-main .help-layout .help-link-1:after {
  background: url(/_res/kibo/bank/img/main-help-bg01.png);
  background-size:48px auto;
}
.cont-main .help-layout .help-link-2:after {
  background: url(/_res/kibo/bank/img/main-help-bg02.png);
  background-size:48px auto;
}

.cont-main .help-layout .help-link-2 {
  position: relative;
  background: #404b57;
  transition: 0.3s;
}
.cont-main .help-layout .help-link-2:hover,
.cont-main .help-layout .help-link-2:focus {
  background: hsl(211, 15%, 20%);
}
@media (min-width: 552PX) {
  .cont-main .help-layout .ly-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  }
}
@media (min-width: 768PX) { 
  .cont-main .board-list .board-title,
  .cont-main .board-list .board-date {
    font-size:0.938rem;
  }
  .cont-main .help-link-title {
    font-size: 1.250rem;
  }
  .cont-main .quick-link {
    height: 160px;
    padding-top: 100px;
    background-position: center 35px;
    font-size: 1rem;
  }
  .cont-main .help-layout .help-link-1:after,
  .cont-main .help-layout .help-link-2:after {
    width:64px;
    height:64px;
    bottom:20px;
    right:20px;
    background-size:64px auto;
  }
}
@media (min-width: 992PX) { 
  .sec-wrapper-notice-help {
    padding: 20px 0;
  }
  .cont-main .sec-notice .sec-body {
    height: 330px;
    padding: 25px 20px 20px 15px;
  } 
  .cont-main .sec-notice {
    flex: 0 0 687.5px;
    max-width: 687.5px;
    margin-right: 20px;
  }
  .cont-main .board-list .board-title,
  .cont-main .board-list .board-date {
    font-size:1rem;
  }
  .cont-main .sec-help {
    flex: 0 0 222.5px;
    max-width: 222.5px;
  }
  .cont-main .help-layout .ly-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
  .cont-main .help-layout .help-link {
    height: 165px;
}
  .cont-main .help-layout .help-link-inner {
    top: 30px;
    left: 30px;
  }
  .cont-main .help-layout .help-link-1:after,
  .cont-main .help-layout .help-link-2:after {
    width:80px;
    height:80px;
    background-size:80px auto;
  }
}
@media (min-width: 1200px) {
  .cont-main .sec-notice {
    flex: 0 0 828px;
    max-width: 828px;
    margin-right: 20px;
  }
  .cont-main .sec-help {
    flex: 0 0 262px;
    max-width: 262px;
  }
}
@media (min-width: 1300px) {
  .cont-main .sec-notice {
    flex: 0 0 918px;
    max-width: 918px;
    margin-right: 20px;
  }
  .cont-main .sec-help {
    flex: 0 0 262px;
    max-width: 262px;
  }
}