@charset "UTF-8";

html,
body {
    height: 100%;
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

body {
    min-width: 320px;
    font-family: "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, NanumSquare, Noto Sans KR, Dotum, Droid Sans, arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #666667;
    list-style: none;
    outline: 0;
    font-size: 16px;
    line-height: 16px;
    -webkit-text-size-adjust: none;
}
.span-br{
	display: block;
}
.intro-wrapper {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    /*padding-top: 90px;*/
}

.intro-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
}

.intro-header-wrapper {
    max-width: 1240px;
    height: 90px;
    padding: 0 20px;
    margin: 0 auto;
}

.intro-header-wrapper:after {
    display: block;
    content: "";
    clear: both;
}

.intro-header-wrapper h1 {
	float: left;
	margin-top: 32px;
	display: block;
}

.intro-header-wrapper h1 > .logo {
	float: left;
	display: block;
	margin-right: 14px;
}

.intro-header-wrapper h1 > .logo > img {
	display: block;
	width: 246px;
}
.intro-header-wrapper h1 > .sub-logo {
	float: left;
	display: block;
	color: #343434;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

.intro-header-wrapper>.sns-list {
    float: right;
    padding-top: 30px;
}

.intro-header-wrapper>.sns-list>li {
    float: left;
    margin-left: 10px;
}

.intro-header-wrapper>.sns-list>li>a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.intro-header-wrapper>.sns-list>li>a>img {
    position: relative;
    width: 30px;
    top: 0;
    transition: all 0.2s ease;
}

.intro-header-wrapper>.sns-list>li>a:hover>img,
.intro-header-wrapper>.sns-list>li>a:focus>img {
    top: -30px;
}

.intro-area {
    width: 100%;
    padding-top: 85px;
    padding-bottom: 323px;
    background-image: url(/_res/ipsi/img/intro/bg_pc_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.intro-footer {
    text-align: center;
    padding: 57px 0 58px 0;
    text-align: center;
}

.intro-footer address,
.intro-footer .copyright {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

.intro-footer address > span {
	display: block;
}

.intro-menu-wrapper {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
    text-align: center;
}

.intro-title-wrapper {
    position: relative;
    /*display: block;*/
	
	display:flex;
	align-items: flex-end;
	justify-content: center;
	
    vertical-align: middle;
    /*min-height: 109px;*/
	min-height:180px;
    margin-bottom: 47px;
    /*padding-left: 364px;*/
	
	max-width: 1574px;
	padding: 0 187px;
	margin-right:auto;
	margin-left:auto;
	width:100%;
}

.intro-title-wrapper h2 {
    /*position: absolute;
    top: 50%;
    left: 0;*/
	
    display: block;
    
	/*width: 364px;*/
    text-align: center;
    color: #fff;
	font-size: 50px;
	line-height: 100%;
	/*margin-top: -29px;*/
}

.intro-title{

	max-width:1240px;
	padding: 0px 20px;
	
}

.intro-title span{
	font-size: 36px;
	line-height:42px;
	font-weight:500;
	color:#fff;
	
	display:block;
	text-align:center;
	
	width:fit-content;
	margin-right:auto;
	margin-left:auto;
}




.intro-title-wrapper>p {
    /*position: relative;*/
	position:absolute;
	top:0;
	right:0;
	
    display: block;
    font-size: 22px;
    line-height: 141%;
    /*padding: 20px 0 20px 42px;*/
	padding: 0px;
    color: #fff;
    text-align: left;
	
	font-weight: 200;
}

.intro-title-wrapper span.word-ko{
	letter-spacing:-1px;
}

.intro-title-wrapper>p:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1px;
    height: 70px;
    margin-top: -35px;
    background-color: rgba(255, 255, 255, 0.5);
	
	display:none;
}

.intro-title-wrapper>p>span {
    display: block;
}

.intro-menu-area {
    display: block;
}


.intro-menu-box {	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.intro-menu-group {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 23.5%;
    height: 216px;
    /*height:160px;*/
    margin-bottom: 2%;
    background: #fff;
    border-radius: 80px;
    border-top-right-radius: 0;
    overflow: hidden;
}

.intro-menu-group02 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 23.5%;
    height: 216px;
    /*height:160px;*/
    margin-bottom: 2%;
    background: #fff;
    padding: 20px 34px;
    text-align: left;
    z-index: 10;
    border-radius: 80px;
    border-top-right-radius: 0;
    overflow: hidden;
}

.intro-menu-group>a {
	width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 20px 34px;
    text-align: left;
    z-index: 10;
    gap: 10px;
}

.intro-menu-group>a .type,
.intro-menu-group02 > .type{
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 76px;
    height: 34px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    padding: 0 15px;
    margin-bottom: 11px;
    color: #000000;
    background-color: #fff;
    z-index: 10;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: -0.25px;
}

.intro-menu-group>a .typeb,
.intro-menu-group02 > .typeb{
    position: relative;
    display: block;
	margin-bottom: 8px;
    color: #ffffff;
    z-index: 10;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    word-break: keep-all;
	
	/*max-height: 60px;*/
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    /*overflow: hidden;
    text-overflow: ellipsis;*/	
}


.intro-menu-group>a strong,
.intro-menu-group02 > strong{
    position: relative;
    display: block;
	
    color: #ffffff;
    z-index: 10;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    word-break: keep-all;
	
	/*max-height: 60px;*/
    display: -webkit-box;
    /*-webkit-line-clamp: 2;*/
    -webkit-box-orient: vertical;
    /*overflow: hidden;
    text-overflow: ellipsis;*/	
}

.intro-menu-group>a strong>span,
.intro-menu-group02 strong>span{
    display: block;
}

.intro-menu-group.bg01>a,
.intro-menu-group02.bg01{
    background-color: #15b496
}

.intro-menu-group.bg02>a,
.intro-menu-group02.bg02{
    background-color: #2194dc
}

.intro-menu-group.bg03>a,
.intro-menu-group02.bg03{
    background-color: #00b5e1
}

.intro-menu-group.bg04>a,
.intro-menu-group02.bg04 {
    background-color: #ff9a0c
}

.intro-menu-group.bg05>a,
.intro-menu-group02.bg05 {
    background-color: #d81159
}

.intro-menu-group.bg06>a,
.intro-menu-group02.bg06 {
    background-color: #73d2de
}

.intro-menu-group.bg07>a,
.intro-menu-group02.bg07 {
    background-color: #1c2541
}

.intro-menu-group.bg08>a,
.intro-menu-group02.bg08 {
    background-color: #03045e
}

.intro-menu-group.bg09>a,
.intro-menu-group02.bg09 {
    background-color: #ff9a0c
}

.intro-menu-group.bg01>a>strong,
.intro-menu-group.bg02>a>strong,
.intro-menu-group.bg03>a>strong,
.intro-menu-group.bg04>a>strong {
    color: #fff;
}
.intro-menu-group .date,
.intro-menu-group02 .date{
	position: relative;
	display: block;
	/*display: none;*/
	color: #fff;
	font-size: 15px;
	line-height: 140%;
	font-weight: 500;
	z-index: 10;
}
.list-wrapper {
}
.list-wrapper > li {
	position: relative;
	display: flex;
    justify-content: space-between;
	color: #fff;
	font-size: 15px;
	line-height: 140%;
	font-weight: 500;
	margin: 3% 0;
	padding-left: 10px;
	word-break: keep-all;
	letter-spacing: -0.05rem;
}
.list-wrapper > li:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #fff;
	
}
.list-wrapper > li > a.btn {
	display: block;
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	color: #333;
	text-align: center;
	padding: 0 8px;
    transition: all 0.3s ease-in-out;
}

.list-wrapper > li > a:hover {
	opacity: .8;
}
.list-wrapper > li > a.btn:hover {
	color: #fff;	
	background-color: #1c7ebb;
}



.intro-menu-group>a:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.2s ease;
}

.intro-menu-group>a:hover:after,
.intro-menu-group>a:focus:after {
    width: 100%;
    background-color: rgba(0, 0, 0, .15);
}

.intro-menu-group02 a {
	color: #ffffff;
	display: block;
	font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.depth03 {
    width: 32%;
}


.depth03>a strong,
.depth03 strong{
	font-size: 24px;
}

.blank-box {
	height: 100%;
	display: flex;
    align-items: center;
	
}
.blank-box > img {
	max-width: 100%;
}

.intro-menu-area02 {
    padding-top: 20px;
}

.intro-menu-area02:after {
    display: block;
    content: "";
    clear: both;
}

.intro-menu-area02>li {
    float: left;
    width: 49%;
}

.intro-menu-area02>li:nth-of-type(even) {
    float: right;
}

.intro-menu-area02>li>a {
    position: relative;
    display: block;
    text-align: left;
    padding: 0 58px 0 33px;
    height: 70px;
    color: #ffffff;
    font-size: 22px;
    line-height: 66px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.6);
    transition: all 0.2s ease-in;
}

.intro-menu-area02>li>a:hover,
.intro-menu-area02>li>a:focus {
    background-color: rgba(0, 0, 0, 0.8);
    border: 2px solid rgba(255, 255, 255, 0.9);
}

.intro-menu-area02>li>a:before {
    position: absolute;
    top: 50%;
    right: 28px;
    content: "";
    display: block;
    width: 10px;
    height: 20px;
    margin-top: -10px;
    background-image: url(/_res/ipsi/img/intro/icon_arrow_right01.png);
    background-repeat: no-repeat;
    background-size: 10px 20px;
    background-position: 0 0;
}

.intro-menu-area02>li>a:hover:before,
.intro-menu-area02>li>a:focus:before {
    right: 23px;
}





/*Responsive*/
/*Responsive*/
/*Responsive*/
/*Responsive*/
/*Responsive*/
/*Responsive*/
/*Responsive*/
/*Responsive*/





@media only all and (max-width: 1198px) {
    .intro-menu-group>a strong {
        font-size: 18px;
    }
	
	.intro-title-wrapper>p{
		font-size:18px;
		line-height:141%;
	}
	
}
@media only all and (max-width: 1080px) {
.span-br{
		display: inline-block;
	}
}
@media only all and (max-width: 1023px) {
    html {
        font-size: 1.625rem;
        /* 기본베이스 폰트사이즈 26px */
        line-height: 1.625rem;
        /* 기본베이스 line-height 사이즈 26px */
    }
	.span-br{
		display: inline-block;
	}
    .intro-wrapper {
        /*padding-top: 4.667rem;*/
    }
    .intro-header {
        height: 4.667rem;
		
		display:none;
    }
    .intro-header-wrapper {
        max-width: 100%;
        height: 4.667rem;
        padding: 0 1.25rem;
        margin: 0;
    }
    .intro-header-wrapper > h1 {
		float: left;
		position: static;
		margin-top:1.346rem;
		margin-left: 0.3846rem;
	}
	.intro-header-wrapper > h1 > .logo {
		margin-right: 0.5769rem;
		margin-top: 0.4rem;
	}

	.intro-header-wrapper > h1 > .logo > img {
		width: 10.462rem;
	}
	.intro-header-wrapper > h1 > .sub-logo {
		margin-top: 0.3077rem;
		font-size: 1rem;
		line-height: 1.154rem;
	}
    .intro-header-wrapper>.sns-list {
        padding-top: 1.542rem;
    }
    .intro-header-wrapper>.sns-list>li {
        margin-left: 0.5rem;
    }
    .intro-header-wrapper>.sns-list>li>a {
        width: 1.542rem;
        height: 1.542rem;
    }
    .intro-header-wrapper>.sns-list>li>a>img {
        width: 1.542rem;
    }
    .intro-header-wrapper>.sns-list>li>a:hover>img,
    .intro-header-wrapper>.sns-list>li>a:focus>img {
        top: -1.542rem;
    }
	
	
	
	
    .intro-area {
        padding-top: 4.792rem;
        padding-bottom: 5.833rem;
    }
    .intro-footer {
        padding: 3rem 1.25rem;
    }
    .intro-footer address,
    .intro-footer .copyright {
        font-size: 0.8333rem;
        line-height: 1.167rem;
    }
    .intro-footer address>span,
    .intro-footer .copyright>span {
        display: block;
    }
    .intro-menu-wrapper {
        max-width: 100%;
        padding: 0 1.25rem;
        margin: 0;
    }
    .intro-title-wrapper {
        position: relative;
       	display: flex;
		flex-direction: column-reverse;
		align-items:center;
		justify-content: center;
        min-height: auto;
        margin-bottom: 3.25rem;
        padding-left: 0;
        text-align: center;
		padding:0px;
		max-width:100%;
    }
	
	.intro-title-wrapper>h2 span{
	}
	
    .intro-title-wrapper>h2 {
        position: static;
        width: 100%;
        text-align: center;
		font-size: 2.538rem;
    	line-height: 3.346rem;
    	margin-top: 0;
    }
    .intro-title-wrapper>h2>span {
        font-size: 1.042rem;
        line-height: 1.75rem;
    }
    .intro-title-wrapper>h2>strong {
        font-size: 3.333rem;
        line-height: 3.958rem;
    }
    .intro-title-wrapper>p {
        /*font-size: 1.25rem;*/
		font-size:22px;
        /*line-height: 1.75rem;*/
        padding: 1.25rem 0 0 0;
        text-align: center;
		
		position:relative;
		top:unset;
		right:unset;
	
   		 color: #fff;
	
		font-weight: 200;
		
		margin-bottom:16px;
		
    }
    .intro-title-wrapper>p:after {
        display: none;
    }
	
	.intro-title{
	
		max-width: 100%;
        padding: 0 1.25rem;
        margin: 0;
	
	}
	
	
	
	
    .intro-menu-box {
        float: none !important;
        width: 100% !important;
		
    }
    .intro-menu-group,
	.intro-menu-group02{
        width: 49%;
        /*height: 12.25rem;*/
		/*height:10.05rem; date 없는 상태*/
		height: 16.875rem;
		margin-right: 0 !important;
        margin-bottom: 2%;
    }
	
	.intro-menu-group02{
		padding: 1.5rem;
    }
	
	
    .intro-menu-group>a {
		gap: 0.577rem;
        /*padding: 1.5rem 1.5rem 0 1.5rem;*/
		padding: 1.5rem;
    }
    .intro-menu-group>a .type,
	.intro-menu-group02 .type{
		min-width: 4.384rem;
		height: 2rem;
		padding: 0 0.769rem;
		border-top-left-radius: 1rem;
		border-bottom-left-radius: 1rem;
		border-bottom-right-radius: 1rem;
        margin-bottom: 0.615rem;
        font-size: 0.9167rem;
        line-height: 1.375rem;
    }
	   .intro-menu-group>a .typeb,
	   .intro-menu-group02 .typeb{
		margin-bottom: 0.461rem;
        font-size: 1.083rem;
        line-height: 1.542rem;
		/*max-height: 3.084rem;*/
    }
	
    .intro-menu-group>a strong,
	.intro-menu-group02 strong{
        font-size: 1.308rem;
        line-height: 140%;
        /*max-height: 3.084rem;*/
    }
	
	.intro-menu-group .date,
	.intro-menu-group02 .date,
	.intro-menu-group02 .date a{
		font-size: 0.923rem;
	}
	
    .intro-menu-group>a:before
	.intro-menu-group02:before{
        bottom: 2.167rem;
        right: 1.5rem;
        width: 2.042rem;
        height: 0.4583rem;
        background-size: 2.042rem 0.4583rem;
    }
    .intro-menu-group>a:hover:before,
    .intro-menu-group>a:focus:before,
	.intro-menu-group02:hover:before,
    .intro-menu-group02:focus:before{
        right: 1.5rem
    }		
	
	.list-wrapper > li {
		
    	flex-direction: column;
		font-size: 0.923rem;
		gap: 0.192rem;
	}
	.list-wrapper > li:after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		top: 10px;
		width: 3px;
		height: 3px;
		border-radius: 50%;
		background-color: #fff;

	}
	.list-wrapper > li > a {
		width: 50%;
		font-size: 0.923rem;
		height: 1.154rem;
		line-height: 1.154rem;
	}
	
	
	.intro-menu-group:nth-of-type(3).bg04 > a {
		background-color: #15b496
	}
	
	.intro-menu-group:nth-of-type(4).bg01 > a {
		background-color: #ff9a0c
	}	
	
	.intro-menu-group:nth-of-type(3).bg02 > a {
		background-color: #00b5e1
	}	
	
	.intro-menu-group:nth-of-type(4).bg03 > a {
		background-color: #2194dc
	}	
	
    .intro-menu-area02 {
        padding-top: 20px;
    }
    .intro-menu-area02:after {
        display: block;
        content: "";
        clear: both;
    }
    .intro-menu-area02>li {
        float: none;
        width: 100%;
    }
    .intro-menu-area02>li:nth-of-type(even) {
        float: none;
        margin-top: 2%;
    }
    .intro-menu-area02>li>a {
        padding: 0 3rem 0 1.708rem;
        height: 4.167rem;
        line-height: 4.167rem;
        font-size: 1.25rem;
    }
    .intro-menu-area02>li>a:before {
        top: 50%;
        right: 1.25rem;
        width: 0.4167rem;
        height: 0.8333rem;
        margin-top: -0.4167rem;
        background-size: 0.4167rem 0.8333rem;
    }
    .intro-menu-area02>li>a:hover:before,
    .intro-menu-area02>li>a:focus:before {
        right: 1.25rem;
    }
	
	
	
}

@media only all and (max-width: 767px) {
    html {
        font-size: 1.25rem;
        /* 기본베이스 폰트사이즈 18px */
        line-height: 1.25rem;
        /* 기본베이스 line-height 사이즈 18px */
    }
	
	
	.intro-title span{
	font-size: 2.083rem;
	line-height:116%;
	}
	
	.intro-title-wrapper h2 {
	font-size: 2.683rem;
	}
	
	.intro-title-wrapper>p{
		font-size:18px;
	}

	
	
	
	
}

@media only all and (max-width: 600px) {
    html {
        font-size: 0.9375rem;
        /* 기본베이스 폰트사이즈 15px */
        line-height: 0.9375rem;
        /* 기본베이스 line-height 사이즈 15px */
    }
}

@media only all and (max-width: 475px) {
    html {
        font-size: 0.8125rem;
        /* 기본베이스 폰트사이즈 13px */
        line-height: 0.8125rem;
        /* 기본베이스 line-height 사이즈 13px */
    }
}