@charset "euc-kr";

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src:
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
        url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');


/***** default *****/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
p,
ul,
li,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

body {
    margin: 0 auto;
    max-width: 1920px;
    /* min-width: 1440px; */
    color: #fff;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select {
    font-family: 'Noto Sans KR', sans-serif;
}

li {
    list-style: none;
}

em {
    font-style: normal;
}


/***** private *****/

.section {
    position: relative;
}

.section .inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sec01 {
    background: url(./images/bg_sec01.png) no-repeat center top;
}

.sec01 .inner {
    text-align: center;
}

.sec01 .inner .logo::after {
    display: block;
    content: '';
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.sec01 .inner .tit_1 {
    color: #fff;
}

.sec01 .inner .txt_1 {
    color: #fff;
}

.sec01 .inner .txt_1.show {
    opacity: 1;
}



.sec02 {
    background: #fff;
    text-align: center;
}

.sec02 .inner h2::before {
    display: block;
    content: '';
    width: 1px;
    background: rgba(0, 0, 0, 0.3);
}

.sec02 .inner table {
    width: 100%;
    border-collapse: collapse;
}

.sec02 .inner table tbody tr td {
    color: #000;
    text-align: center;
    border: 1px solid #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



.sec03 {
    background: url(./images/bg_sec03.png) no-repeat center top;
    background-size: auto 107%;
}

.sec03 .tit_1 {
    text-shadow: 0 0 50px rgba(0, 0, 0, 1);
}

.sec03 .case_wrap {
    display: table;
    margin: 0 auto;
}

.sec03 .case_wrap_m {
    display: none;
}

.sec03 .case_wrap ul::after {
    display: block;
    content: '';
    clear: both;
}

.sec03 .case_wrap ul li {
    float: left;
    color: #fff;
}

.sec03 .case_wrap ul li:nth-child(2) {
    float: right;
}

.sec03 .case_wrap ul:nth-child(1) li:nth-child(2) {
    background: url(./images/arrow1.png) left center no-repeat;
}

.sec03 .case_wrap ul:nth-child(2) li:nth-child(2) {
    background: url(./images/arrow2.png) left center no-repeat;
}

.sec03 .case_wrap ul:nth-child(3) li:nth-child(2) {
    background: url(./images/arrow3.png) left center no-repeat;
}

.sec03 .case_wrap ul:nth-child(4) li:nth-child(2) {
    background: url(./images/arrow4.png) left center no-repeat;
}

.sec03 .case_wrap ul li:nth-child(2) {
    font-weight: 500;
    font-style: italic;
}



.sec04 {
    background: #ffcc33;
}

.sec04 .tit_1 {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.sec04 .tit_1 .underline {
    position: relative;
}

.sec04 .tit_1 .underline::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background: #000;
}

.sec04 .inner {
    z-index: 1;
}

.sec04 .inner > div {
    margin: 0 auto;
}

.sec04 .inner > div::after {
    display: block;
    content: '';
    clear: both;
}

.sec04 .video_wrap {
    z-index: 0;
}

.sec04 .video_wrap video {
    width: 100%;
}

.sec04 .txt_1 {
    float: left;
    width: 50%;
    color: #000;
}



.sec05 {
    text-align: center;
}

.sec05 .tit_1 .keyword_wrap {
    position: relative;
}

.sec05 .tit_1 .keyword_wrap::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
}

.sec05 .tit_1 .keyword_wrap .underline {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sec05 .tit_1 .keyword_wrap .underline::after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background: #000;
}

.sec05 .tit_1 .keyword_wrap .keyword {
    display: inline-block;
}

.sec05 .tit_1 br.device {
        display: none;
    }



.sec06 {
    background: #512888;
}

.sec06 .inner::after {
    display: block;
    content: '';
    clear: both;
}

.sec06 .inner > div {
    float: right;
    width: 50%;
}

.sec06 .inner .tit_1,
.sec06 .inner p {
    color: #fff;
}

.sec06 .tit_1 {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.sec06 .inner p {
    letter-spacing: -1px;
}

.sec06 .inner p:nth-child(2) {
    font-weight: 500;
}



.sec07 {
    padding: 200px 0;
}

.sec07 .inner {
    text-align: center;
}

.sec07 .inner .logo::after {
    display: block;
    content: '';
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.sec07 .inner ul::after {
    display: block;
    content: '';
    clear: both;
}

.sec07 .inner ul li {
    float: left;
    width: 33.33333%;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.sec07 .inner ul li:last-child {
    border-right: 0;
}

.sec07 .inner ul li span {
    display: block;
    font-weight: 500;
    color: #000;
}

.sec07 .inner ul li p {
    color: #000;
}



.sec08 {
    background: #ffcc33;
}

.sec08 .inner::after {
    content: "";
    display: block;
    clear: both;
}

.sec08 .tit_1 {
    float: left;
    width: 50%;
    letter-spacing: -4px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.sec08 .col {
    float: left;
    padding-top: 200px;
}

.sec08 .inner .txt_1:first-child {
    margin-top: 0;
    font-weight: 700;
}

.sec08 .img_schema{
	padding-top: 80px;
	text-align: center;
}

.sec08 .img_schema img{
	width: 80%;
}

.sec08 .inner img {
    display: block;
    width: 100%;
}

.sec08 .inner img {
	padding-top: 80px;
}	

.sec08 .inner .t_img_schema,
.sec08 .inner .m_img_schema {
	display: none;
}

.sec09 {
    background: #fff;
}

.sec09 .inner::after {
    content: "";
    display: block;
    clear: both;
}

.sec09 .tit_1 {
    width: 100%;
    letter-spacing: -4px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.sec09 .col {
    margin: 0 auto;
}

.sec09 .col::after {
    display: block;
    content: '';
    clear: both;
}

.sec09 .col table {
    float: left;
    width: 50%;
    text-align: left;
}

.sec09 .col table th,
.sec09 .col table td {
    vertical-align: top;
    color: #000;
}

.sec09 .col table th {
    font-weight: 500;
    line-height: 1;
}

.sec09 .col table td {
    font-weight: 300;
    letter-spacing: -1px;
}



.sec10 {
    background: #f9f9f9;
    text-align: center;
}

.sec10 .inner .tit_1::before {
    display: block;
    content: '';
    width: 1px;
    background: rgba(0, 0, 0, 0.3);
}

.sec10 .inner .table {
    width: 100%;
}

.sec10 .inner .table::after {
    display: block;
    content: '';
    clear: both;
}

.sec10 .inner table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
}

.sec10 .inner .txt_vs {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sec10 .inner > div table th {
    font-weight: 700;
    line-height: 1;
    color: #000;
}

.sec10 .inner > div table td {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    color: #000;
}

.sec10 .inner > div table th:last-child {
    background: #512888;
    color: #fff;
}

.sec10 .inner > div table td:last-child {
    background: #512888;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}



.sec11 {
    background: url(./images/bg_sec08.png) no-repeat center top;
}

.sec11 .tit_1 {
    text-align: center;
}

.sec11 .tit_1::before {
    display: block;
    content: '';
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.sec11 .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.sec11 .txt_1 {
    color: #fff;
    text-align: center;
}

.sec11 .list .t1 {
    margin-top: 60px;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
}

.sec11 .list .t2 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #000;
    text-align: center;
    letter-spacing: -1px;
}

.sec11 .list .t2 span {
    background: #ffcc33;
}

/* ÈÄ±â ½½¶óÀÌµå ¹öÆ° À§Ä¡ ¼öÁ¤ css ¼Ò½º ½ÃÀÛ */
.sec11 .list {
    margin: 55px auto 0;
    background: #fff;
    width: 950px;
    height: 463px;
}

.sec11 .list > div {
    position: relative;
}

.sec11 .list > div .swiper-container {
    position: static;
}

.sec11 .list > div .swiper-container .swiper-slide {
    width: 100%;
    height: 463px;
}

.sec11 .list .swiper-button-prev,
.sec11 .list .swiper-container-rtl .swiper-button-next {
    left: -51px;
}

.sec11 .list .swiper-button-next,
.sec11 .list .swiper-container-rtl .swiper-button-prev {
    right: -51px;
}
/* ÈÄ±â ½½¶óÀÌµå ¹öÆ° À§Ä¡ ¼öÁ¤ css ¼Ò½º ³¡ */



.sec12 {
    background: #512888;
}

.sec12 .inner {
    text-align: center;
}

.sec12 .inner .txt_1 {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 700;
    color: #fff;
}



.sec13 {
    background: url(./images/bg_sec12.png) no-repeat center top;
}

.sec13 .inner {
    text-align: center;
}

.sec13 .inner .tit_1::before {
    display: block;
    content: '';
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.sec13 .inner .tit_1 {
    color: #fff;
}

.sec13 .inner .txt_1 {
    color: #fff;
}

.sec13 .inner .txt_1.show {
    opacity: 1;
}



.link_value {
    display: block;
    position: absolute;
    background: #f7f7f7 url(./images/icon_arrow.png) 110px 15px no-repeat;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.link_value h1 {
    font-weight: 400;
    letter-spacing: -1px;
    color: #000;
}

.main_link {
    position: fixed;
    left: 3%;
    z-index: 30;
    top: 50%;
    margin-top: -50px;
}

.main_link li:first-child {
    margin-top: 0;
}

.main_link li {
    margin-top: 20px;
}

.apply {
	display: block; 
	position: fixed; 
	left: 0; 
	bottom: 0px; 
	width: 50%; 
	height: 55px; 
	padding: 15px 10px 0 10px; 
	color: #fff; 
	font-size: 20px; 
	line-height: 28px; 
	text-align: center; 
	background: #41206D; 
	z-index: 10; 
	transition: width .5s, height .5s;
}

.apply:hover {
	height: 65px;
}

.apply2 {
	display: block; 
	position: fixed; 
	right: 0; 
	bottom: 0px; 
	width: 50%; 
	height: 55px; 
	padding: 15px 10px 0 10px; 
	color: #fff; 
	font-size: 20px; 
	line-height: 28px; 
	text-align: center; 
	background: #202020; 
	z-index: 10; 
	transition: width .5s, height .5s;
}

.apply2:hover {
	height: 65px;
}

.scroll {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 10;
    -webkit-animation: upDown .8s ease infinite both;
    animation: upDown .8s ease infinite both;
}

.scroll span {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    color: #e9e9e9;
    text-align: center;
}

.scroll span:last-child {
    margin-top: 5px;
}

.scroll.hide {
    display: none !important;
}

.tit_1 {
    color: #000;
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.tit_1.b {
    color: #000;
}

.tit_1.w {
    color: #fff;
}

.txt_1 {
    font-weight: 300;
    color: #000;
    letter-spacing: -0.025em;
}

.t_1 {
    font-weight: 300;
    letter-spacing: -0.025em;
}



@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-10px);
        transform: translateX(-50%) translateY(-10px);
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }
}


@keyframes upDown {
    0% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(-10px);
        transform: translateX(-50%) translateY(-10px);
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }
}


/***** response *****/


/* PC (ÇØ»óµµ 1024px ~)*/
@media all and (min-width:1440px) {
    .section .inner {
        width: 80%;
    }

    .sec10 .inner {
        width: 100%;
    }
}

@media all and (max-width:1199px) {
    .sec03 .inner::after {
        display: block;
        content: '';
        clear: both;
    }

    .sec03 .case_wrap {
        display: none;
    }

    .sec03 .case_wrap_m {
        display: block;
        float: left;
        margin-left: 17.1875%;
    }

    .sec03 .case_wrap_m ul::after {
        display: block;
        content: '';
        clear: both;
    }

    .sec03 .case_wrap_m ul li {
        float: left;
        color: #fff;
    }

    .sec03 .case_wrap_m ul li:nth-child(2) {
        float: right;
        margin: 30px auto 40px;
        padding-top: 12px;
        width: 100%;
        text-align: right;
        background: url(./images/m_arrow.png) left top no-repeat;
        background-size: auto 18px;
    }

    .sec03 .case_wrap_m ul:nth-child(2) li:nth-child(2) {
        margin-bottom: 20px;
    }



    .sec07 .inner ul li {
        float: none;
        width: 100%;
        border: none;
    }

    .sec07 .inner ul li::after {
        display: block;
        content: '';
        margin: 50px auto;
        width: 100px;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
    }

    .sec07 .inner ul li:last-child::after {
        display: none;
    }

    .sec07 .inner ul li .txt_1 {
        margin: 20px auto 25px;
    }



    .sec08 .col {
        padding: 120px 0 0 0;
    }

    .sec08 .tit_1 {
        width: 100%;
    }



    .sec10 .inner .txt_vs {
        display: none;
    }
}

/* PC, Å×ºí¸´ °¡·Î, Å×ºí¸´ ¼¼·Î °øÅë (ÇØ»óµµ 768px ~)*/
@media all and (min-width:768px) {
    .section .inner {
        /*width: calc(100% - 160px);*/
		width: 80%;
    }

    .sec01 {
        height: 1000px;
    }

    .sec01 .inner {
        padding-top: 60px;
    }

    .sec01 .inner .logo img {
        width: 120px;
    }

    .sec01 .inner .logo::after {
        margin: 25px auto 30px;
        height: 45px;
    }

    .sec01 .inner .txt_1 {
        margin-top: 20px;
    }



    .sec02 {
        padding: 100px 0 200px;
    }

    .sec02 .inner h2::before {
        margin: 0 auto 50px;
        height: 50px;
    }

    .sec02 .inner table {
        margin-top: 80px;
    }

    .sec02 .inner table.situation_m {
        display: none;
    }

    .sec02 .inner table tbody tr td {
        padding: 0 25px;
        height: 150px;
    }

    .sec02 .inner table tbody tr td:hover {
        color: #fff;
        border: 1px solid #512888;
        background: #512888;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }



    .sec03 {
        padding: 250px 0 150px;
    }

    .sec03 .tit_1 {
        padding-bottom: 100px;
    }

    .sec03 .case_wrap ul li {
        margin-bottom: 50px;
    }

    .sec03 .case_wrap ul li:nth-child(2) {
        margin-left: 40px;
    }
    
	.sec03 .case_wrap ul:nth-child(1) li:nth-child(2) {
        padding-left: 319px;
    }

    .sec03 .case_wrap ul:nth-child(2) li:nth-child(2) {
        padding-left: 131px;
    }

    .sec03 .case_wrap ul:nth-child(3) li:nth-child(2) {
        padding-left: 387px;
    }

    .sec03 .case_wrap ul:nth-child(4) li:nth-child(2) {
        padding-left: 367px;
    }



    .sec04 {
        padding-bottom: 200px;
    }

    .sec04 .tit_1 {
        margin-bottom: 200px;
        padding-top: 200px;
    }

    .sec04 .tit_1 .underline::after {
        bottom: 4px;
        height: 5px;
    }

    .sec04 .inner > div {
        margin: 0 auto;
        width: 950px;
    }

    .sec04 .video_wrap {
        position: absolute;
        right: 0;
        top: 140px;
        width: 700px;
    }



    .sec05 {
        padding: 330px 0;
    }

    .sec05 .tit_1 .keyword_wrap::after {
        bottom: -20px;
        height: 25px;
    }

    .sec05 .tit_1 .keyword_wrap .underline::after {
        bottom: 5px;
        height: 4px;
    }



    .sec06 {
        padding: 0 0 200px;
    }

    .sec06 .inner > div {
        margin-top: 40px;
        padding-left: 15px;
    }

    .sec06 .tit_1 {
        padding-top: 200px;
    }

    .sec06 .inner p:nth-child(2) {
        margin: 40px 0;
    }



    .sec07 {
        padding: 250px 0 200px;
    }

    .sec07 .inner .logo img {
        width: 255px;
    }

    .sec07 .inner .logo::after {
        margin: 100px auto;
        height: 150px;
    }

    .sec07 .inner .txt_1 {
        margin-top: 30px;
    }

    .sec07 .youtube {
        margin: 80px auto 0;
        width: 800px;
    }

    .sec07 .youtube iframe {
        height: 450px;
    }

    .sec07 .inner > .txt_1 {
        margin: 80px auto 150px;
    }

    .sec07 .inner ul li span {
        margin: 30px auto 40px;
    }



    .sec08 {
        padding: 0 0 200px;
    }

    .sec08 .tit_1 {
        padding-top: 200px;
    }

    .sec08 .inner .txt_1 {
        margin-top: 20px;
    }	
	
    .sec09 {
        padding: 0 0 200px;
    }

	
    .sec09 .tit_1 {
        padding-top: 200px;
    }

    .sec09 .col {
        width: 1010px;
        padding-top: 120px;
    }

    .sec09 .col table td {
        padding-top: 30px;
        font-size: 18px;
        line-height: 28px;
    }

    .sec09 .col table td p:nth-child(2) {
        margin: 30px 0 20px;
    }



    .sec10 br.device {
        display: none;
    }

    .sec10 .inner {
        padding: 100px 0 0;
        width: 100%;
    }

    .sec10 .inner .tit_1 {
        margin: 0 auto;
        padding-bottom: 100px;
        width: calc(100% - 160px);
    }

    .sec10 .inner .tit_1::before {
        margin: 0 auto 50px;
        height: 50px;
    }

    .sec10 .inner .txt_vs {
        top: calc(50% + 84px);
    }

    .sec10 .inner > div table th {
        padding: 80px 0 40px;
        font-size: 40px;
    }

    .sec10 .inner > div table td {
        padding: 25px;
    }

    .sec10 .inner > div table tr:last-child td {
        padding-bottom: 200px;
    }



    .sec11 {
        padding: 100px 0 160px;
    }

    .sec11 .tit_1::before {
        margin: 0 auto 50px;
        height: 50px;
    }

    .sec11 .txt_1 {
        margin-top: 20px;
    }

    .sec11 .list {
        width: 100%;
        max-width: 950px;
        height: 463px;
    }

    .sec11 .list > div {
        position: relative;
    }

    .sec11 .list > div .swiper-container {
        position: static;
    }

    .sec11 .list > div .swiper-container .swiper-slide {
        width: 100%;
        height: 463px;
    }

    .sec11 .list .swiper-button-prev,
    .sec11 .list .swiper-container-rtl .swiper-button-next {
        left: -51px;
    }

    .sec11 .list .swiper-button-next,
    .sec11 .list .swiper-container-rtl .swiper-button-prev {
        right: -51px;
    }



    .sec12 {
        padding: 150px 0;
    }

    .sec12 .inner .txt_1 {
        margin-top: 20px;
        font-size: 30px;
    }



    .sec13 {
        padding: 100px 0 150px;
    }

    .sec13 .inner .tit_1::before {
        margin: 0 auto 50px;
        height: 50px;
    }

    .sec13 .inner .txt_1 {
        margin-top: 20px;
    }

    .sec13 .inner .txt_1:nth-child(1) {
        margin-top: 80px;
    }



    .link_value {
        right: 3%;
        top: 60px;
        padding: 30px 15px 15px;
        width: 150px;
        height: 100px;
    }

    .link_value:hover {
        background-color: #ffcc33;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .link_value h1 {
        font-size: 16px;
        line-height: 22px;
    }

    .tit_1 {
        font-size: 70px;
        line-height: 90px;
    }

    .txt_1 {
        font-size: 22px;
        font-weight: 300;
        line-height: 34px;
    }

    .t_1 {
        font-size: 18px;
        line-height: 28px;
    }
}

/* Å×ºí¸´ °¡·Î, Å×ºí¸´ ¼¼·Î (ÇØ»óµµ 768px ~ 1439px)*/
@media all and (min-width:768px) and (max-width:1439px) {
    .sec04 .tit_1 {
        margin-bottom: 50px;
        padding-top: 75px;
    }

    .sec04 .tit_1 .underline::after {
        bottom: 3px;
        height: 2px;
    }

    .sec04 .video_wrap {
		position: relative;
		right: auto;
		top: auto;
        float: left;
        margin-left: 24%;
        width: 50%;
    }

    .sec04 .txt_wrap::after {
        display: block;
        content: '';
        clear: both;
    }

    .sec04 .txt_wrap > div {
        float: right;
        width: 82.8125%;
    }

    .sec04 .txt_1 {
        float: none;
        margin-top: 25px;
        width: 100%;
    }
	
	
	
	.sec05 .tit_1 .keyword_wrap::after {
		bottom: -20px;
		height: 25px;
	}



    .sec07 .youtube {
        position: relative;
        margin: 25px auto;
        width: 100%;
        height: 0px;
        padding-bottom: 56.25%;
        text-align: left;
    }

    .sec07 .youtube iframe {
        position: absolute;
        width: 100%;
        height: 100%
    }


    .sec08 .img_schema,
    .sec08 .inner .m_img_schema {
        display: none;
    }

    .sec08 .inner .t_img_schema {
        display: block;
    }


    .sec09 .col {
        float: right;
        width: 82.8125%;
    }

    .sec09 .col table {
        width: 100%;
    }

    .sec09 .col table:nth-child(1) {
        margin-bottom: 80px;
    }



    .sec11 .list {
        width: 100%;
        height: auto;
        margin: 20px auto 0;
        position: relative;
    }

    .sec11 .list .swiper-slide {
        padding: 60px 50px;
    }

    .sec11 .list .t1 {
        margin-top: 0;
    }


    .sec11 .list .indicator {
        display: block;
        position: absolute;
        left: 0;
        bottom: -30px;
        width: 100%;
        text-align: center;
    }

    .sec11 .list .indicator a {
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        border-radius: 50%;
    }

    .sec11 .list .indicator a.cur {
        border-color: #ffcc33;
        background: #ffcc33;
    }

    .sec11 .list .indicator a + a {
        margin-left: 15px;
    }
}

/* Å×ºí¸´ Å°¿öµå ÁÙ¹Ù²Þ */
@media all and (min-width:768px) and (max-width:915px) {
.sec05 .tit_1 br.device {
        display: block;
	}
   }

/* ¸ð¹ÙÀÏ °¡·Î, ¸ð¹ÙÀÏ ¼¼·Î (ÇØ»óµµ ~ 767px)*/
@media all and (max-width:767px) {
    .main_link {
        display: none;
    }

    .apply {
		left: 0; 
		bottom: 0px; 
		width: 50%; 
		height: 50px; 
		padding: 15px 0 0 0; 
		font-size: 18px; 
		line-height: 18px; 
		border: 0px; 
		color: #fff; 
		background: #41206D; 
	}    
	.apply:hover {
		width: 50%; 
		height: 50px;
	}
	.apply2 {
		right: 0; 
		bottom: 0px; 
		width: 50%; 
		height: 50px; 
		padding: 15px 0 0 0; 
		font-size: 18px; 
		line-height: 18px; 
		border: 0px; 
		color: #fff; 
		background: #202020; 
	}    
	.apply2:hover {
		width: 50%; 
		height: 50px;
	}


    .scroll {
        bottom: 50px;
    }


    .link_value {
        right: 0;
        top: 0;
        padding: 0;
        width: 100%;
        height: initial;
        background-position: 97.22% center;
        -webkit-transition: none;
        transition: none;
    }

    .link_value h1 {
        text-align: center;
        font-size: 14px;
        line-height: 35px;
    }

    .link_value br.device {
        display: none;
    }



    .tit_1 {
        font-size: 35px;
        line-height: 45px;
    }

    .txt_1 {
        font-size: 15px;
        line-height: 23px;
    }



    .section .inner {
        padding: 0 5.55555%;
    }



    .sec01 {
        padding: 75px 0;
        background-size: auto 100%;
        background-position: 75% center;
    }



    .sec01 .inner .logo img {
        width: 72px;
    }

    .sec01 .inner .logo::after {
        /* height: 25px;
        margin: 15px auto 25px; */
		visibility: hidden;
    }
	
	.sec01 .inner .tit_1 {
        margin-top: 20px;
    }

    .sec01 .inner .txt_1 {
        margin-top: 20px;
    }



    .sec02 {
        padding: 60px 0 75px;
    }

    .sec02 .inner .tit_1::before {
        height: 25px;
        margin: 0 auto 25px;
    }

    .sec02 .inner table {
        margin-top: 50px;
    }

    .sec02 .inner table.situation {
        display: none;
    }

    .sec02 .inner table td {
        padding: 0 15px;
        height: 90px;
    }



    .sec03 {
        padding: 185px 0 75px;
        background-size: auto 100%;
        background-position: 43% center;
    }

    .sec03 .inner::after {
        display: block;
        content: '';
        clear: both;
    }

    .sec03 .tit_1 {
        padding-bottom: 50px;
    }

    .sec03 .case_wrap {
        display: none;
    }

    .sec03 .txt_1 {
        color: #fff;
    }

    .sec03 .txt_1:nth-child(2) {
        font-weight: 500;
        font-style: italic;
    }

    .sec03 .case_wrap {
        display: none;
    }

    .sec03 .case_wrap_m {
        float: left;
        margin-left: 17.1875%;
    }

    .sec03 .case_wrap_m ul::after {
        display: block;
        content: '';
        clear: both;
    }

    .sec03 .case_wrap_m ul li {
        float: left;
        color: #fff;
    }

    .sec03 .case_wrap_m ul li:nth-child(2) {
        float: right;
        margin: 15px auto 40px;
        width: 100%;
        text-align: right;
        background: url(./images/m_arrow.png) left top no-repeat;
        background-size: auto 9px;
    }

    .sec03 .case_wrap_m ul:nth-child(2) li:nth-child(2) {
        margin-bottom: 20px;
    }



    .sec04 {
        padding-bottom: 75px;
    }

    .sec04 .tit_1 {
        margin-bottom: 50px;
        padding-top: 75px;
    }

    .sec04 .tit_1 .underline::after {
        bottom: 3px;
        height: 2px;
    }

    .sec04 .video_wrap {
        float: left;
        margin-left: 20.83%;
        width: 73.61%;
    }

    .sec04 .txt_wrap::after {
        display: block;
        content: '';
        clear: both;
    }

    .sec04 .txt_wrap > div {
        float: left;
        margin-left: 17.1875%;
    }

    .sec04 .txt_1 {
        float: none;
        margin-top: 25px;
        width: 100%;
    }



    .sec05 {
        padding: 125px 0;
    }

    .sec05 .tit_1 {
        line-height: 55px;
    }

    .sec05 .tit_1 .keyword_wrap .underline::after {
        bottom: 3px;
        height: 2px;
    }



    .sec06 {
        padding-bottom: 75px;
    }

    .sec06 .tit_1 {
        padding-top: 75px;
    }

    .sec06 .inner > div {
        margin-top: 50px;
        padding-left: 17.1875%;
        width: 100%;
    }

    .sec06 .inner p:nth-child(2) {
        margin: 25px 0;
    }



    .sec07 {
        padding: 125px 0 75px;
    }

    .sec07 .inner .logo img {
        width: 127.5px;
    }

    .sec07 .inner .logo::after {
        margin: 50px auto;
        height: 75px;
    }

    .sec07 .youtube {
        position: relative;
        margin: 25px auto;
        width: 100%;
        height: 0px;
        padding-bottom: 56.25%;
        text-align: left;
    }

    .sec07 .youtube iframe {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .sec07 .inner > .txt_1 {
        margin-bottom: 50px;
    }

    .sec07 .inner ul li {
        float: none;
        width: 100%;
        border: none;
    }

    .sec07 .inner ul li::after {
        display: block;
        content: '';
        margin: 25px auto;
        width: 50px;
        height: 1px;
        background: rgba(0, 0, 0, 0.2);
    }

    .sec07 .inner ul li:last-child::after {
        display: none;
    }

    .sec07 .inner ul li .txt_1 {
        margin: 20px auto 25px;
    }

    .sec07 .inner ul li .t_1 {
        font-size: 14px;
        line-height: 21px;
    }



    .sec08 {
        padding-bottom: 75px;
    }

    .sec08 .tit_1 {
        float: none;
        width: 100%;
        padding-top: 75px;
    }

    .sec08 .col {
        float: left;
        margin-bottom: 50px;
        padding: 39px 0 0 17.1875%;
    }

    .sec08 .txt_1 {
        margin-top: 25px;
    }

    .sec08 .inner img {
        float: left;
        padding-left: 17.1875%;
        max-width: 320px;
		padding-top: 0px;
    }

    .sec08 .img_schema,
    .sec08 .inner .t_img_schema {
        display: none;
    }
	
	.sec08 .inner .m_img_schema {
        display: block;
    }
	

    .sec09 {
        padding-bottom: 75px;
    }

    .sec09 .tit_1 {
        padding-top: 75px;
    }

    .sec09 .col {
        float: left;
        margin: 50px 0 0 17.1875%;
        width: 82.8125%;
    }

    .sec09 .col table {
        width: 100%;
    }

    .sec09 .col table:nth-child(1) {
        margin-bottom: 30px;
    }

    .sec09 .col table .t_1 {
        margin-top: 25px;
        font-size: 14px;
        line-height: 21px;
    }

    .sec09 .col table img {
        margin-top: 25px;
    }

    .sec09 .col table:nth-child(1) img {
        width: 198.5px;
    }

    .sec09 .col table:nth-child(2) img {
        width: 208px;
    }



    .sec10 {
        padding-top: 60px;
    }

    .sec10 .inner {
        padding: 0;
    }

    .sec10 .inner .tit_1 {
        margin-bottom: 50px;
    }

    .sec10 .inner .tit_1::before {
        height: 25px;
        margin: 0 auto 25px;
    }

    .sec10 .inner > div table th,
    .sec10 .inner > div table td {
        padding: 20px 10px;
    }

    .sec10 .inner > div table th {
        padding: 80px 0 40px;
        font-size: 20px;
    }

    .sec10 .inner > div table td {
        font-size: 14px;
        line-height: 21px;
    }

    .sec10 .inner > div table tr:last-child td {
        padding-bottom: 75px;
    }

    .sec10 .inner > div table img {
        width: 14px;
    }



    .sec11 {
        padding: 60px 0 75px;
        background-size: auto 200%;
        background-position: 26% 0;
    }

    .sec11 .inner .tit_1::before {
        height: 25px;
        margin: 0 auto 25px;
    }

    .sec11 .txt_1 {
        margin: 25px auto;
    }

    .sec11 .list {
        width: 100%;
        height: auto;
        margin: 20px auto 0;
        position: relative;
		height: 430px;
    }

    .sec11 .list > div .swiper-container .swiper-slide {
        height: 430px;
    }

    .sec11 .list .swiper-slide {
        padding: 30px 20px;
    }

    .sec11 .list .t1 {
        margin-top: 0;
        font-size: 16px;
        line-height: 24px;
    }
	.sec11 .list .t2 {
		margin-top: 20px;
        font-size: 14px;
        line-height: 21px;
    }

    .sec11 .list .indicator {
        display: block;
        position: absolute;
        left: 0;
        bottom: -30px;
        margin-top: 10.5px;
        width: 100%;
        text-align: center;
    }

    .sec11 .list .indicator a {
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 2px solid #fff;
        border-radius: 50%;
    }

    .sec11 .list .indicator a.cur {
        border-color: #ffcc33;
        background: #ffcc33;
    }

    .sec11 .list .indicator a + a {
        margin-left: 15px;
    }
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {display: none;}
	


    .sec12 {
        padding: 75px 0 65px;
    }

    .sec12 .inner .txt_1 {
        font-size: 22.5px;
    }

    .sec12 .inner .logo {
        margin: 0 auto;
        width: 210px;
    }

    .sec12 .inner .logo img {
        width: 100%;
    }



    .sec13 {
        padding: 60px 0 95px;
        background-size: auto 100%;
        background-position: 60% top;
    }

    .sec13 .inner .tit_1::before {
        height: 25px;
        margin: 0 auto 25px;
    }

    .sec13 .inner .txt_1 {
        margin-top: 20px;
    }

}

/* ¸ð¹ÙÀÏ Å°¿öµå ÁÙ¹Ù²Þ */
@media all and (max-width:410px) {
.sec05 .tit_1 br.device {
        display: block;
	}
   }


@media all and (min-width:1537px) {    
	.sec08 .img_schema img{
		width: 1400px;
	}
}


/***** swiper *****/
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    width: 30px;
    height: 57px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    width: 30px;
    height: 57px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    color: #fff;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    color: #fff;
}

@media all and (-ms-high-contrast:none) {

    .swiper-button-prev,
    .swiper-button-next {
        position: absolute;
        top: 50%;
        width: 27px;
        height: 44px;
        margin-top: -22px;
        z-index: 10;
        cursor: pointer;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
        opacity: 0.35;
        cursor: auto;
        pointer-events: none;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
        left: 10px;
        right: auto;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
        right: 10px;
        left: auto;
    }

    .swiper-button-prev.swiper-button-white,
    .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-white,
    .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-prev.swiper-button-black,
    .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-next.swiper-button-black,
    .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }

    .swiper-button-lock {
        display: none;
    }
}