﻿.font20 {
	font-size: 20px !important;
}

.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}

.pt0 {
	padding-top: 0px !important;
}

.pb0 {
	padding-bottom: 0px;
}

.pb70 {
	padding-bottom: 70px;
}

.pl50 {
	padding-left: 50px;
}

.pr50 {
	padding-right: 50px;
}

.mg0 {
	margin: 0px !important;
}

.mt8 {
	margin-top: 8px;
}

.mt25 {
	margin-top: 25px;
}

.mt35 {
	margin-top: 35px;
}

.mt55 {
	margin-top: 55px;
}

.ml10 {
	margin-left: 10px;
}

.space {
	letter-spacing: -0.8px;
}

.s_ct_inner {
    width: 90%;
}

#s_ct2 .evps_title {
	color: #1a3e74;
	font-weight: bold;
	text-align: left;
	/* margin: 50px 60px; */
}

#s_ct2 .evps_title span {
	display: block;
	font-size: 60px;
    font-weight: bold;
    line-height: 70px;
}

#s_ct2 .evps_sub_title {
	color: #1a3e74;
	font-weight: bold;
	text-align: left;
	margin: 15px 0px 0px;
}

#s_ct2 .evps_sub_title span {
	display: block;
	font-size: 33px;
    font-weight: bold;
}

#s_ct2 .evps_sub_title span.sub_font {
	font-size: 20px;
}

#s_ct2 .evps_sub_title.first {
	margin: 0px;
}

#s_ct2 .evps_sub_title.second {
	margin: 20px 0px 0px;
}

#s_ct2 .evps_sub_wrap img {
	width: 50%;
}

#s_ct2 .evps_sub_wrap .bold {
	font-weight: bold;
}

.evps_title_desc {
	border-radius: 5px;
	background-color: #e1ecf9;
	/* margin: 30px 60px 0px 60px; */
	padding: 30px;
}

.evps_sub_title_desc {
	border-radius: 5px;
	background-color: #e1ecf9;
	/* margin: 0px 60px; */
	margin: 0px;
	padding: 30px;
}

.evps_title_img_wrap {
	margin: 30px 0px;
}

.evps_title_img_wrap div {
	position: relative;
	width: 100%;
	text-align: center;
}

.evps_title_img_wrap img {
	width: 100%;
	/* border-radius: 5px; */
}

.evps_title_img_wrap .evps_title_ytp_wrap {
	position: absolute;
	top: 25%;
	left: 8%;
	width: 52%;
	height: 55%;
}

.evps_iframe {
	width: 100%;
    height: 100%;
}

.evps_iframe.detail_custom {	
	min-height: 500px;
}

.evps_term_wrap {
	position: relative;
	text-align: center;
	margin: 60px 0px;
}

.evps_term {
	list-style-type: none;
}

.evps_term li {
	border: 1px solid #1a3e74;
    display: inline-block;
    padding: 0.3em 1.5em;
    border-radius: 1.33em;
    background-color: transparent;
    color: #1a3e74;
    cursor: pointer;
    margin: 6px 10px;
}

.evps_term li:hover {
	border: 1px solid #189cab;
    background-color: #189cab;
    color: #ffffff;
}

.evps_term li.active {
    border: 1px solid #189cab;
    background-color: #189cab;
    color: #ffffff;
}

.evps_content_wrap {
	display: none;
	/* margin: 50px 0px 0px; */
}

.evps_content_wrap.active {
	display: block;
}

.content_title {
	width: 100%;
	display: block;
	font-weight: 500;
	color: #1a3e74 !important;
}

.content_sub_wrap {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.content_sub_wrap.reverse {
	flex-direction: row-reverse;
}

.content_img_wrap {
	width: 30%;
}

.content_img_wrap img {
	width: 100%; border-radius: 5px;
}

.content_area_wrap {
	width: 70%; padding-left: 50px;
}

.content_area_wrap.reverse {
	padding-right: 50px;
}

.content_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	height: 100%;
}

.evps_desc p {
	/* margin-top: 20px; */
	font-size: 15px;
}

.evps_btn_row {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.evps_btn_row.reverse { 
	flex-direction: row-reverse;
}

.evps_btn {
	display: block;
	width: 160px;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
	padding: 10px 30px;
}

.evps_yellow {
	background-color: #ffdb5a;
	color: #000000;
}

.evps_blue {
	background: #0068b7;
	color: #000000;
    border: 1px solid #0065b2;
}

.evps_green {
	background-color: #299738;
	color: #FFF;
}

.evps_btn i {
	font-size: 20px;
}

/* detail */
/* .evps_detail_title {
	display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; margin: 0px 60px;
} */

.evps_detail_content_wrap {
	margin: 30px 0px;
}

.evps_detail_circle_wrap {
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.circle_img {
	width: 100%;
	height: 100%;
	border-radius: 70%;
	overflow: hidden;
	max-width: 400px;
	max-height: 400px;
}

.circle_img.circle_white {
	border: 12px solid #ffffff;
}

.circle_img.circle_ink {
	border: 12px solid #1a3e74;
}

.circle_img.circle_blue {
	border: 12px solid #65a3f6;
}

.circle_img.circle_green {
	border: 12px solid #82ca5d;
}

.circle_img.circle_teal {
	border: 12px solid #0aa5b5;
}

.circle_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.evps_detail_title {
	font-size: 28px;
    font-weight: bold;
    line-height: 50px;
}

.evps_detail_desc {
	font-weight: 500;
    line-height: 25px;
}

.evpsBtnWrap {
	text-align: right;
	margin: 50px 0px;
}

.evps_btn_mid {
	border-radius: 2px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    display: inline-block;
    height: 40px;
    width: 180px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}

.videoWrapper {
	position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid {
    /* max-width: 1630px; */
    width:100%;
    margin:0 auto;
}
.grid_ios .grid-item {
    padding: 10px 15px;
}
.grid-sizer, .grid-item {
    width: 25%;
}
.grid-sizer.customSize50, .grid-item.customSize50 {
    width: 50%;
}
.grid-sizer.customSize100, .grid-item.customSize100 {
    width: 100%;
}
/* .grid-sizer, .grid-item { width: 200px; } */

.grid-item {
    overflow: hidden;
    padding: 15px;
}
.grid-item .sns_thumnb {
    border-radius: 20px;
    display: block;
    min-width: 100%;
    max-width: 100%;
    box-shadow: 1px 1px 10px #aaa;
}
.grid-item .sns_sm_ico {
	width: 22px;
	height: 22px;
}
.grid-item a {
    display: block;
}
.grid-item p {
    /* text-align: left; */
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 0.85rem;
}
.grid-item span {
    margin-right: 5px;
}
.grid-item span img {
    margin-bottom: 4px;
}

.evps_info_wrap {
    display: table;
    width: 100%;
    /* margin: 30px 60px; */
}
.evps_info_wrap dl,
.evps_info_wrap .tr_info {
    float: left;
    width: 30%;
    height: auto;
    margin-right: 5%;
    /* display: inline-block; */
}
.evps_info_wrap .tr_info.w100 {
    width: 100%;
    margin-right: 0%;
}
.evps_info_wrap dl:last-child,
.evps_info_wrap .db5 dl:last-child {
    margin-right: 0%;
}
.evps_info_wrap .db5 dl {
    float: left;
    width: 16%;
    height: auto;
    margin-right: 5%;
}
.evps_info_wrap dd,
.tr_info dd,
.or_wrap,
.s_ct_inner .search_wrap ul,
.sitemap ul,
.s_ct_inner .search_wrap p.non {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    padding: 8%;
    line-height: 28px;
    color: #333333;
    height: auto;
}
.evps_info_wrap dd {
    text-align: justify;
}

/*주요기능*/
.s_ct_inner p.text1 {
    text-align: center;
    line-height: 28px;
    color: #333333;
}
.s_ct_inner p.text1 a {
    color: #0068b7;
}
.tr_info dl dd,
.sitemap ul {
    height: auto;
    padding: 25px;
    display: table;
    width: 100%;
}
.tr_info dl dd.mw {
    padding: 25px 20%;
}
.tr_info dl dd.call {
    padding: 25px 18%;
}
.tr_info dl dd.dbtable {
    padding: 35px;
}
.tr_info dl {
    width: 100%;
}
.tr_info dl dt {
    margin-top: -10px;
    position: relative;
    z-index: 1;
}
.tr_info h4 {
    position: relative;
    z-index: 2;
    clear: both;
}
.tr_info dl dt::after,
.s_ct_inner ul.search_m8 li.on a::after {
    content: url("../img/gb.png");
    position: absolute;
    top: 39px;
    left: calc(50% - 7px);
}
.tr_info dl.city dd p.img,
.tr_info dl dd.busct2 .bsy .bicon p {
    width: 31.9%;
    height: 51px;
    background: #ffffff;
    border: 2px solid #eaeaea;
    float: left;
    margin: 5px 2% 5px 0;
    text-align: center;
}
.tr_info dl.city dd p.img img {
    margin-top: 9px;
}
.tr_info dl.city dd p:nth-child(3n) {
    margin-right: 0px;
}
.tr_info dl.city dd p.last {
    color: #cccccc;
    font-size: 11px;
    letter-spacing: 5px;
    line-height: 60px;
    display: table;
    text-align: center;
    width: 31.9%;
}
.tr_info dt.orange {
    background: #3965bd;
    clear: both;
    color: #ffffff;
}
.tr_info dt.orange::after,
.s_ct_inner .search_wrap .search_title.orange::after,
.sitemap h3.orange::after {
    content: url("../img/news_wrap_2.png");
    top: 36px;
}
.tr_info dt.green {
    background: #6e9516;
    clear: both;
    color: #ffffff;
}
.tr_info dt.green::after {
    content: url("../img/bb7.png");
    top: 36px;
}
.tr_info dt.sky {
    background: #007ea8;
    clear: both;
    color: #ffffff;
}
.tr_info dt.sky::after,
.s_ct_inner ul.search_m8 li.on a::after {
    content: url("../img/bb6.png");
    top: 36px;
}
.tr_info p.ggcenter {
    float: none;
    margin: 108px 0px 50px;
    text-align: center;
}
.tr_info p.ggcenter img {
	width: 100%;
	max-width: 400px;
}

.tr_info p.ggcenter2 {
    margin: 2px 0px 30px 10%;
}
.tr_info p.dbcenter {
    float: left;
    margin: 25px 0px 30px 10%;
}
.tr_info p.biscenter2 {
    margin: 45px 0px 50px 10%;
}
.tr_info .img1 img {
    border: 1px solid #eaeaea;
    width: 100%;
    height: 65px;
    margin-bottom: 6px;
}
.tr_info .img1 {
    float: left;
    margin: 5px 2% 5px 0;
    text-align: center;
    width: 31.9%;
    height: 65px;
    display: table;
    margin-bottom: 10px;
}
.tr_info .img1 h5 {
    margin-bottom: 15px;
}
.tr_info .img1 span,
.tr_info dl dd.busct2 .bsy h5 {
    background: #edf4fa;
    border: 1px solid #e4e8ec;
    width: 100%;
    height: 40px;
    display: table;
    line-height: 40px;
    position: relative;
}
.tr_info .img1 span::before {
    content: url("../img/bb8.png");
    position: absolute;
    top: -26px;
    left: 42%;
}
.tr_info .img1:nth-child(3n),
.tr_info .img2:nth-child(2n) {
    margin-right: 0px;
}
.tr_info .ilast {
    margin-bottom: 0px;
}
.tr_info h4::after,
.tr_info dt.blue::after,
.tr_info dl dt.yellow::after,
.sitemap h3::after {
    position: absolute;
    /* top: 35px; */
    top: 50%;
    left: calc(50% - 7px);
}
.evps_info_wrap dl:last-child,
.evps_info_wrap .tr_info.last {
    margin-right: 0%;
}
.tr_info h4.sky {
    background: #007ea8;
}
.tr_info h4.sky::after,
.sitemap h3.sky::after {
    content: url("../img/bb6.png");
}
.tr_info h4.green,
.s_ct_inner .search_wrap .search_title.green,
.sitemap h3.green {
    background: #6e9516;
    clear: both;
}
.tr_info h4.green::after,
.s_ct_inner .search_wrap .search_title.green::after,
.sitemap h3.green::after {
    content: url("../img/bb7.png");
}
.tr_info h4.orange {
    background: #bd7d15;
}
.tr_info h4.orange::after {
    content: url("../img/news_wrap_2.png");
}
.tr_info h4::after,
.tr_info dt.blue::after {
    content: url("../img/bb5.png");
}
.tr_info dl.city dd p.vl {
    width: 48%;
    height: 107px;
    margin-right: 4%;
    overflow: hidden;
}
.tr_info dl.city dd p.vl img {
    margin-top: 0px;
    width: 100%;
}

.tr_info dl.city dd.bars p.vl img {
    width: auto;
}
.tr_info dl.city dd p.vl:last-child {
    margin-right: 0px;
}
.tr_info dl.city dd p.web {
    margin: 0;
}
.tr_info dl dd.web {
    padding: 25px 15px !important;
}
.tr_info dl dd.phone p,
.par dl.city dd .r a,
.evps_info_wrap .related_wrap dd a,
.sitemap li a {
    width: 100%;
    background: #edf4fa;
    border: 1px solid #e4e8ec;
    height: 54px;
    line-height: 54px;
    font-weight: 600;
    text-align: center;
    color: #4d4d4d;
}
.tr_info dl dd.phone p:first-child {
    margin-bottom: 10px;
}
.tr_info dl dd.phone p i,
.par dl.city dd .r a i {
    margin-right: 10px;
    font-size: 28px;
    line-height: 54px;
}
.tr_info dl dd.phone p i.fa-phone-square,
.par dl.city dd .r a i {
    color: #aec4d7;
}
.tr_info dl dd.phone p i.fa-twitter-square {
    color: #55acee;
}
.tr_info dl.city dd p.mobile {
    float: left;
    width: 30%;
    margin-right: 5%;
}
.tr_info dl.city dd .list {
    float: left;
    width: 65%;
    line-height: 28px;
}
.tr_info dl.city dd .list2 {
    width: 100%;
}
.tr_info dl.city dd .list span {
    display: block;
    text-indent: -11pt;
    margin-left: 20px;
}
.tr_info dl.city dd .list span::before {
    content: "●";
    color: #0169b7;
    font-size: 11px;
    margin-right: 4px;
}
.tr_info h4.yellow::after,
.par dl.city dt.yellow::after,
.tr_info dl dt.yellow::after,
.sitemap h3.yellow::after {
    content: url("../img/bb9.png");
}
.tr_info h4.yellow::after,
.tr_info dl dt.yellow::after {
    content: url("../img/news_wrap_2.png");
}

.tr_info .img2 img {
    border: 1px solid #eaeaea;
    width: 100%;
    height: 65px;
    margin-bottom: 6px;
}
.tr_info .img2 {
    float: left;
    margin: 5px 4% 5px 0;
    text-align: center;
    width: 48%;
    height: 65px;
    display: table;
    margin-bottom: 10px;
}
.tr_info .img2.last {
    margin-bottom: 0;
}
.tr_info dt.phone {
    font-weight: 600;
}
.tr_info dl.city dd .ct span {
    width: 83px;
    height: 83px;
    border-radius: 500px;
    text-align: center;
    line-height: 83px;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    display: inline-block;
    margin: 0 12px 15px 12px;
    color: #ffffff;
    font-weight: 500;
}
.tr_info dl.city dd .ct span:first-child {
    margin: 0 12px 15px 0px;
}
.tr_info dl.city dd .ct span:last-child {
    margin: 0 0px 15px 12px;
}
.tr_info .sky,
.evps_info_wrap ul.fac li.sky {
    background: #007ea8;
    border: 1px solid #007ea8;
}
.tr_info .yellow,
.evps_info_wrap ul.fac li.yellow,
.par dl.city dt.yellow,
.tr_info dl dt.yellow {
    background: #bd9400;
    border: 1px solid #b78f00;
}
.tr_info .yellow,
.tr_info dl dt.yellow {
    background: #09408a;
    border: 1px solid #4678db;
}
.tr_info .orange,
.evps_info_wrap ul.fac li.orange,
.s_ct_inner .search_wrap .search_title.orange {
    background: #3965bd;
    border: 1px solid #4678db;
}
.tr_info dl.city dd .ct i {
    color: #c2c2c2;
    font-size: 18px;
}
.tr_info dl dd p.pc {
    margin: 10px 0 20px;
    text-align: center;
}
.tr_info dl dd .busct {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 15px 0;
    line-height: 28px;
    margin-top: 25px;
}
.tr_info dl dd .busct h5 {
    font-weight: 500;
}
.tr_info dl dd.busct2 .bsy h5 {
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.tr_info dl dd.busct2 .bsy1 h5::after {
    content: url("../img/bb10.png");
    position: absolute;
    top: 23px;
    left: 26px;
}
.tr_info dl dd.busct2 .bsy2 h5::before {
    content: url("../img/bb8.png");
    position: absolute;
    top: -26px;
    right: 5%;
}
.tr_info dl dd.busct2 .bsy .bicon p {
    width: 69px;
    height: 65px;
    margin-bottom: 10px;
}
.tr_info dl dd.busct2 .bsy .bicon {
    float: left;
    width: 69px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tr_info dl dd.busct2 .bsy .bicon p img {
    margin-top: 7px;
}
.tr_info dl dd.busct2 .bsy1 {
    margin-bottom: 10px;
}
.tr_info dl dd.busct2 .bsy2 .bicon {
    right: 16px;
    position: absolute;
    top: 77px;
}
.tr_info dl dd.busct2 .bsy2 .bicon2 {
    top: 147px;
}
.tr_info dl dd.busct2 {
    position: relative;
}
.tr_info dl dd p.web {
    text-align: center;
}
.tr_info dl.city dd .list3 {
    margin-bottom: 10px;
}
.tr_info dl dd.bars p.vl {
    background: #ffffff;
    height: 89px;
}
.tr_info dl dd.bars p.vl img {
    margin-top: 6px;
}
.tr_info dl dd.bars p.web,
.tr_info dl dd.bars p.bars1 {
    position: relative;
}
.tr_info dl dd.bars p.bars1 {
    margin-top: -30px;
}
.tr_info .img1 h5.mb0 {
    margin-bottom: 0px;
}
.tr_info dd span.dbct {
    width: 100%;
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
    text-align: center;
    padding: 22.5px 0;
    margin-bottom: 10px;
    display: block;
    clear: both;
}
.tr_info dd span.dbct:last-child {
    margin-bottom: 0px;
}
.db5 dl dd {
    text-align: center;
}
table.tb03 {
    width: 100%;
    border-top: 4px solid #0068b7;
    background: #ffffff;
}
table.tb03 th,
table.tb03 td {
    font-weight: 400;
    padding: 10px;
    border: 1px solid #e3e7ea;
    text-align: center;
    word-break: keep-all;
}
table.tb03 th {
    background: #edf4fa;
    color: #005ba0;
}
.tr_info dl dd.dbtable .dbct {
    border: 1px solid #e2e6e9;
    padding: 25px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}
.tr_info dl dd.dbtable .dbct span i {
    margin: 0 8px 0 25px;
    font-size: 21px;
    color: #cccccc;
}
.tr_info dl dd.dbtable .dbct span {
    display: inline;
    margin: 0 15px;
}
.tr_info dl dd.dbtable .dbct span::before {
    margin-right: 8px;
    position: relative;
    top: -1px;
}
.tr_info dl dd p.bus1 {
    text-align: center;
}

.evps_detail_center_full {
	width: 100% !important;
	height: auto !important;
}
.evps_detail_center_full img {
	/* width: 350px; */
	width: 100%;
	padding: 10px;
}

.vl.evps_detail_center {
	height: auto !important;
}

.vl.evps_detail_center img {
	max-width: 150px;
	padding: 10px;
}

@media screen and (max-width: 1280px) {
	.evps_detail_circle_wrap {
	    flex-direction: column;
	    justify-content: space-around;
	    align-items: center;
	}
	.evps_detail_circle_content:nth-child(n+2) {
		margin-top: 30px;
	}
}

@media screen and (max-width: 1025px) {
	/* .tr_info dl.city dd p.img {
	    width: 31%;
	    margin: 5px 3% 5px 0;
	} */
	.mb160 {
	    margin-bottom: 85px;
	}
	.content_title {
	    margin: 50px 0px !important;
	}
	.tr_info dl.city dd p.last {
	    line-height: normal;
	    position: relative;
	    top: 25px;
		font-size: 7px;
	    letter-spacing: 2px;
	}	
	.tr_info p.ggcenter {
	    margin: 108px 0px 20px;
	}
}

@media screen and (max-width: 796px) {
	#s_ct2 .evps_title {
	    line-height: 30px;
	}
	#s_ct2 .evps_title span {
	    font-size: 33px;
	    line-height: 40px;
	}
	#s_ct2 .evps_sub_title span {
	    font-size: 33px;	    
	}
	#s_ct2 .evps_sub_title span.sub_font {
	    line-height: 25px;
	}
	
	.evps_title_desc p {
		font-size: 14px;
	}
	
	.evps_desc p {
	    margin-top: 20px;
	}
	
	.evps_term_wrap {
	    margin: 60px 30px;
	}
	
	.content_sub_wrap {
	    flex-direction: column;
	}
	.content_img_wrap {
	    width: 100%;
	}
	.content_area_wrap {
	    width: 100%;
	    padding-left: 0px;
	}	
	.evps_btn_row {
	    justify-content: center;
	}
	
	/* detail */		
	#s_ct2 .evps_sub_wrap img {
	    width: 100%;
	}
}

@media screen and (max-width: 769px) {
	.grid-sizer, .grid-item {
        width: 50%;
    }
    .grid-sizer.customSize50, .grid-item.customSize50 {
	    width: 50%;
	}
	.grid-sizer.customSize100, .grid-item.customSize100 {
	    width: 100%;
	}
    
    .tr_info dl.city dd p.last {
	    top: 25px;
	    letter-spacing: 0.5px;
	}
}

@media screen and (max-width: 710px) {	
	.evps_info_wrap {
	    display: inline-grid;
	    /* margin: 30px; */
	}
	.evps_info_wrap .tr_info {
	    width: 100%;
	}
	
	.tr_info h4::after, .tr_info dt.blue::after, .tr_info dl dt.yellow::after, .sitemap h3::after {
	    top: 25px;
	}
	
	.tr_info dl.city dd p.img {
	    width: 30%;
	    margin: 5px 3% 5px 0;
	}
	
	.tr_info dl.city dd p.last {
	    height: 51px;
    	line-height: normal;
    	letter-spacing: 2px;
	}
	
	.tr_info dl.city dd p.img img {
	    width: auto;
	}
	.tr_info dl.city dd p.evps_detail_center_full img {
	    width: 100%;
	}
}

@media screen and (max-width: 479px) {
	.grid-sizer, .grid-item {
        width: 100%;
    }
    .grid-sizer.customSize50, .grid-item.customSize50 {
	    width: 100%;
	}
	.grid-sizer.customSize100, .grid-item.customSize100 {
	    width: 100%;
	}
	
	#s_ct2 .evps_title {
	    line-height: 15px;
	}
	#s_ct2 .evps_title span {
	    font-size: 26px;
	    line-height: 35px;
	}
	#s_ct2 .evps_sub_title span {
	    font-size: 26px;
	}
	
	.evps_title_img_wrap .evps_title_ytp_wrap {
	    top: 0%;
	    left: 0%;
	    width: 100%;
	    height: 100%;
	}
	
	.evps_term_wrap {
	    margin: 30px 0px;
	    margin-top: 50px;
	}
	.evps_term li {
	    padding: 0.3em 1em;
	}
	
	.circle_img {
	    max-width: 300px;
	    max-height: 300px;
	}
	.circle_img.circle_white {
	    border: 8px solid #ffffff;
	}
	.circle_img.circle_ink {
	    border: 8px solid #1a3e74;
	}
	.circle_img.circle_blue {
	    border: 8px solid #65a3f6;
	}
	.evps_detail_desc {
	    font-size: 15px;
	}
}

/* @media screen and (max-width: 376px) {
	.grid-sizer, .grid-item {
        width: 100%;
    }
} */
