@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Daughter_handwriting';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/naverfont_03@1.0/Daughter_handwriting.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard';
    color: #fff;
}


body {
    line-height: 1;
    font-family: 'Noto Sans KR', sans-serif; 
}

li {
    list-style: none;
}

p {
    margin-bottom: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.full {
    /* height: 100%; */
    /* height: 100vh; */
    position: relative;
    background: url(/site/resource/dongju/www/intro/images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: auto;
}

.main {
    max-width: 1270px;
    min-height: 980px;
    height: calc(100% - 100px);
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* header */
.header {
    padding: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .link_wrap {
    display: flex;
    gap: 10px;
}
.header .link_wrap .link {
    display: flex;
    gap: 78px;
    align-items: center;
    padding: 16px 28px;
    background-color: #A13033;
    color: #fff;
}
.header .link_wrap .link .link_btn_h {
    display: none;
}
.header .link_wrap .link:hover {
    background-color: #fff;
}
.header .link_wrap .link:hover p {
    color: #4E0002;
}
.header .link_wrap .link:hover .link_btn {
    display: none;
}
.header .link_wrap .link:hover .link_btn_h {
    display: block;
}
.header .link_wrap .link p {
    margin-bottom: 0;
}
.header .link_wrap .link.ipsi_link {
    background-color: rgba(161, 48, 51, 0.6);
}
.header .link_wrap .link.ipsi_link:hover {
    background-color: #fff;
}

/* title */
.title {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.title p {
    font-family: 'Daughter_handwriting';
    font-size: 52px;
    text-align: center;
}
.title p br {
    display: none;
}
.title h2 {
    font-size: 55px;
    font-weight: bold;
    margin-bottom: 0;
}

/* top */
.top {
    display: flex;
}
.top .box {
    width: 50%;
}
.top .box.left {
    padding: 20px 30px;
    background-color: #A13033;
}
.top .box.left .txt_box {
    background-image: url(/site/resource/dongju/www/intro/images/logo_bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.top .box.left .txt_box .s_title {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem
}
.top .box.left .txt_box .m_box {
    word-break: keep-all;
    background: rgb(125 24 26 / 40%);
    padding: 10px;
    margin-bottom: 0.5rem;
}
.top .box.left .txt_box .m_box .t_box {
    display: flex;
    justify-content: center;
    max-width: 100%;
    padding: 12px 0;
    background-color: #86171a;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.top .box.left .txt_box .m_box ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
    padding: 1rem 1.5rem;
    font-size: 20px;
    font-weight: 500;
}
.top .box.left .txt_box .m_box li {
    display: flex;
    justify-content: space-between;
	gap: 2rem;
}
.top .box.left .txt_box .ipsi_btn {
    margin-top: 1rem;
    display: flex;
    gap: 5px;
}
.top .box.left {
    padding: 25px 10px;
}
.top .box.left .txt_box .ipsi_btn a {
    height: 65px;
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.top .box.left .txt_box .ipsi_btn p {
    color: #720003;
}
.top .box.left .txt_box .ipsi_btn a:hover {
    background-color: #720003;
}
.top .box.left .txt_box .ipsi_btn a:hover p {
    color: #fff;
}
.top .box.left .txt_box .call {
    text-align: center;
    font-size: 20px;
}

.top .box.right {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.top .box.right .r_top {
    width: 100%;
    height: 230px;
    background: url(/site/resource/dongju/www/intro/images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    position: relative;
}
.top .box.right .r_top .txt {
    position: absolute;
    top: 30px;
    right: 28px;
}
.top .box.right .r_top .txt span,
.top .box.right .r_top .txt p {
    font-family: 'Daughter_handwriting';
    font-size: 32px;
    text-shadow: 2px 2px 2px rgba(0,0,0, 0.16);
}
.top .box.right .r_top .txt p {
    font-size: 40px;
}
.top .box.right .r_bottom {
    width: 100%;
    position: relative;
}
.top .box.right .r_bottom .bar {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    z-index: 0;
}
.top .box.right .r_bottom .sns_list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 72px;
    position: relative;
    margin-bottom: 0;
}
.top .box.right .r_bottom .sns_list li img {
    transition: 0.3s;
}
.top .box.right .r_bottom .sns_list li:hover img {
    transform: scale(1.2);
}
.top .box.right .r_bottom .sns_list a {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.top .box.right .r_bottom .sns_list .bar {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/* bottom */
.bottom {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px ;

}
.bottom .line {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.bottom .line .cer_box {
    width: 50%;
    height: 85px;
    padding: 20px 15px;
}
.bottom .line .cer_box p {
    max-width: calc(100% - 20px);
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    word-break: keep-all;
}
.bottom .line .cer_box span {
    max-width: calc(100% - 40px);
    font-size: 13px;
}
.bottom .line .cer_box.cer01 {
    background-color: #1a1a1a;
}
.bottom .line .cer_box.cer02 {
    background-color: rgba(26,26,26, 0.6);
}
.bottom .line .cer_box.cer03 {
    background: url(/site/resource/dongju/www/intro/images/con01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bottom .line .cer_box.cer04 {
    background-color: rgba(161,48,51, 0.6);
}
.bottom .line .cer_box.cer05 {
    background: url(/site/resource/dongju/www/intro/images/con02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bottom .line .cer_box.cer06 {
    background-color: rgba(161,48,51, 0.6);
}
.bottom .line .cer_box.cer07 {
    background-color: rgba(26,26,26, 0.6);
}
.bottom .line .cer_box.cer08 {
    background: url(/site/resource/dongju/www/intro/images/con03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bottom .box.right .r_bot {
    background: url(/site/resource/dongju/www/intro/images/benner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 340px;
    position: relative;
    padding: 0 10%;
}
.bottom .box.right .r_bot::before {
    content: "";
    background: url(/site/resource/dongju/www/intro/images/benner2_text.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 100%;
}
.bottom .box.right .r_bot p {
    background-color: rgba(255, 255, 255, 0.16);
    text-align: center;
    padding: 15px;
    line-height: 1.4rem;
    position: relative;
    top: 55%;
}

/* footer */
.footer {
    width: 100%;
    height: 100px;
    background-color: #4E0002;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    align-items: center;
}
.footer ul {
    display: flex;
    gap: 24px;
    opacity: 0.6;
    margin-bottom: 0;
}
.footer ul .bar {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #fff;
}
.footer p {
    text-align: center;
    line-height: 1.3;
    opacity: 0.6;
}

.bottom .box {
    width: 50%;
}

@media (min-width:1400px) and (max-width:1920px) {

}

@media all and (max-width:1400px) {
    .main {
        padding: 0 20px;
    }

    .title {
        gap: 20px;
    }
    .title p {
        font-size: 44px;
    }
    .title h2 {
        font-size: 37px;
    }

    .top .box.left {
    }
    .top .box.left .txt_box .s_title {
        font-size: 28px;
    }
    .top .box.right .r_top {
        height: 230px;
    }
    .bottom .box.right .r_bot img {
        width: 100%;
    }
    .bottom .line .cer_box p {
        font-size: 18px;
    }
    .top .box.left .txt_box .call {
        font-size: 16px;
    }
}
@media all and (max-width:1200px) {
    .top .box.left .txt_box .ipsi_btn {
    }
}
@media all and (max-width:1080px) {
    .main {
        min-height: 1220px;
    }
    .header {
        padding: 30px 0 0 0;
    }
    .header .logo {
        width: 200px;
    }
    
    .main {
        gap: 24px;
    }
    
    .title {
        gap: 12px;
    }
    .title p {
        font-size: 34px;
    }
    .title h2 {
        font-size: 32px;
    }
    
    .top .box.left .txt_box .s_title {
        font-size: 24px;
    }
    .top .box.left .txt_box .m_box {
    }
    .top .box.left .txt_box .m_box .t_box {
    }
    .top .box.left .txt_box .m_box ul {
        gap: 20px;
        margin-bottom: 0;
    }
    .top .box.left .txt_box .m_box li {
        font-size: 16px;
    }
    .top .box.left .txt_box .ipsi_btn {
    }
    
    .top .box.right {
        gap: 24px;
    }
    .top .box.right .r_top {
        height: 200px;
    }
    .top .box.right .r_top .txt span {
        font-size: 24px;
    }
    .top .box.right .r_top .txt p {
        font-size: 32px;
    }
    .top .box.right .r_bottom .sns_list {
        gap: 48px;
    }
    .top .box.right .r_bottom .sns_list a img {
        width: 44px;
    }
    
    .bottom .line .cer_box {
        height: 160px;
        padding: 28px;
    }
    .bottom .line .cer_box span {
        font-size: 14px;
        line-height: 1.3;
    }
    .bottom {
        flex-direction: column;
    }
    .bottom .box {
        width: 100%;
    }
    .bottom .line .cer_box {
        width: 25%;
    }

    .footer {
        height: 80px;
    }
    .footer ul {
        gap: 16px;
        margin-bottom: 0;
    }
    .footer ul li {
        font-size: 14px;
    }
    .footer p {
        font-size: 14px;
    }
	.top .box.left {
    }
}

@media all and (max-width:992px) {
    .top .box.left .txt_box {
        background-size: 80%;
    }
    .top .box.left .txt_box .m_box {
    }
    .top .box.left .txt_box .m_box .t_box {
    }
    .top .box.left .txt_box .m_box ul {
        gap: 14px;
        margin-bottom: 0;
    }
    .top .box.right {
        gap: 32px;
    }
    .top .box.right .r_top {
        height: 160px;
    }

    .bottom .line .cer_box p {
        max-width: calc(100% - 12px);
    }
    .bottom .line .cer_box span br {
        display: none;
    }
}

@media (min-width:768px) and (max-width:1080px) {
    .top .box.left .txt_box .ipsi_btn {
        display: contents;
    }
    .top .box.left .txt_box .ipsi_btn a {
        height: 55px;
        margin-bottom: 0.3rem;
    }
}

@media all and (max-width:768px) {
    .full {
        height: 100%;
    }
    
    .main {
        min-height: unset;
        height: auto;
    }


    .header .logo {
        width: 140px;
    }
    .header .link_wrap .link {
        gap: 36px;
        padding: 12px 24px;
        font-size: 16px;
    }
    .header .link_wrap .link img {
        width: 24px;
    }

    .title p {
        font-size: 28px;
    }
    .title h2 {
        font-size: 28px;
    }

    .top {
        flex-direction: column;
    }
    .top .box {
        width: 100%;
    }
    .top .box.left .txt_box {
        background-size: 40%;
    }
    .top .box.left .txt_box .m_box {
    }
    .top .box.left .txt_box .m_box ul {
        margin-bottom: 0;
    }
    .top .box.left .txt_box .m_box .t_box {
    }
    .top .box.right {
        flex-direction: row;
        gap: 0;
    }
    .top .box.right .r_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .top .box.right .r_bottom .bar {
        top: calc(50% - 20px);
    }
    .top .box.right .r_bottom .sns_list {
        gap: 20px;
    }
    .top .box.right .r_bottom .sns_list a {
        gap: 16px;
    }
    .top .box.right .r_bottom .sns_list a img {
        width: 40px;
    }

    .bottom .line .cer_box {
        width: 50%;
    }    
    .bottom .line .cer_box span br {
        display: block;
    }
    .bottom .line .cer_box.cer06 {
        background-color: rgba(26,26,26, 0.6);
    }
    .bottom .line .cer_box.cer07 {
        background-color: rgba(161,48,51, 0.6);
    }
	.top .box.left .txt_box .m_box li {
		font-size: 20px;
	}
}

@media all and (max-width:660px) {
    .header .link_wrap .link {
        padding: 10px 20px;
    }
    .header .link_wrap .link img {
        display: none;
    }
    .title {
        flex-direction: column;
    }

    .top .box.left .txt_box {
        background-size: 60%;
    }
    .top .box.left .txt_box .m_box {
    }
    .top .box.left .txt_box .m_box .t_box {
    }
    .top .box.left .txt_box .ipsi_btn {
        display: flex;
        gap: 5px;
    }

    .top .box.right .r_bottom {
        justify-content: flex-start;
        padding-left: 40px;
    }
    .top .box.right .r_bottom .bar {
        width: 1px;
        height: 100%;
        top: 0;
        left: 58px;
    }
    .top .box.right .r_bottom .sns_list {
        flex-direction: column;
        gap: 16px;
    }
    .top .box.right .r_bottom .sns_list a {
        flex-direction: row;
        gap: 20px;
    }
    .top .box.right .r_bottom .sns_list a img {
        width: 36px;
    }

    .bottom .line .cer_box {
        height: 140px;
        padding: 24px;
    }
    .bottom .line .cer_box p {
        font-size: 18px;
        margin-bottom: 16px;
    }
    .bottom {
        flex-direction: column;
    }   
    .bottom .box {
        width: 100%;
    }
    .bottom .box.right .r_bot {
        margin-top: 24px;
    }

    .footer {
        height: auto;
        padding: 20px;
    }
    .footer ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 16px;
        margin-bottom: 0;
    }
}

@media all and (max-width:576px) {
    .header {
        flex-direction: column;
        gap: 20px;
    }
    .header .logo {
        width: 180px;
    }
    .header .link_wrap .link {
        padding: 8px 10px;
    }

    .title p {
        font-size: 24px;
    }
    .title p br {
        display: block;
    }
    .title h2 {
        font-size: 24px;
    }

    .top .box.left {
        padding: 10px 20px;
    }
    .top .box.left .txt_box {
        background-size: 80%;
    }
    .top .box.left .txt_box .m_box {
        padding: 10px 20px;
    }
    .top .box.left .txt_box .m_box .t_box {
    }
    .top .box.left .txt_box .m_box .t_box p {
        color: #fff;
    }
    .top .box.left .txt_box .ipsi_btn {
        display: block;
    }
    .top .box.left .txt_box .ipsi_btn a {
        height: 70px;
        font-size: 22px;
        margin-bottom: 0.5rem;
    }
    .top .box.right {
        flex-direction: column;
    }
    .top .box.right .r_top {
        height: 120px;
    }
    .top .box.right .r_top .txt span {
        font-size: 20px;
    }
    .top .box.right .r_top .txt p {
        font-size: 28px;
    }
    .top .box.right .r_bottom {
        padding-left: 28px;
    }
    .top .box.right .r_bottom .bar {
        left: 46px;
    }
    .top .box.right .r_bottom .sns_list {
        padding: 20px 0;
    }

    .bottom .line .cer_box {
        height: 120px;
        padding: 20px;
    }
    .bottom .line .cer_box p {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .bottom .line .cer_box span br {
        display: none;
    }
    .bottom .box.right .r_bot::before {
        background-size: 85%;
    }
    .bottom .box.right .r_bot {
        height: 250px;
    }
    .bottom .box.right .r_bot p {
        padding: 10px;
        line-height: 1.2rem;
        font-size: 13px;
    }
	.top .box.left .txt_box .s_title {
		font-size: 22px;
	}
	.top .box.left .txt_box .m_box li {
		font-size: 20px;
        flex-direction: column;
        gap: 0.5rem;
	}
    .top .box.left .txt_box .m_box ul {
        gap: 18px;
        padding: 0.5rem 0 1rem;
    }
    .footer {
        gap: 20px;
    }
}

@media all and (max-width:360px) {
    .top .box.left .txt_box .m_box {
        padding: 10px;
    }
    .top .box.left {
        padding: 15px 5px;
    }
    .bottom .line .cer_box {
        height: 140px;
        padding: 20px;
    }
    .bottom .box.right .r_bot {
        padding: 0 5%;
    }
    .bottom .box.right .r_bot p {
        top: 50%;
        font-size: 13px;
    }
    .bottom .box.right .r_bot {
        height: 220px;
    }
}