@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

.intro-wrap *
/* .sub-wrap *, .main-wrap *, body * */
{
  font-family: 'Noto Sans KR', 'sans-serif';
  word-break: keep-all;
  line-height: 1.5;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
  max-width: 100%;
}
body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
a{
  text-decoration: none;
}

/* reset */

.intro-wrap{
  width: 100%;
  position: relative;
  height: auto;
  max-width: 2560px;
  margin: 0 auto;
}
.intro-wrap .con-line{
  display: flex;
}
.intro-wrap .con-line > .left{
  width: 28%;
}
.intro-wrap .con-line > .right{
  width: 72%;
  background: url(../img/intro/intro-bg.jpg) no-repeat center / cover;
}
.intro-wrap .con-line > .left a{
  width: 100%;
  height: 100vh;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.intro-wrap .con-line > .left a .imgbox{
  max-width: 255px;
  width: 100%;
}
.intro-wrap .con-line > .left a:hover{
  background: #f1f1f1;
}

.intro-wrap .con-line > .right{
  display: flex;
}
.intro-wrap .con-line > .right .sublink{
  width: 33.333%;
  min-height: 600px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 58px;
  background: transparent;
  border-right: 1px solid rgb(255,255,255);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.intro-wrap .con-line > .right .sublink:last-child{
  border-right: none;
}
.intro-wrap .con-line > .right .sublink .txtbox h3{
  font-size: 45px;
  font-weight: 500;
  letter-spacing: -2.25px;
  color: rgb(255, 255, 255);
}
.intro-wrap .con-line > .right .sublink .txtbox p{
  margin-top: 28px;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: -1.05px;
  color: rgb(255, 255, 255,0.84);
}
.intro-wrap .con-line > .right .sublink .txtbox p span{
  display: block;
  margin-top: 16px;
  font-weight: bold;
}
.intro-wrap .con-line > .right .sublink1:hover{
  background: rgba(97,165,209,0.8);
}

.intro-wrap .con-line > .right .sublink2:hover{
  background: rgba(93,168,177,0.8);
}
.intro-wrap .con-line > .right .sublink3:hover{
  background: rgba(128,169,118,0.8);
}

@media(max-width:1600px){
  .intro-wrap .con-line > .right .sublink{
    padding: 30px 25px;
  }
}

@media(max-width:1024px){
  .intro-wrap .con-line > .left{
    width: 250px;
  }
  .intro-wrap .con-line > .right{
    width: calc(100% - 250px);
  }
  .intro-wrap .con-line > .left a .imgbox{
    max-width: 230px;
  }
  .intro-wrap .con-line > .right .sublink{
    padding: 30px 20px;
  }
  .intro-wrap .con-line > .right .sublink .txtbox h3{
    font-size: 32px;
    letter-spacing: -1.25px;
  }
  .intro-wrap .con-line > .right .sublink .txtbox p{
    margin-top: 24px;
    font-size: 20px;
  }
}

@media(max-width:992px){
  .intro-wrap .con-line{
    flex-wrap: wrap;
  }
  .intro-wrap .con-line > .left{
    width: 100%;
  }
  .intro-wrap .con-line > .right{
    width: 100%;
  }
  .intro-wrap .con-line > .left a{
    height: auto;
    min-height: initial;
  }
  .intro-wrap .con-line > .left a .imgbox{
    max-width: 200px;
    padding: 30px 0;
  }
  .intro-wrap .con-line > .right{
    flex-wrap: wrap;
  }
  .intro-wrap .con-line > .right .sublink{
    width: 100%;
    min-height: initial;
    padding: 30px 20px;
    border-right: none;
    border-top: 1px solid #fff;
    text-align: center;
  }
  .intro-wrap .con-line > .right .sublink .txtbox{
    width: 100%;
  }
  .intro-wrap .con-line > .right .sublink .txtbox h3{
    font-size: 24px;
    letter-spacing: -1.25px;
  }
  .intro-wrap .con-line > .right .sublink .txtbox p{
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: -0.55px;
  }
  .intro-wrap .con-line > .right .sublink .txtbox p span{
    margin-top: 12px;
  }

  .intro-wrap .con-line > .right .sublink1{
    background: rgba(97,165,209,0.8);
  }
  .intro-wrap .con-line > .right .sublink2{
    background: rgba(93,168,177,0.8);
  }
  .intro-wrap .con-line > .right .sublink3{
    background: rgba(128,169,118,0.8);
  }
}

/* intro */

