@charset "utf-8";


.ico {margin-right: 5px;vertical-align: middle;}
#sub-visual { height: 100vh; width: 100vw; position: relative; background-size: cover; background-repeat: no-repeat; z-index: 1; background-position: 50% 100%; }
#sub-visual::before { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); content: ''; width: 100vw; height: 100vh; background: rgba(0, 0, 0, 0.5); }
#contents.start .cont_title_wrap .category { opacity: 1; }
#contents.start .cont_title_wrap .tit, #contents.start .cont_title_wrap .tit2, #contents.start .cont_title_wrap .tit3 { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1;  margin-top: 20px; display: block;}
#contents.start .cont_title_wrap .tit span, #contents.start .cont_title_wrap .tit2 span, #contents.start .cont_title_wrap .tit3 span { color: transparent; -webkit-text-stroke: 1px #fff; }
#contents.start .cont_title_wrap .txt {opacity: 1;bottom: -60%;width: 75%;}
#contents.start .cont_title_wrap .author {opacity: 1;width: 100%;bottom: -90%;}
.sub_txt { max-width: 850px; margin: 0 auto; text-align: center; }
.sub_txt i {margin-bottom: 20px;}
.cont_title_wrap {position: absolute;top: auto;left: 50%;-webkit-transform: translateX(-50%);transform: translateX(-50%) translateY(-100%);top: 50%;width: 100%;max-width: calc(100% - 27%);z-index: 10;min-height: 210px;text-align: center;}
.sub .tit_caption {color: #d1d1d1;position: absolute;right: 30px;bottom: 10px;font-size: 16px;}
.cont_title_wrap .category {color: #09adff;font-size: 30px;font-weight: 600;line-height: 1;opacity: 0;-webkit-transition: 0.4s;transition: 0.4s;}
.cont_title_wrap .tit {font-size: 68px;font-weight: 700;line-height: 1.3;color: #fff;background-position: 0 100%;background-size: 100% 6px;background-repeat: no-repeat;display: inline;-webkit-transform: translateY(40px);transform: translateY(40px);opacity: 0;-webkit-transition: 0.6s 0.4s;transition: 0.6s 0.4s;}
.cont_title_wrap .tit2 { font-size: 60px; font-weight: 700; line-height: 1.3; color: #fff; background-position: 0 100%; background-size: 100% 6px; background-repeat: no-repeat; display: inline; -webkit-transform: translateY(40px); transform: translateY(40px); opacity: 0; -webkit-transition: 0.6s 0.4s; transition: 0.6s 0.4s; }
.cont_title_wrap .tit3 { font-size: 5.2rem; font-weight: 700; line-height: 1.3; color: #fff; background-position: 0 100%; background-size: 100% 6px; background-repeat: no-repeat; display: inline; -webkit-transform: translateY(40px); transform: translateY(40px); opacity: 0; -webkit-transition: 0.6s 0.4s; transition: 0.6s 0.4s; }
.cont_title_wrap .txt {font-size: 20px;font-weight: 300;color: #fff;opacity: 0;-webkit-transition: 0.4s 1s;transition: 0.4s 1s;position: absolute;bottom: 0;width: 100%;width: 75%;margin: 0 auto;left: 0;transform: translateX(17%);}
.cont_title_wrap .author {font-size: 20px;font-weight: 400;color: #fff;opacity: 0;-webkit-transition: 0.4s 1s;transition: 0.6s .5s;position: absolute;bottom: 0;}

/*.row blockquote {font-size: 1.2rem;text-decoration: underline;text-underline-position : under;}*/
.row blockquote.orange {font-size: 1.4rem;font-family:'Gyeonggi_Batang_Regular';color:#F08200;line-height: 2rem;padding:20px 0 30px;}
/*.row blockquote::before {content: '';width: 66px;height: 53px;display: block;background: url(../image/common/block_a.png);margin: 0 auto 30px;}*/
/*.row blockquote::after {content: '';width: 66px;height: 53px;display: block;background: url(../image/common/block_b.png);margin: 30px auto 0;}*/
.row blockquote.gray {text-decoration: none;}
.row blockquote.gray::before {filter: grayscale(1);}
.row blockquote.gray::after {filter: grayscale(1);}


.sub_wrap { margin-bottom: 20px; }
.row p + .column {margin-left: 0;}
.row h3 .q {font-size: 2.5rem;color: #cc9fac;}
.sub_con .sub_txt .point {margin-top: 0;border-top: none;padding-top: 0;}
.sub_con .row .cont_txt {text-align: center;font-size: 21px;line-height: 1.5;word-break: keep-all;}
.sub_con .youtube {position: relative;max-width: 1024px;padding-bottom: 48%;margin: 0 auto;}
.sub_con .youtube iframe {position: absolute;width: 100%;height: 100%;}
.row .box_bd {border: 1px solid #b7b7b7;padding: 5px 10px;margin-top: 10px;font-size: .9rem;display: inline-block;}
.sub_con.sub2 .row h3 {color: #796baf;}
.sub_con.sub2 .row h3 .small {font-size: 18px;display: block;font-weight: 500;}
.row .circle {display: block;font-weight: 300;font-size: 2rem;border: 2px solid #4170b7;width: 50px;height: 50px;margin: 0 auto;border-radius: 50px;padding: 10px;margin-bottom: 15px;}
.sub_wrap .sub_head {
  position: relative;
}
.cont_title_wrap sup {font-size: 2rem;}
/*Dialog box*/
.dialog_box {
  position: relative;
  padding: 8px;
  background: #fff;
  border: 4px solid #000000;
  font-size: 1.5rem;
  font-weight: 500;
}
.dialog_box:after, .dialog_box:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
}
.dialog_box:after {
  border-width: 8px;
}
.dialog_box:before {
  border-width: 15px;
}
.dialog_box span {color: #fff;background: #000;display: inline-block;border-radius: 40px;width: 40px;height: 40px;text-align: center;line-height: 40px;}
.bg-video__content { height: 100%; width: 100%; object-fit: cover; }

/*Arrow pointing BOTTOM*/
.dialog_box.bottom:after, .dialog_box.bottom:before {
  left: 20%;
  top: 100%;
}
.dialog_box.bottom:after {
  border-color: #fff transparent transparent transparent;
  margin-left: -1px;
}
.dialog_box.bottom:before {
  border-color: #000000 transparent transparent transparent;
  margin-left: -8px;
}
.sub_head {
  margin: 20px 0px 30px;
}

.sub_head::after {
  content: "";
  clear: both;
  display: block;
}

.list_wrap .inner {
  width: 100%;
  font-size: 0px;
}

.swing.active::after {
	transform-origin: top center;
	animation: swing 2s ease infinite;
}
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

#contents.start .cont_title_wrap.listpage .tit {transform: translateY(35%);}
.listpage .tit {transform: translateY(20%);}

.list_wrap .inner .list h3 {
  font-size: 27px;
  color: rgb(51, 51, 51);
  padding-bottom: 20px;
  border-bottom: 15px solid rgb(53, 54, 130);
}

.list_wrap .inner .list ul {
  margin-bottom: 50px;
}

.list_wrap .inner .list ul li {
  display: inline-block;
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 2.5%;
  font-size: 1rem;
  vertical-align: top;
  text-align: center;
}

.list_wrap .inner .list ul li img {
  border: 1px solid rgb(221, 221, 221);
}

.list_wrap .inner .list ul li span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-align: center;
  color: rgb(51, 51, 51);
}

.sub_head .breadcrumb {
  float: right;
}

.sub_head .breadcrumb li {
  display: inline-block;
  font-size: 1rem;
  color: rgb(102, 102, 102);
}

.sub_head .breadcrumb li+li::before {
  content: "•";
  color: rgb(39, 85, 181);
  padding: 5px 5px 5px 0;
  font-size: 1rem;
  font-family: xeicon;
  font-weight: 400;
  vertical-align: 0px;
}

.sub_head .breadcrumb li+li+li::before {
  content: "••";
  color: rgb(39, 85, 181);
  padding: 5px 5px 5px 0;
  font-size: 1rem;
  font-family: xeicon;
  font-weight: 400;
  vertical-align: 0px;
}

.sub_head .breadcrumb .home {
  display: inline-block;
  position: relative;
  padding-left: 0px;
}

.sub_head .breadcrumb li.selected {
  font-weight: bold;
  color: rgb(51, 51, 51);
}
/*추가*/
/* sub header */
.top_wrap .title {color: #f2f6ff;position: relative; text-align: center;width: 100%;padding:26rem 0 0 0;}
.top_wrapper{background:linear-gradient(to bottom, #4267b2 0%, #6a89cc 30%, #fff 100%) ;}
.top_wrapper02{background:linear-gradient(to bottom, #F08200 0%, #f0af0d 30%, #fff 100%) ;}
.top_wrapper03{background:linear-gradient(to bottom, #00AA8F 0%, #00c19f 30%, #fff 100%) ;}
.top_wrapper04{background:linear-gradient(to bottom, #9660A2 0%, #B178BE 30%, #fff 100%) ;}
.top_wrap {-webkit-transition: .4s;transition: .4s;margin: -13rem auto 0;border-radius: 120%;/*border-bottom-right-radius: 0%;*/background: #4267b2;color: #fff;width:35rem;height:35rem;}
.top_wrap02 {-webkit-transition: .4s;transition: .4s;margin: -13rem auto 0;border-radius: 120%;/*border-bottom-right-radius: 0%;*/background: #F08200;color: #fff;width:35rem;height:35rem;}
.top_wrap03 {-webkit-transition: .4s;transition: .4s;margin: -13rem auto 0;border-radius: 120%;/*border-bottom-right-radius: 0%;*/background: #00AA8F;color: #fff;width:35rem;height:35rem;}
.top_wrap04 {-webkit-transition: .4s;transition: .4s;margin: -13rem auto 0;border-radius: 120%;/*border-bottom-right-radius: 0%;*/background: #9660A2;color: #fff;width:35rem;height:35rem;}
/*.top_wrap .title {color: #f2f6ff;position: absolute; right: 0; top: 1.7%;line-height: 1.2;text-align: center;width: 100%;}*/
/*.top_wrap .title::after {content:'';display: block;background: #0194e1;width: 300px;height: 300px;border-radius: 100%;position: absolute;top: -10%;left: -80%;opacity: 0.4;}*/
.top_wrap .title strong {font-size: 1.5em;font-weight: 600;position: relative;z-index: 1;}
.top_wrap .title strong:before { position: absolute; left: -2rem; top: -2rem; width: 4.6rem; height: 4.6rem; border-radius: 50%; content: ''; background: #fff; opacity: .15; animation: pulse 1.3s infinite ease-in-out alternate; }
.top_wrap02 .title {color: #f2f6ff;position: absolute;left: 43%;top: 1.7%;line-height: 1.2;text-align: center;}
.top_wrap02 .title::after {content:'';display: block;background: #f0af0d;width: 300px;height: 300px;border-radius: 100%;position: absolute;top: -10%;left: -80%;opacity: 0.4;}
.top_wrap02 .title strong {font-size: 1.5em;font-weight: 600;position: relative;z-index: 1;}
.top_wrap02 .title strong:before { position: absolute; left: -2rem; top: -2rem; width: 4.6rem; height: 4.6rem; border-radius: 50%; content: ''; background: #fff; opacity: .15; animation: pulse 1.3s infinite ease-in-out alternate; }
.top_wrap03 .title {color: #f2f6ff;position: absolute;left: 41%;top: 3.2%;line-height: 1.2;text-align: center;}
.top_wrap03 .title::after {content:'';display: block;background: #00c19f;width: 300px;height: 300px;border-radius: 100%;position: absolute;top: -10%;left: -80%;opacity: 0.4;}
.top_wrap03 .title strong {font-size: 1.5em;font-weight: 600;position: relative;z-index: 1;}
.top_wrap03 .title strong:before { position: absolute; left: -2rem; top: -2rem; width: 4.6rem; height: 4.6rem; border-radius: 50%; content: ''; background: #fff; opacity: .15; animation: pulse 1.3s infinite ease-in-out alternate; }
.top_wrap04 .title {color: #f2f6ff;position: absolute;left: 45%;top: 6%;line-height: 1.2;text-align: center;}
.top_wrap04 .title::after {content:'';display: block;background: #B178BE;width: 300px;height: 300px;border-radius: 100%;position: absolute;top: -10%;left: -80%;opacity: 0.4;}
.top_wrap04 .title strong {font-size: 1.5em;font-weight: 600;position: relative;z-index: 1;}
.top_wrap04 .title strong:before { position: absolute; left: -2rem; top: -2rem; width: 4.6rem; height: 4.6rem; border-radius: 50%; content: ''; background: #fff; opacity: .15; animation: pulse 1.3s infinite ease-in-out alternate; }
@keyframes pulse {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1.2);
  }
}
.top_wrap .title p {font-size: 2.2em;font-weight: 700;position: relative;z-index: 1;}
/*.top_wrap .desc {font-size: 2rem;max-width: 1000px;margin: 0 auto;font-weight: 600;word-break: keep-all;padding: 100px 0 30px;text-align: justify;color:#4267b2;}*/
.top_wrap h2 {font-size: 4em;text-align: center;line-height: 1.2;margin: 70px 0 30px;font-weight: 600;}
.top_wrap h2 span:first-child {display: inline-block;}
.top_wrap h2 span {display: block;}
.top_wrap h2 .small {font-size: .5em;font-weight: 300;margin-top: 20px;}
.top_wrap .write_info {font-size: 1.2em;display: flex;justify-content: center;gap: 20px;}
.top_wrap .write_info.one {font-size: 1.2em;display: flex;justify-content: center;gap: 20px;padding-top: 50px;}
.top_wrap .image-wrapper {position: relative; border-radius: 30px;max-width: 1200px;margin: 0 auto;}
.top_wrap .title_img { width: 100%; height: 100%; border-radius: 300px; position: relative;transition: all 0.3s ease-out; transform-origin: top;}

.top_wrap02 .title p {font-size: 2.2em;font-weight: 700;position: relative;z-index: 1;}
/*.top_wrap .desc {font-size: 2rem;max-width: 1000px;margin: 0 auto;font-weight: 600;word-break: keep-all;padding: 100px 0 30px;text-align: justify;color:#4267b2;}*/
.top_wrap02 h2 {font-size: 4em;text-align: center;line-height: 1.2;margin: 70px 0 30px;font-weight: 600;}
.top_wrap02 h2 span:first-child {display: inline-block;}
.top_wrap02 h2 span {display: block;}
.top_wrap02 h2 .small {font-size: .5em;font-weight: 300;margin-top: 20px;}
.top_wrap02 .write_info {font-size: 1.2em;display: flex;justify-content: center;gap: 20px;}
.top_wrap02 .write_info.one {font-size: 1.2em;display: flex;justify-content: center;gap: 20px;padding-top: 50px;}
.top_wrap02 .image-wrapper {position: relative; border-radius: 30px;max-width: 1200px;margin: 0 auto;}
.top_wrap02 .title_img { width: 100%; height: 100%; border-radius: 300px; position: relative;transition: all 0.3s ease-out; transform-origin: top;}

.top_wrap03 .title p {font-size: 2.2em;font-weight: 700;position: relative;z-index: 1;}
/*.top_wrap .desc {font-size: 2rem;max-width: 1000px;margin: 0 auto;font-weight: 600;word-break: keep-all;padding: 100px 0 30px;text-align: justify;color:#4267b2;}*/
.top_wrap03 h2 {font-size: 4em;text-align: center;line-height: 1.2;margin: 70px 0 30px;font-weight: 600;}
.top_wrap03 h2 span:first-child {display: inline-block;}
.top_wrap03 h2 span {display: block;}
.top_wrap03 h2 .small {font-size: .5em;font-weight: 300;margin-top: 20px;}
.top_wrap03 .write_info {font-size: 1.2em;display: flex;justify-content: center;gap: 20px;}
.top_wrap03 .write_info.one {font-size: 1.2em;display: flex;justify-content: center;gap: 20px;padding-top: 50px;}
.top_wrap03 .image-wrapper {position: relative; border-radius: 30px;max-width: 1200px;margin: 0 auto;}
.top_wrap03 .title_img { width: 100%; height: 100%; border-radius: 300px; position: relative;transition: all 0.3s ease-out; transform-origin: top;}

.top_wrap04 .title p {font-size: 2.2em;font-weight: 700;position: relative;z-index: 1;}
/*.top_wrap .desc {font-size: 2rem;max-width: 1000px;margin: 0 auto;font-weight: 600;word-break: keep-all;padding: 100px 0 30px;text-align: justify;color:#4267b2;}*/
.top_wrap04 h2 {font-size: 4em;text-align: center;line-height: 1.2;margin: 70px 0 30px;font-weight: 600;}
.top_wrap04 h2 span:first-child {display: inline-block;}
.top_wrap04 h2 span {display: block;}
.top_wrap04 h2 .small {font-size: .5em;font-weight: 300;margin-top: 20px;}
.top_wrap04 .write_info {font-size: 1.2em;display: flex;justify-content: center;gap: 20px;}
.top_wrap04 .write_info.one {font-size: 1.2em;display: flex;justify-content: center;gap: 20px;padding-top: 50px;}
.top_wrap04 .image-wrapper {position: relative; border-radius: 30px;max-width: 1200px;margin: 0 auto;}
.top_wrap04 .title_img { width: 100%; height: 100%; border-radius: 300px; position: relative;transition: all 0.3s ease-out; transform-origin: top;}

.profile {-webkit-transition: 0.6s 0.4s;transition: 0.6s 0.4s;position: absolute;left: 0;bottom: 0;}
.profile img {border-radius: 20px;}

/* sns공유하기 */
.sns_wrap {position: relative;z-index: 5;}
.sns_wrap .btn--function {background-size: cover;width: 56px;height: 56px;text-align: center;line-height: 56px;box-sizing: border-box;color: #fff;border-radius: 50%;cursor: pointer;}
.sns_wrap .tit {display: none;}
.sns_box.fix {opacity: 1;right: 2rem;}
.sns_box a {display: block;text-align: center;width: 5rem;height: 5rem;margin-bottom: 10px;}
.sns_box a.share { background: #6d6d6d; color: #fff; border-radius: 50%; margin: 0; font-size: 2.8rem; line-height: 8rem; }
.sns_box a img { max-width: 100%; width: 100%; }
.page_wrap {display: flex;border: 1px solid #b1b1b1;flex-direction: column;background: #fff;margin-top: 35px;}
.page_wrap .btn_page {border-bottom: 1px solid #b1b1b1;margin-bottom: 0;box-sizing: border-box;width: 56px;height: 56px;}
.page_wrap .btn_page:last-child {border-bottom: none;}
.page_wrap .page_txt {display: none;}
.btn_page i {color: #515151;}
/* contents */
.sub_txt { max-width: 800px; margin: 0 auto; text-align: center; }
.sub_con_01 { max-width: 1280px; margin: 30px auto 0; padding: 0 1rem; -webkit-transition: .4s; transition: .4s;}
.sub_con_01 .desc {font-size: 1.2rem;max-width: 1000px;margin: 0 auto;font-weight: 600;word-break: keep-all;padding: 15px 0 30px;color:#4267b2;text-align: justify;}
.sub_con_01 h2 {font-size: 3rem;text-align: center;line-height: 1.2;margin: 70px 0 30px;font-weight: 700;}
.sub_con_01 .write_info {font-size: 1.2em;display: flex;justify-content: center;gap: 20px;}
.sub_con_01 .write_info.one {font-size: 1.2em;display: flex;justify-content: center;gap: 20px;padding: 30px 0;}
.sub_con_01 .row h3 { font-size: 1.6em; color: #445d98; }
.sub_con_01 .row p { font-size: 1.3em; }
.sub_con_01 .row .small { font-size: .85em; }
.sub_con_01 .suptxt {font-size: 2rem;}
/*.sns_box {position: fixed;right: -5rem;bottom: 29rem;z-index: 50;opacity: 0;-webkit-transition: 0.7s;transition: 0.7s;}*/
#contents .row.profile_m {display: none;}
.sub_head {margin:20px 0px 30px;}
.sub_head .breadcrumb {float: right;}
.sub_head .breadcrumb .home{display:inline-block;position:relative;padding-left:0;}

.bg_txt0204 {background:#fef7e9;padding: 1rem;}

.bg_txt0402 {
  background: #fff url(../image/sub/f4/sub4_bgimg.png) no-repeat 50% 20%;
  background-position: right bottom;
  padding: 2rem;
  border: 1px solid #9f9f9f;
}

.column .bg_txt0402 img, .column .bg_txt0404 img {display: inline;}

.bg_txt0402 .txt0402 {font-size: 1.1rem;background-color: #FFE786;border-radius: 2rem;padding:10px 20px;border: 1px solid #9f9f9f;font-weight: 600;}

.bg_txt0404 {
  background: #fef2e8 url(../image/sub/f4/sub4_4bgimg.jpg) no-repeat /*50% 20%*/;
  background-position: left top;
  padding: 15rem 2rem 2rem;
}

/*/////////////////추가//////////////////*/

.sub_body {
  position: relative;
 /* padding-bottom: 50px;*/
}

.sub_body.pb0 {
  padding-bottom: 0px;
}

.sub_body .sub_title {
  text-align: center;
}

.sub_body .section {
  margin-bottom: 300px;
}

.sub_body .section:last-child {
  margin-bottom: 0px;
}

.sub_title div span {
  font-size: 25px;
  color: rgb(88, 89, 91);
  font-weight: 400;
}

.sub_title div span.fz45 {
  font-size: 45px;
  color: inherit;
  font-weight: 700;
}

.sub_title div span.fwn {
  font-weight: 300;
  font-size: inherit;
  color: inherit;
}

.sub_title div h2 {
  position: relative;
  margin-bottom: 20px;
  font-size: 60px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
}

.sub_title p {
  font-size: 25px;
  font-weight: 300;
  line-height: 39px;
}

.sub_title p.writer {
  font-size: 18px;
  color: rgb(35, 31, 32);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5;
}

.sub_title h3 {
  position: relative;
  margin: 10px 0px;
  font-size: 30px;
  color: rgb(51, 51, 51);
  line-height: 1.4;
  word-break: keep-all;
}

.sub_title.listpage h2 {
  position: relative;
  margin: 10px 0px;
  font-size: 30px;
  color: rgb(51, 51, 51);
  line-height: 1.4;
  word-break: keep-all;
}

.sub_title.listpage h2::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 175px;
  height: 1px;
  background-color: rgb(210, 210, 210);
}

.sub_title h3.stxt {
  font-size: 18px;
}

.sub_title h3 .point {
  display: inline-block;
  padding: 5px 50px;
  margin-bottom: 10px;
  background-color: rgb(245, 130, 32);
  font-size: 26px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  word-break: keep-all;
}

.sub_title .subtag {
  margin-top: 30px;
  font-size: 20px;
}

.sub_title h3 .stitle {
  display: block;
  margin-top: 15px;
  font-weight: normal;
  font-size: 24px;
}

.sub_title h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  color: rgb(45, 95, 160);
  text-align: center;
}

.sub_title .source {
  padding-top: 15px;
  font-size: 16px;
  color: rgb(114, 114, 126);
}

.sub_title .source strong {
  margin-right: 5px;
}

.sub_title .source strong:nth-of-type(2) {
  margin-left: 15px;
}

.sub_title .lead {
  margin-top: 50px;
  padding: 20px 30px;
  font-size: 18px;
  color: rgb(34, 34, 34);
  line-height: 30px;
  word-break: keep-all;
  text-align: center;
}

.sub_title .lead.p1 {
  padding: 10px 30px;
}

.sub_title .profile_img {
  width: 70px;
  height: 70px;
  border: 1px solid rgb(51, 51, 51);
  border-radius: 45px;
  overflow: hidden;
  margin: 0px auto;
}

.source {
  background: rgb(239, 239, 239);
  padding: 32px;
}

.source strong {
  font-weight: 600;
}

.source p {
  word-break: break-all;
}


.source p span.fwb {font-size: 1rem;}

.source strong::after {
  content: "";
  clear: both;
  display: block;
  width: 3.8rem;
  height: 2px;
  background: rgb(188, 185, 184);
  margin-top: 22px;
}
.source strong.second::after {
	display: none;
}
/*.source strong::before {
  content: "";
  clear: both;
  display: block;
  width: 55px;
  height: 2px;
  background: rgb(188, 185, 184);
  margin-bottom: 22px;
}
.source strong.second::before {
	display: none;
}*/

.tabnav {
  max-width: 620px;
  margin: 0px auto 75px;
  display: flex;
  justify-content: space-around;
}

.tabnav.tab3 {
  max-width: 620px;
  margin: 0px auto 75px;
  display: flex;
  justify-content: space-between;
}

.tabnav.tab4 {
  max-width: 800px;
  margin: 0px auto 75px;
  display: flex;
  justify-content: space-between;
}

.tabnav.tab6 {
  max-width: 1170px;
	margin: 0 auto 35px;
  display: block;
	width: 80%;
}

.tabnav.tab6 li {
	width: 47%;
	display: inline-block;
	margin: 0 1% 10px;
}

.tabnav li {
  width: 44.4234%;
}

.tabnav.tab3 li {
  width: 30%;
  float: none;
}

.tabnav.tab4 li {
  width: 20%;
  float: none;
}

.tabnav.tab4 li:last-child {
  float: none;
}

.tabnav li a {
  border-radius: 10px;
  font-size: 25px;
  font-weight: 500;
  color: rgb(92, 194, 207);
  border: 3px solid rgb(102, 204, 204);
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 10px;
  line-height: 1.2;
}

.tabnav li a:hover,
.tabnav li a.active {
  color: rgb(255, 255, 255);
  font-weight: 700;
  background: rgb(92, 194, 207);
  border: 3px solid rgb(92, 194, 207);
}

.sub_con .row h3 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #4267b2;
}

.sub_con .row h3 .fwn {
  font-weight: 500;
}

.sub_con .row p {
  line-height: 30px;
  text-align: justify;
}

.sub_con .row .fwb.tac {line-height: 1.4;margin-bottom: 10px;}

.sub_con .row .writer {
  text-align: right;
  margin-top: 20px;
}

.sub_con .row p.caption {
  font-size: 15px;
  text-align: center;
  padding-top: 5px;
  clear: both;
  line-height: 1.4;
}

.sub_con .part {
  margin-bottom: 60px;
}

.sub_con .part:last-child {
  margin-bottom: 0px;
}

.sub_con .txt_wrap {
  margin: 20px 0px;
}

.flex0 {
  display: flex;
  justify-content: space-between;
}

.flex1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.sub_con .txt_wrap .header_tit {
  color: rgb(238, 121, 81);
  border-top: 5px solid rgb(238, 121, 81);
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
}

.sub_con .txt_wrap .header_tit span {
  font-size: 20px;
  font-weight: 700;
  background-color: rgb(238, 121, 81);
  padding: 5px 10px;
  color: rgb(255, 255, 255);
  display: inline-block;
  text-align: left;
  word-break: keep-all;
}

.sub_con .txt_wrap .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: rgb(53, 54, 130);
  text-align: left;
  word-break: keep-all;
}

.sub_con .txt_wrap h3 {
  font-size: 22px;
  color: rgb(53, 54, 130);
  font-weight: 600;
}

.sub_con .txt_wrap .text {
  font-size: 16px;
  color: rgb(102, 102, 102);
  text-align: justify;
  line-height: 32px;
}

.sub_con .txt_wrap .text .underline {
  text-decoration: underline;
}

.sub_con .txt_alert {
  font-family: "Nanum Myeongjo";
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: rgb(53, 54, 130);
}

.sub_con .txt_box {
  background-color: rgb(243, 243, 243);
  padding: 30px;
}

.sub_con .txt_box .text {
  font-size: 18px;
  color: rgb(53, 54, 130);
  line-height: 34px;
}

.sub_con .img_wrap {
  margin: 0px 0px 20px;
  text-align: center;
}

.img_tit {
  font-weight: bold;
  margin-bottom: 5px;
}

.sub_con .img_wrap.mt20 {
  margin-top: 20px;
}

.sub_con .img_wrap.mt35 {
  margin-top: 35px;
}

.sub_con .img_wrap.mb0 {
  margin-bottom: 0px;
}

.sub_con .img_wrap::after {
  content: "";
  display: block;
  clear: both;
}

.sub_con figure img {
  width: auto;
}

.sub_con .img_wrap.two figure {
  float: left;
  width: 48.305%;
  margin-right: 3.3898%;
}

.sub_con .img_wrap.three figure {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.sub_con .img_wrap.four figure {
  float: left;
  width: 23.4%;
  margin-right: 2%;
}

.sub_con .img_wrap figure:nth-last-of-type(1) {
  margin-right: 0px;
}

.sub_con figure .caption {
  margin-top: 10px;
  font-size: 15px;
  color: rgb(102, 102, 102);
  text-align: center;
  line-height: 22px;
  word-break: keep-all;
}

.sub_con .part .caption {
  margin-top: 10px;
  font-size: 15px;
  color: rgb(102, 102, 102);
  text-align: center;
  line-height: 22px;
  word-break: keep-all;
}

.info_center {
  max-width: 700px;
  margin: auto;
  border: 2px solid #267fcd;
  box-sizing: border-box;
}

.row .info_center h3 {
  position: relative;
  color: #267fcd;
  font-size: 38px;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.045em;
  border-bottom: 2px solid #267fcd;
  margin-bottom: 0px;
}

.row .info_center h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 5%;
  top: 43%;
  width: 15px;
  height: 15px;
  background: #267fcd;
  border-radius: 20px;
}

.row .info_center h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 5%;
  top: 43%;
  width: 15px;
  height: 15px;
  background: #267fcd;
  border-radius: 20px;
}

.info_center div {
  padding: 2% 3.93013%;
}

.info_center div p {
  font-size: 20px;
  margin-bottom: 35px;
}

.info_center div p:last-child {
  margin-bottom: 0px;
}

.info_center div p .fwb {
  font-weight: 700;
}

.book_inside h4 {
  margin-bottom: -3%;
  background: rgb(255, 255, 255);
}

.book_inside h4::after {
  content: "";
  clear: both;
  display: block;
}

.book_inside .inside::after {
  content: "";
  clear: both;
  display: block;
}

.book_inside .inside {
  background: rgb(233, 238, 242);
  max-width: 900px;
  margin: auto;
  border-top: 2px solid rgb(0, 104, 142);
  padding: 6.5% 3.55556%;
}

.book_inside .inside .left {
  float: left;
  margin-right: 4.22222%;
}

.book_inside .inside .right p.tit {
  font-size: 16px;
  margin-bottom: 3.5%;
}

.book_inside .inside .right p.tit .writer {
  font-size: 21px;
  font-weight: 700;
}

.sub_con .reference {
  padding-top: 50px;
  border-top: 1px solid rgb(221, 221, 221);
  margin-top: 100px;
  font-size: 13px;
  color: rgb(153, 153, 153);
  line-height: 29px;
}

.sub_con .reference .list {
  color: rgb(51, 51, 51);
}

.contwrap.pt0 {
  padding-top: 0px;
}

.row.pb20 {
  padding-bottom: 20px;
}

.row.pb40 {
  padding-bottom: 40px;
}

.row::after {
  content: "";
  overflow: hidden;
  display: block;
  clear: both;
}

.bor_btm {
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(221, 221, 221);
}

.row .column {
  float: left;
}

.row .column2 {
  float: left;
  padding-left: 3.3898%;
}

.row .column:first-child {
  padding-left: 0px;
}

.row .column.right {
  float: right;
}

.row .column.right {
  padding-left: 3.3898%;
}

.row .column.right+.column {
  padding-left: 0px;
}

.row .column figure {
  text-align: center;
}

.row.half>.column:first-child {
  width: 48.305%;
}

.row.half>.column {
  width: 51.6948%;
}

.row.half>.column.right:first-child {
  width: 51.6948%;
}

.row.half>.column.right+.column {
  width: 48.305%;
}

.row.w600 .column:first-child {
  width: 45.7627%;
}

.row.w600 .column {
  width: 54.2372%;
}

.row.w600 .column.right:first-child {
  width: 54.2372%;
}

.row.w600 .column.right+.column {
  width: 45.7627%;
}

.row.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row.flex .column.right+.column {
  order: -1;
}

.row.width3>.column:first-child {
  width: 3%;
}

.row.width3>.column {
  width: 97%;
}

.row.width5>.column:first-child {
  width: 5%;
}

.row.width5>.column {
  width: 95%;
}

.row.width7>.column:first-child {
  width: 7%;
}

.row.width7>.column {
  width: 93%;
}

.row.width8>.column:first-child {
  width: 8%;
}

.row.width8>.column {
  width: 92%;
}

.row.width10>.column:first-child {
  width: 10%;
}

.row.width10>.column {
  width: 90%;
}

.row.width15 .column:first-child {
  width: 15%;
}

.row.width15 .column {
  width: 85%;
}

.row.width17 .column:first-child {
  width: 17%;
}

.row.width17 .column {
  width: 83%;
}

.row.width20 .column:first-child {
  width: 20%;
}

.row.width20 .column {
  width: 80%;
}

.row.width21 .column:first-child {
  width: 21%;
}

.row.width21 .column {
  width: 79%;
}

.row.width22 .column:first-child {
  width: 22%;
}

.row.width22 .column {
  width: 78%;
}

.row.width23 .column:first-child {
  width: 23%;
}

.row.width23 .column {
  width: 77%;
}

.row.width24 .column:first-child {
  width: 24%;
}

.row.width24 .column {
  width: 76%;
}

.row.width25 .column:first-child {
  width: 25%;
}

.row.width25 .column {
  width: 75%;
}

.row.width26 .column:first-child {
  width: 26%;
}

.row.width26 .column {
  width: 74%;
}

.row.width27 .column:first-child {
  width: 27%;
}

.row.width27 .column {
  width: 73%;
}

.row.width28 .column:first-child {
  width: 28%;
}

.row.width28 .column {
  width: 72%;
}

.row.width29 .column:first-child {
  width: 29%;
}

.row.width29 .column {
  width: 71%;
}

.row.width30 .column:first-child {
  width: 30%;
}

.row.width30 .column {
  width: 70%;
}

.row.width31 .column:first-child {
  width: 31%;
}

.row.width31 .column {
  width: 69%;
}

.row.width32 .column:first-child {
  width: 32%;
}

.row.width32 .column {
  width: 68%;
}

.row.width33 .column:first-child {
  width: 33%;
}

.row.width33 .column {
  width: 67%;
}

.row.width34 .column:first-child {
  width: 34%;
}

.row.width34 .column {
  width: 66%;
}

.row.width35 .column:first-child {
  width: 35%;
}

.row.width35 .column {
  width: 65%;
}

.row.width36 .column:first-child {
  width: 36%;
}

.row.width36 .column {
  width: 64%;
}

.row.width38>.column:first-child {
  width: 38%;
}

.row.width38>.column {
  width: 62%;
}

.row.width39>.column:first-child {
  width: 39%;
}

.row.width39>.column {
  width: 61%;
}

.row.width40>.column:first-child {
  width: 40%;
}

.row.width40>.column {
  width: 60%;
}

.row.width41>.column:first-child {
  width: 41%;
}

.row.width41>.column {
  width: 59%;
}

.row.width42>.column:first-child {
  width: 42%;
}

.row.width42>.column {
  width: 58%;
}

.row.width43>.column:first-child {
  width: 43%;
}

.row.width43>.column {
  width: 57%;
}

.row.width44>.column:first-child {
  width: 44%;
}

.row.width44>.column {
  width: 56%;
}

.row.width45>.column:first-child {
  width: 45%;
}

.row.width45>.column {
  width: 55%;
}

.row.width46>.column:first-child {
  width: 46%;
}

.row.width46>.column {
  width: 54%;
}

.row.width47>.column:first-child {
  width: 47%;
}

.row.width47>.column {
  width: 53%;
}

.row.width48>.column:first-child {
  width: 48%;
}

.row.width48>.column {
  width: 52%;
}

.row.width49>.column:first-child {
  width: 49%;
}

.row.width49>.column {
  width: 51%;
}

.row.width50>.column:first-child {
  width: 50%;
}

.row.width50>.column {
  width: 50%;
}

.row.width51>.column:first-child {
  width: 51%;
}

.row.width51>.column {
  width: 49%;
}

.row.width52>.column:first-child {
  width: 52%;
}

.row.width52>.column {
  width: 48%;
}

.row.width53>.column:first-child {
  width: 53%;
}

.row.width53>.column {
  width: 47%;
}

.row.width54>.column:first-child {
  width: 54%;
}

.row.width54>.column {
  width: 46%;
}

.row.width55>.column:first-child {
  width: 55%;
}

.row.width55>.column {
  width: 45%;
}

.row.width56>.column:first-child {
  width: 56%;
}

.row.width56>.column {
  width: 44%;
}

.row.width57>.column:first-child {
  width: 57%;
}

.row.width57>.column {
  width: 43%;
}

.row.width58>.column:first-child {
  width: 58%;
}

.row.width58>.column {
  width: 42%;
}

.row.width59>.column:first-child {
  width: 59%;
}

.row.width59>.column {
  width: 41%;
}

.row.width60>.column:first-child {
  width: 60%;
}

.row.width60>.column {
  width: 40%;
}

.row.width61>.column:first-child {
  width: 61%;
}

.row.width61>.column {
  width: 39%;
}

.row.width62>.column:first-child {
  width: 62%;
}

.row.width62>.column {
  width: 38%;
}

.row.width63 .column:first-child {
  width: 63%;
}

.row.width63 .column {
  width: 37%;
}

.row.width64 .column:first-child {
  width: 64%;
}

.row.width64 .column {
  width: 36%;
}

.row.width66 .column:first-child {
  width: 66.1016%;
}

.row.width66 .column {
  width: 33.8984%;
}

.row.width67 .column:first-child {
  width: 67%;
}

.row.width67 .column {
  width: 33%;
}

.row.width68 .column:first-child {
  width: 68%;
}

.row.width68 .column {
  width: 32%;
}

.row.width70 .column:first-child {
  width: 70%;
}

.row.width70 .column {
  width: 30%;
}

.row.width71 .column:first-child {
  width: 71%;
}

.row.width71 .column {
  width: 29%;
}

.row.width72 .column:first-child {
  width: 72%;
}

.row.width72 .column {
  width: 28%;
}

.row.width74 .column:first-child {
  width: 74%;
}

.row.width74 .column {
  width: 26%;
}

.row.width77 .column:first-child {
  width: 77%;
}

.row.width77 .column {
  width: 23%;
}

.row.width78 .column:first-child {
  width: 78%;
}

.row.width78 .column {
  width: 22%;
}

.row.width86 .column:first-child {
  width: 86%;
}

.row.width86 .column {
  width: 14%;
}

.qr_wrap {
  float: right;
  width: 35%;
}

.qr_text {
  float: left;
  text-align: right;
  line-height: 30px;
}

.qr_img {
  float: right;
}

.sub_footwrap {
  background-color: rgb(234, 241, 255);
  padding: 40px 0px;
}

.sub_foot {
  width: 1170px;
  height: 100%;
  margin: 0px auto;
}

.sub_foot .relation {
  width: 100%;
  position: relative;
}

.sub_foot .relation .swiper {overflow: hidden;}

.sub_foot .relation .rel_tit {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background-color:#2762AE;
  width: 21%;
  text-align: center;
  border-radius: 30px;
  padding: 7px 5px 5px;
}

.sub_foot .relation .rel_tit::after {
  content: "";
  background-color:#2762AE;
  width: 930px;
  height: 2px;
  position: absolute;
  right: 0px;
  top: 5%;
}

.sub_foot .relation p {
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-wrap: break-word;
  font-weight: 500;
  color: rgb(50, 59, 80);
  word-break: keep-all;
  margin: 10px 0px;
}

.sub_foot .relation p b {color: #2762ae;margin-bottom: 10px;display: inline-block;}

.question .footnote {
  font-size: 14px;
  line-height: 22px;
  margin-left: 35px;
  margin-top: 10px;
  border-top: 1px solid rgb(85, 85, 85);
  padding-top: 10px;
}

.footnote {
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid rgb(85, 85, 85);
  padding-top: 10px;
}

.footnote .footnote_tit {
  padding: 5px 0px;
  border-bottom: 1px solid rgb(51, 51, 51);
  margin-bottom: 10px;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pc-n {
  display: none;
}

.bluetext {
  color: rgb(63, 112, 202);
  font-weight: bold;
}

.sub_1_2 .text span {
  color: rgb(63, 112, 202);
  font-weight: bold;
}

.sub_1_3 .title {
  border-radius: 10px;
  display: inline-block;
  padding: 5px 10px;
}

.sub_1_3_1 .title span {
  font-size: 20px;
  color: rgb(0, 174, 239) !important;
}

.sub_1_3 .box {
  background: rgb(223, 223, 223);
  padding: 10px 20px;
}

.sub_2_1 .one .txt_alert {
  color: rgb(241, 122, 96);
}

.sub_2_1 .one .txt_wrap .title {
  color: rgb(241, 122, 96);
}

.sub_2_1 .two .txt_alert {
  color: rgb(125, 66, 150);
}

.sub_2_1 .two .txt_wrap .title {
  color: rgb(125, 66, 150);
}

.sub_2_1 .three .txt_alert {
  color: rgb(39, 115, 182);
}

.sub_2_1 .three .txt_wrap .title {
  color: rgb(39, 115, 182);
}

.sub_2_1 .txt_data {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: rgb(39, 115, 182);
  margin-bottom: 10px;
}

.sub_2_1 .txt_data span {
  font-size: 40px;
}

.sub_2_2 .title span {
  font-size: 20px;
  color: rgb(0, 174, 239) !important;
}

.sub_2_3 .title .square_1 {
  font-size: 10px;
  color: rgb(0, 174, 239);
}

.sub_2_3 mark {
  background: rgb(255, 244, 206);
}

.sub_2_3 .txt_box {
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
}

.sub_2_3 .txt_box .title {
  font-size: 16px;
  margin-bottom: 5px;
}

.sub_2_3 .txt_box .stitle {
  font-weight: 600;
  font-size: 20px;
  color: rgb(53, 54, 130);
  line-height: 36px;
  margin-bottom: 10px;
}

.sub_2_3 .txt_box .txt {
  font-size: 15px;
  text-align: left;
  line-height: 28px;
  color: rgb(102, 102, 102);
}

.sub_2_4 .section_txt {
  font-weight: 600;
  font-size: 20px;
  color: rgb(53, 54, 130);
  text-align: center;
  margin-bottom: 30px;
}

.sub_2_4 .section_txt .point {
  font-size: 30px;
}

.sub_2_6 .question .title {
  position: relative;
  padding-left: 35px;
  line-height: 36px;
}

.sub_2_6 .question .title::after {
  display: block;
  content: "Q";
  clear: both;
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 30px;
}

.sub_2_6 .question .text {
  padding-left: 35px;
}

.sub_3_1 .txt_box {
  background-color: initial;
  font-family: "Nanum Myeongjo";
  text-align: center;
}

.sub_3_1 .box3_1 {
  background: rgb(249, 246, 243);
  border-top: 3px solid rgb(192, 78, 62);
}

.sub_3_1 .box_tit {
  font-size: 20px;
  font-weight: bold;
}

.sub_3_1 .box_wrap {
  padding: 20px;
}

.sub_3_1 .box_stit {
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
}

.sub_3_1 .txt_wrap {
  margin: 10px 0px;
}

.sub_3_4 .title {
  background: rgb(0, 0, 0);
  display: inline-block;
  padding: 5px;
  color: rgb(255, 255, 255) !important;
}

.sub_3_5 .part {
  background-color: rgb(158, 178, 220);
  padding: 30px;
}

.sub_3_5 .part::after {
  display: block;
  content: "";
  clear: both;
}

.sub_3_5 .app_info {
  float: left;
  width: calc(100% - 250px);
  margin-right: 20px;
}

.sub_3_5 .app_tit {
  margin-bottom: 30px;
}

.sub_3_5 .app_tit::after {
  display: block;
  content: "";
  clear: both;
}

.sub_3_5 .app_icon {
  float: left;
  width: 90px;
  margin-right: 30px;
}

.sub_3_5 .app_name {
  float: left;
  width: calc(100% - 120px);
  font-size: 20px;
  line-height: 30px;
  margin-top: 5px;
}

.sub_3_5 .app_name span {
  display: block;
  text-decoration: underline;
}

.sub_3_5 .app_txt {
  font-size: 16px;
  color: rgb(102, 102, 102);
  line-height: 32px;
}

.sub_3_5 .app_img {
  float: left;
  width: 230px;
}

.sub_4_1 .enterprise_box {
  padding: 15px;
  border-radius: 10px;
  border: 3px solid rgb(53, 54, 130);
  background: rgb(255, 255, 255);
  margin-top: 40px;
}

.sub_4_1 .enterprise_box .title {
  color: rgb(53, 54, 130);
  font-weight: bold;
  font-size: 22px;
}

.sub_4_1 .enterprise_box .stit {
  color: rgb(53, 54, 130);
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}

.sub_4_2 .news_list::after {
  display: block;
  content: "";
  clear: both;
}

.sub_4_2 .news_part {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  background-color: rgb(250, 250, 250);
  padding: 20px;
  border: 1px solid rgb(221, 221, 221);
}

.sub_4_2 .news_part:nth-child(2n) {
  margin-right: 0px;
}

.sub_4_2 .news_img {
  margin-bottom: 20px;
}

.sub_4_2 .news_img img {
  width: 100%;
}

.sub_4_2 .news_tit {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}

.sub_4_2 .news_info {
  font-size: 16px;
  line-height: 32px;
}

.sub_4_4 .title {
  font-size: 22px;
  color: rgb(53, 54, 130);
  font-weight: bold;
}

.sub_full {
  padding: 50px 0;
  text-align: justify;
}

.sub_full.event {
  background: #fffcd3 url(../image/sub/f4/event_bg1.jpg) 50% 20%;
}


.sub_full .round_box {
  background: rgb(255, 255, 255);
  padding: 5%;
  border-radius: 50px;
  margin-top: 12%;
}

.sub_full .round_box>.row {
  position: relative;
}

.sub_full .tit_img {
  margin-bottom: 20px;
}

.sub_full .round_box .txt_img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -80%);
  width: 19%;
}

.sub_full .round_box .txt_img+p {
  margin-top: 7%;
}

.sub_full h3 {
  font-size: 30px;
  color: #3a86e7;
  padding-top: 3rem;/*추가*/
}

.quizwrap {
  text-align: center;
  position: relative;
}

.quizwrap h3 {
  background: #3962ad;
  color: #fff;
  border-radius: 30px;
  width: 35%;
  margin: auto;
  font-size: 24px;
  padding: 2%;
  /*border: 3px dashed rgb(0, 0, 0);*/
}

.quizwrap h3 span {
  font-size: 30px;
  display: block;
}

.quizwrap ul {
  /*border: 4px dashed rgb(0, 0, 0);*/
  display: block;
  font-size: 64px;
  position: relative;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -22%);
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("../image/sub/f4/quiz_bg.jpg") center no-repeat;
  padding: 124px 20px 98px;
}

.quizwrap ul li {display: inline-block;border: 3px solid #3962ad;border-radius: 50rem;/*background: url('../image/sub/f4/event_list.png') 0 0 no-repeat;background-size: cover;*/width: 94px;height: 93px;vertical-align: bottom;line-height: 90px;color: #3962ad;}
/*.quizwrap ul li:nth-child(4) {margin-left: 25px;}
.quizwrap ul li:nth-child(6) {margin-left: 25px;}*/

.fwb {
  font-weight: 600;
}

.point {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  border-top: 1px solid rgb(133, 133, 133);
  padding-top: 10px;
  margin-top: 20px;
}

.point_s {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 1.3;
  padding-top: 5px;
}

.row.event_info {
  text-align: center;
}

.row.event_info h3 {
  color: #f4b2bb;
  font-size: 35px;
  display: inline-block;
  border-bottom: 2px solid #f4b2bb;
  font-weight: 700;
}

.row.event_info p {
  color: rgb(3, 0, 0);
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.05em;
  margin: 5px 5px 35px;
}

.sub_con .row .roundbox {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  background: #f49bb2;
  padding: 7px 25px;
  border-radius: 10px;
  display: inline-block;
}

.sub_con .event_txt p {
  font-size: 23px;
  font-weight: 500;
  color: rgb(3, 0, 0);
  line-height: 1.4;
}

.row.event_bg {max-width: 1200px;margin: 70px auto 0;}
.row.event_bg .column {display: flex;flex-wrap: wrap;justify-content: space-evenly;gap: 30px;}
.row.event_bg .fwb {position: relative;padding-left: 4rem;}

.row.event_bg .icon01::after {content: '';display: block;background: url(../image/sub/f4/icon01.png);width: 70px;height: 82px;position: absolute;/*left: -125%;*/top: -200%;}
.row.event_bg .icon02::after {content: '';display: block;background: url(../image/sub/f4/icon02.png);width: 70px;height: 82px;position: absolute;/*left: -125%;*/top: -200%;}
.row.event_bg .icon03::after {content: '';display: block;background: url(../image/sub/f4/icon03.png);width: 70px;height: 82px;position: absolute;/*left: -125%;*/top: -200%;}
.row.event_bg .icon04::after {content: '';display: block;background: url(../image/sub/f4/icon04.png);width: 70px;height: 82px;position: absolute;/*left: -125%;*/top: -200%;}
.row.event_bg .icon05::after {content: '';display: block;background: url(../image/sub/f4/icon05.png);width: 70px;height: 82px;position: absolute;/*left: -125%;*/top: -200%;}
.row.event_bg .icon06::after {content: '';display: block;background: url(../image/sub/f4/icon06.png);width: 70px;height: 82px;position: absolute;/*left: -125%;*/top: -200%;}
.row.event_bg p {position: relative;width: 47%;border: 1px solid #9f9f9f;padding: 1.2rem;background: #fff;border-radius: 20px;}


.magazine .row h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0px;
  /*box-shadow: yellow 0px -14px 0px inset;*/
  display: inline;
}

.magazine hr {
  margin-bottom: 50px;
}

.sub_con h3.book_tit {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0px;
}

.sub_con h3.book_tit span {
  font-size: 20px;
  color: rgb(89, 87, 87);
}

.underline {
  text-decoration: underline;
}

.ptb40 {
  padding: 40px 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.p120 {
  padding-left: 20px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.case {
  margin-top: 40px;
}

.case_wrap {
  padding: 10px 0px;
  border-top: 2px solid rgb(34, 34, 34);
  border-bottom: 2px solid rgb(34, 34, 34);
}

.case_tit span {
  font-size: 18px;
  font-weight: bold;
  color: rgb(34, 34, 34);
}

.table1 tr th {
  padding: 10px;
  color: rgb(255, 255, 255);
  background: rgb(29, 32, 136);
  border-right: 1px solid rgb(153, 153, 153);
}

.table1 tr td {
  padding: 10px;
  border: 1px solid rgb(153, 153, 153);
}

.table1 tr td:first-of-type {
  background: rgb(234, 246, 253);
}

.table2 tr th {
  padding: 10px;
  color: rgb(255, 255, 255);
  background: rgb(239, 136, 14);
  border-right: 1px solid rgb(239, 136, 14);
}

.table2 tr td {
  padding: 10px;
  border: 1px solid rgb(239, 136, 14);
}

.comment {
  border-top: 1px solid rgb(85, 85, 85);
  padding-top: 10px;
  font-size: 14px;
  color: rgb(85, 85, 85);
}

.column {
  float: left;
  margin-left: 3.4188%;
}

.column img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.column:first-child {
  margin-left: 0px;
}

.column.full {
  width: 100%;
}

.column.two-thirds {
  width: 65.5271%;
}

.column.half {
  width: 48.2906%;
}

.column.one-third {
  width: 31.0541%;
}

.radius-box .column.one-third {
  width: 35%;
}

.radius-box .column.two-thirds {
  width: 62.4%;
}

.round-cont .column.one-third {
  width: 20%;
}

.round-cont .imgwrap3 .column.one-third {
  width: 31.6%;
}

.round-cont .column.two-thirds {
  width: 77.4%;
}

.column.one-fourth {
  width: 21.25%;
}

.column.thr-fourth {
  width: 73.75%;
}

.column.one-four {
  width: 10%;
}

.column.one3 {
  width: 31.6%;
}

.column.one8 {
  width: 8%;
}

.column.one814 {
  width: 81.4%;
}

.column.one894 {
  width: 89.4%;
}

.column.one944 {
  width: 94.4%;
}

.column.thr-four {
  width: 85%;
}

.column.one-five {
  width: 16%;
}

.imgwrap {
  max-width: 1000px;
  margin: auto;
}

.imgwrap3 {
  max-width: 1200px;
  margin: auto;
}

.contwrap::before,
.contwrap::after,
.row::before,
.row::after {
  display: table;
  content: " ";
}

.contwrap::after,
.row::after {
  clear: both;
}

.contwrap,
.row {
  margin-bottom: 25px;
}

.contwrap {
  margin-bottom: 35px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex_mod {
  display: flex;
  justify-content: space-around;
}

.fz23 {font-size: 23px;}
.fz45 {font-size: 45px;}
.flex_mod h4 {margin: 0 0 10px;}

.flex_mod h5 {font-size: 1em;margin: 0 0 10px;}
.flex_mod p {margin-bottom: 20px;}

.flex_mod>div:first-child {
  width: calc(20% - 20px);
}

.flex_mod>div:last-child {
  width: calc(80% - 20px);
}

.flex_mod div .img {
  margin: 25px auto;
  display: block;
}

.flex_mod .cap_img {margin: 20px 0;}
.flex_mod .cap_img p {font-size: .9rem;line-height: 1.2;}
.flex_mod .cap_img img {margin: 0 auto;}
.flex_mod .cap_img p {text-align: center;}
.flex_mod .cap_img p.fwb {margin-bottom: 10px;}

.flex .one-third {
  width: auto;
}

.bq__dot::before {
  content: "Â·Â·";
  display: block;
  margin-bottom: 10px;
}

.bq__dot::after {
  content: "Â·Â·";
  display: block;
  margin-top: 10px;
}

.bq__dot {
  text-align: center;
  color: rgb(207, 151, 89);
  font-weight: 500;
  line-height: 1.5;
  font-size: 20px;
}

.fz14 {
  font-size: 14px;
}

.tit__dot::before {
  content: "";
  width: 12px;
  height: 12px;
  background: rgb(53, 181, 149);
  display: inline-block;
  color: rgb(53, 181, 149);
  border-radius: 100%;
  margin-right: 5px;
}

.label dl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 5px;
}

.label dd {
  margin-bottom: 10px;
}

.label .label--bg-purple {
  color: rgb(255, 255, 255);
  background: rgb(131, 103, 171);
  border-radius: 10px;
  width: 90px;
  text-align: center;
  flex: 0 0 auto;
}

@media (max-width: 1024px) {
  .fz45 {font-size: 35px;}
  .sub .tit_caption {display: none;}
  .cont_title_wrap {bottom: 0;-webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);top: 50%;height: 100%;padding-top: 12%;max-width: 85%;}
  .cont_title_wrap .category {margin-bottom: 1rem;}
  #contents.start .cont_title_wrap .tit, #contents.start .cont_title_wrap .tit2, #contents.start .cont_title_wrap .tit3 {margin-top: 10px;}
  .cont_title_wrap .tit, .cont_title_wrap .tit2, .cont_title_wrap .tit3 {font-size: 2.5rem;}
  .cont_title_wrap .author {font-size: 18px;}
  .cont_title_wrap sup {font-size: 1.5rem;}
  #contents.start .cont_title_wrap .author {font-size: 18px;}
  #sub-visual, #sub-visual::before {height: 60vh;}
  #contents.start .cont_title_wrap .author {bottom: 5%;}
  .r-c {
    margin: 0px auto;
    text-align: center !important;
  }

  .mo-n {
    display: none;
  }

  .mt0-mt20 {
    margin-top: 25px;
  }

  .history {
    margin-top: 20px !important;
  }

  .history .hit_text {
    margin: 0px auto;
  }

  .history .his_box {
    margin: 0px auto;
  }

  .listpage .tit {font-size: 3rem;}

  .row.mo-pb20 {
    padding-bottom: 20px !important;
  }

  .row.mo-pb00 {
    padding-bottom: 0px !important;
  }

  .row .column.right {
    padding: 0px;
  }

  .pb0 {
    padding: 0px !important;
  }

  .row .column figure {
    text-align: center;
  }

  .row .column.mo-pb0 {
    padding-bottom: 0px;
  }

  .row .column.mo-pb50 {
    padding-bottom: 50px;
  }

  .row.flex {
    flex-wrap: wrap;
  }

  .row.flex .column {
    margin-left: 0px;
    width: 100% !important;
  }

  .sub_con .quiz .dbList .part .column:first-child {
    margin-bottom: 30px;
  }

  .sub_con .txt_wrap .text.mo-mt20 {
    margin-top: 20px !important;
  }

  .flex .one-third img {
    margin-bottom: 10px;
  }  
  .top_wrap {margin: -10rem auto 0;padding: 0 2%;text-align: center;padding-bottom: 30px;background: #4267b2;color: #fff;width:510px;height:510px;}
  .top_wrap .title {position: relative;left: 0;top: 13rem;padding: 80px 0 0;}
  .top_wrap .title::after {top: -80%;left: -20%;}
  .top_wrap .desc {margin: 0 auto 20px;padding: 120px 0 20px;}
  .top_wrap .desc {margin: 0 auto;padding: 30px 0 12px;position: relative;z-index: 1;}
  .top_wrap .write_info.one {padding: 30px 0 12px;gap: 5px;}

  .top_wrap02 {margin: -10rem auto 0;padding: 0 2%;text-align: center;padding-bottom: 30px;background: #F08200;color: #fff;width:510px;height:510px;}
  .top_wrap02 .title {position: relative;left: 0;top: 13rem;padding: 80px 0 0;}
  .top_wrap02 .title::after {top: -80%;left: -20%;}
  .top_wrap02 .desc {margin: 0 auto 20px;padding: 120px 0 20px;}
  .top_wrap02 .desc {margin: 0 auto;padding: 30px 0 12px;position: relative;z-index: 1;}
  .top_wrap02 .write_info.one {padding: 30px 0 12px;gap: 5px;}

  .top_wrap03 {margin: -10rem auto 0;padding: 0 2%;text-align: center;padding-bottom: 30px;background: #00AA8F;color: #fff;width:510px;height:510px;}
  .top_wrap03 .title {position: relative;left: 0;top: 13rem;padding: 80px 0 0;}
  .top_wrap03 .title::after {top: -80%;left: -20%;}
  .top_wrap03 .desc {margin: 0 auto 20px;padding: 120px 0 20px;}
  .top_wrap03 .desc {margin: 0 auto;padding: 30px 0 12px;position: relative;z-index: 1;}
  .top_wrap03 .write_info.one {padding: 30px 0 12px;gap: 5px;}

  .top_wrap04 {margin: -10rem auto 0;padding: 0 2%;text-align: center;padding-bottom: 30px;background: #9660A2;color: #fff;width:510px;height:510px;}
  .top_wrap04 .title {position: relative;left: 0;top: 13rem;padding: 80px 0 0;}
  .top_wrap04 .title::after {top: -80%;left: -20%;}
  .top_wrap04 .desc {margin: 0 auto 20px;padding: 120px 0 20px;}
  .top_wrap04 .desc {margin: 0 auto;padding: 30px 0 12px;position: relative;z-index: 1;}
  .top_wrap04 .write_info.one {padding: 30px 0 12px;gap: 5px;}
}

@media (max-width: 960px) {
  .sub_con_01 .desc {text-align: center;}
  .bg_txt0402 {
    background: #fff url(../image/sub/f4/sub4_bgimg.png) no-repeat 50% 20%;
    background-position: bottom;
    padding-bottom:12.5rem;
  }

  .sub_foot .relation dt {
    overflow: hidden;
    height: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

}


@media (max-width: 768px) {
  .sns_wrap {display: none;}
  .sub_con_01 .desc {text-align: center;}
  .sub_con_01 .suptxt {font-size: 1rem;}
  .page_wrap {margin-top: 0;order:-1;width: 100%;border-left: none;border-right: none;flex-direction: row;justify-content: space-between;background: #f9f9f9;padding: 5px 0;}
  .page_wrap .btn_page {border-bottom: none;width: 30%;display: flex;align-items: center;justify-content: center;}
  .page_wrap .page_txt {display: inline-block;font-size: 18px;}
  .sns_box {position: relative;right: 0;bottom: 0;display: flex;flex-direction: column;justify-content: center;flex-wrap: wrap;gap: 15px;-webkit-transition: 0s;transition: 0s;}
  .sns_box.fix {right: 0;}
  .sns_box a {margin-bottom: 0;}
  .sns_box .copy-btn {display: none;}
  .sns_wrap .sns {display: flex;justify-content: center;gap: 15px;}
  .sns_wrap .tit {display: block;text-align: center;font-size: 1.5em;color: #434343;}
  .sub_foot {width: 100%;}
  .bg_txt0402 {
    background: #fff url(../image/sub/f4/sub4_bgimg.png) no-repeat 20%;
    background-position: bottom;
    padding-bottom:12.5rem;
  }
  .sub_con_01 h2 {font-size: 1.6rem;}
  .sub_title.listpage h2::after {
    bottom: -10px;
    width: 135px;
  }
	.sub_con .youtube {padding-bottom: 60%;}
  .cont_title_wrap {padding-top: 23%;}
  .sub_con.ptb40 {padding: 40px 0 0 !important;}
  .event_wrap .sub_con.ptb40 {padding: 0 0 0 !important;}
  .flex .one-third img {
    margin-bottom: 0px;
  }

  .contwrap,
  .row {
    margin-bottom: 20px;
  }

  .sub_head {
    margin-top: 15px;
  }

  .pc-n {
    display: block;
  }

  .mo-n {
    display: none;
  }

  .list_wrap .inner {
    padding: 0px;
  }

  .list_wrap .inner .list ul li {
    width: 48%;
    margin-bottom: 10px;
  }

  .list_wrap .inner .list h2 {
    font-size: 20px;
  }

  .list_wrap .inner .list ul li span {
    font-size: 14px;
    word-break: keep-all;
    margin-top: 7px;
  }

  .topImg {
    height: 100px;
  }

  .sub_wrap .sub_head {
    padding-top: 10px;
  }

  .sub_head .breadcrumb li {
    font-size: 16px;
  }

  .sub_title h2 span,
  .sub_title p {
    font-size: 22px;
    line-height: 30px;
  }

  .sub_head .breadcrumb .home::after {
    font-size: 16px;
  }

  .sub_body {
    padding-bottom: 35px;
  }

  .sub_body .sub_title {
    margin-bottom: 25px;
  }

  .sub_title .source {
    font-size: 12px;
    word-break: keep-all;
  }

  .sub_con .txt_wrap .header_tit span {
    font-size: 18px;
  }

  .sub_con .txt_wrap .title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .sub_title div h2 {
    font-size: 38px;
  }

  .sub_title div span.fz45 {
    font-size: 29px;
  }

  .sub_title div span.fwn {
    font-size: inherit;
    line-height: inherit;
  }

  .sub_title div span {
    font-size: 20px;
  }

  .sub_title h3,
  .sub_title.listpage h2 {
    font-size: 28px;
  }

  .sub_title h3 .point {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .sub_title h3 .stitle {
    font-size: 22px;
  }

  .sub_title h3.stxt {
    font-size: 14px;
  }

  .sub_title .lead {
    padding: 20px 10px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }

  .sub_con .txt_wrap {
    margin: 25px 0px;
  }

  .sub_con .txt_wrap .text {
    font-size: 14px;
    text-align: inherit;
    word-break: break-all;
    line-height: 30px;
  }

  .sub_con .txt_box .text {
    font-size: 14px;
    line-height: 30px;
  }

  .sub_con .img_wrap {
    margin-bottom: 25px;
  }
  .sub_foot .relation p {font-size: 16px;}

  .sub_con .img_wrap figure {
    text-align: center;
    width: 100% !important;
  }

  .sub_con .img_wrap.two figure,
  .sub_con .img_wrap.three figure {
    float: none;
    margin-right: 0px;
  }

  .sub_con .img_wrap figure:nth-child(2n-1),
  .sub_con .img_wrap.three figure:nth-child(2) {
    margin-bottom: 25px;
  }

  .sub_con .img_wrap figure:last-child {
    margin-bottom: 0px;
  }

  .sub_con .img_wrap figure .caption {
    margin-top: 12px;
    font-size: 12px;
  }

  .sub_con figure .caption {
    font-size: 12px;
    line-height: 1.45;
  }

  .sub_foot .relation .rel_tit {
    font-size: 16px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background-color:#2762AE;
    width: 45%;
    text-align: center;
    border-radius: 30px;
    margin: 0px auto 20px;
  }

  .sub_foot .relation .rel_tit::after {
    display: none;
  }

  .sub_foot .relation {
    width: 100vw;
    padding: 0 10px;
  }

  .sub_foot .relation li {
    display: inline-block;
    width: 45%;
    margin: 0px 2%;
  }

  .sub_foot .relation em {
    width: 100%;
  }

  .sub_foot .relation em img {
    width: 100%;
  }

  .sub_foot .relation .rel_tit ul li a em img {
    width: 100%;
  }

  .sub_foot .relation dt {
    font-size: 16px;
  }

  .sub_foot .relation dd {
    font-size: 14px;
  }

  .mhid {
    display: none !important;
  }

  .mshow {
    display: block !important;
  }

  .sub_3_5 .app_info {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .sub_3_5 .app_name {
    font-size: 18px;
  }

  .sub_3_5 .app_txt {
    font-size: 14px;
    line-height: 28px;
  }

  .sub_3_5 .app_img {
    width: 100%;
    text-align: center;
  }

  .sub_4_2 .news_part {
    width: 100%;
    margin-right: 0px;
  }

  .sub_4_2 .news_tit {
    font-size: 24px;
    line-height: 30px;
  }

  .sub_4_2 .news_info {
    font-size: 13px;
    line-height: 26px;
  }

  .contwrap {
    padding-top: 20px;
  }

  .column.full,
  .column.two-thirds,
  .column.half,
  .column.one-third,
  .renew .column.one-third,
  .column.one-fourth,
  .column.thr-fourth,
  .column.one-four,
  .column.thr-four,
  .column.one-five,
  .radius-box .column.one-third,
  .radius-box .column.two-thirds,
  .round-cont .column.one-third,
  .round-cont .imgwrap3 .column.one-third,
  .round-cont .column.two-thirds,
  .column.one3,
  .column.one8,
  .column.one814,
  .column.one894,
  .column.one944 {
    margin: 20px 0px 0px;
    width: 100%;
  }

  .column:first-child {
    margin-top: 0px;
  }

  .sub_foot .relation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 10px;
  }

  .sub_foot .relation li {
    width: 49%;
    margin: 0px;
  }

  .flex_mod {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flex_mod>div:first-child {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .flex_mod>div:last-child {
    width: 100%;
  }

  .quizwrap ul {
    width: 95%;
  }

  .sub_full.notice {
    padding: 10% 0px 18%;
  }

  .sub_full.event {
    background: #fffcdb;
  }
  .fz45 {font-size: 28px;}


}

@media screen and (max-width: 640px) {
  .sns_wrap {display: none;}
  .sub_con_01 .desc {text-align: center;}
  .sub_con_01 .suptxt {font-size: 1rem;}
  .sub_foot .relation .rel_tit::after {
    width: 70%;
  }
  .top_wrap .write_info {flex-direction: column;gap: 5px;}
  .top_wrap h2 {font-size: 3em;margin: 50px 0 20px;}
  .top_wrap {padding-bottom: 30px;}
  .top_wrap .title {position: relative;left: 0;top: 60%;padding: 37px 0 0;}
  .top_wrap .title::after {top: -2rem;left: 30%;width: 200px;height: 200px;transform: translateX(-50%);}
  .top_wrap .title strong {font-size: 1.1em;}
  .top_wrap .title strong:before {width: 2.5rem;height: 2.5rem;left: -1.2rem;top: -1.2rem;}
  .top_wrap .title p {font-size: 1.4rem;}

  .top_wrap02 .write_info {flex-direction: column;gap: 5px;}
  .top_wrap02 h2 {font-size: 3em;margin: 50px 0 20px;}
  .top_wrap02 {padding-bottom: 30px;}
  .top_wrap02 .title {position: relative;left: 0;top: 60%;padding: 37px 0 0;}
  .top_wrap02 .title::after {top: -2rem;left: 30%;width: 200px;height: 200px;transform: translateX(-50%);}
  .top_wrap02 .title strong {font-size: 1.1em;}
  .top_wrap02 .title strong:before {width: 2.5rem;height: 2.5rem;left: -1.2rem;top: -1.2rem;}
  .top_wrap02 .title p {font-size: 1.4rem;}

  .top_wrap03 .write_info {flex-direction: column;gap: 5px;}
  .top_wrap03 h2 {font-size: 3em;margin: 50px 0 20px;}
  .top_wrap03 {padding-bottom: 30px;}
  .top_wrap03 .title {position: relative;left: 0;top: 60%;padding: 37px 0 0;}
  .top_wrap03 .title::after {top: -2rem;left: 30%;width: 200px;height: 200px;transform: translateX(-50%);}
  .top_wrap03 .title strong {font-size: 1.1em;}
  .top_wrap03 .title strong:before {width: 2.5rem;height: 2.5rem;left: -1.2rem;top: -1.2rem;}
  .top_wrap03 .title p {font-size: 1.8em;}

  .top_wrap04 .write_info {flex-direction: column;gap: 5px;}
  .top_wrap04 h2 {font-size: 3em;margin: 50px 0 20px;}
  .top_wrap04 {padding-bottom: 30px;}
  .top_wrap04 .title {position: relative;left: 0;top: 60%;padding: 37px 0 0;}
  .top_wrap04 .title::after {top: -2rem;left: 30%;width: 200px;height: 200px;transform: translateX(-50%);}
  .top_wrap04 .title strong {font-size: 1.1em;}
  .top_wrap04 .title strong:before {width: 2.5rem;height: 2.5rem;left: -1.2rem;top: -1.2rem;}
  .top_wrap04 .title p {font-size: 1.8em;}
}
@media (max-width: 500px) {
  .sns_wrap {display: none;}
  .sub_con_01 .desc {text-align: center;}
  .sub_con_01 .suptxt {font-size: 1rem;}
  .top_wrap h2 {font-size: 2.3rem;margin: 40px 0 20px;}
  .top_wrap {padding-bottom: 20px;width:310px;height:310px;}
  .top_wrap h2 .small {font-size: .7em;}
  .top_wrapper {margin-top: 6rem;}

  .top_wrap02 h2 {font-size: 2.3rem;margin: 40px 0 20px;}
  .top_wrap02 {padding-bottom: 20px;width:310px;height:310px;}
  .top_wrap02 h2 .small {font-size: .7em;}
  .top_wrapper02 {margin-top: 6rem;}

  .top_wrap03 h2 {font-size: 2.3rem;margin: 40px 0 20px;}
  .top_wrap03 {padding-bottom: 20px;width:310px;height:310px;}
  .top_wrap03 h2 .small {font-size: .7em;}
  .top_wrapper03 {margin-top: 6rem;}

  .top_wrap04 h2 {font-size: 2.3rem;margin: 40px 0 20px;}
  .top_wrap04 {padding-bottom: 20px;width:310px;height:310px;}
  .top_wrap04 h2 .small {font-size: .7em;}
  .top_wrapper04 {margin-top: 6rem;}
}
@media (max-width: 475px) {
  .sns_wrap {display: none;}
  .sub_con_01 .desc {text-align: center;}
  .sub_con_01 .suptxt {font-size: 1rem;}
  .row.event_bg .fwb {padding-left: 7.5rem;}
  .bg_txt0402 {
    background: #fff url(../image/sub/f4/sub4_bgimg.png) no-repeat 20%;
    background-position: bottom;
    padding-bottom:12.5rem;
  }
  .fz23 {font-size: 20px;}
  .fz45 {font-size: 18px;}
  .cont_title_wrap .tit, .cont_title_wrap .tit2, .cont_title_wrap .tit3 {font-size: 2rem;}
  .cont_title_wrap .category {font-size: 21px;}
  .cont_title_wrap sup {font-size: .8rem;}
  .cont_title_wrap .tit {font-size: 1.5rem;}
  .cont_title_wrap .tit2, .cont_title_wrap .tit3 {font-size: 1.2rem;}
  #contents.start .cont_title_wrap .tit {font-size: 1.5rem;word-break: keep-all;}
  #contents.start .cont_title_wrap .tit2, #contents.start .cont_title_wrap .tit3 {font-size: 1.2rem;word-break: keep-all;}
  .cont_title_wrap .author {font-size: 16px;word-break: keep-all;}
  #contents.start .cont_title_wrap .author {font-size: 16px;word-break: keep-all;}
  #sub-visual, #sub-visual::before {height: 55vh;}
  .cont_title_wrap {padding-top: 25%;}
  .sub_txt .xi-3x {font-size: 2em;}
  .sub_con .row h3 {font-size: 21px;margin-bottom: 10px;}
  .sub_con .row .cont_txt {font-size: 18px;}
  .row h3 .q {display: block;}
  .label dl { flex-wrap: wrap; font-size: 16px; }
  .row blockquote {font-size: 0.9rem;}
  .row blockquote::before, .row blockquote::after { width: 50px; height: 40px; background-size: 100%; }
  .row blockquote::before {margin: 0 auto 15px;}
  .row blockquote::after {margin: 15px auto 0;}
  .row .circle {font-size: 1.6rem;width: 40px;height: 40px;line-height: 45px;}
  .sub_footwrap {padding: 30px 0 20px;}
  .sub_title div h2 {
    font-size: 26px;
  }

	.sub_body {padding-bottom: 10px;}

  .sub_title div span.fz45 {
    font-size: 20px;
    line-height: 1.2;
  }

	.sub_foot .relation p {font-size: 14px;}

  .contwrap {
    padding-top: 0;
  }

  .contwrap,
  .row {
    margin-bottom: 15px;
  }

  .sub_title h2 span {
    font-size: 22px;
  }

  .sub_title p {
    font-size: 18px;
    line-height: 1.5;
  }

  .sub_title .subtag {
    font-size: 16px;
  }

  .sub_title h3,
  .sub_title.listpage h2 {
    font-size: 22px;
  }

  .sub_title.listpage h2 {
    margin-bottom: 50px;
  }

  .sub_title h3 .point {
    padding: 5px 20px;
    font-size: 18px;
  }

  .sub_title h3 .stitle {
    font-size: 18px;
  }

  .sub_title h3 .small {
    font-size: 18px;
  }

  .sub_title h4 {
    font-size: 16px;
  }

  .sub_foot .relation .rel_tit::after {
    width: 65%;
  }

  .sub_con .row p {
    font-size: 16px;
  }

  .bq__dot {
    font-size: 18px;
  }

  .sub_con .row p.caption {
    font-size: 13px;
  }

  .point {
    font-size: 14px;
  }

  .sub_3_5 .app_name {
    font-size: 15px;
  }

  .sub_4_2 .news_tit {
    font-size: 20px;
    line-height: 26px;
  }

  .sub_foot .relation .rel_tit {
    font-size: 14px;
  }

  .sub_head .breadcrumb li {
    font-size: 14px;
  }

  .sub_head {
    margin: 10px 0px 0;
  }

  .sub_body .sub_title {
    margin-bottom: 0;
  }

  .contwrap,
  .row {
    margin-bottom: 10px;
  }

  .column.full,
  .column.two-thirds,
  .column.half,
  .column.one-third,
  .renew .column.one-third,
  .column.one-fourth,
  .column.thr-fourth,
  .column.one-four,
  .column.thr-four,
  .column.one-five,
  .radius-box .column.one-third,
  .radius-box .column.two-thirds,
  .round-cont .column.one-third,
  .round-cont .imgwrap3 .column.one-third,
  .round-cont .column.two-thirds,
  .column.one3,
  .column.one8,
  .column.one814,
  .column.one894,
  .column.one944 {
    margin: 15px 0px 0px;
  }

  .source {
    padding: 20px;
  }

  .sub_title div span {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .row .info_center h3 {
    font-size: 17px;
  }

  .row .info_center h3::before {
    width: 8px;
    height: 8px;
    top: 47%;
  }

  .row .info_center h3::after {
    width: 8px;
    height: 8px;
    top: 47%;
  }

  .info_center div p {
    margin-bottom: 15px;
  }

  .tabnav {
    flex-wrap: wrap;
  }

  .tabnav,
  .tabnav.tab3 {
    width: 100%;
    margin: 0px auto 35px;
    flex-direction: column;
    align-content: center;
  }

  .tabnav.tab3 li {
    width: 65%;
  }

  .tabnav li {
    width: 60%;
    margin-bottom: 10px;
  }

  .tabnav li:last-child {
    margin-bottom: 0px;
  }

  .tabnav li a {
    font-size: 18px;
    padding: 2px 8px;
  }

  .book_inside .inside .left {
    float: none;
    margin-right: 0px;
    margin-bottom: 5%;
  }

  .book_inside .inside .right p.tit {
    line-height: 1.6;
  }

  .book_inside .inside .right p.tit .writer {
    font-size: 21px;
    font-weight: 700;
  }

  .row.event_bg {
    margin: 0 auto;
  }

  .row.event_info h3 {
    font-size: 25px;
  }

  .row.event_info p {
    font-size: 20px;
    margin: 0px 5px 18px;
  }

  .sub_con .row .roundbox {
    font-size: 19px;
    padding: 5px 15px;
    border-radius: 10px;
    display: inline-block;
  }

  .sub_con .event_txt p {
    font-size: 18px;
    font-weight: 500;
    color: rgb(3, 0, 0);
    line-height: 1.4;
  }

  .row.event_bg p {
    margin: 0;
    width: 100%;
  }
  .row.event_bg .icon01::after {position: static;margin: 0 auto;}
  .row.event_bg .icon02::after {position: static;margin: 0 auto;}
  .row.event_bg .icon03::after {position: static;margin: 0 auto;}
  .row.event_bg .icon04::after {position: static;margin: 0 auto;}
  .row.event_bg .icon05::after {position: static;margin: 0 auto;}
  .row.event_bg .icon06::after {position: static;margin: 0 auto;}

  .magazine .row h3 {
    font-size: 20px;
  }

  .magazine hr {
    margin-bottom: 20px;
  }

  .sub_full .round_box {
    border-radius: 20px;
    margin-top: 24%;
  }

  .sub_full .round_box .txt_img {
    width: 35%;
  }

  .sub_full {
    padding: 20px 0px;
  }

  .sub_con h3.book_tit {
    font-size: 28px;
  }

  .sub_con h3.book_tit span {
    font-size: 18px;
    color: rgb(89, 87, 87);
  }

  .quizwrap h3 {
    width: 95%;
    font-size: 18px;
    position: relative;
    z-index: 10;
  }

  .quizwrap h3 span {
    font-size: 25px;
  }

  .quizwrap ul {width: 100%;position: static;transform: none;margin-top: -18%;padding: 80px 5px 50px;margin-bottom: 15px;font-size: 32px;}
	.quizwrap ul li {width: 36px;height: 36px;vertical-align: middle;line-height: 36px;font-size: 26px;}
  

  .sub_full.notice {
    background-size: contain;
    padding: 5%;
  }

	.tabnav.tab6 {
		width: 100%;
	}

  .sub_full h3 {font-size: 24px;}
  #contents.start .cont_title_wrap.listpage .tit {font-size: 2rem;}
  .cont_title_wrap.listpage .tit {font-size: 2rem;}

	.sub_con .row .fwb.tac + .column.half {margin: 0 0 0;}


}

@media (max-width: 320px) {
  .sub_con_01 .suptxt {font-size: 1rem;}
  .sub_foot .relation .rel_tit {
    width: 51%;
  }
  .sns_wrap {display: none;}
}
@media print {

  /* 기본 텍스트 요소 스타일 설정 */
  h1, h2, h3, h4, h5, p, strong {
      all: revert !important;
  }
  .sub_foot, #header, #btn_top, .parallax__progress, .sns_channel, .fixed_title.active, .sns_wrap {display: none;}
}

@page {
  size: A4;      /* 페이지의 크기 설정 */
  margin: 2cm;   /* 페이지의 여백 설정 */
}
