@charset "utf-8";

/* 내용관리 */
#ctt {  }

.ctt_history {  }
.ctt_history .history_box {  }
.ctt_history .history_box .container { position:relative; }
.ctt_history .history_box .img_box {  }
.ctt_history .history_box .year_box { position:absolute; top:25rem;  z-index:2; max-width:400px; width:100%; height:278px; padding: 5rem 2rem 0 6rem; box-sizing:border-box; }
.ctt_history .history_box.leftType .year_box { border-radius:5rem 0 5rem 0; right:10.8rem; }
.ctt_history .history_box .year_box.blue { background:#0a4595; }
.ctt_history .history_box .year_box.sky { background:#3d6fb2; }
.ctt_history .history_box .year_box .etit { font-family: "Montserrat"; font-size:2rem; color:#fff; font-weight: 700; opacity:0.4; }
.ctt_history .history_box .year_box .year { font-family: "Montserrat"; font-size:3.6rem; color:#fff; font-weight: 700; margin: 1.2rem 0 3.4rem; }
.ctt_history .history_box .year_box .txt { font-size:1.8rem; color:#fff; font-weight: 500; line-height: 2.6rem; opacity:0.7; }
.ctt_history .history_box .year_box:before { content:""; display:inline-block; width:90%; max-width:330px; height:1px; background:#fff; opacity:0.35; position:absolute; left:0; top:150px; }
.ctt_history .history_box .listBox { width:100%; position:relative; padding: 10rem 0 19rem; box-sizing:border-box; }
.ctt_history .history_box:last-child .listBox { padding-bottom: 0; }
.ctt_history .history_box .listBox:before { content:""; display:inline-block; width:2px; height:100%; border-left: 2px dotted #eaeaea; box-sizing:border-box; position:absolute; top:0; left:324px; z-index:1; }
.ctt_history .history_box .listBox .line { padding-top: 4.5rem; box-sizing:border-box; }
.ctt_history .history_box .listBox .line .year { font-size:4.6rem; color:#3a3a3a; font-weight: 800; font-family: "Montserrat"; width:325px; float: left; padding-left: 14rem; box-sizing:border-box; position:relative; }
.ctt_history .history_box .listBox .line .year:after { content:""; display:inline-block; width:18px; height:18px; background:url(../../../img/content/history_dot.png) center center no-repeat; position:absolute; top:50%; right:-9px; margin-top: -9px; z-index:2; }
.ctt_history .history_box .listBox .line .h_list { float: left; padding-top: 10px; box-sizing:border-box; padding-left: 5.2rem; }
.ctt_history .history_box .listBox .line .h_list li { font-size:1.8rem; color:#3a3a3a; line-height: 3.2rem; padding-left: 12px; box-sizing:border-box; position:relative; font-weight: 400; margin-top: 1.5rem; display:flex; align-items:start; }
.ctt_history .history_box .listBox .line .h_list li:first-child { margin-top: 0; }
.ctt_history .history_box .listBox .line .h_list li:before { content:"·"; position:absolute; left:0; }
.ctt_history .history_box .listBox .line .h_list li .month { display:inline-block; flex-shrink:0; font-size:1.8rem; color:var(--c66); font-weight: 600; width:50px; margin-right: 2rem; }



.ctt_swap {  }
.ctt_swap .img_box { margin-bottom: 7rem; }
.ctt_swap .stickyBox { position:relative; min-height:606px; margin-bottom: 15rem; }
.ctt_swap .stickyBox .left { position:sticky; top: 10px; }
.ctt_swap .stickyBox .left .tit { font-size:4rem; color:var(--black); font-weight: 600; line-height: 5rem; }
.ctt_swap .stickyBox .left .tab { margin-top: 6.6rem; }
.ctt_swap .stickyBox .left .tab li { margin-top: 10px; }
.ctt_swap .stickyBox .left .tab li:first-child { margin-top: 0; }
.ctt_swap .stickyBox .left .tab li a { display:flex; width:200PX; height:140px; flex-direction:column; align-items:start; justify-content:center; border-radius:2rem; position:relative; background:#fafafa; border: 1px solid #eaeaea; box-sizing:border-box; transition:all 0.3s; padding-left: 3rem; }
.ctt_swap .stickyBox .left .tab li a:after { content:""; display:inline-block; width:10px; height:26px; background:url(../../../img/content/swap_arrow.png) center center no-repeat; position:absolute; right:-10px; top:50%; margin-top: -13px; transition:all 0.3s; opacity:0; }
.ctt_swap .stickyBox .left .tab li a .top { display:flex; align-items:center; }
.ctt_swap .stickyBox .left .tab li a .top img { margin-right: 1rem; }
.ctt_swap .stickyBox .left .tab li a .top .type { transition:all 0.3s; font-size:2rem; color:var(--c3a); font-weight: 500; }
.ctt_swap .stickyBox .left .tab li a .bottom { transition:all 0.3s; font-size:1.8rem; color:var(--c66); font-weight: 500; margin-top: 1.2rem; display:flex; align-items:baseline; }
.ctt_swap .stickyBox .left .tab li a .bottom strong { transition:all 0.3s; font-size:2.4rem; color:var(--blue); font-weight: 600; margin-left: 1.2rem; }

.ctt_swap .stickyBox .left .tab li a.active { background:#222; border-color:transparent;	}
.ctt_swap .stickyBox .left .tab li a.active:after { opacity:1; }
.ctt_swap .stickyBox .left .tab li a.active .top .type { color:#fff; }
.ctt_swap .stickyBox .left .tab li a.active .bottom { color:#fff; }
.ctt_swap .stickyBox .left .tab li a.active .bottom strong { color:var(--yellow); }

.ctt_swap .stickyBox .right { padding-left: 455px; box-sizing:border-box; margin-top: -606px; }
.ctt_swap .stickyBox .right .table { display:table; width:100%; table-layout:fixed; }
.ctt_swap .stickyBox .right .table .tr { display:table-row; }
.ctt_swap .stickyBox .right .table .tr .th,
.ctt_swap .stickyBox .right .table .tr .td { display:table-cell; vertical-align: middle; text-align: center; box-sizing:border-box; }
.ctt_swap .stickyBox .right .table .tr .th { height:50px; background:#f7f7f7; font-size:1.8rem; color:var(--c66); font-weight: 600; }
.ctt_swap .stickyBox .right .table .tr .th:first-child { border-radius:500px 0 0 500px; }
.ctt_swap .stickyBox .right .table .tr .th:last-child { border-radius:0 500px 500px 0; }
.ctt_swap .stickyBox .right .table .tr .th small { font-size:1.4rem; }
.ctt_swap .stickyBox .right .table .tr .td { font-size:1.8rem; color:var(--c3a); border-bottom: 1px solid #eaeaea; padding: 16px 0; }
.ctt_swap .stickyBox .right .table .tr.point .td { color:var(--blue); font-weight: 600; }

.ctt_swap .section02 { background:#f7f7f7; padding: 10rem 0 0; box-sizing:border-box; }
.ctt_swap .section02 .flexBox { display:flex; align-items:center; justify-content:space-between; }
.ctt_swap .section02 .flexBox .left { display:flex; flex-wrap:wrap; width:50%; max-width:620px; }
.ctt_swap .section02 .flexBox .left dt,
.ctt_swap .section02 .flexBox .left dd { font-size:1.8rem; border-bottom: 2px solid #e5e5e5; box-sizing:border-box; padding: 2.5rem 0 2.8rem; }
.ctt_swap .section02 .flexBox .left dt { color:var(--black); font-weight: 600; width:144px; padding-top: 2.6rem; }
.ctt_swap .section02 .flexBox .left dd { color:var(--c3a); line-height: 2.4rem; width:calc(100% - 144px); }
.ctt_swap .section02 .flexBox .left .first { padding-top: 0; }



.ctt_tech_method {  }
.vsBox {  }
.vsBox .stickyTab { position:sticky; top:5px; margin-bottom: 4.5rem; background:var(--white); z-index:2; border-radius:500px; }
.vsBox .stickyTab ul { display:flex; align-items:center; margin-left: -3rem; }
.vsBox .stickyTab ul li { padding-left: 3rem; box-sizing:border-box; width:25%; }
.vsBox .stickyTab ul li span { display:flex; width:100%; height:50px; border-radius:500px; align-items:center; justify-content:center; text-align: center; background:var(--c66); font-size:1.8rem; color:rgba(255, 255, 255, 0.5); font-weight: 600; }
.vsBox .stickyTab ul li:first-child { width:50%; }
.vsBox .stickyTab ul li:first-child span { background:var(--blue); color:var(--white); }

.vsBox .boxLine {  }
.vsBox .boxLine .tit { display:flex; align-items:center; justify-content:center; height:40px; background:var(--c22); font-size:2.2rem; color:var(--white); font-weight: 600; }
.vsBox .boxLine > div { margin-left: -3rem; display:flex; }
.vsBox .boxLine > div .first { width:70% !important; }
.vsBox .boxLine > div .box { padding-left: 3rem; box-sizing:border-box; position:relative; display:flex; align-items:center; justify-content:center; flex-direction:column; padding-top: 3rem; padding-bottom: 5rem; }
.vsBox .boxLine > div .box:before { content:""; display:inline-block; width:2px; height:100%; border-left: 2px dotted #dadada; box-sizing:border-box; position:absolute; top:0; left:1.4rem; }
.vsBox .boxLine > div .box.first:before { display:none; }
.vsBox .boxLine .thirdType {  }
.vsBox .boxLine .thirdType .box { width:25%; }
.vsBox .boxLine .fullType {  }
.vsBox .boxLine .fullType .box { width:100% !important; }
.vsBox .boxLine .halfType {  }
.vsBox .boxLine .halfType .box { width:30%; }

.vsBox .boxLine > div .box .btit { font-size:2.6rem; color:var(--black); font-weight: 600; }
.vsBox .boxLine > div .box .list { margin-top: 2.6rem; }
.vsBox .boxLine > div .box .list li { font-size:2.2rem; color:var(--black); margin-top: 1.2rem; }
.vsBox .boxLine > div .box .list li:first-child { margin-top: 0 !important; }
.vsBox .boxLine > div .box .slist li { font-size:1.8rem; color:var(--c3a); margin-top: 1rem; }
.vsBox .boxLine > div .box .slist li:first-child { margin-top: 0; }
.vsBox .boxLine > div .box ul.numType { counter-reset: section; }
.vsBox .boxLine > div .box ul.numType li:before { counter-increment: section; content: counter(section) ". "; }
.vsBox .boxLine > div .box .numList { display:flex; align-items:center; justify-content:center; gap:0 100px; }
.vsBox .boxLine > div .box .numList li { font-size:2.2rem; color:var(--black); }
.vsBox .boxLine > div .box .numList li small { font-size:1.8rem; color:var(--c3a); }
.vsBox .boxLine > div .box .btxt { font-size:2.2rem; color:var(--black); }
.vsBox .boxLine > div .box .stxt { font-size:1.8rem; color:var(--c3a); }
.vsBox .boxLine > div .box .dotType {  }
.vsBox .boxLine > div .box .dotType li { font-size:1.8rem; color:var(--c3a); position:relative; padding-left: 12px; box-sizing:border-box; }
.vsBox .boxLine > div .box .dotType li:before { content:"·"; position:absolute; left:0; top:0; }
.vsBox .boxLine > div .first .dotType {  }
.vsBox .boxLine > div .first .dotType li { font-size:2.2rem; color:var(--black); padding-left: 14px; }
.vsBox .boxLine > div .first .dotType li:before {  }
.vsBox .boxLine.last > div .box { font-size:2.8rem; color:var(--c66); font-weight: 600; }
.vsBox .boxLine.last > div .first { font-size:3.6rem; color:var(--blue); }

.vsBox .boxLine > div .box.brType { position:relative; }
.vsBox .boxLine > div .box.brType:after { content:""; display:block; width:calc(100% - 3rem); height:1px; background:#eaeaea; position:absolute; right:0; bottom:0; }


.ctt_small_method .vsBox .stickyTab ul li { width:30%; }
.ctt_small_method .vsBox .stickyTab ul li:first-child { width:70%; }
.ctt_small_method .vsBox .boxLine > div .box .numList { flex-direction:column; gap:10px 100px; }



/* 인증서 및 신기술 협약서 */
#certificate { overflow:hidden; margin-top: -64px; }
#certificate .arrowBox { display:flex; gap:3px; justify-content:end; }
#certificate .slide_list {  }
#certificate .slide_list ul {  }
#certificate .slide_list ul li { width:auto; margin-top: 7rem; transition:all 0.3s; }
#certificate .slide_list ul li a { display:block; max-width:304px; max-height:459px; overflow:hidden; border-radius:2rem; border: 1px solid #eaeaea; box-sizing:border-box; cursor:pointer; position:relative; }
#certificate .slide_list ul li a:before,
#certificate .slide_list ul li a:after { content:""; display:inline-block; position:absolute; opacity:0; transition:all 0.5s; }
#certificate .slide_list ul li a:before { width:100%; height:100%; background:rgba(0, 0, 0, 0.4); left:0; top:0; }
#certificate .slide_list ul li a:after { width:30px; height:30px; background:url(../../../img/content/certify_more.png); left:50%; top:50%; margin-top: -15px; margin-left: -15px;}
#certificate .slide_list ul li .txtBox { padding: 2.6rem 1rem 0; box-sizing:border-box; }
#certificate .slide_list ul li .txtBox .txt { font-size:1.6rem; color:var(--c66); font-weight:500; margin-bottom: 1rem; }
#certificate .slide_list ul li .txtBox .tit { font-size:1.8rem; color:var(--black); font-weight: 600; }

#certificate .slide_list ul li.swiper-slide-active { margin-top: 2rem; }
#certificate .slide_list ul li a:hover:before,
#certificate .slide_list ul li a:hover:after { opacity:1; }



/* 시공성 */
#construct_ability {}
#construct_ability hr {display: block;border: none;border-bottom: 1px solid #dadada;margin: 5rem 0 10rem 0;}
#construct_ability .article01 h4 {font-size: 4.6rem;color: var(--black);font-weight: 700;margin-bottom: 5rem;}
#construct_ability .article01 ul {display: flex;flex-direction: column;}
#construct_ability .article01 ul li {display: flex;flex-direction: row;margin-bottom: 1rem;gap: 0.3rem;}
#construct_ability .article01 ul li em.num {display: inline-flex;justify-content: center;align-items: center;background-color: #0a4595;width: 8rem;height: 7rem;color: #ffffff;font-style: normal;font-size: 2rem;font-weight: 700;}
#construct_ability .article01 ul li > div {flex: 1;display: flex;align-items: center;padding-left: 2.3rem;background-color: #fbfbfb;border: 1px solid #dadada;}
#construct_ability .article01 ul li > div span {font-size: 2rem;color: var(--c66);}
#construct_ability .article01 ul li > div strong {font-size: 2rem;color: var(--black);padding-right: 7rem;}
#construct_ability .article01 ul li:first-child > div span {padding-right: 3.5rem;}
#construct_ability .article01 ul li:first-child > div span:last-child {padding-right: 0;}
#construct_ability .article01 ul li:last-child {margin-bottom: 0;}
#construct_ability .article02 ul {display: flex;flex-direction: column;}
#construct_ability .article02 ul li {display: flex;flex-direction: row;margin-bottom: 10rem;}
#construct_ability .article02 ul li:last-child {margin-bottom: 0;}
#construct_ability .article02 ul li .left {flex: 1;}
#construct_ability .article02 ul li .left .stickyBox { position:sticky; top:3rem; display: flex;flex-direction: column; }
#construct_ability .article02 ul li .left em.num {font-family: var(--mont);font-size: 5rem;color: #84a2ca;font-style: normal;font-weight: 700;margin-bottom: 6.5rem;}
#construct_ability .article02 ul li .left span.tit {font-size: 3rem;color: var(--black);font-weight: 700;margin-bottom: 3.5rem;}
#construct_ability .article02 ul li .left span.txt {font-size: 2rem;color: var(--c66);line-height: 3.2rem;}
#construct_ability .article02 ul li .right > div:first-child {margin-bottom: 2rem;}


/* 경제성 */
#economics {}
#economics hr {display: block;border: none;border-bottom: 1px solid #dadada;margin: 5rem 0;}
#economics h3.tit {margin-bottom: 3rem;}
#economics h3.tit em {display: inline-flex;justify-content: center;align-items: center;width: 5rem;height: 5rem;font-size:2.2rem;font-style: normal;background-color: #0a4595;color: #ffffff;border-radius: 50%;margin-right: 2rem;font-family: var(--mont);font-weight: 700;}
#economics h3.tit span {font-size: 2.6rem;color: var(--c3a);}

#economics .article01 .content {display: flex;flex-direction: column;align-items: center;}
#economics .article01 .table {display: flex;flex-direction: row;}
#economics .article01 .column {display: flex;flex-direction: column;justify-content: space-between;border-left: 2px dotted #dadada;}
#economics .article01 .column:first-child {border: none;}
#economics .article01 .column-1 {width: 23rem;}
#economics .article01 .column-2 {width: 33.4rem;}
#economics .article01 .column-3 {width: 35.7rem;}
#economics .article01 .column-4 {width: 26rem;}
#economics .article01 .cell {flex: 1;display: flex;justify-content: center;align-items: center;width: 100%;border-bottom: 2px dotted #dadada;flex-basis: 8.5rem;padding: 0 3rem;}
#economics .article01 .cell.non-border {border-bottom: 0;}
#economics .article01 .cell span {display: block;width: 100%;text-align: center;}
#economics .article01 .cell.colspan-2 {flex-basis: 33.2%;}
#economics .article01 .cell.colspan-3 {flex-basis: 50%;}
#economics .article01 .tab {padding: 1.6rem 0;font-size: 1.8rem;border-radius: 10rem;}
#economics .article01 .tab.black {background-color: var(--black);color: var(--white)}
#economics .article01 .tab.gray {background-color: #aaaaaa;color: #eaeaea;}
#economics .article01 .tab.blue {background-color: #0a4595;color: #ffffff;}
#economics .article01 .value {font-size: 2rem;}
#economics .article01 .value.txt-black {color: #010101;}
#economics .article01 .value.txt-gray {color: #888888;}

#economics ul.list {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 2rem;}
#economics ul.list li {display: flex;flex-direction: column;align-items: center;width: calc(25% - 2rem);min-height: 21.1rem;text-align: center;background-color: #fbfbfb;padding: 3.1rem 2rem 3.8rem;border: 1px solid #dadada;border-radius: 1rem;}
#economics ul.list li i.ico-check {display: block;width: 30px;height: 30px;background: url('../../../img/ico-check.png') no-repeat;margin-bottom: 2rem; flex-shrink:0; }
#economics ul.list li span {font-size: 1.8rem;color: #3a3a3a;line-height: 2.4rem;}

#economics .article04 {margin-top: 13.8rem;}
#economics .article04 .tab {display: block;padding: 1.6rem 0;font-size: 1.8rem;border-radius: 10rem;width: 100%;text-align: center;}
#economics .article04 .tab.black {background-color: var(--black);color: var(--white)}
#economics .article04 .tab.gray {background-color: #aaaaaa;color: #eaeaea;}
#economics .article04 .tab.blue {background-color: #0a4595;color: #ffffff;}
#economics .article04 .table {display: flex;flex-direction: column;}
#economics .article04 .rows {flex: 1;display: flex;flex-direction: row;justify-content: space-between;gap: 3rem;padding: 3rem 0;border-top: 2px dotted #dadada;}
#economics .article04 .table .stickyBox { position:sticky; top:2rem; border-top: 0; z-index:2; }
#economics .article04 .column {display: flex;align-items: center;justify-content: center;}
#economics .article04 .column.column-1 {flex-basis: 20%}
#economics .article04 .column.column-2 {flex-basis: 30%}
#economics .article04 .column.column-3 {flex-basis: 50%}
#economics .article04 span.txt {font-size: 2rem;color: #000000;font-weight: 700;text-align: center;line-height: 2.4rem;}
#economics .article04 figure {position: relative;}
#economics .article04 figcaption {position: absolute;width: 100%;top: 0;background: rgba(0, 0, 0, 0.5);color: #ffffff;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 5rem;font-size: 1.6rem;font-weight: 700;}
#economics .article04 figcaption small {font-size: 1.2rem;}



.ctt_sequencing .slide_wrap { display:flex; align-items:center; }
.ctt_sequencing .left_box { width:800px; overflow:hidden; position:relative; }
.ctt_sequencing .left_box:after { content:""; display:block; width:100%; height:100%; position:absolute; bottom:0; left:0; z-index:2; background: linear-gradient(to top, #000, transparent 30%); }
.ctt_sequencing .left_box li {  }
.ctt_sequencing .left_box li .img {  }
.ctt_sequencing .left_box li .txt { font-size:8rem; color:#000; font-weight: 800; font-family: var(--mont); opacity:0.05; display:none; }

.ctt_sequencing .left_box .autoplay-progress {	position: absolute; left: 18px; bottom: 18px; z-index: 3; width: 48px;	height: 48px; display: flex; align-items: center; justify-content: center; font-weight: bold; color: var(--yellow); }
.ctt_sequencing .left_box .autoplay-progress svg { --progress: 0; position: absolute;	left: 0;	top: 0px;	z-index: 10;	width: 100%; height: 100%;stroke-width: 4px; stroke: var(--yellow); fill: none; 	stroke-dashoffset: calc(125.6 * (1 - var(--progress))); stroke-dasharray: 125.6; transform: rotate(-90deg); }

.ctt_sequencing .left_box .arrow_box { position:absolute; bottom:28px; right:20px; z-index:3; }

.ctt_sequencing .right_box { position:relative; width:calc(100% - 800px); padding-left: 16.4rem; box-sizing:border-box; }
.ctt_sequencing .right_box .pagination {  }
.ctt_sequencing .right_box .swiper-pagination-bullet { width:auto !important; height:auto !important; background:transparent !important; display:table; opacity:1 !important; }
.ctt_sequencing .right_box .swiper-pagination-bullet-active {  }
.ctt_sequencing .right_box .swiper-pagination-bullet i { font-size:20px; color:#666; font-weight: 400; display:flex; align-items:center; transition:all 0.5s; font-style: normal; margin-top: 6rem; }
.ctt_sequencing .right_box .swiper-pagination-bullet:first-child i { margin-top: 0; }
.ctt_sequencing .right_box .swiper-pagination-bullet i:before { content:""; display:inline-block; width:10px; height:10px; border-radius:50%; margin-right: 10px; background:var(--blue); opacity:0; transition:all 0.5s; }
.ctt_sequencing .right_box .swiper-pagination-bullet b { font-size:0; color:#000; font-weight: 800; font-family: var(--ff_mon); opacity:0; position:absolute; right:0; bottom:115px; cursor:default; transition:all 0.5s; }
.ctt_sequencing .right_box .swiper-pagination-bullet-active i { color:#000; font-weight: 600; }
.ctt_sequencing .right_box .swiper-pagination-bullet-active i:before { opacity:1; }
.ctt_sequencing .right_box .swiper-pagination-bullet-active b { font-size:8rem; opacity:0.05; }



#small_sequence .article02 ul {display: flex;flex-direction: column;}
#small_sequence .article02 ul li {display: flex;flex-direction: row;margin-bottom: 10rem;}
#small_sequence .article02 ul li:last-child {margin-bottom: 0;}
#small_sequence .article02 ul li .left {flex: 1;}
#small_sequence .article02 ul li .left .stickyBox { position:sticky; top:3rem; display: flex;flex-direction: column; }
#small_sequence .article02 ul li .left em.num {font-family: var(--mont);font-size: 5rem;color: #84a2ca;font-style: normal;font-weight: 700;margin-bottom: 6.5rem;}
#small_sequence .article02 ul li .left span.tit {font-size: 3rem;color: var(--black);font-weight: 700;margin-bottom: 3.5rem;}
#small_sequence .article02 ul li .left span.txt {font-size: 2rem;color: var(--c66);line-height: 3.2rem;}
#small_sequence .article02 ul li .right > div:first-child {margin-bottom: 2rem;}



#small_info {}
#small_info hr {display: block;border: none;border-bottom: 1px solid #dadada;margin: 5rem 0;}
#small_info h3.tit {margin-bottom: 3rem;}
#small_info h3.tit em {display: inline-flex;justify-content: center;align-items: center;width: 5rem;height: 5rem;font-size:2.2rem;font-style: normal;background-color: #0a4595;color: #ffffff;border-radius: 50%;margin-right: 2rem;font-family: var(--mont);font-weight: 700;}
#small_info h3.tit span {font-size: 2.6rem;color: var(--c3a);}
#small_info .article01 .content {font-size: 2rem;color: #3a3a3a;margin-bottom: 3rem;}
#small_info .article01 .content:last-child {}
#small_info .article01 .content strong {color: var(--black);}
#small_info .article01 .content strong.blue {color: #0a4595;}
#small_info .article01 > ul {display: flex;flex-direction: row;justify-content: space-around;padding-top: 2rem;}
#small_info .article01 > ul > li {flex: 1;display: flex;flex-direction: column;justify-content: start; padding-left: 5rem;border-right: 1px solid #eaeaea;}
#small_info .article01 > ul > li:first-child {padding: 0;}
#small_info .article01 > ul > li:last-child {border: none;}
#small_info .article01 > ul > li i {display: inline-block;width: 80px;height: 80px;background-position: center;background-repeat: no-repeat;margin-bottom: 1.6rem;}
#small_info .article01 > ul > li i.ico-techintro1 {background-image: url('../../../img/content/ico-techintro1.png')}
#small_info .article01 > ul > li i.ico-techintro2 {background-image: url('../../../img/content/ico-techintro2.png')}
#small_info .article01 > ul > li i.ico-techintro3 {background-image: url('../../../img/content/ico-techintro3.png')}
#small_info .article01 > ul > li i.ico-techintro4 {background-image: url('../../../img/content/ico-techintro4.png')}
#small_info .article01 > ul > li .tit {font-size: 2.4rem;color: var(--black);font-weight: 700;margin-bottom: 4rem;}
#small_info .article01 > ul > li .sub {font-size: 2.2rem;color: var(--c66);margin-bottom: 1.7rem;}
#small_info .addtion {line-height: 7rem;vertical-align: bottom;}
#small_info .addtion.percent {display: flex;flex-direction: row;align-items: baseline;}
#small_info .addtion.percent > span {display: inline-flex;align-items: baseline;}
#small_info .addtion .percent {font-family: var(--mont);font-weight: 700;font-size: 7rem;color: #0a4595;margin-right: 1.9rem;}
#small_info .addtion .percent small {font-size: 4rem;}
#small_info .addtion .txt {font-size: 2.2rem;font-weight: 700;color: #3a3a3a;vertical-align: bottom;}
#small_info .addtion img {vertical-align: bottom;margin-left: 0.7rem;height: auto;}
#small_info .addtion .box {align-items: center;justify-content: center;padding: 1rem 2rem;font-size: 2.2rem;font-weight: 700;color: #ffc600;background-color: #0a4595;border-radius: 1rem;}

#small_info .article02 h4 {font-size: 4.6rem;color: var(--black);font-weight: 700;margin-bottom: 5rem;}
#small_info .article02 ul {display: flex;flex-direction: column;}
#small_info .article02 ul li {display: flex;flex-direction: row;margin-bottom: 1rem;gap: 0.3rem;}
#small_info .article02 ul li em.num {display: inline-flex;justify-content: center;align-items: center;background-color: #0a4595;width: 8rem;height: 7rem;color: #ffffff;font-style: normal;font-size: 2rem;font-weight: 700;}
#small_info .article02 ul li > div {flex: 1;display: flex;align-items: center;padding-left: 2.3rem;background-color: #fbfbfb;border: 1px solid #dadada;}
#small_info .article02 ul li > div span {font-size: 2rem;color: var(--c66);}
#small_info .article02 ul li > div strong {font-size: 2rem;color: var(--black);padding-right: 7rem;}
#small_info .article02 ul li:first-child > div span {padding-right: 3.5rem;}
#small_info .article02 ul li:first-child > div span:last-child {padding-right: 0;}
#small_info .article02 ul li:last-child {margin-bottom: 0;}

#small_info .article03 ul {display: flex;flex-direction: column;}
#small_info .article03 ul li {display: flex;flex-direction: row;margin-bottom: 10rem;}
#small_info .article03 ul li:last-child {margin-bottom: 0;}
#small_info .article03 ul li .left {flex: 1;}
#small_info .article03 ul li .left .stickyBox { position:sticky; top:3rem; display: flex;flex-direction: column; }
#small_info .article03 ul li .left em.num {font-family: var(--mont);font-size: 5rem;color: #84a2ca;font-style: normal;font-weight: 700;margin-bottom: 6.5rem;}
#small_info .article03 ul li .left span.tit {font-size: 3rem;color: var(--black);font-weight: 700;margin-bottom: 3.5rem;}
#small_info .article03 ul li .left span.txt {font-size: 2rem;color: var(--c66);line-height: 3.2rem;}
#small_info .article03 ul li .right > div:first-child {margin-bottom: 2rem;}




@media (max-width:1600px){

    .sub2_2 .relative_box .arrow_box a { z-index:3; background: rgba(255, 255, 255, 0.5); border-radius: 50%; font-size: 0; }
    .sub2_2 .relative_box .arrow_box .prev { left:1rem; }
    .sub2_2 .relative_box .arrow_box .next { right:1rem; }


}


@media (max-width:1420px){

    .ctt_history .history_box.leftType .year_box { right:1rem; }
    .ctt_history .history_box .listBox .line .year { padding-left: 2rem; width:205px; }
    .ctt_history .history_box .listBox:before { left:204px; }
    
}


@media (max-width:1200px){

    .sub_ctt .container { padding-left: 1.5rem !important; padding-right: 1.5rem !important; box-sizing:border-box; }

    .ctt_history .history_box .img_box { font-size:0; }
    .ctt_history .history_box .year_box { position:static; max-width:100%; border-radius:0 !important; padding: 4rem 2rem; }
    .ctt_history .history_box .year_box .etit,
    .ctt_history .history_box .year_box .year { width:calc(50% - 2px); display:inline-block; vertical-align: baseline; }
    .ctt_history .history_box .year_box .year { margin:0; text-align: right; }
    .ctt_history .history_box .year_box .txt { display:none; }
    .ctt_history .history_box .listBox { padding: 0 0 10rem; }
    .ctt_history .history_box .listBox .line .h_list li br { display:none; }    
 
}


@media (max-width:992px){

}


@media (max-width:768px){

    .ctt_history .history_box .listBox { padding-left: 1rem; }
    .ctt_history .history_box .listBox:before,
    .ctt_history .history_box .listBox .line .year:after { display:none; }
    .ctt_history .history_box .listBox .line .year { padding-left: 0; width:100%; float: none; }
    .ctt_history .history_box .listBox .line .h_list { padding-left: 0; float: none; }

}

@media (max-width:640px){

    .pc_view { display:none; }
    .m_view { display:block; }
 
}


@media (max-width:479px){

    .ctt_history .history_box .year_box .etit,
    .ctt_history .history_box .year_box .year { text-align:left; width:100%; }

}