/* COMMON */
.contents { padding-top: 120px; }
.sub-visual-container{
    overflow: hidden; padding: 60px 0; height: 240px; background-repeat: no-repeat; background-position: center;
    -webkit-animation: visualFadeIn .4s ease-in-out .1s forwards; animation: visualFadeIn .4s ease-in-out .1s forwards; opacity: 0;
}
.sub-visual-wrapper{
    display: -webkit-box; display: -ms-flexbox; display: flex;
    -webkit-box-align: center; -ms-flex-align: center; align-items: center;
    -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    height: 100%;
}
.sub-visual-container .title { z-index: 2; position: relative; line-height: 1; text-align: center; font-size: 36px; letter-spacing: -0.04em; }
.sub-visual-container .title small { display: block; margin-bottom: 15px; font-size: 14px; color: #bcc5df; font-weight: 300; letter-spacing: 0.2em; }
.sv1 { background: url('/child/img/sub/v1.png') no-repeat center / cover; }
.sv2 { background: url('/child/img/sub/v2.png') no-repeat center / cover; }
.sv4 { background: url('/child/img/sub/v4.png') no-repeat center / cover; }
.sv5 { background: url('/child/img/sub/v5.png') no-repeat center / cover; }
.sv6 { background: url('/child/img/sub/v6.png') no-repeat center / cover; }
@-webkit-keyframes visualFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes visualFadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@media (max-width: 1200px){
    .sub-visual-container {height: 180px; }
    .sub-visual-container .title { font-size: 26px; }
    .sub-visual-container .title small { font-size: 13px; }
}
@media (max-width: 1024px){
    .contents{padding-top: 100px;}
}
@media (max-width: 768px){
    .contents { padding-top: 60px; }
    .sub-visual-container { padding: 0; height: 180px; }
    .sub-visual-container .title { font-size: 24px; }
    .sub-visual-container .title small { margin-bottom: 10px; font-size: 11px; }
}



/* Sub Tab List */
.sub-tab-container { z-index: 2; position: relative; border-bottom: 1px solid #dcdcdc}
.sub-tab-lists { display: flex; flex-wrap: wrap; margin: auto; max-width: 1200px; width: 100%; }
.sub-tab-lists li { flex: 1 1; position: relative;}
.sub-tab-lists li::after{content: ""; display: block; position: absolute;
  width: 1px; height: 12px; background-color: #dcdcdc; top: 24px; right: -1px;}
.sub-tab-lists li:last-child::after{display: none}
.sub-tab-lists .link{
    display: flex; align-items: center; justify-content: center; position: relative; padding: 4px; height: 60px;
    line-height: 1.4; text-align: center; font-size: 18px; font-weight: 400;
    background-color: transparent;
    -webkit-transition: all ease-out .3s; transition: all ease-out .3s;
}
.sub-tab-lists .link span { display: block; z-index: 2; position: relative; }
.sub-tab-lists .link--on { color: #c5965e; font-weight: 700; }
@media(min-width:1201px){
	.sub-tab-lists li:hover{color: #c5965e}
}
@media (max-width:1200px){
    .sub-tab-container { }
    .sub-tab-lists .link { height: 50px; font-size: 16px; }
    .sub-tab-lists li::after {top: 19px}
}
@media (max-width:1024px){

}
@media (max-width:768px){
    .sub-tab-container { margin-top: 0; }
    .sub-tab-lists .link { padding: 12px 5px; height: 100%; line-height: 1.3; font-size: 14px; }
    .sub-tab-lists li::after {top: 15px}
    .sub-tab-lists li{flex: auto;}
}


@media (max-width:1024px){

}
@media (max-width:768px){

}

.wrap--sub-bg .contents{padding-bottom: 160px}

.sub-title{font-size: 42px; line-height: 1; margin-bottom: 60px; text-align: center;}

@media (max-width:1024px){
    .sub-title{font-size: 26px; margin-bottom: 35px}
}
@media (max-width:768px){
    .sub-title{margin-bottom: 20px}
}

/* 연혁 */
.his-year-wrap{display: flex; justify-content: space-between; margin-bottom: 70px}
.his-year-wrap:last-child{margin-bottom: 0}
.his-year{display: flex; flex-direction: column; align-items: center; margin-right: 80px}
.his-year span{text-align: center; line-height: 1; margin-top: 15px; font-size: 40px}
.his-month-wrap{width: 100%; max-width: calc(100% - 281px)}
.his-month-wrap>div{width: 100%; padding: 20px 0; border-top: 1px solid #e6e6e6;  display: flex;}
.his-month-wrap>div:last-child{border-bottom: 1px solid #e6e6e6;}
.his-month{font-size: 18px; width: 30px;}
.his-content{color: #555; font-size: 18px; width: calc(100% - 30px)}

@media (max-width: 1024px){
    .his-year{margin-right: 50px}
    .his-year img{width: 150px}
    .his-year span{font-size: 28px}
    .his-month-wrap{max-width: calc(100% - 200px)}
    .his-month, .his-content{font-size: 16px}
}
@media (max-width: 768px){
    .his-year-wrap{flex-direction: column; align-items: center;}
    .his-year{margin-right: 0; margin-bottom: 20px}
    .his-month-wrap{max-width: unset}
    .his-year img{width: 120px}
    .his-year span{font-size: 24px; margin-top: 5px;}
    .his-month-wrap>div{padding: 10px 0}
    .his-year-wrap{margin-bottom: 40px}
    .his-year-wrap:last-child{margin-bottom: 0}
}

/*조직*/
.org-wrap{margin-bottom: 110px;}
.org{position: relative; margin: auto;}
.org-link{display: block; position: absolute; width: 260px; height: 60px; top: 440px;}
.org-link1{left: 0}
.org-link2{left: 300px}
.org-link3{right: 300px}
.org-link4{right: 0}

.org-list{background-image: url(/child/img/sub/about/org-bg.png); background-repeat: no-repeat;
  background-size: cover; background-position: center bottom; padding-top: 110px;
  padding-bottom: 160px}
.org-list h4{font-size: 30px; line-height: 1; margin-bottom: 35px; text-align: center;}
.org-list p{font-size: 20px; line-height: 36px; text-align: justify;}

@media (max-width: 1200px){
  .org-wrap{width: 100%; overflow-y: auto;}
  .org{width: 1000px;}
  .org img{width: 100%; max-width: unset}
  .org-link{width: 217px; height: 50px; top: 367px}
  .org-link2{left: 250px}
  .org-link3{right: 250px}
}
@media (max-width: 1024px){
  .org-wrap{margin-bottom: 70px;}
  .org-list{padding-top: 70px;}
  .org-list h4{font-size: 20px; margin-bottom: 20px}
  .org-list p{font-size: 14px; line-height: 28px;}
}
@media (max-width: 768px){
  .org{width: 800px;}
  .org-link{width: 173px; height: 40px; top: 293px}
  .org-link2{left: 200px}
  .org-link3{right: 200px}
  .org-wrap{margin-bottom: 50px;}
  .org-list{padding-top: 50px;}
}
@media (max-width: 500px){
  .org{width: 500px;}
  .org-link{width: 108px; height: 26px; top: 183px}
  .org-link2{left: 125px}
  .org-link3{right: 125px}
}

/* 인사말 */
.greeting-contents{background-image: url(/child/img/sub/about/greeting-bg.png); background-repeat: no-repeat;
  background-size: cover; background-position: center;}
.greeting-wrap{display: flex; align-items: center;}
.greeting-wrap img{width: 20%; margin-right: 60px; height: fit-content;}
.greeting-txt{}
.greeting-txt p{clear: #555; font-size: 18px; line-height: 30px}
.greeting-txt h4{font-size: 20px; font-weight: 600; margin-top: 40px}
.greeting-txt h4 strong{color: #333; margin-left: 10px}
.greeting-txt h4 strong span{font-size: 26px}

@media (max-width:1024px){
  .greeting-wrap img{width: 40%; margin-right: 40px}
  .greeting-txt p{font-size: 14px; line-height: 26px}
  .greeting-txt h4{font-size: 16px; margin-top: 30px}
  .greeting-txt h4 strong span{font-size: 20px}
}
@media (max-width:768px){
  .greeting-wrap{display: block;}
  .greeting-wrap img{width: 65%; margin: 0 auto; height: auto; display: block;}
  .greeting-txt{padding-top: 30px}
}

/* 정관 */
.articles-contents{background-image: url(/child/img/sub/about/articles-bg.png); background-repeat: no-repeat;
  background-position: center;}
.articles-wrap{margin-top: 100px; display: flex; flex-direction: column; align-items: center; width: 100%}
.articles-wrap h4{color: #555; line-height: 36px; font-size: 26px; text-align: center; margin-bottom: 30px;}

@media (max-width: 1024px){
    .articles-wrap{margin-top: 65px}
    .articles-wrap h4{font-size: 20px; line-height: 34px; margin-bottom: 15px}
}
@media (max-width: 768px){
    .articles-wrap{margin-top: 40px}
}

/* 오시는길 */
.address{font-size: 22px; text-align: center; margin-bottom: 30px; font-weight: 400}
.location-iframe{width: 100%; height: 500px}

@media (max-width: 1024px){
    .address{font-size: 16px; margin-bottom: 15px}
    .location-iframe{height: 400px}
}
@media (max-width: 768px){
    .address{}
    .location-iframe{height: 320px}
}
