
/* layout */
.content{
  width: 1300px;
  margin: 0 auto;
}

/* header */
#mob_nav,
#mob_nav_btn{
  display: none;
}

#header{
  border-top: 4px solid #79A00B;
  border-bottom: 1px solid #eee;
  position: relative;

  height: 104px;
}
#header .header_wrap{
  position: absolute;
  height: 100px;
  background: #fff;
  z-index: 2;
  width: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
  overflow: hidden;
  transition: all .4s ease;
}
#header .header_wrap.on {
  height: auto;
  padding-bottom: 40px;
}
.header_wrap:before{
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 100px;
  height: 1px;
  background: #EEE;
}
#header .header_wrap .header_inner{
  display: flex;
  justify-content: space-between;
}
.header_inner #logo{
  flex: 0 0 auto;
}
.header_inner .nav_area{
  width: calc(1300px - 213px - 60px);
}
#logo a{
  line-height: 100px;
  display: block;
}
#logo a img{
  vertical-align: middle;
}
#nav #gnb .menu{
  display: flex;
}
#nav #gnb .menu > li{
  flex: 1;
  text-align: center;
  transition: all .2s ease;
}
#nav #gnb .menu > li > a{
  display: block;
  font-size: 1.25em;
  line-height: 100px;
  transition: all .2s ease;
}
#nav #gnb .menu > li:hover > a{
  color: #425900;
  font-weight: bold;
}
#nav #gnb .menu > li .depth_menu{
  width: 100%;
  border-top: 4px solid transparent;
  padding: 12px 0;
  height: 100%;
  transition: all .2s ease;
}
#nav #gnb .menu > li:hover .depth_menu{
  background: #F9FAF7;
  border-top: 4px solid #425900;
}
#nav #gnb .menu > li .depth_menu li{
  line-height: 48px;
}
#nav #gnb .menu> li .depth_menu li a{
  display: block;
  font-size: 1.125em;
  transition: all .2s ease;
  letter-spacing: -1px;
}
#nav #gnb .menu> li .depth_menu li a:hover{
  color: #425900;
  font-weight: bold;
}

/* main */
#main_visual{
  background: #fafafa;
}
#main_visual section{
  display: flex;
  height: calc(400px + 80px);
  overflow: hidden;
  padding: 40px;
}
#main_visual section article{
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,0.05);
}
#main_visual section article:nth-child(1){
  flex: 2.5;
}
#main_visual section article:nth-child(2){
  flex: 1;
}
#main_visual section article img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main_vis01{
  margin-right: 40px;
  background: url(/images/snbr/main_vis01.png) no-repeat 100% 50% / cover;
}
.main_vis01 .txt_box{
  padding: 80px 60px;
  font-family: 'GowunBatang-Regular';
  color: #263400;
}
.main_vis01 .txt_box p{
  font-size: 1.125em;
  margin-bottom: 24px;
}
.main_vis01 .txt_box strong{
  font-size: 2.5em;
  letter-spacing: 1px;
}
.visual{
  height: 100%;
}
.visual .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #192100;
  background: #425900;
}
.visual .swiper-pagination-bullet-active {
  background: #fff;
  border: 4px solid #425900;
  width: 14px;
  height: 14px;
}


#main_container h2{
  font-family: 'TmoneyRoundWindRegular';
  font-family: 'TmoneyRoundWindExtraBold';
  font-size: 2.5em;
  color: #192100;
}
#main_container h3{
  font-family: 'TmoneyRoundWindRegular';
  font-family: 'TmoneyRoundWindExtraBold';
  font-size: 1.5em;
  color: #192100;
}
#main_container h4{
  font-family: 'TmoneyRoundWindRegular';
  font-family: 'TmoneyRoundWindExtraBold';
  font-size: 1.25em;
  color: #192100;
}
#main_container h2 b,
#main_container h3 b,
#main_container h4 b{
  color: #425900;
}

#main_container .top_content{
  display: flex;
  justify-content: space-between;
  
  padding: 60px 0 80px;
}
.top_content article{}
.top_content article:nth-child(1){
  flex: 0 0 240px;
}
.top_content article:nth-child(2){
  /*flex: 0 1 780px;
  margin: 0 60px;*/
    flex: 0 1 850px;
    margin: 0 30px 0 60px;
}
.top_content article:nth-child(3){
  /*flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;*/
}

.main_guide{
  position: relative;
  background: url(/images/snbr/main_guide.svg) no-repeat 50% / contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_guide h3{
  font-size: 2.5em;
  color: #293800;
  line-height: 1.6em;
  text-align: center;
  padding-bottom: 24px;
}
.main_guide a{
    display: inline-block;
    width: 100px;
    height: 50px;
	position: absolute;
    left: calc(50% - 50px);
    bottom: calc(50% - 95px);
}

.main_board{
  background: #E1E5D6;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.main_board .more_btn{
  position: absolute;
  top: 20px;
  right: 20px;
}
.main_board .tab_menu{
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  width: calc(100% - 40px - 32px);
}
.main_board .tab_menu ul{
  width: 100%;
}
.main_board .tab_menu ul li{
  flex: 1;
  text-align: center;
  padding: 12px 0;
  font-size: 1.25em;
}
.main_board .tab_menu ul li.on_tab{
  color: #fff;
  background: #425900;
}
.main_board .tab_contents{
  background: #fff;
  border-radius: 8px;
  padding: 28px 12px;
}
.main_board .tab_contents .tab_cont{}
.main_board .board_list > ul{
  display: flex;
}
.board_list > ul > li{
  margin: 0 8px;
  width: calc(100% / 3);
}
.board_list > ul > li > a{
  display: block;
}
.board_list .tit{
  font-size: 1.125em;
  color: #333;
  margin-bottom: 8px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  word-break: break-all;
  height: calc(1em * 1.6 * 2);
}
.board_list .tit.new:before{
  content: "N";
	color: #fff;
	background: #FF5252;
	border-radius: 50%;
	font-size: 0.6em;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
  vertical-align: text-top;
  margin-right: 4px;
}
.board_list .date{
  padding-left: calc(1em + 6px);
  background: url(/images/snbr/date.svg) no-repeat 0 50%;
  background-size: 1em;
  color: #767676;
}

.main_sns h3{
  padding: 0 12px;
  display:block;
  width:100%;
  text-align:center;
}
.main_sns > img{
  padding: 16px 0 4px;
  width:160px;
  display:block;
  margin:0 auto;
}
.main_sns .sns_wrap {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.main_sns a{
    text-align: center;
    display: inline-block;
    margin: 10px auto;
    width: calc(100% / 2);
}
.main_sns a img{
	height: 60px;
}
.btm_content{
  background: #F0F2EB;
  padding: 60px 0 120px;
  padding: 60px 0 180px;
}
.btm_content .main_quick{}
.main_quick .main_title{
  text-align: center;
  background: url(/images/snbr/quote.svg) no-repeat 32% 0;
  padding-top: 60px;
  margin-bottom: 60px;
}
.main_quick .main_title h2{
  padding-bottom: 24px;
}
.main_quick .quick_list{
  display: flex;
} 
.main_quick .quick_list li{
  width: calc((100% - 80px) / 6);
  margin-right: 16px;
  
  transition: all .2s ease;
  cursor: pointer;
}
.main_quick .quick_list li:last-child{
  margin-right:0;
}
.main_quick .quick_list li a{
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 32px 20px 160px;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) calc(100% + 20px);
}
.main_quick .quick_list li:hover{
  box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,0.05);
  box-shadow: 0 0.75rem 1.5rem rgba(66, 89, 0, 0.12);
}
.main_quick .quick_list li a{
  display: block;
  transition: all .2s ease;
}
#main_container .quick_list h4 b{
  color: var(--point);
}
.main_quick .quick_list li:nth-child(1) a{ background-image: url(/images/snbr/main_quick01.png);}
.main_quick .quick_list li:nth-child(2) a{ background-image: url(/images/snbr/main_quick03.png);}
.main_quick .quick_list li:nth-child(3) a{ background-image: url(/images/snbr/main_quick02.png);}
.main_quick .quick_list li:nth-child(4) a{ background-image: url(/images/snbr/main_quick04.png);}
.main_quick .quick_list li:nth-child(5) a{ background-image: url(/images/snbr/main_quick05.png);}
.main_quick .quick_list li:nth-child(6) a{ background-image: url(/images/snbr/main_quick06.png);
    background-position: right 12px bottom -12px;
}

/* footer */
#footer{
  border-top: 1px solid #eee;
  background: #EEEEEE;
  padding: 0 0 40px;
}
#footer .ft_top{
  background: #f7f7f7;
}
.ft_top > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft_nav{
  line-height: 48px;
}
.ft_nav a:hover{
  text-decoration: underline;
}
.ft_nav b{
  color: #3A4E00;
  font-weight: 500;
}
.ft_nav li:first-child {
  padding-left: 0px;
}
.ft_top .familysite{
  width: 200px;
}
.ft_top .familysite select{
  width: 100%;
  color: #767676;
  border-width: 0 1px;
  border-radius: 0;
}
#footer .ft_btm{
  color: #999;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.ft_btm address{
  margin: 20px 0 0 60px;
}
.ft_btm address .ft_info{
  margin: 0 0 20px 0;
}
.ft_btm address .ft_info ul{
  display: flex;
}
#footer .ft_btm address .ft_info li{
  margin-right: 20px;
}
#footer .ft_btm address em{
  font-style: normal;
  opacity: 0.8;
}


/* Sub layout */
#sub_header{
  margin-bottom: 60px;
}
#sub_header .sub_visual{
  height: 200px;
  background: url(/images/snbr/sub_vis.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.sub_visual .slogan{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #192100;
  text-align: center;
}
.slogan h2{
  font-family: 'TmoneyRoundWindRegular';
  font-size: 2.5em;
  margin-bottom: 32px;
}
.slogan p{
  opacity: .8
}
#sub_header .breadcrumb_bar{
  background: #f7f7f7;
  padding: 12px 0;
}
.breadcrumb_bar .breadcrumb{
  display: flex;
  justify-content: flex-end;
  font-size: 0.9em;
}
.breadcrumb li{
  padding-left: 8px;
  line-height: 24px;
  height: 24px;
  color: #767676;
  color: #949494;
}
.breadcrumb li img{
  height: 24px;
  width: 16px;
}
.breadcrumb li b{
  padding-left: 8px;
  line-height: 24px;
  color: #595959;
}

#sub_container{
  padding-bottom: 120px;
}
#sub_container > .content{
  display: flex;
  justify-content: space-between;
}
#sub_container aside{
  width: 240px;
}
#sub_container main{
  width: 1000px;
}
aside #lnb{}
#lnb .lnb_title{
  font-family: 'TmoneyRoundWindExtraBold';
  font-size: 1.75em;
  color: #fff;
  border-radius: 8px;
  background: #425900;
  text-align: center;
  margin-bottom: 12px;
  height: 120px;
  line-height: 120px;
  
}
#lnb .lnb_title strong{}
#lnb .lnb_menu{
  border-radius: 8px;
  border: 1px solid #eee;
  overflow: hidden;
}
.lnb_menu > li{
  border-bottom: 1px solid #eee;
}
.lnb_menu > li > a{
  display: block;
  padding: 16px 20px;
  color: #333;
  font-size: 1.125em;
}
.lnb_menu > li.chk{
  /* border-radius: 8px; */
  overflow: hidden;
}
.lnb_menu > li.lnb_depth_has.chk{
  box-shadow: inset 0px 0px 2px 2px #F2F6E7;
}
.lnb_menu > li.chk > a{
  background: #F2F6E7;
  color: #293800;
  font-weight: 500;
}
.lnb_menu > li.lnb_depth_has > a{
  background: url(/images/snbr/down.svg) no-repeat right 20px center;
  background-size: 20px;
  transition: all .2s ease;
}
.lnb_menu > li.lnb_depth_has.chk > a{
  background: url(/images/snbr/up.svg) no-repeat right 20px center #F2F6E7;
  background-size: 20px;
  transition: all .2s ease;
}
.lnb_menu .lnb_depth{
  padding-left: 20px;
  display: none;
}
.lnb_menu .lnb_depth li {
  margin: 12px 0;
  padding-left: 12px;
}
.lnb_menu .lnb_depth li:before {
  background: #767676;
  top: 0.65em;
  top: calc(50% - 2px);
}
.lnb_depth li.on{
  color: #425900;
  font-weight: bold;
}
.lnb_depth li.on:before {
  background: #425900;
}

main .sub_head{
  border-bottom: 2px dashed #eee;
  margin-bottom: 40px;
}
.sub_head h3{
  font-family: 'TmoneyRoundWindRegular';
  font-weight: normal;
  font-size: 2em;
  font-size: 2.25em;
  padding: 20px 0;
  color: #192100;
  line-height: 100%;
}

.ready_statebox{
    text-align: center;
    background: url(/images/snbr/state_ready.svg) no-repeat top 20px center;
    background-size: 120px;
    padding-top: 140px;
    line-height: 1.7em;
    
    padding-top: 0;
    background: none;
}
.ready_statebox .top{
    display: block;
    font-family: 'TmoneyRoundWindRegular';
    font-size: 1.35em;
    line-height: 1.6em;
    color: #333;
    padding-bottom: 32px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
}
.ready_statebox .top b{
	color: #D23F34;
}
.ready_statebox .btm{
    padding: 20px;
}
.ready_statebox .btm p{
    padding-bottom: 16px;
}
.ready_statebox .btm a{
    color: #00A8FF;
    padding: 0 4px;
}

/*250905 수정*/
.main_sns_con{margin-left:-5px; display:flex;flex-wrap: wrap;justify-content: center;}
.main_sns a{padding-left:5px;}







