@charset "UTF-8";

/*common*/
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pt40 { padding-top: 40px; }
.pt50 { padding-top: 50px; }
.pt60 { padding-top: 60px; }
.pt70 { padding-top: 70px; }
.pt80 { padding-top: 80px; }
.pt90 { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pb40 { padding-bottom: 40px; }
.pb50 { padding-bottom: 50px; }
.pb60 { padding-bottom: 60px; }
.pb70 { padding-bottom: 70px; }
.pb80 { padding-bottom: 80px; }
.pb90 { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mauto { margin: 0 auto; }
.img100 { width: 100%; }
.clearfix { clear: both; }
.pos-r { position: relative; }
.black { color: #222; }
.midium_gray { color: #555; }
.light_gray { color: #eee; }
.logo { color: #053555; }
a:link, a:visited { color: #555; text-decoration: none; }
a:hover, a:focus, a:active { color: #000; text-decoration: none; }

/*spin*/
@media (prefers-reduced-motion:no-preference) {
  .h_top1 { transition: transform 1s; transform-style: preserve-3d; animation: App-logo-spin 5 .5s linear; }
}
@keyframes App-logo-spin {
  from { transform: rotateX(0deg); }
  to { transform: rotateX(360deg); }
}

/*light*/
.light { position: relative; display: inline-block; }
.light::before { position: absolute; left: 0; top: -10%; width: 100%; height: 120%; background: rgba(223, 190, 106, 0.7); filter: blur(10px); content: ""; opacity: 0; animation: flash 10s ease-out alternate infinite; }
@keyframes flash {
  to { opacity: 0.5; }
}

/*typing*/
.typing-txt { position: relative; display: inline-block; margin: 0 auto; padding: 0 30px; height: 40px; overflow: hidden; animation: typingAni 4s steps(30, end) 1; }
.typing-txt::after { position: absolute; display: block; content: ""; width: 20px; height: 100%; top: 3px; right: 0; border-right: 1px solid #000; animation: cursor 0.5s step-end infinite; }
@keyframes typingAni {
  0% { width: 0% }
  100% { width: 80% }
}
@keyframes cursor {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

/*nav*/
.nav li a { display: inline-block; background: transparent; text-transform: uppercase; font-weight: 500; font-style: normal; font-size: 1.5rem; letter-spacing: 0.3em; color: rgba(223, 190, 106, 0.7); padding: 18px 15px 20px; transition: all 0.7s ease-out; background: linear-gradient(270deg, rgba(223, 190, 106, 0.8), rgba(146, 111, 52, 0.8), rgba(34, 34, 34, 0), rgba(34, 34, 34, 0)); background-position: 1% 50%; background-size: 300% 300%; text-decoration: none; margin: 0.625rem; border: none; }
.nav li a:hover { color: #fff; border-radius: 3px; }
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #00e6d2; background-color: transparent; }

/*top*/
.h_top1 { width: 80%; max-width: 1024px; margin: 0 auto; }
.typing-txt { width: 80%; max-width: 1024px; margin: 0 auto; }
.s_img { width: 100%; margin: 0 auto; display: block; }
@media (max-width:1024px) {
  .nav li a { padding: 10px 9px; }
  .typing-txt { height: 80px; }
}
@media (max-width:767px) {
  .typing-txt { height: 45px; }
}

/*header*/
.at-menu { background: #010101; }
#header { margin-top: 0; padding: 0; }
.logo { width: 100%; max-width: 280px; }
.container2 { padding: 0 100px; position: relative; }
.pc-menu { height: 150px; border-bottom: 1px solid #fff; background: none !important; padding: 40px 0; }
#header .top-bg-wrap { padding: 0px; position: relative; background: #010101; }
#header .main-top { position: absolute; top: 0px; left: 50%; transform: translate(-50%, -150px); }
#header .subtop-bg-wrap { padding: 0px; position: relative; height: 396px; background: #010101; }
#header .sub-top { position: absolute; top: 0px; left: 50%; transform: translate(-50%, -150px); min-height: 546px; width: 100%; max-width: 1920px; z-index: 0; }
#header .sub-top1 { background: url('../img/top/subtop1.jpg') no-repeat; background-size: cover; }
#header .sub-top2 { background: url('../img/top/subtop2.jpg') no-repeat; background-size: cover; }
#header .sub-top3 { background: url('../img/top/subtop3.jpg') no-repeat; background-size: cover; }
#header .sub-top4 { background: url('../img/top/subtop4.jpg') no-repeat; background-size: cover; }
#header .main-top-text { text-align: center; color: #fff; font-size: 30px; line-height: 1.5em; font-family: 'noto serif kr'; z-index: 2; position: relative; width: 100%; height: 1000px; display: flex; align-items: center; justify-content: center; }
#header .sub-top-text { text-align: center; color: #fff; font-size: 24px; line-height: 1.5em; z-index: 2; width: 100%; height: auto; position: absolute; top: 50%; left: 50%; transform: translate(-50%, 0); }
@media (max-width:1024px) {
  #header .sub-top1 { background-position-x: 30%; }
  #header .sub-top2 { background-position-x: 30%; }
}
@media (max-width:767px) {
  .logo { width: 100%; max-width: 200px; }
  #header .main-top { position: absolute; top: 0px; left: 50%; transform: translate(-50%, 0px); width: 100%; }
  #header .main-top-text { height: auto; font-size: 20px; line-height: 1.5em; padding: 100px 0; }
}

/*main*/
.main-section1 { padding: 200px 0; text-align: center; }
.main-section1 .main-img { width: 100%; margin: 0 auto; }
.main-section1 .main-txt { padding-top: 150px; font-family: 'noto serif kr'; color: #222222; font-size: 22px; line-height: 40px; text-align: center; letter-spacing: -0.3px; }
@media (max-width:767px) { }

/*floating*/
.floating { position: fixed; right: 50%; top: 180px; margin-right: -700px; text-align: center; width: 120px; z-index: 10; }
.floating-btn { height: 100%; max-height: 80px; margin: 15px 0; cursor: pointer; }

/*footer*/
footer { background-color: #222222; padding: 80px 0; color: #fff; text-align: left; }
.fnbterms { border-bottom: 1px solid #fff; padding-bottom: 40px; margin-bottom: 50px; }
.fnbterms span a { font-size: 15px; font-weight: 400; line-height: 40px; color: #fff; }
.fnbterms .terms_bar { vertical-align: top; line-height: 20px; display: inline-block; width: 2px; height: 14px; background-color: #fff; margin: 13px 18px 0; }
.fnbinfo { font-size: 15px; font-weight: 400; line-height: 30px; padding: 0 0 50px; margin: 0 0 50px; display: flex; align-items: center; justify-content: space-between; }
.fnbinfo .fnb-left span { padding-right: 30px; }
.fnbinfo .fnb-left span a { color: #fff; }
.fnbinfo .fnb-right { }
.copyright { font-size: 14px; font-weight: 300; }
.footer-logo { max-width: 220px; }
@media (max-width:767px) {
  footer { background-color: #222222; padding: 40px 0; color: #fff; text-align: left; }
  .fnbterms { padding: 0 15px 40px; }
  .fnbinfo { border-bottom: 1px solid #fff; font-size: 12px; font-weight: 300; line-height: 1.8em; padding: 0 15px 30px; margin: 0 0 10px; display: flex; align-items: center; justify-content: space-between; flex-direction: column; }
  .fnbinfo .tel a { font-size: 20px; font-weight: 500; color: #fff; line-height: 1.2em; }
  .fnbinfo .fnb-right { margin-top: 20px; }
  .copyright { padding: 0 15px; font-size: 12px; }
}

/*sub-top-navi*/
.sub-top-navi { display: block; position: relative; width: 100%; height: 100px; background: #222222; color: #fff; line-height: 1.5em; letter-spacing: -.3px; font-size: 20px; font-weight: 100; margin: -50px 0 0; padding: 0px; z-index: 9; display: flex; flex-wrap: wrap; align-content: center; justify-content: start; }
.sub-top-navi .icon_home { width: 38px; height: 34px; }
.sub-top-navi li { list-style: none; position: relative; padding: 0 30px 0; }
.sub-top-navi li:after { content: ''; background: #fff; width: 1px; height: 20px; position: absolute; top: 10px; right: 0px; }
.sub-top-navi li:first-child:after { height: 100px; top: -31px; }
.sub-top-navi li:last-child:after { width: 0px; }
.sub-top-navi li:nth-child(2) { padding-left: 50px; }
.sub-top-navi li a { color: #fff; }

/*sub*/
.sub1_body { padding: 100px 0 100px; }
.sub2_body { padding: 100px 0 100px; }
.sub3_body { padding: 100px 0 100px; }
.sub4_body { padding: 100px 0 100px; }

/*sub1-1*/
.sub1_img1 { width: 100%; max-width: 300px !important; margin: 0 auto 80px !important; display: block; }
.sub1_text { padding-top: 70px; word-break: keep-all; }
.sub1_text_1 { font-family: 'noto serif kr'; color: #000; line-height: 1.5em; letter-spacing: -.3px; font-size: 22px; font-weight: 100; text-align: center; padding-bottom: 40px; }
.sub1_text_1 .bold { font-size: 24px; font-weight: 600; }
.sub1_text_1 .bold2 { font-size: 24px; font-weight: 400; }

/*sub1-3*/
.profile_wrap { padding: 50px 0; }
.profile { background: #f7f7f7; border-radius: 10px; width: 100%; max-width: 640px; height: 740px; padding: 60px 40px; margin: 50px auto; display: flex; align-items: center; justify-content: center; flex-direction: column; letter-spacing: -.3px; }
.profile img {
  width:280px;
  border-radius: 8px;
}
.profile .profile_name { color: #555555; font-size: 30px; line-height: 1.3em; font-weight: 600; text-align: center; border-bottom: 1px solid #999999; padding: 30px 0; margin: 0 99px; width: 70%; }
.profile .profile_name2 { font-size: 24px; line-height: 1.3em; padding: 0; font-weight: 100; }
.profile .profile_name_sub { color: #555; font-size: 22px; line-height: 1.3em; font-weight: 100; margin-bottom: -30px; }
.profile .profile_position { color: #555555; font-size: 24px; line-height: 1.3em; font-weight: 300; text-align: center; padding: 25px 0 0 0; }
.profile-detail { background: #f7f7f7; border-radius: 10px; height: 740px; padding: 60px 60px; margin: 50px auto; letter-spacing: -1px; display: flex; align-items: center; justify-content: center; }
.profile-detail3 { padding: 60px 40px; }
.profile-detail .profile_title { width: 100%; height: auto; background: #555555; font-size: 22px; line-height: 40px; text-align: center; color: #ffffff; letter-spacing: -0.3px; margin: 20px auto 20px; }
.profile-detail .profile_title2 { margin-top: 80px; }
.profile-detail .profile_title3 { margin-top: 30px; }
.profile-detail .profile_title4 { margin-top: 20px; margin-bottom: 10px; }
.profile-detail dl { margin-bottom: 0px; }
.profile-detail dt { width: 23%; display: inline-block; font-size: 20px; line-height: 35px; font-weight: 500; color: #555; text-align: left; vertical-align: top; padding: 0 0 0 30px; }
.profile-detail dt.rhombus { width: 20%; font-size: 10px; text-align: right; padding: 0 20px 0 0; }
.profile-detail dd { width: 75%; display: inline-block; font-size: 20px; line-height: 35px; font-weight: 300; color: #555; }
.profile-detail dd .thin { font-weight: 100; }
.profile-detail.profile-detail1 dt { width: 20%; display: inline-block; font-size: 20px; line-height: 35px; font-weight: 500; color: #555; text-align: right; vertical-align: top; padding: 0 20px 0 0; }
.profile-detail.profile-detail1 dt.rhombus { width: 20%; font-size: 10px; text-align: right; padding: 0 20px 0 0; }
.profile-detail.profile-detail1 dd { width: 78%; display: inline-block; font-size: 20px; line-height: 35px; font-weight: 300; color: #555; }
.profile-detail.profile-detail1 dd .thin { font-weight: 100; }
.profile-detail.profile-detail2 dt.rhombus { line-height: 26px; }
.profile-detail.profile-detail2 dd { width: 78%; display: inline-block; font-size: 20px; line-height: 26px; font-weight: 300; color: #555; }

/*boazclub_wrap*/
.boazclub_wrap { }
.boaz-sec1 { text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 150px 0; }
.boaz-sec1 .boaz-title { color: #4d9bea; font-size: 40px; letter-spacing: -.3px; font-weight: bold; }
.boaz-sec1 .boaz-summary { text-align: center; margin-top: 100px; color: #000000; font-size: 34px; letter-spacing: -.3px; font-weight: 100; line-height: 44px; }
.boaz-sec1 .boaz-summary .bold1 { font-weight: 500; }
.boaz-sec1 .boaz-summary .blue1 { color: #4d9bea; font-weight: 500; }
.boaz-sec2 { background: #f2f7fd; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 150px 0; }
.boaz-sec2 .boaz-title { width: 100%; max-width: 333px; }
.boaz-sec2 .boaz-title.mt { margin-top: 120px; }
.boaz-sec2 .boaz-summary { text-align: center; margin-top: 40px; color: #000000; font-size: 28px; letter-spacing: -.3px; font-weight: 100; line-height: 38px; }
.boaz-sec2 .boaz-summary .bold1 { color: #fff; background: #4d9bea; font-weight: 700; }
.boaz-sec2 .boaz-summary .blue1 { color: #4d9bea; font-weight: 500; }
.boaz-sec3 { display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 150px 0; }
.tagWrap { display: flex; align-items: center; justify-content: space-between; margin: 80px 0 0; padding: 0px; width: 100%; }
.tagWrap li { font-size: 20px; list-style: none; color: #4d9bea; background: #dbebfb; border-radius: 20px; padding: 10px 45px; margin: 0 15px; }
.tagWrap li:nth-child(2n) { color: #7d93d3; background: #e5e9f6; }

/*sub1-4*/
.sub_title { color: #555555; font-size: 40px; line-height: 1.5em; letter-spacing: -.3px; text-align: center; padding: 0 0 60px 0; }
.sub1_4_text { color: #555555; font-size: 22px; line-height: 1.5em; letter-spacing: -.4px; font-weight: 200; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding: 30px 0 0 0; margin-bottom: 10px; }
.sub1_4_text .sub1_4_text_1 { padding: 0 20px 0 0; }
.sub1_4_text .sub1_4_text_2 { display: flex; align-items: center; justify-content: flex-start; padding: 0 0 30px 0; }
.sub1_4_text .sub1_icon { display: inline-block !important; padding-right: 10px; }
.sub1_4_text .bold { font-weight: 400; }
.map-box { margin-bottom: 40px; border-bottom: 1px solid #eeeeee; padding-bottom: 10px; }

/*sub2-1*/
.sub2_text { font-family: 'noto serif kr'; color: #555555; font-size: 22px; line-height: 40px; letter-spacing: -0.3px; font-weight: 100; text-align: center; padding: 0 150px; }
.sub2_text .bold { font-size: 24px; font-weight: 300; }
.sub2_tit { color: #555555; font-size: 22px; line-height: 80px; letter-spacing: -0.3px; font-weight: 300; border-top: 1px solid #555555; border-bottom: 1px solid #555555; text-align: center; margin: 100px auto 100px; height: 80px; }
.sub2_tit ul { list-style: none; display: flex; align-items: center; justify-content: space-evenly; width: 80%; margin: 0 auto; padding: 0; }
.sub2_box { background: #eeeeee; color: #555555; font-size: 30px; line-height: 40px; letter-spacing: -0.3px; padding: 40px 110px; text-align: center; margin-bottom: 35px; }
.sub2_title { font-size: 22px; font-weight: 500; border-bottom: 1px solid #555555; padding-bottom: 30px; margin-bottom: 30px; }
.sub2_summary { font-size: 22px; font-weight: 300; }

/*sub3*/
.sub3_text { color: #222222; font-size: 22px; line-height: 40px; letter-spacing: -0.3px; font-weight: 500; text-align: center; padding: 80px 0 0px; }
.list-title { color: #222222; font-size: 18px; line-height: 22px; letter-spacing: -0.3px; font-weight: 500; border-bottom: 1px solid #000000; padding: 15px 12px 10px; display: flex; align-items: center; justify-content: space-between; }
.list-title2 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
.list-title .list-date { color: #555555; font-size: 15px; line-height: 22px; letter-spacing: -0.3px; font-weight: 300; }
.list-details.list-summary { color: #555555; font-size: 15px; line-height: 22px; letter-spacing: -0.3px; font-weight: 300; padding: 0 12px 0 !important; margin: 10px 0 0; height: 44px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.sub3_list_top { padding: 20px 0; }
.activity .list-wrap .list-item { margin-bottom: 50px; }
.academy .img-wrap .img-item { }
.academy .img-wrap .img-item .list-shadow { position: absolute; top: 0px; left: 0px; box-shadow: 0px 0px 1px 4px rgba(152, 53, 55, .9) inset; width: 100%; height: 100%; border-radius: 10px; }
.academy .img-wrap .img-item .list-play { background: url('../img/icon/icon_play.png') no-repeat; background-size: 67px 77px; width: 67px; height: 77px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

/*sub4*/
.sub4_text { color: #222222; font-size: 22px; letter-spacing: -0.3px; font-weight: 300; text-align: center; line-height: 1.5em; word-break: keep-all; }
.sub4_text .bold { font-size: 22px; font-weight: 500; }
.sub4_tit { color: #222222; font-size: 22px; letter-spacing: -0.3px; font-weight: 500; text-align: center; margin: 100px auto 30px; line-height: 1.5em; }
.sub4_tit4_contents { display: flex; align-items: center; justify-content: center; }
.sub4_body ul { list-style-type: none; padding: 0; margin: 0; }
.sub4_body .sub4_contents1 { color: #f7f7f7; font-size: 20px; letter-spacing: -0.3px; font-weight: 300; display: flex; align-items: center; justify-content: space-between; margin: 0 auto; width: 40%; }
.sub4_body .sub4_contents1 li { line-height: 32px; background-color: #555555; border-radius: 32px; padding: 0 27px; }
.sub4_body .sub4_contents2 { color: #555555; font-size: 20px; letter-spacing: -0.3px; font-weight: 300; display: flex; align-items: center; justify-content: center; margin: 0 auto; width: 40%; }
.sub4_body .sub4_contents2 li { line-height: 1.5em; padding: 0 10px; position: relative; }
.sub4_body .sub4_contents2 li:before { content: ''; width: 1px; height: 15px; background-color: #555; position: absolute; top: 8px; right: 0px; }
.sub4_body .sub4_contents2 li:last-child:before { width: 0px; }
.sub4_body .sub4_contents3 { color: #555555; font-size: 20px; letter-spacing: -0.3px; font-weight: 300; width: 60%; margin: 0 auto; }
.sub4_body .sub4_contents3 dt { font-weight: 500; width: 22%; display: inline-block; line-height: 1.8em; vertical-align: top; }
.sub4_body .sub4_contents3 dd { width: 77%; display: inline-block; line-height: 1.8em; }
.sub4_body .sub4_contents4 { color: #555555; font-size: 20px; letter-spacing: -0.3px; font-weight: 300; display: flex; align-items: center; justify-content: center; text-align: center; width: 50%; margin: 0 auto; }
.sub4_body .sub4_img { margin-bottom: 25px; }
.sub4_body .arrow { margin-top: -20px; }

/*qna*/
.sub4-1-text { text-align: center; padding: 0 0 40px; }
.at-body .at-container.qna { padding: 100px 30px !important; }
.secret { padding: 100px 0px 100px 30px; width: 100%; }
.qna_title { font-size: 20px; font-weight: 500; padding: 0 0 20px; }

/*font-style*/
.font-style-1 { font-family: 'noto serif kr'; color: #fff; font-size: 40px; line-height: 60px; letter-spacing: -.3px; font-weight: normal; }

/*sub page*/
.fc-orange { color: #ff6600; }
.bold500 { font-weight: 500; }
.bold600 { font-weight: 600; }
.bold { font-weight: bold; }
.page-content { line-height: 22px; word-break: keep-all; word-wrap: break-word; }
.page-content p { margin: 0 0 15px; padding: 0; }
.page-content .slogan { font-size: 22px; letter-spacing: -1px; margin-bottom: 15px; line-height: 34px; }
.page-content .slogan i { font-size: 17px; vertical-align: top; margin-top: 6px; }

/*sub page*/
.font-style-0 { color: #ab8c63; font-size: 40px; letter-spacing: -.3px; line-height: 1.3em; font-weight: normal; }
.font-style-1 { color: #ab8c63; font-size: 30px; letter-spacing: -.3px; line-height: 1.3em; font-weight: bold; }
.font-style-2 { color: #ab8c63; font-size: 30px; letter-spacing: -.3px; line-height: 1.3em; font-weight: normal; }
.font-style-2-20 { color: #ab8c63; font-size: 20px; letter-spacing: -.3px; line-height: 1.3em; font-weight: normal; }
.font-style-2-25 { color: #ab8c63; font-size: 22px; letter-spacing: -.3px; line-height: 1.3em; font-weight: normal; }
.font-style-2-40 { color: #ab8c63; font-size: 20px; letter-spacing: -.3px; line-height: 1.3em; font-weight: normal; }
.font-style-3 { color: #9c9c9c; font-size: 15px; letter-spacing: -.3px; line-height: 1.5em; font-weight: normal; }
.font-style-3-25 { color: #9c9c9c; font-size: 15px; letter-spacing: -.3px; line-height: 1.5em; font-weight: normal; }
.font-style-4 { color: #111112; font-size: 15px; letter-spacing: -.9px; line-height: 1.5em; font-weight: normal; }
.font-style-5 { color: #111112; font-size: 20px; letter-spacing: -.3px; line-height: 1.5em; font-weight: normal; }
.font-style-5-30 { color: #111112; font-size: 30px; letter-spacing: -.3px; line-height: 1.5em; font-weight: normal; }
.font-style-6 { color: #1b0d02; font-size: 33px; letter-spacing: -.3px; line-height: 1.5em; font-weight: normal; }
.font-style-7 { color: #1b0d02; font-size: 52px; letter-spacing: -.3px; line-height: 1.5em; font-weight: bold; }
.font-style-8 { color: #1b0d02; font-size: 20px; letter-spacing: -.3px; line-height: 1.5em; font-weight: bold; }
.font-style-9 { color: #ffffff; font-size: 20px; letter-spacing: -.3px; line-height: 1.5em; font-weight: normal; }
.font-style-9-70 { color: #ffffff; font-size: 70px; letter-spacing: -1px; line-height: 1.5em; font-weight: 300; }
.font-style-10 { color: #010101; font-size: 36px; letter-spacing: -.6px; line-height: 1.5em; font-weight: 700; }
.font-style-11 { color: #151515; font-size: 24px; letter-spacing: -.6px; line-height: 1.5em; font-weight: 400; }
.font-style-11-2 { color: #151515; font-size: 20px; letter-spacing: -.6px; line-height: 1.5em; font-weight: 300; }
.font-style-11-3 { color: #151515; font-size: 30px; letter-spacing: -.6px; line-height: 1.5em; font-weight: 400; }
.font-style-11-4 { color: #151515; font-size: 44px; letter-spacing: -.6px; line-height: 1.5em; font-weight: 400; }
.font-style-12 { color: #ff6600; font-size: 24px; letter-spacing: -.6px; line-height: 1.5em; font-weight: 300; }
@media (max-width:1400px) {
  .font-style-9-70 { font-size: 50px; }
}
@media (max-width:767px) {

  /*header*/
  .m-ul { transform: translate(-16px, 0) !important; }

  /*main*/
  .main-section1 { padding: 50px 30px 50px; }
  .main-section1 .main-txt { padding-top: 40px; font-family: 'noto serif kr'; color: #222222; font-size: 14px; line-height: 1.5em; text-align: center; letter-spacing: -0.3px; }
  .main-section1 .main-img { border-radius: 8px; }

  /*subtop*/
  #header .subtop-bg-wrap { height: auto; }
  #header .sub-top { position: absolute; top: 0px; left: 50%; transform: translate(-50%, 0px); min-height: 157px; width: 100%; z-index: 0; }
  #header .sub-top1 { background: url('../img/mtop/subtop1.jpg') no-repeat; background-size: cover; }
  #header .sub-top2 { background: url('../img/mtop/subtop2.jpg') no-repeat; background-size: cover; }
  #header .sub-top3 { background: url('../img/mtop/subtop3.jpg') no-repeat; background-size: cover; }
  #header .sub-top4 { background: url('../img/mtop/subtop4.jpg') no-repeat; background-size: cover; }

  /*sub1*/
  .sub1_body { padding: 200px 30px 50px; }
  .sub-top-navi { display: none; }
  .sub1_text_1 { padding: 0 0px; font-size: 14px; line-height: 1.5em; margin-bottom: 20px; }
  .sub1_text_1 .bold { font-size: 16px; font-weight: 600; }
  .sub1_text_1 .bold2 { font-size: 20px; font-weight: 400; }
  #header .sub-top-text { font-size: 15px; line-height: 2em; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 0 40px; word-break: keep-all; }
  .profile .profile_name { font-size: 24px; line-height: 1.3em; padding: 25px 0 10px; }
  .profile .profile_name2 { font-size: 16px; line-height: 1.3em; padding: 0; font-weight: 100; }
  .profile .profile_position { font-size: 18px; line-height: 1.3em; padding: 10px 0 0 0; }
  .profile_wrap { margin-top: 40px; }
  .profile { padding: 40px 70px; height: auto; margin: 15px auto; }
  .profile-detail { height: auto; }
  .profile_wrap { padding: 150px 30px 50px; }
  .profile-detail { padding: 15px 10px 30px; margin: 15px auto; }
  .profile-detail dt { font-size: 14px; line-height: 1.5em; padding-left: 10px; }
  .profile-detail dt.rhombus { line-height: 2.2em; padding: 0 10px 0 0; }
  .profile-detail dd { font-size: 14px; line-height: 1.5em; }
  .profile-detail .profile_title { font-size: 16px; margin: 20px auto 15px; }
  .profile-detail .profile_title + dl + .mt40 { margin-top: 20px; }
  .profile-detail .mt40 { margin-top: 20px; }
  .profile-detail.profile-detail1 dt { padding: 0 10px 0 0; font-size: 14px; line-height: 1.5em; }
  .profile-detail.profile-detail1 dd { font-size: 14px; line-height: 1.5em; }
  .profile-detail.profile-detail1 dt.rhombus { font-size: 10px; line-height: 2.2em; padding: 0 10px 0 0; }
  .profile-detail .profile_title2 { font-size: 16px; margin: 20px auto 15px; }
  .profile-detail.profile-detail2 dd { font-size: 14px; line-height: 1.5em; }
  .profile-detail.profile-detail2 dt.rhombus { font-size: 10px; line-height: 2.2em; padding: 0 10px 0 0; }
  .profile .profile_name_sub { font-size: 14px; line-height: 1.5em; padding-bottom: 20px; }
  .sub_title { font-size: 20px; padding: 0 0 30px; }
  .sub1_4_text { font-size: 14px; display: flex; justify-content: space-between; align-items: flex-start; flex-direction: column; }
  .sub1_4_text .sub1_4_text_1 { padding: 0 15px; }
  .sub1_icon { width: 40px; }
  .sub1_4_text_2_2 { width: 80%; }

  /*sub2*/
  .sub2_body { padding: 200px 30px 50px; }
  .sub2_text { font-size: 14px; line-height: 1.5em; padding: 0; }
  .sub2_text .bold { font-size: 16px; font-weight: 300; }
  .sub2_tit { margin: 30px auto; padding: 0; font-size: 12px; }
  .sub2_tit ul { list-style: none; display: flex; align-items: center; justify-content: space-between; width: 95%; margin: 0 auto; padding: 0; }
  .sub2_tit1 ul { justify-content: space-evenly; }
  .sub2_box { font-size: 20px; padding: 20px 30px; }
  .sub2_title { font-size: 16px; padding-bottom: 15px; margin-bottom: 15px; line-height: 1.5em; }
  .sub2_summary { font-size: 14px; line-height: 1.5em; font-weight: 300; word-break: keep-all; }
  .sub3_text { font-size: 16px; line-height: 1.5em; padding: 200px 30px 0px; }
  .list-wrap .list-container { padding: 0 15px; }
  .list-title { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px 10px; font-size: 14px; }
  .list-title2 { font-size: 14px; }
  .list-title .list-date { font-size: 14px; }
  .list-wrap .list-item { margin-bottom: 60px !important; }

  /*sub3*/
  .sub3_list_top { padding: 80px 0; }
  .sub3_view_top { padding: 80px 0; }
  .view-wrap { padding: 0 15px; }

  /*sub4*/
  .sub4_body { padding: 200px 30px 50px; }
  .sub4_text { font-size: 14px; }
  .sub4_text .bold { font-size: 16px; }
  .sub4_tit { font-size: 18px; margin: 50px auto 15px; }
  .sub4_body .sub4_contents1 { width: 100%; font-size: 14px; }
  .sub4_body .sub4_contents1 li { padding: 0 15px; }
  .sub4_body .sub4_contents2 li { font-size: 14px; }
  .sub4_body .sub4_contents2 li:before { height: 12px; top: 5px; }
  .sub4_body .sub4_contents3 { width: 100%; font-size: 14px; }
  .sub4_body .sub4_contents3 dt { width: 35%; }
  .sub4_body .sub4_contents3 dd { width: 64%; }
  .sub4_body .sub4_contents4 { width: 100%; font-size: 14px; }
  .sub4_body .sub4_img { margin-bottom: 15px; width: 50%; }
  .responsive .at-body .at-container.qna { padding: 200px 15px 50px !important; }
  .font-style-2-25 { font-size: 18px }
  .bar { padding-bottom: 30px; }
  section.board-list { padding: 200px 15px 50px !important; }
  .activity section.board-list { padding: 50px 0 !important; }
  .academy section.board-list { padding: 50px 0 !important; }

  /*boazclub_wrap*/
  .boaz-sec1 {
    padding: 250px 15px 100px;
}
.boaz-sec1 .boaz-title {
    font-size: 24px;
}
.boaz-sec1 .boaz-summary {
    margin-top: 50px;
    font-size: 16px;
    letter-spacing: -.3px;
    font-weight: 100;
    line-height: 34px;
}
  .boaz-sec2 {
    padding: 100px 15px;
}
  .boaz-sec2 .boaz-title {
    width: 50%;
    max-width: 333px;
}
.boaz-sec2 .boaz-title.mt {
    margin-top: 60px;
}
  .boaz-sec2 .boaz-summary {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    word-break: keep-all;
  }
  .boaz-sec3 {
    padding: 100px 15px;
}
.page-wrap img {
    max-width: 100%;
}
.tagWrap {
    margin: 40px 0 0;
    flex-wrap: wrap;
}
.tagWrap li {
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 20px;
    margin:5px 15px;
}
}
@media (max-width:320px) {
  .sub1_4_text_2_1 { width: 20%; }
  .sub2_body { padding: 200px 15px 50px; }
  .sub2_tit { font-size: 12px; }
  .sub4_body .sub4_contents1 { width: 100%; font-size: 12px; }
}

.hd_pops {
  overflow: hidden;
}
